.swiper-container {
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.swiper-slide {
	
}

.swiper-pagination {
	z-index:9999;
}

.swiper-pagination-bullet {
	border:1px solid #FFF !important;
	background:rgba(255,255,255,0.7) !important; 
	opacity:0.8;
	transition:all 0.4s;
}

.swiper-pagination-bullet:hover {
	border:1px solid #045057 !important; 
	opacity:1;
}

.swiper-pagination-bullet-active {	
	border:1px solid #045057 !important;
	background:#045057 !important;
}