/* 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 {
        max-width: 1280px;
    }
}


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

@media (max-width: 1199.98px) {
    .chinhanh-item .image {
        width: 200px;
    }
    .chinhanh-item .info {
        width: calc(100% - 170px);
    }
}

@media (max-width: 991.98px) {
    .menu {
        display: none;
    }
    .menu-bar-res {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    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 a{
        font-size: 16px;
    }
    .chinhanh-item .name {
        font-size: 20px;
    }

    .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-about .about-img2 {
        max-width: 350px;
    }
}

@media (max-width: 767.98px) {
    .header-top marquee {
        width: calc(100%);
    }

    .wrap-about .about-desc {
        column-gap: 30px;
    }

    .doitac-item {
        padding: 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: 50px;
    }
    .footer-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-ul li.line{
        display: none;
    }
    .footer-ul li{
        width: 50%;
    }

    .wrap-about .btn-main {
        margin-top: 5%;
    }
    .wrap-about .about-img2 {
        margin-left: 0px;
    }
}

@media (max-width: 575.98px) {
    .header-bottom.fixed .col-auto{
        width: 100%;
    }
    .header-bottom.fixed .logo{
        display: none;
    }


    .wrap-about .about-desc {
        column-count: 1;
    }

    .wrap-counter .num {
        display: none
    }
    .banner h2 {
        font-size: 20px;
    }
    
    .btn-submain {
        font-size: 14px;
    }
    header#header.fixed {
        position: relative;
    }
    .title-main h2 {
        font-size: 35px;
    }
    .title-submain {
        font-size: 30px;
    }
    .title-main::before{
        font-size: 5rem;
        line-height: 65px;
    }
    .footer-title {
        font-size: 30px;
    }
    .footer-ul {
        padding-left: 20px;
    }

    .wrap-counter .num{
        font-size: 4.5rem;
    }
    .wrap-counter .counter {
        font-size: 2.5rem;
    }

    .wrap-service-list .service-list .name {
        font-size: 17px;
    }
    .wrap-service-list .service-list .info h3 {
        font-size: 16px;
    }
    .wrap-service-list .service-list .info .line {
        margin: 5px auto;
    }

    .news-item .name a {
        font-size: 16px;
    }
    .news-item .desc {
        font-size: 14px;
    }

    .service-item .name {
        font-size: 18px;
    }
    .service-item .desc {
        font-size: 14px;
    }
    .wrap-history .slider-nav {
        margin-top: 10px;
    }
    .item_history .name {
        font-size: 1.5rem;
    }
    .item_year {
        font-size: 17px;
    }
    #frm-newsletter {
        padding: 0px;
    }

    .chinhanh-item {
        padding: 15px;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .chinhanh-item .image{
        width: 60%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .chinhanh-item .info{
        width: 100%;
    }
    .group-odd .col-lg-6,
    .group-even .col-lg-6 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .group-even .chinhanh-item .image {
        order: 1;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .wrap-product-list::before {
        display: none;
    }
    .wrap-album::before {
        display: none;
    }

    .wrap-home {
        margin-bottom: -20px;
    }
    
}