.swiper-slide {
  text-align: center;
  /* 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 {
  overflow: hidden;
  justify-content: flex-end;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 1920px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .mySwiper .swiper-slide {
    justify-content: center;
  }
  .mySwiper .swiper-slide img {
    width: 100%;
  }
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px!important;
}
.swiper-pagination-bullet {
  width: 12px!important;
  height: 12px!important;
  background: #7a8699 !important;
  opacity: 1!important;
  margin: 0 15px!important;
}
.swiper-pagination-bullet-active {
  width: 14px!important;
  height: 14px!important;
  opacity: 1!important;
  border: 1px solid #ccdfff !important;
  background: transparent!important;
  position: relative;
}
.swiper-pagination-bullet-active:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccdfff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
}
.mySwiper2 {
  width: 100%;
}
.mySwiper2 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.mySwiper2 .swiper-slide .image {
  width: 100%;
}
.mySwiper2 .swiper-slide .image img {
  width: 100%;
  display: block;
}
.mySwiper2 .swiper-slide .img {
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  display: flex;
  transition: 500ms;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.mySwiper2 .swiper-slide .img img {
  display: block;
  width: 12%;
}
.mySwiper2 .swiper-slide:hover .img {
  transform: translateY(0);
}
@media (max-width: 760px) {
  .mySwiper2 .swiper-slide .img {
    transform: translateY(0);
  }
  .mySwiper2 .swiper-slide .img img {
    width: 16%;
  }
}
