.js-swiper {
	width: 100%;
	overflow: hidden;
}

.js-swiper .swiper-slide {
	width: 100%;
}

.js-swiper .swiper-pagination-bullet {
  background: #e8c79e;
  opacity: 0.6;
}

.js-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e8c79e;
}

.js-swiper .swiper-button-next, .js-swiper .swiper-button-prev {
  color: #e8c79e; border: 0; width: 25px; height: 25px; padding: 5px;
}

.js-swiper .swiper-button-next::after, .js-swiper .swiper-button-prev::after {
  font-size: 20px;
}