@media only screen and (min-width: 1500px) {

}

@media (min-width: 992px){
    .gx-lg-28{
        --bs-gutter-y: 1.75rem;
        --bs-gutter-x: 1.75rem;
    }
    .g-lg-32{
        --bs-gutter-y: 2rem;
        --bs-gutter-x: 2rem;
    }

    .g-lg-40{
        --bs-gutter-y: 2.5rem;
        --bs-gutter-x: 2.5rem;
    }

    .gy-lg-36{
      --bs-gutter-y: 2.25rem;
    }


    .mt-lg-40{
        margin-top: 2.5rem !important;
    }

    .mb-lg-40{
        margin-bottom: 2.5rem !important;
    }

    .pt-lg-40{
        padding-top: 2.5rem !important;
    }

    .p-lg-40{
        padding: 2.5rem !important;
    }

}


@media only screen and (min-width: 1025px) and (max-width: 1199px) {
}

@media (max-width: 1024px) {
  header {
    display: none;
  }

  .pnvn-menu-mobile {
    display: block;
  }
  section {
    overflow: hidden;
  }
  section .container,
  footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .lenis-scrollbar {
    display: none;
  }
  .mp-slider-swiper-item-content {
    width: 80%;
  }
  .mp-header {
    display: none;
  }
  .container {
    width: 95%;
  }

  .mp-body .utility-icons a {
    margin-left: 10px;
  }
  .sp-menu-mobile-swiper .mp-product-item-price-old {
    display: none;
  }
  .hy-quang-cao-item:hover {
    flex: 1 1 50%;
  }
  .hy-quang-cao-content-box {
    flex-wrap: wrap;
  }
  .hy-quang-cao-item {
    flex: 1 1 50%; /* Mỗi item chiếm 50% width */
    height: auto;
    /* min-height: 100%; */
    display: flex;
    flex-direction: column;
  }
  .hy-quang-cao-item-content-box {
    position: relative;
    z-index: 2;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    width: 100%;
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    flex: 1;
  }
  .hy-quang-cao-item-label {
    opacity: 0;
  }
  .hy-quang-cao-item-image img {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
  }
  .hy-quang-cao-item:hover .hy-quang-cao-item-content-box {
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
  }
  .hy-quang-cao-item-image {
    --bs-aspect-ratio: 110%;
    height: auto;
  }
  .hy-quang-cao-content-box {
    align-items: stretch;
  }
  .hy-video-slide-video-box {
    min-height: 300px;
  }
  .hy-preview-content-swiper
    .swiper-slide.swiper-slide-active
    .hy-video-slide-video-box {
    min-height: 350px;
  }
  .hy-preview-content-swiper
    .swiper-slide.swiper-slide-active
    .hy-video-slide-product-content {
    background-color: var(--main-color);
    border-color: #131010;
  }
  .hy-preview-content-swiper
    .swiper-slide.swiper-slide-active
    .hy-video-slide-product-content-name,
  .hy-preview-content-swiper
    .swiper-slide.swiper-slide-active
    .hy-video-slide-product-content-price {
    color: var(--background-color);
  }
  
  section {
    padding: 20px 0;
  }

  .hy-dro-footer-logo {
    letter-spacing: 10px;
  }


  .hy-dro-footer-left-box{
    padding-right: 0;
  }

  .hy-dro-footer-left-box:after{
    transform: translateX(-50%);
  }

  .hy-dro-footer-right-box{
    padding-left: 0;
  }

}

@media (max-width: 991.98px){

    .hy-form-tim-kiem-header{
        gap: 1rem;
    }

    .hy-form-tim-kiem-close svg{
        margin-right: 0.5rem;
    }

    .wrapper-suggest-key-search{
        padding: 1.5rem 0 0;
        border-right: 0;
    }

    .wrapper-suggest-key-search .box-list-key-search .box-item{
        font-size: 0.875rem;
    }

    #result-search-modal > *:last-of-type{
        padding-bottom: 0;
    }
}


@media (max-width: 768px) {
  .vh-btn-dang-hang-form .vh-btn-dat-hang {
    width: 100%;
  }

  .vh-quay-lai {
    width: 100%;
  }

  .vh-quay-lai a {
    width: 100%;
    justify-content: center;
  }
  .lenis-scrollbar {
    width: 3px;
  }
  .lenis-scrollbar.visible {
    width: 5px;
  }
  .hy-gui-tu-van-btn {
    background-color: var(--text-color);
  }
  /* tìm kiếm start */
    .hy-form-tim-kiem-modal {
        margin: 0 auto;
    }

  /* tìm kiếm end */

  .mp-ten-danh-muc-filter-box {
    border: none;
   }
   .bag-cart-number { 
    font-size: 0.65rem;
    right: -5px;
    width: 15px;
    height: 15px;
   }

}

@media (max-width: 576px) {
    .hy-quang-cao-item {
        flex: 1 1 100%;
    }
    .hy-quang-cao-item:hover {
        flex: auto;
    }
}