.swiper-container a:hover{
  opacity: 0.8;
}
.swiper-container{
  margin: 0 80px;
  text-align: center;
}
.swiper-container .swiper-slide img{
  max-width: 100%;
  height: auto;
}
.swiper-custom-parent{
  width: 100%;
  position: relative;
}
.swiper-pagination{
  position: relative;
  margin-top:10px;
}
.swiper-pagination-bullet{
  height: 12px;                              
  width:  12px;                                                        
  background-color: rgba(255, 255, 255, 0);     
  position:  relative;                                          
  border: solid 1px #111;
  opacity:1;
}
.swiper-pagination-bullet-active{
  opacity:1;
  background:#111;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 8px;
}
.swiper-button-prev{
  display: block;
  margin-left:20px;
  width: 20px;
  height: 20px;
  border-top: solid 2px #697b91;
  border-left: solid 2px #697b91;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-image: none;
}
.swiper-button-next{
  display: block;
  margin-right:20px;
  width: 20px;
  height: 20px;
  border-top: solid 2px #697b91;
  border-right: solid 2px #697b91;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: none;
}