@charset "utf-8";

.swiper-container {
        width: 100%;
        height: 400px;
        margin: 0px auto;
}
.swiper-slide {
		width: 1170px !important;
}
.swiper-slide-container {
		text-align: center;
		height:100%;
		max-width:1170px;
		margin:auto;
		/* 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: inline-block; position: static !important; width: 50px !important; height:40px; padding: 0 0px; text-align: center; font-weight: 300; }


/* Custom Arrow */ 
#pager { position: absolute; left: calc(50% - 91px); width: 182px; height: 40px; line-height: 36px; margin-top: -60px; background: rgba(0,0,0,0.4); border-radius: 50px; padding: 0 25px; font-size:16px; color:#fff; z-index: 2; }
#pager .ico { display:inline-block; width:24px; height:40px; text-align:center; cursor: pointer; }
#pager .play {display:none;}
#pager .slide-count-wrap {display: inline-block;width: 50px;padding: 0 0px;text-align: center;font-weight: 300;}