.selling_product-slide,.selling_product-slide .swiper-container,.selling_product-slide .swiper-container .swiper-wrapper,.selling_product-slide .swiper-container .swiper-wrapper .swiper-slide   {
	user-select:none;
	    -webkit-tap-highlight-color: transparent;

}
.home_selling_product {
  margin-top: 2.5rem;
  position: relative;
}
.home_selling_product .selling_product_bg-img {
  position: absolute;
  width: 100%;
  bottom: -13rem;
}
.selling_product-content .selling_product-heading {
  width: 59.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.selling_product-content .selling_product-heading .title {
  font-size: var(--font-h1);
  font-weight: bold;
}
.selling_product-content .selling_product-heading .icon_title {
  width: 13.2rem;
  height: 1.563rem;
  margin: 0.5rem 0 1rem;
}

/* title content */
.selling_product-content .selling_product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  font-weight: 700;
}
.selling_product-content .selling_product-title .title_left{
	color: var(--color-dark-1);
	font-size: var(--font-h4);
	font-style: normal;
	line-height: 120%; /* 1.8rem */
}
.selling_product-content .selling_product-title .view_productAll {
  display: flex;
  font-size: var(--font-sub1-6);
  color: var(--color-primary);
  align-items:center;
  margin-right:1.5rem;
}
.selling_product-content
  .selling_product-title
  .view_productAll
  .arrow_viewAll_product {
  width: 1.5rem;
  height:1.5rem;
  margin-top:0.125rem;
  flex-shrink:0
}
.selling_product-content
  .selling_product-title
  .view_productAll
  .arrow_viewAll_product {
  margin-left: 0.56rem;
}
/* swiper */
.selling_product-content .selling_product-slide {
  padding: 1rem 0 3rem;
  position: relative;
}
.selling_product-content .selling_product-slide .swiper-container {
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  padding: 0.25rem;
  width: 100%;
  height: 100%;
}
.selling_product-content
  .selling_product-slide
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  background: transparent;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* pagination */
.selling_product-content .selling_product-slide .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Tùy chỉnh các chấm pagination */
.selling_product-content .selling_product-slide .swiper-pagination-bullet {
  background-color: var(--color-grey-2); /* Màu nền cho các chấm */
  opacity: 0.6;
  border-radius: 50%; /* Tạo hình tròn cho các chấm */
  margin: 0 5px; /* Khoảng cách giữa các chấm */
  transition: opacity 0.3s ease; /* Hiệu ứng mờ dần */
}

/* Tùy chỉnh chấm pagination khi được chọn */
.selling_product-content
  .selling_product-slide
  .swiper-pagination-bullet-active {
  opacity: 1;
	  transform:scale(1.3) !important;
  background-color: var(--color-grey-1); /* Màu sắc khi chấm được chọn */
}

.selling_product-content .selling_product-slide .swiper-button-next,
.selling_product-content .selling_product-slide .swiper-button-prev {
  position: absolute;
}
.selling_product-content .selling_product-slide .swiper-button-next::after,
.selling_product-content .selling_product-slide .swiper-button-prev::after {
  font-size: 1.75rem;
  color: var(--color-dark-2);
}
.selling_product-content .selling_product-slide .swiper-button-next:active,
.selling_product-content .selling_product-slide .swiper-button-prev:active {
  transform: scale(0.9);
}
.selling_product-content .selling_product-slide .swiper-button-prev {
  left: -2.5rem;
}
.selling_product-content .selling_product-slide .swiper-button-next {
  right: -3rem;
}
/* slide mobile */
.selling_product-slide_mobile {
  display: none;
}
@media (max-width: 769px) {
.home_selling_product {
  margin-top: 1.25rem;
}
.home_selling_product .selling_product_bg-img {
    bottom: auto;
    top: 50%;
    height: 7.25rem;
  }
  .home_selling_product .container {
    padding: 0 1rem;
  }
  .selling_product-content .selling_product-heading {
    width: 100%;
    font-size: var(--font-body4);
  }
  .selling_product-content .selling_product-heading .title {
	font-size: var(--font-h4);
  }
  .selling_product-content .selling_product-title .title_left{
    font-size: var(--font-h5);
  }
  .selling_product-content .selling_product-heading .icon_title {
  width: 8.2rem;
  height: 1rem;
  }
  .selling_product-content .selling_product-title {
    display: block;
    font-size: var(--font-h4);
    font-weight: bold;
	border-top:1px solid var(--color-light-1);
	margin-top:2rem;
	padding-top:1.5rem;
  }
  .selling_product-content .selling_product-title .view_productAll {
    justify-content: end;
    margin-top: 1.5rem;
  }
  .selling_product-content .selling_product-slide {
    padding: 1rem 0 1.5rem;
    position: relative;
  }
  .selling_product-content .selling_product-slide .swiper-container {
  padding: 0.25rem 0.25rem 0.25rem 0;

}
  .selling_product-content .selling_product-slide .swiper-button-next,
  .selling_product-content .selling_product-slide .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .selling_product-content .selling_product-slide {
    padding: 1rem 0 4rem;
    position: relative;
  }
  .selling_product-content .selling_product-slide .swiper-button-prev {
    left: -3rem;
  }
  .selling_product-content .selling_product-slide .swiper-button-next {
    right: -3.5rem;
  }
}