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

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

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

@media (min-width: 1200px) {
    .category-lists .col-xl-2 {
        width: 14.28%;
    }

    .category-lists span {
        max-width: 80%;
    }
}

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


/* Max-width */
@media (max-width: 1399.98px) {
    
}
@media (max-width: 1199.98px) {
    .container {
        max-width: 100%;
    }
    .menu {
        display: none;
    }
    .menu-res{
        display: block;
    }
    .menu-bar-res{
        display: flex;
    }
}
@media (max-width: 991.98px) {
    img {
        max-width: 100% !important;
        height: auto !important;
        vertical-align: top;
    }
    .header-top {
        text-align: right;
    }
    .header-top marquee {
        width: calc(100% - 150px);
        margin-right: 0px;
    }
    .search-wrapper.active {
        width: 250px;
        height: 49px;
    }
    .search-wrapper .btn {
        width: 45px;
        height: 45px;
    }
    .slideshow {
        width: 100%;
    }

    .name-product {
        font-size: 16px;
    }

    .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: 767.98px) {
    .header-top marquee {
        width: calc(100%);
    }

    .wrap-about .about-img {
        padding: 30px;
    }
    .wrap-about .about-img .border-animation {
        top: 60px;
        left: 0px;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
    }
    
    .title-main{
        margin-bottom: 10px;
    }

    .wrap-newsletter .hotline {
        min-height: 135px;
        padding-left: 120px;
    }
    .wrap-newsletter .hotline span {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .wrap-newsletter .hotline a {
        font-size: 35px;
        line-height: 40px;
    }

    #frm-newsletter {
        padding: 20px;
        margin-bottom: 30px;
    }

    .footer {
        padding-bottom: 3rem;
    }

    .footer-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-ul li{
        width: 50%;
    }

}
@media (max-width: 575.98px) {
    header#header.fixed {
        position: relative;
    }

    .header-bottom .hotline span,
    .header-bottom .lang span{
        display: none;
    }
    .title-main h2 {
        font-size: 28px;
    }
    .wrap-frame {
        display: none;
    }
    .wrap-khachhang .about-info{
        position: relative;
        background: #F3F3F3;
        z-index: 1;
    }
    .wrap-khachhang .slick-slide {
        padding: 30px;
    }
    .khachhang-item2 {
        padding: 20px;
    }
}