.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* 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;
}
.mySwiper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
}
.mySwiper2 .swiper-slide {
  flex-direction: column;
  text-decoration: none;
}
.mySwiper2 .swiper-slide img {
  width: 100%;
  display: block;
}
.mySwiper2 .swiper-slide span {
  display: block;
  width: calc(100% - 10px);
  padding: 15px 5px;
  background-color: #ababab;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.mySwiper2 .swiper-slide:hover span {
  background-color: #0254a6;
  color: white;
}
@media (max-width: 1000px) {
  .mySwiper2 .swiper-slide span {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .mySwiper2 .swiper-slide span {
    padding: 8px 5px;
    font-size: 14px;
  }
}
.swiper-pagination-bullet {
  width: 12px!important;
  height: 12px!important;
  background: #dbdbdb !important;
  opacity: 1!important;
}
.swiper-pagination-bullet-active {
  opacity: 1!important;
  background: #0254a6 !important;
}
