.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex !important;
    width: 1440px !important;
}

.swiper-slide {
    width: 1440px !important;
    flex-shrink: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000; /* เปลี่ยนสีตามดีไซน์ */
}
  