@media (max-width: 1400px) {
    .why-left{
        margin-right: 0;
    }

    .why-left::before{
        left: 20px;
        width: 18px;
    }

    .why-image-1{
        width: 440px;
    }

    .why-image-2{
        left: 0;
        bottom: 30px;
    }

    /* .why-right .why-wrapper-title{
        font-size: 44px;
    } */

    .why-content-text{
        padding: 20px;
    }

    .banner-title > p{
        line-height: 1.5;
        margin-bottom: 0;
    }

    .navigation{
        gap: 12px;
    }

    .nav-item-link{
        font-size: 15px;
    }

    .header-container{
        padding: 0 20px;
    }
    
}

@media (min-width: 1400px) {
    .news-container, .category-container{
        max-width: 1400px;
        margin: auto;
    }

    .nav-item-link i{
        display: inline-block;
        transform: translateY(-2px);
    }
}


@media (max-width: 1200px) {
    .hotline{
        display: none;
    }

    .search-icon{
        border-right: none;
    }

    .nav-item-link{
        font-size: 14px;    
    }

    .navigation{
        display: none;
    }

    .header-main{
        min-height: 85px;
    }

    .nav-mobile-toggle{
        display: inline-flex;
    }

    .banner-title{
        font-size: 45px;
    }

    .default-btn{
        font-size: 12px;
        padding: 10px 30px;
    }
}



@media (max-width: 992px) {

    .banner-text{
        top: 10%;
        left: 60px;
    }

    .banner-subtext{
        margin-left: 60px;
    }
    .box-item-icon{
        max-width: 50px;
    }

    .banner-box-item{
        width: 150px;
        height: 100px;
    }

    .box-item-text{
        font-size: 14px;
    }

    .banner-slick .slick-dots{
        bottom: 110px;
        right: 162px;
    }

    .about-main{
        flex-direction: column;
    }
    .about-main .caption{
        width: 100%;
    }

    .about-main figure{
        width: 100%;
    }

    .banner-item img{
        min-height: 70vh;
    }

    .about-service{
        grid-template-columns: repeat(2,1fr);
    }

    .wrapper-product-content{
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .wrapper-product-name{
        font-size: 16px;
    }

    .why-wrapper{
        grid-template-columns: repeat(1,1fr);
    }

    .why-left{
        height: auto;
    }

    .why-image-2{
        display: none;
    }

    .why-image-1{
        width: 100%;
        position: relative;
    }

    .banner-slick {
        margin-bottom: 0 !important;
    }

    .why-number{
        grid-template-columns: repeat(2,1fr);
    }

    .quote-info{
        grid-template-columns: repeat(2,1fr);
    }

    .news-body-grid{
        grid-template-columns: repeat(2,1fr);
    }

    .banner-marketing{
        display: none;
    }

    .news-details-right{
        margin-top: 50px;
    }

    .contact-bottom{
        margin-top: 30px;
    }
}


@media (max-width: 768px) {
    .banner-box{
        position: relative;
    }

    .banner-box{
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }

    .banner-box-item {
        width: auto;
        height: auto;
        padding: 20px 0;
    }

    .about-wrapper{
        margin-top: 0;
    }

    .banner-slick .slick-dots {
        bottom: 10px;
        right: 0;
        text-align: center;
    }

    .about-title,.wrapper-title{
        font-size: 30px;
    }

    .menutab-list{
        gap: 0 20px;
    }

    .wrapper-product-content{
        grid-template-columns: repeat(1,1fr);
    }

    .why-title{
        font-size: 20px;
    }

    .why-subtitle{
        font-size: 16px;
    }
    .textbox h2{
        font-size: 36px;
    }

    .news-body-grid{
        grid-template-columns: repeat(1,1fr);
    }
   
}

@media (max-width: 550px) {

    .breadcrumbs{
        padding: 8px 10px;
    }

    .category-container{
        padding: 0 10px;
    }

    .news-container{
        margin: 0 10px;
    }

    .social-item img{
        width: 26px;
    }

    .social-item::before,.social-item::after{
        width: 38px;
        height: 38px;
        top: -4px;
        left: -6px;
    }


    .menutab-link{
        font-size: 14px;
    }
    
    .banner-text {
        top: 10%;
        left: 30px;
    }
    .banner-title{
        font-size: 35px;
    }
    
    .banner-title span {
        font-size: 35px !important;
    }

    .about-title, .wrapper-title {
        font-size: 24px;
    }

    .about-service {
        grid-template-columns: repeat(1,1fr);
    }

    .section{
        padding: 40px 0;
    }
    .why-content-text{
        font-size: 14px;
        padding: 10px;
    }

    .slick-prev{
        left: -8px;
    }
    .slick-next{
        right: -8px;
    }

    .form-search{
        min-width: 90vw;
    }

    .close-modal-search{
        right: 20px;
        top: 14px;
        font-size: 20px;
    }

    .header-container {
        padding: 0 6px;
    }

    .textbox{
        display: none;
    }

    .banner-image::after{
        display: none;
    }

    .banner-image img{
        min-height: 60vh;
    }

    .why-number {
        grid-template-columns: repeat(1,1fr);
    }

    .quote-info{
        grid-template-columns: repeat(1,1fr);
    }

    .news-details-title{
        font-size: 20px;
    }

    .product-info-title{
        font-size: 18px;
    }

    .product-info-name{
        font-size: 16px;
    }

    .product-info-address{
        font-size: 14px;
    }

    .breadcrumbs > li > a{
        padding: 2px 8px;
        font-size: 11px;
    }
    
     .loading img{
        width: 30px;
        transform: translateY(-24px);
    }
}







