
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* 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{
  max-width:100%;
  padding: 0;
}



.swiper{/* margin:0 20px 20px; */}

.swiper-box{
  position:relative;
}

.swiper-pagination-bullet-active { 
background-color:#ff9900; 
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 10px;
    line-height: 1em;
}
.swiper-container,
.swiper-container2,
.swiper-container3{padding: 0 0 30px;box-sizing:content-box;overflow: hidden;}

@media screen and (min-width:768px) {
.swiper .swiper-container3{width:524px;margin: 0 auto;}
}
