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

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

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

@media (min-width: 1200px) {
    header#header {
        min-height: 146px;
    }

    .col-detail-left {
        width: 20%;
    }
    .col-detail-right {
        width: 80%;
    }

}

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


/* Max-width */
@media (max-width: 575.98px) {
    header#header {
        position: relative;
        min-height: 126px;
    }

    .header-bottom .logo{
        width: 100px !important;
        height: 100px !important;
    }
    .header-bottom .logo *{
        width: 100px !important;
        height: 100px !important;
    }

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

    .title-main h2 {
        font-size: 30px;
    }

    .name-product {
        font-size: 15px;
        min-height: 36px;
    }
    .price-product {
        font-size: 15px;
    }
    #frm-newsletter {
        padding: 40px 20px;
    }

    .wrap-khachhang .owl-coverflow .owl-stage-outer {
        padding: 20px 0px;
    }
    .wrap-khachhang .owl-coverflow.owl-carousel .owl-item.active.center {
        transform: scale(1) translateZ(0px);
    }

    .wrap-khachhang .owl-item.active.center .khachhang-item .image{
        padding: 0px;
        border: 4px solid var(--color-main);
    }
    .wrap-khachhang .khachhang-item {
        margin-bottom: 30px;
    }
    .wrap-khachhang .khachhang-item .image {
        max-width: 200px;
        margin: 0px auto;
    }

    .wrap-khachhang .khachhang-item .info{
        width: 100%;
        margin: 0px;
        opacity: 1;
    }

}

@media (max-width: 767.98px) {

    img {
        height: auto !important;
    }
    .container, .container-sm {
        max-width: 100%;
    }
    .footer {
        margin-bottom: 50px;
    }
}

@media (max-width: 991.98px) {
    .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) {
    .menu {
        display: none;
    }
    .menu-res {
        display: block;
    }
}

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