 
.swiper-container {
	width: 100%; min-height: 200px;
	
}
.swiper-slide {
	
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; 
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.swiper-pagination-bullet {
	padding: 5px 10px;
	border-radius: 0;
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#000;
	opacity: 1;
	background: rgba(0,0,0,0.2);  
}
.swiper-pagination-bullet-active {
	color:#fff;
	background: #007aff;
}

.swiper-pagination-bullet {
   width: 20px;
   height: 24px;
   text-align: center;
   line-height: 24px;
   font-size: 16px;
   color: #B2B5BE;
   opacity: 1;
   background: transparent;
   display: flex; 
   cursor: pointer;
   justify-content: center;
   align-items: center;
 }

.swiper-pagination-bullet {
  margin:0 1px;
  background:#f2f2f2;
  color:#000;
}

.swiper-pagination-bullet-active{
  background-color:#dd0000 !important;
  color:#fff !important;
 }

.footer {
  margin:0px auto; 
  text-align:center;
  margin:10px 0
}
.footer a {
  color:#000;
  text-decoration:none
}