@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
  .swiperFeature-button-next {
    right: -50px;
    top: calc(45% - 24px);
  }
  .swiperFeature-button-next svg,
  .swiperFeature-button-prev svg {
    width: 36px;
  }
  .swiperFeature-button-prev {
    left: -50px;
    top: calc(45% - 24px);
  }
}

@media screen and (max-width: 1280px) {
  .breadcrumb {
    padding: 0.75rem 5%;
  }
  .blog-site-list {
    padding: 0 5%;
  }
  .blog-site-contain {
    margin: 40px auto;
  }
  .blog-detail-content {
    padding: 40px 5%;
  }
  .product-site-contain {
    padding: 40px 5%;
  }
}

@media screen and (max-width: 1024px) {
  .swiperFeature-button-next {
    right: 30px;
  }
  .swiperFeature-button-prev {
    left: 30px;
  }
  .productFeatured-info h3 {
    font-size: 16px;
  }
  .blog-site-box {
    width: calc(100% / 2 - 12px);
  }
  .blog-site-contain {
    margin: 30px auto;
  }

  .product-site-contain{flex-wrap:wrap;gap: 24px;}
  .product-site-sidebar {
    /*display: none;*/
    width:100%;
    position: relative;top: unset;
  }
  .product-site-info {
    width: 100%;
  }
  .product-mobile-dropdown {
    display: block;
    margin-bottom: 15px;
  }

  .product-mobile-dropdown select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }

  /* Ẩn accordion trên mobile */
  .product-site-sidebar .accordion {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swiperFeature-pagination {
    display: block;
  }
  .swiperFeature-button-next,
  .swiperFeature-button-prev {
    display: none;
  }
  .about-detail-banner {
    height: 300px;
  }
}

@media screen and (max-width: 600px) {
  .blog-ourStory-info h3 a {
    font-size: 14px;
  }
  .blog-detail-content h2 {
    font-size: 20px;
  }
  .blog-detail-content h3 {
    font-size: 18px;
  }
  .swiper-ourStory-wrapper {
    padding-left: 5%;
    position: relative;
  }
  /* .swiper-ourStory-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(to left, #fff, transparent);
  } */
  .blog-ourStory-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .product-site-title {
    font-size: 24px;
  }
  .related-products-item {
    width: calc(100% / 2 - 12px);
  }
  .header-right-wrapper{gap:8px;}
}

@media screen and (max-width: 500px) {
  .blog-site-box {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .dev-form-contact > div {
    width: 100%;
    margin: 0;
  }
  .about-detail-banner {
    height: 200px;
  }
  .related-products-list {
    gap: 16px;
  }
  .related-products-item {
    width: 100%;
  }
}
