.swiper-container {max-width:1440px;width: 100%;height: auto;overflow: visible !important;}
.swiper-slide {margin-left:2px;margin-right:2px;width:100%:text-align: center;font-size: 18px;background: #fff;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:block;width:100%;}
.swiper-pagination{position:relative;height:30px;bottom:auto;}
.swiper-button-next{background:none;margin-right:-25px;outline: none;width:44px;margin-top:-11px;}
.swiper-button-next img{width:100%;}
.swiper-button-prev{background:none;margin-left:-20px;width:44px;outline: none;margin-top:-11px;}
.swiper-button-prev img{width:100%;}
.swiper-slide-prev{opacity:0.5;}
.swiper-slide-next{opacity:0.5;}

@media screen and (min-width:1920px){
	/*case*/
	.swiper-button-prev{background:none;margin-left:-44px;outline: none;width:88px;height:88px;margin-top:-11px;}
	.swiper-button-next{background:none;margin-right:-44px;outline: none;width:88px;height:88px;margin-top:-11px;}
	/*case - end*/
}