/* Min-width */
@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    
}

@media (min-width: 1200px) {
    .text-lg-right {
        text-align: right !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}


/* Max-width */
@media (max-width: 575.98px) {

    .wrap-trainghiem {
        position: relative;
        padding-top: 10rem !important;
        background-size: auto 100% !important;
        background-position: -210px !important;
        color: #fff;
    }
    .wrap-trainghiem::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.3);
        z-index: 1;
    }
    .wrap-trainghiem .container{
        position: relative;
        z-index: 2;
    }
    
    .quytrinh-item:nth-child(odd)::before{
        right: -19%;
    }
    .quytrinh-item:nth-child(even)::before{
        right: auto;
        left: -19%;
        top: 77%;
        background: url(../images/arrow_quytrinh3.png) no-repeat;
        background-size: auto 100%;
        transform: rotate(-25deg);
    }
}

@media (max-width: 767.98px) {
    blockquote {
        padding-left: 2.5rem;
    }
    .container,
    .container-fluid {
        padding: 0px 1.5rem;
    }
    header#header {
        min-height: 50px;
    }
    .header-bottom.fixed .logo:first-child img {
        max-width: 50px;
    }

    .logo {
        text-align: center;
    }

    .logo img{
        max-width: 50px;
    }
    .wrap-cotmoc .cotmoc-item::before {
        top: auto !important;
        bottom: 106px;
    }

    .wrap-trainghiem .title-main h2,
    .title-main h2 {
        font-size: 22px;
    }
    .title-main h3 {
        font-size: 19px;
    }

    .countdown {
        font-size: 2rem;
        padding: 0px;
    }
    .countdown span {
        min-width: 20px !important;
    }
    .countdown > span:not(.space) {
        margin: 10px;
    }
    .countdown span.text {
      font-size: 13px;
      font-weight: 400;
    }

    /* .wrap-banner {
        display: flex;
        flex-wrap: wrap-reverse;
    } */
    .wrap-banner .container{
        margin-top: 0px;
    }
    .wrap-banner .container .owl-carousel::after{
        width: 50%;
        left: 50%;
    }
    .wrap-cotmoc .owl-item::before {
        display: none;
    }
    
    .wrap-cotmoc .cotmoc-item::before{
        content: '';
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        z-index: 1;
    }

    .first-news-item .news-item {
        flex-wrap: wrap;
    }

    .Marquee-tag {
        width: 130px;
        margin: 0px;
    }

    .wrap-about .title-main h2 {
        font-size: 22px;
    }

    blockquote::before {
        top: -10px;
        left: -10px;
    }
    blockquote::after {
        bottom: -10px;
        right: -10px;
    }

    .footer-top,
    .footer-top .col-lg-6:nth-child(2){
        text-align: center;
    }

    .tabs-pro-detail .nav-tabs .nav-link {
        font-size: 15px;
        padding: 5px;
    }

    .footer-statistic {
        text-align: center;

    }

}

@media (max-width: 991.98px) {
    .menu {
        display: none;
    }

    .slide-video {
        height: auto;
    }
    .slide-video video {
        position: relative;
        top: auto;
        left: auto;
        min-height: auto;
    }

    .footer-news {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .footer-title {
        margin-bottom: 10px;
    }
    .footer-title::after {
        margin-bottom: 0px;
    }
    .footer-ul li {
        margin-bottom: 5px;
    }
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 1399.98px) {
    
}