@media screen and (max-width: 1366px) {
    .fs-60{font-size: 54px;}
    .fs-64{font-size: 58px}
}
@media screen and (max-width: 1199px) {
    .menu-pc{display: none!important;}
    .menu-mobile{display: flex!important;}
    .container{max-width: 100%;}
    .fs-24{font-size: 22px;}
    .fs-32{font-size: 28px;}
    .fs-60{font-size: 40px;}
    .fs-64{font-size: 45px}
}

@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-60{font-size: 34px;}
    .fs-64{font-size: 38px}
    .table-wishlist{min-width: 900px;}
    .content-slider{max-width: 70%;}
    .p-right{padding-right: .75rem;}
}

@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-60{font-size: 28px;}
    .fs-64{font-size: 32px}
    .content-slider{max-width: 90%;left: .75rem;}
    .owl-about .owl-item{padding-bottom: 1px;}
    .icon-youtube img{max-width: 45px;}
}

@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-60{font-size: 22px;}
    .fs-64{font-size: 25px}
    body,.fs-18{font-size: 14px;}
    .fs-14{font-size: 13px;}
    .icon-youtube img{max-width: 30px;}
}

@media screen and (max-width:450px) {
   .banner{height: 180px;}
   input,textarea,select{font-size: 14px!important;}
    .fs-20{font-size: 14px;}
    .fs-24{font-size: 15px;}
    .fs-32{font-size: 16px;}
    .fs-60{font-size: 18px;}
    .fs-64{font-size: 20px}
    .name-company,.button-menu{font-size: 13px;}
}

@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-60{font-size: 16px;}
    .fs-64{font-size: 18px}
    .name-company,.button-menu{font-size: 11px;}
}