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

@media screen and (max-width:992px) {
    .news__grid{grid-template-columns: repeat(3,1fr);}
    .table-wishlist{min-width: 900px;}
}

@media screen and (max-width:768px) {
    .fs-32{font-size: 26px;}
    .fs-18{font-size: 16px;}
    .grid-footer{grid-template-columns: 100%;}
}

@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: 210px;}
    .fs-32{font-size: 24px;}
    body{font-size: 15px;}
}

@media screen and (max-width:450px) {
   .banner{height: 180px;}
   .fs-32{font-size: 20px;}
   body{font-size: 14px;}
   .text-3line{height: 60px;}
   .fs-18{font-size: 15px;}
   .fs-20{font-size: 16px;}
   .fs-24{font-size: 20px;}
   .text-4line{height: 85px;}
}

@media screen and (max-width:320px) {
    .breadcrumb-item{font-size: 9px;}
}