@media screen and (max-width: 1366px) {
    .fs-40{font-size: 34px;}
}
@media screen and (max-width: 1199px) {
    .menu-pc,.widget-desktop,.form-search{display: none!important;}
    .menu-mobile{display: flex!important;}
    .container{max-width: 100%;}
    #arcontactus{display: block;}
    .fs-24{font-size: 22px;}
    .fs-32{font-size: 28px;}
    .fs-40{font-size: 30px;}
    .bg-blue-white{background: var(--blue);}
}

@media screen and (max-width:992px) {
    .fs-18{font-size: 16px;}
    .fs-20{font-size: 18px;}
    .fs-24{font-size: 20px;}
    .fs-32{font-size: 24px;}
    .fs-40{font-size: 26px;}
    .table-wishlist{min-width: 900px;}
    .wrapper-history::before{display: none;}
    .icon-history{display: none!important;}
    .content-slider{max-width: 80%;}
    .owl-prev{left: 0;}
    .owl-next{right: 0;}
}

@media screen and (max-width:768px) {
    .banner{height: 250px;}
    body,.fs-18{font-size: 15px;}
    .fs-20{font-size: 16px;}
    .fs-24{font-size: 18px;}
    .fs-32{font-size: 20px;}
    .fs-40{font-size: 22px;}
    .content-slider{max-width: 98%;}
    .owl-prev, .owl-next{width: 25px;height: 25px;}
}

@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;}
    input,textarea{font-size: 15px!important;}
    .fs-20{font-size: 15px;}
    .fs-24{font-size: 16px;}
    .fs-32{font-size: 18px;}
    .fs-40{font-size: 20px;}
    body,.fs-18{font-size: 14px;}
    .fs-14{font-size: 13px;}
}

@media screen and (max-width:450px) {
   .banner{height: 180px;}
   input,textarea{font-size: 14px!important;}
    .fs-20{font-size: 14px;}
    .fs-24{font-size: 15px;}
    .fs-32{font-size: 16px;}
    .fs-40{font-size: 18px;}
}

@media screen and (max-width:320px) {
    .banner{height: 150px;}
    .breadcrumb-item{font-size: 10px;}
    body{font-size: 13px;}
    .fs-20{font-size: 13px;}
    .fs-24{font-size: 14px;}
    .fs-32{font-size: 15px;}
    .fs-40{font-size: 16px;}
}