.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%;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 100%;
  display: block;
}
@media (max-width: 540px) {
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
}
.mySwiper2,
.mySwiper3 {
  width: 100%;
}
.mySwiper2 .swiper-slide a,
.mySwiper3 .swiper-slide a {
  width: calc(100% - 100px);
  margin: 0 50px;
  display: block;
  text-decoration: none;
}
.mySwiper2 .swiper-slide a img,
.mySwiper3 .swiper-slide a img {
  width: 100%;
  display: block;
}
.mySwiper2 .swiper-slide a .text,
.mySwiper3 .swiper-slide a .text {
  width: 100%;
  padding: 10px 0;
  background-color: #005aa1;
  font-weight: 600;
  font-size: 14px;
  color: white;
  letter-spacing: 2px;
}
.mySwiper2 .swiper-slide a .text span,
.mySwiper3 .swiper-slide a .text span {
  width: 100%;
  display: block;
  text-align: center;
}
.mySwiper2 .swiper-slide a .text p,
.mySwiper3 .swiper-slide a .text p {
  width: 100%;
  text-align: center;
  margin: 0;
}
.mySwiper2 .swiper-button-next,
.mySwiper3 .swiper-button-next,
.mySwiper2 .swiper-button-prev:after,
.mySwiper3 .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0) !important;
}
.mySwiper2 .swiper-button-next,
.mySwiper3 .swiper-button-next,
.mySwiper2 .swiper-button-prev,
.mySwiper3 .swiper-button-prev {
  width: 25px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mySwiper2 .swiper-button-next,
.mySwiper3 .swiper-button-next {
  right: 15px;
  background-image: url(../img/008_1.png);
}
.mySwiper2 .swiper-button-prev,
.mySwiper3 .swiper-button-prev {
  left: 15px;
  background-image: url(../img/008_2.png);
}
.swiper-pagination-bullet {
  width: 10px!important;
  height: 10px!important;
  background: white!important;
  opacity: 0.5 !important;
}
.swiper-pagination-bullet-active {
  opacity: 1!important;
  background: white!important;
}
