@media screen and (max-width: 1360px) {
    .fs-32{font-size: 26px;}
}
@media screen and (max-width: 1250px) {
    .menu-pc,.header::before,.form-search{display: none!important;}
    .menu-mobile{display: flex!important;}
    .container{max-width: 100%;}
    .map_footer iframe{margin-top: 3rem;}
    #arcontactus{display: block;}
    .widget-desktop{display: none;}
    .logo{position: relative;}
    .header{background: #F38406;}
    .header .row .col-md-5{justify-content: start!important;}
    .fs-28{font-size: 24px;}
}

@media screen and (max-width:992px) {
    .product__grid,.news__grid{grid-template-columns: repeat(3,1fr);}
    .table-wishlist{min-width: 900px;}
    .grid-app{grid-template-columns: repeat(3,1fr);}
    .fs-28,.fs-24{font-size: 20px;}
    .fs-32{font-size: 22px;}
}

@media screen and (max-width:768px) {
    .banner{height: 250px;}
    .fs-20,.fs-28,.fs-24{font-size: 16px;}
    .fs-32{font-size: 20px;}
    body{font-size: 15px;}
    .grid-app,.product__index{grid-template-columns: repeat(2,1fr);}
    .product__grid,.news__grid{gap: 10px;}
    p.line-pr::before, p.line-pr::after{display: none}
}

@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;}
    .product__grid,.news__grid{grid-template-columns: repeat(2,1fr);}
    .product__index{gap: 10px;}
    .percent-about{max-width: 340px;}
    .grid-app{gap: 15px;}
    p.line{font-size: 55px;left: -40px;}
}

@media screen and (max-width:450px) {
   .banner{height: 180px;}
   body{font-size: 14px;}
   .text-3line{height: 60px;}
   .text-2line{height: 40px;}
   .fs-32{font-size: 18px;}
   .title-app::before, .title-app::after{width: 84px;}
}
@media screen and (max-width:375px) {
    .percent-about{position: relative!important;margin-top: 1rem;}
    .fs-20, .fs-28, .fs-24{font-size: 14px;}
}
@media screen and (max-width:320px) {
    .breadcrumb-item{font-size: 9px;}
    body{font-size: 13px;}
    .title-app::before, .title-app::after{width: 55px;}
}