@charset "utf-8";

.swiper { 
	width: 100%; 
	height: 100%;
 }
 .swiper-slide {
	text-align: center;
	font-size: 15px;

	/* 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-slide img {
	display: inline-block;
	/*min-width: 100%;*/
	margin:40px 0 0;
	border-radius:15px;
}

.swiper-slide > span {
	display: inline-block;
	width: 80%;
	font-size: 17px;
	color:#000; 
	line-height:50px;

}

.swiper {
	margin-left: auto;
	margin-right: auto;
}


.swiper-button-next::after {
	display:none;
	 top:-35px;
	 left:-35px;
	color:#000;
	width:30px;
}
.swiper-button-prev::after {
	display:none;
	 margin-right:-35px;
	 color:#000;
	 width:30px ;
}


.swiper .swiper-pagination {
  position: absolute;
  height:30px;
  left:-515px;
  float:left;
  top:5px;
  font-size:18px;
  font-weight:normal;
}
.swiper .swiper-pagination-bullet {
	width:12px;
	height:12px;
    background-color: #000;
  margin: 0 5px !important;
}


