@media screen and (max-width: 1250px) {
    .menu{display: none!important;}
    .menu-mobile{display: flex!important;}
    .container{max-width: 100%;}
    .owl-carousel-why{background-size: 100% 100%;}
    .item-form-register{justify-content: space-between;}
    .bg-hotline{display: none;}
    .lang-item-mb{display: block;}
    .bg-footer::after{background-size: 100% 100%;}
}

@media screen and (max-width: 1200px) {
    .owl-carousel-why{background: none;}
    .container_body{flex-direction: column-reverse;}
    .items-left{margin: auto;}
    .item-list-pc{display: none;}
    .item-list-mb{display: block;max-width: 41%;margin: auto;}
    .info-header{width: auto;}
}

@media screen and (max-width: 1100px) {
    .form-contact{justify-content: space-between;}
    .contact_info{position: relative;right: inherit;bottom: inherit;}
    .banner-header{max-width: 500px;}
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width:900px) {
    .fs-50{font-size: 35px;}
    .news_related_grid, .product_related_grid{grid-template-columns: repeat(3, calc(33.33% - (10px * 2 / 3)));}
}

@media screen and (max-width:750px) {
    .product__grid, .news__grid{grid-template-columns: repeat(2, calc(50% - (10px / 2)));}
    .item-list-mb{max-width: 66%;}
    .banner-header{max-width: 400px;}
}

@media screen and (max-width:650px) {
    .scrollToTop {width: 35px;height: 35px;right: 10px;line-height: 35px;font-size: 13px;}
    .fs-36{font-size: 28px;}
    .breadcrumb-item{font-size: 14px;}
    .fs-32{font-size: 25px;}
    .fs-20{font-size: 17px;}
    .text-line{font-size: 34px;}
    .fs-36{font-size: 24px;}
    .news_related_grid, .product_related_grid{grid-template-columns: repeat(2, calc(50% - (10px / 2)));}
    .banner-header{max-width: 300px;}
}

@media screen and (max-width:576px) {
    .bg-footer .row>* , .bg-new .row>*, .form-contact.row>*{padding-left: 0;padding-right: 0;}
    .banner-header{max-width: 250px;}
    .item-list-mb{max-width: 75%;}
}

@media screen and (max-width:500px) {
   .fs-7{font-size: 14px;}
   .newsletter__frm{padding: 10px 10px!important;}
   .breadcrumb-item{font-size: 10px;}
   .row>*{padding: 0;}
   /* .item-list-pc{
     display:none!important;
   } */
    .item-list-mb{
        display:none!important;
    }
}

@media screen and (max-width:450px) {
    .text-4line{-webkit-line-clamp: 2;height: 40px}
    .fs-50{font-size: 25px;}
    .banner-header{max-width: 180px;}
}

@media screen and (max-width:430px) {
   .fs-32{font-size: 20px;}
   .text-line{font-size: 28px;}
}

@media screen and (max-width:376px) {

}

@media screen and (max-width:340px) {
    .banner-header{max-width: 150px;}
    .product__grid, .news__grid,.news_related_grid, .product_related_grid{grid-template-columns: 100%;}
    .items-left,.item-list-mb{width: 90%!important;}
}