@media screen and (max-width: 1250px) {
    .menu-pc,.widget-desktop,.form-search{display: none!important;}
    .menu-mobile{ display: flex!important; position: absolute; left: 10px; top: 50%; transform:translate(0,-50%) ; -webkit-transform:translate(0,-50%) ; -moz-transform:translate(0,-50%) ; -ms-transform:translate(0,-50%) ; -o-transform:translate(0,-50%) ; }
    .container{max-width: 100%;}
    .map_footer iframe{margin-top: 3rem;}
    #arcontactus{display: block;}
    .menu .container{justify-content: center!important;}
}

@media screen and (max-width:992px) {
    .product__grid {grid-template-columns: repeat(3, calc(33.33% - (20px * 2 / 3)));}
    .table-wishlist{min-width: 900px;}
    .fs-32{font-size: 26px;}
    .fs-20{font-size: 18px;}
    .banner{height: 300px;}
    .news__grid{grid-template-columns: 100%;}
}

@media screen and (max-width:768px) {
    .banner{height: 250px;}
    .fs-20{font-size: 16px;}
    .product__grid {grid-template-columns: repeat(2, calc(50% - (10px / 2)));grid-gap: 30px 10px;}
    .gradient-text{font-size: 30px;line-height: 40px;margin-bottom: -1rem;}
    .project_grid{gap: 10px;}
    body{font-size: 15px;}
    .fs-18{font-size: 16px;}
    .fs-24{font-size: 20px;}
    .breadcrumb li a{font-size: 14px;}
}

@media screen and (max-width:576px) {
    .scrollToTop {width: 35px;height: 35px;right: 10px;line-height: 35px;font-size: 13px;}
    .breadcrumb-item{font-size: 12px;}
    .banner{height: 200px;}
    .fs-32{font-size: 22px;}
    body{font-size: 14px;}
    .gradient-text{font-size: 20px;line-height: 35px}
    .fs-14{font-size: 13px;}
    .fs-18{font-size: 14px;}
    .fs-20{font-size: 15px;}
    .text-3line{height: 60px;}
    .text-2line{height: 38px;}
    .fs-24{font-size: 18px;}
}

@media screen and (max-width:450px) {
   .banner{height: 180px;}
   body{font-size: 13px;}
   .fs-14{font-size: 12px;}
   .fs-20{font-size: 14px;}
   .fs-32{font-size: 20px;}
   .news__grid{grid-template-columns: repeat(2, calc(50% - (10px / 2)));grid-gap: 10px;}
   .item-new{flex-direction: column;}
   .item-new .content{width: 100%;margin-top: 1.5rem;padding-left: 0!important;}
   .item-new .image::after{left: .4rem;top: .4rem;}
   .fs-18{font-size: 13px;}
}

@media screen and (max-width:320px) {
    .breadcrumb-item{font-size: 9px;}
    .fs-14{font-size: 10px;}
    .fs-32{font-size: 18px;}
    .fs-24{font-size: 16px;}
}