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

    .menu-res {
        display: block;
    }

    .hotline-header {
        font-size: 19px;
        color: #fff;
    }

    .hotline-header p {
        font-size: 20px;
    }

    .logo-header {
        padding: 0;
        margin-bottom: 15px;
    }

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

    .hotline-header,
    .info-header {
        display: none;
    }

    .content-header-top {
        justify-content: center;
        flex-direction: column;
    }

    .tieuchi {
        margin-top: 0;
    }

    .box-imggt {
        margin: 0 auto;
    }
}

@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) {

    .title-main h2,
    .newsletter1-title {
        font-size: 22px;
    }

    .slick_nav_quytrinh {
        margin-top: 50px;
    }

    .quytrinh {
        height: 500px;
    }

    .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;
    } */
    /* --- */

    .footer-copyright,
    .footer-statistic {
        text-align: center;
    }
}

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

@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:499px) {
    .box-imggt {
        transform: scale(0.7);
        margin: -70px 0;
    }

    .baogia-item {flex-wrap: wrap;}
}

@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;
    }
}

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

@media (min-width:1230px) {
    .col-lg-gt {
        flex: 0 0 53.5%;
        max-width: 53.5%;
    }

    .col-sm-gt {
        flex: 0 0 46.5%;
        max-width: 46.5%;
    }
}