.swiper-button-prev:after, .swiper-button-next:after { display: none; }
.swiper-custom-button{
  background-image: none !important;
  color: #4d4d4d;
  font-size: 70px;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,-2px 2px 0 #FFF, 2px -2px 0 #FFF,0px 2px 0 #FFF,  0 -2px 0 #FFF,-2px 0 0 #FFF, 2px 0 0 #FFF;
}
.swiper-pagination{
  width: 1000px;
  text-align: center;
}
.swiper-pagination-bullet {
  background: #b3b3b3 !important;
  opacity: 0.9 !important;
  margin: 0 4px !important;
  border:solid 2px #fff;
  width: 18px !important;
  height: 18px !important;
  -webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #29abe2 !important;
  border:solid 2px #fff;
}
@media print,screen and (min-width : 501px) {
  .swiper_topslide{
    width:880px;
    overflow:hidden;
  }
}
@media screen and (max-width : 500px) {
  .swiper-custom-button{
    font-size: 40px;
  }
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
  }
}

