.section--blog table {
  width:100%;
}
.section--blog .table {
  overflow: scroll;
}
.product__thumbnail .product__badges.left.sale {
	top: 0px;
  	left: 0px;
}
.product__thumbnail .product__badges.left.sale img{
	width: 55px !important;
  
   height:55px !important;
}

.slider-banner.ctkm .swiper-slide:before
{
  content: none !important;
  display: none !important;
}
.slider-banner.ctkm .slider__content {
  background: unset;
}
.slider-banner.ctkm .slider__content h2, .slider-banner.ctkm .slider__content a{
  color: #000 !important;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}
.slide-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; /* Đảm bảo nằm trên các phần tử khác */
    background: transparent; /* Không có màu nền */
}