


.swiper-pagination {
	height: 8px;
	bottom: -10px !important;
}


.swiper-pagination-bullet {
	width: 60px;
	height: 8px;
	border-radius: 0;
	background: #000;
	margin: 0 5px!important;
	opacity: 0.2;
}


.swiper-pagination-bullet-active {
	opacity: 1;
	background: #5a8a7e;
}





@media only screen and (max-width: 767px){
	
.swiper-pagination {
	height: 8px;
	bottom: 0 !important;
}
	
.swiper-pagination-bullet {
	width: 50px;
	height: 8px;
}
	
	
	
	
}
	
	
	
	