.main_bottom_s {
	width:100%;
	margin: 0 auto; display:block; clear:both;
}

.main_bottom_s .swiper-pagination-bullet{ background:#FFF !important; width:20px !important; border-radius:0 !important; margin-top:15px !important;}

.main_bottom_s .swiper-pagination { bottom:20px !important;}
.main_bottom_s .swiper-button-next, .main_bottom_s-rtl .swiper-button-prev { background-image:none !important; left:50% !important; width:56px; top:43% !important;}
.main_bottom_s .swiper-button-prev, .main_bottom_s-rtl .swiper-button-next { background-image:none !important; left:50% !important; width:56px; top:43% !important;}

.main_bottom_s .swiper-button-next { opacity:0 !important;  margin-left:550px !important;}
.main_bottom_s:hover .swiper-button-next {opacity:1 !important;  margin-left:500px !important;}
.main_bottom_s .swiper-button-prev { opacity:0 !important; margin-left:-630px !important;}
.main_bottom_s:hover .swiper-button-prev {opacity:1 !important; margin-left:-580px !important;}

.main_bottom_s .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #f0f0f0; width:100%; height:100%;
    
	/* 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;
}

.main_bottom_s .swiper-slide img{ margin:0 auto !important; width:100%;-moz-user-select: none !important;}
.main_bottom_s .swiper-slide a {height:100% !important; width:100% !important; display:block;}