/* 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%;
    }
}
@media (max-width: 991.98px) {
    img {
        max-width: 100% !important;
        height: auto !important;
        vertical-align: top;
    }

    .menu {
        display: none;
    }
    .menu-res{
        display: block;
    }
    .menu-bar-res{
        display: flex;
    }

    .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;
    }
    .wrap-tieuchi .left,
    .wrap-tieuchi .right {
        width: 100%;
    }

    .wrap-video .slick-news {
        margin: 0px -5px;
    }
    .wrap-video .slick-slide {
        padding: 0px 5px;
        height: auto;
    }
    .news-list {
        flex-direction: column;
    }
    .news-list.odd {
        flex-direction: column;
    }
    .news-list .image,
    .news-list .info {
        width: 100%;
    }
    .news-list .image{
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    div#header {
        min-height: 80px;
    }
    .header-bottom {
        background: #000;
    }
    .slideshow {
        margin-top: 0px;
    }

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

    .wrap-tieuchi .container {
        margin-top: 0px;
        background-size: 500px;
    }
    .wrap-tieuchi .container::before {
        height: 70%;
    }
    .tieuchi-item::before {
        display: none;
    }

    .header-bottom .hotline span,
    .header-bottom .lang span{
        display: none;
    }
    .title-main h2 {
        font-size: 25px;
    }
    #statusTab button {
        font-size: 25px;
    }

    .wrap-frame {
        display: none;
    }

    .khachhang-item {
        position: relative;
        max-width: 450px;
        margin: 0px auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .khachhang-item::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 75%;
        border: 1px solid #fff;
        left: 0px;
        bottom: 0px;
        z-index: 1;

    }
    .khachhang-item .image {
        z-index: 2;
    }
    .khachhang-item .info {
        width: 100%;
    }
    .khachhang-item .line {
        display: none;
    }
    .dichvu-item .name {
        font-size: 16px;
    }

    .wrap-video .video .image,
    .wrap-video .news-list .image{
        border-radius: 10px;
    }

    .news-list .name {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
    }
    .news-list .desc,
    .news-list .more {
        display: none;
    }
}