@media screen and (max-width: 1250px) {
    .menu-pc{display: none!important;}
    .menu-mobile{display: flex!important;}
    .container{max-width: 100%;}
    .form-search{display: none!important;}
    .map_footer iframe{margin-top: 3rem;}
    .icon-search{display:none;}
    .item-about{left: 0;}
    .fs-32{font-size: 26px;}
    
}

@media screen and (max-width:992px) {
    .fs-50{font-size: 35px;}
    .product__grid,.news__grid{grid-template-columns: repeat(3, calc(33.33% - (10px * 2 / 3)));}
    .fs-20{font-size: 15px;}
    .table-wishlist{min-width: 900px;}
    .left-register::before{display: none;}
    .content-srv{position: relative;max-width: 40%;}
}

@media screen and (max-width:768px) {
    .fs-32{font-size: 25px;}
    .fs-24{font-size: 20px;}
    .fs-36{font-size: 25px;}
    .product__grid,.news__grid{grid-template-columns: repeat(2, calc(50% - (10px / 2)));}
    .key-why{display: none;}
    .item-why{margin: auto;}
    .service_grid .col-md-7{width: 100%;}
    .content-srv{max-width: 100%;width: 100%;margin-top: 20px;}
    .sticky-new{top: 55px;}
    .owl-carousel-why .owl-item{padding: 0;}
}

@media screen and (max-width:576px) {
    .scrollToTop {width: 35px;height: 35px;right: 10px;line-height: 35px;font-size: 13px;}
    .fs-36,.items-share:first-child .name{font-size: 17px;}
    .fs-20{font-size: 13px;}
    .fs-18{font-size: 15px;}
    .breadcrumb-item{font-size: 12px;}
    .product__grid,.news__grid,.video-grid{grid-template-columns: repeat(2, calc(50% - (10px / 2)));}
    .share_grid{grid-template-columns: repeat(2, 1fr);}
    .fs-32{font-size: 18px;}
    .name-container{max-width: 100%;}
    .fs-24{font-size: 15px;}
    .header .col-3{display: none!important;}
    .banner_full .background{height: 200px;}
    .grid_service{display: grid; grid-template-columns: repeat(2, calc(50% - (10px / 2)));gap: 15px;}
    body{font-size: 14px;}
    .grid-party{grid-template-columns: repeat(3, 1fr);}
    .grid-party >:first-child{grid-column: inherit}
    .party-row >:last-child{grid-column: inherit;}
}

@media screen and (max-width:450px) {
   .fs-32{font-size: 20px;}
   .text-line{font-size: 28px;}
   .fs-36{font-size: 20px;}
   .banner_full .background{height: 180px;}
   .icon-cart{display: none!important;}
   .header{font-size: 12px;}
   .item-register{flex-direction: column;}
   .item-register form{width: 100%;}
   .item-about{font-size: 14px;}
   .grid-party{gap: 0.5rem;}
   /* .grid-party{grid-template-columns: repeat(2, 1fr);} */
}

@media screen and (max-width:320px) {
    .product__grid,.news__grid,.service_grid,.video-grid{grid-template-columns: 100%;}
    .fs-36{font-size: 10px;}
    .breadcrumb-item{font-size: 9px;}
    .header{font-size: 8px;}
    .fs-32{font-size: 15px;}
    .item-about{font-size: 12px;}
    body{font-size: 12px;}
}