.swiper-pagination-bullet {
	background-color: #f8cf9f;

	opacity: 1;

	width: 16px;
	height: 16px;

	margin-right: 15px;
}
.swiper-pagination-bullet-active {
	background-color: #00824b;
}