/* Responsive */
@media(max-width:1230px) {
    .menu {
        display: none;
    }

    .menu-res {
        display: block;
    }

    /* .hotline-header,
    .header-left,
    .social-header, */
    .header-top {
        display: none;
    }

    .header-right {
        width: 100%;
        justify-content: center;
    }

    .container-dangkynhantin{
        flex-direction: column;
        align-items: center;
    }

    .text-dangky, .box-dangky{
        margin-bottom: 15px;
    }
}

@media (min-width: 1199px) {
    .box-product {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* vs 1 anh to 6 anh nho  */
/* @media (max-width:1250px) {
    .col-4.relative{
        display: none;
    }
    .col-8{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
    }
}

@media (max-width:1120px) {
    .c1, .c2, .c3{
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0;
    }
    .img_visao img{
        display: none;
    }
} */
/* --- */

/* @media (min-width:992px) {
    .footer-news.col-lg-3.col-12 {
        flex: 0 0 29%;
        max-width: 29%;
    }

    .footer-news.col-lg-2.col-12 {
        max-width: 14.666667%;
    }
} */

@media (max-width:991px) {
    .footer-news {
        padding-bottom: 15px;
    }

    .mb15-991 {
        margin-bottom: 15px;
    }

    /* trai nghiem */
    /* .img-trainghiem {
        min-width: 170px;
    }

    .content-trainghiem.text-split4 {
        -webkit-line-clamp: 2;
    } */
    /* --- */
    .social-footer{
        display: flex;
        justify-content: space-around;

    }

    .social-footer li{
        margin: 0 5px;
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {

    .footer-copyright,
    .footer-statistic {
        justify-content: center;
    }

    .banner {
        display: none;
    }

    .header-bottom {
        justify-content: center;
    }

    .img-trainghiem{
        max-width: 160px;
    }

    .box-desc-trainghiem{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:575px) {
    /* .img-trainghiem {
        min-width: 120px;
    } */

    /* .btn-datlich {
        font-size: 13px;
    } */

    .icon-phay,
    .content-trainghiem {
        margin-bottom: 5px;
    }

    /* .toolbar */
    /* .btn-zalo,
    .btn-phone,
    .btn-map {
        display: none;
    }

    .scrollToTop {
        bottom: 60px;
        left: 15px;
    }

    .js-facebook-messenger-box{
        bottom: 60px;
        right: 15px;
    } */
    /* --- */
}

@media(max-width:369px) {
    .cart-pro-detail a {
        width: 100%;
    }

    .cart-pro-detail a:first-child {
        margin-right: 0px;
        margin-bottom: 0.5rem;
    }

    .cart-pro-detail a i {
        display: none;
    }
}

/* ---------------------------------------------------------------------- */