/* 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;
    }
}
@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: -120px;
    }
    .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: 28px;
    }

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

    .wrap-news .slick-slide {
        height: 120px;
    }
    .news-list .time,
    .news-list .author{
        display: none;
    }
    .news-list .name{
        font-size: 16px;
    }
    .news-list .name a{
        -webkit-line-clamp: 1;
    }
    .news-list .desc{
        -webkit-line-clamp: 2;
    }
    .news-list .image{
        width: 120px;
    }
    .news-list .info {
        width: calc(100% - 130px);
    }

    .wrap-video .btn-play{
        width: 60px;
        height: 60px;
    }
    .wrap-video .btn-play .kenit-alo-circle {
        width: 70px;
        height: 70px;
    }
    .wrap-video .btn-play .kenit-alo-circle-fill {
        width: 80px;
        height: 80px;
    }
    .wrap-video .btn-play i {
        width: 60px;
        height: 60px;
    }

    .wrap-dichvu .title-main h2 {
        font-size: 30px;
    }
    .service-list .over span {
        font-size: 13px;
    }
    .service-list .name {
        font-size: 16px;
        padding: 10px;
        min-height: 50px;
    }
    .project-item .name {
        font-size: 16px;
        padding: 10px;
        min-height: 50px;
    }
    .wrap-dichvu .owl-dots {
        width: 100%;
        left: auto;
    }
}