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

@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:nth-child(2){padding-left: 0;}

    .footer-news:nth-child(2),
    .footer-news:nth-child(3) {
        padding-top: 0;
    }

    .footer-news:nth-child(1),
    .footer-news:nth-child(4) {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-news:nth-child(2),
    .footer-news:nth-child(3) {
        width: 50%;
        margin-bottom: 10px;
    }

    .footer-news {
        padding-bottom: 15px;
    }

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

    .row_tintuc .col-lg-4:nth-child(3n+2) {
        order: 3;
    }

    .container-col-3-footer {
        max-width: unset;
    }

    .social-footer {
        max-width: 190px;
    }

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

    .content-trainghiem.text-split4 {
        -webkit-line-clamp: 2;
    } */
    /* --- */
}

@media(max-width:767px) {

    .footer-article {
        /* padding: 30px; */
    }

    .containar_inside_duan::before,
    .btn_duan {
        display: none;
    }

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

    .row_tintuc .col-lg-4:nth-child(3n+2) {
        order: unset;
    }

    .box_desc_duan {
        top: 0;
        left: 0;
        max-width: unset;
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .name_duan {
        font-size: 25px;
    }

    .containar_inside_duan {
        padding: 5px;
        bottom: 0;
    }

    .box-desc-slide {
        padding: 15px;
        padding-right: 70px;
    }

    .name-slide {
        font-size: 50px;
    }
}

@media (max-width:575px) {

    .footer-news:nth-child(1),
    .footer-news:nth-child(2),
    .footer-news:nth-child(3),
    .footer-news:nth-child(4) {
        width: 100%;
        margin-bottom: 10px;
    }

    .slideshow-image {
        display: block;
        height: calc(100vh - 100px);
    }

    .slideshow-image img {
        height: 100%;
        object-fit: cover;
    }

    .container_img_duan {
        min-height: calc(100vh - 90px);
    }

    .img_duan {
        position: absolute;
        height: 100%;
        display: block;
    }

    .img_duan img {
        height: 100%;
        object-fit: cover;
    }

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

    .scrollToTop {
        bottom: 60px;
        right: 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;
    }
}

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

@media (min-width:991px) {
    .col-left-gt {
        padding-left: calc((100% - 1300px)/2) !important;
    }

    .container_gioithieu {
        padding: 0 0;
    }
}