.swiper-slide {
  /* 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 {
  display: none;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper .swiper-slide {
  width: calc(50% - 15px);
  position: relative;
  display: block;
}
.mySwiper .swiper-slide .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.mySwiper .swiper-slide .img .img_1 {
  width: 100%;
}
.mySwiper .swiper-slide .img_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 760px) {
  .mySwiper {
    display: block;
  }
}
.swiper-pagination {
  width: 85%!important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: 30px!important;
}
.swiper-pagination-bullet {
  width: 15px!important;
  height: 6px!important;
  background: #d80c1a !important;
  opacity: 1!important;
  border-radius: 10px!important;
  margin: 0 2px!important;
}
.swiper-pagination-bullet-active {
  width: 30px!important;
  height: 6px!important;
  opacity: 1!important;
  border-radius: 10px!important;
  background: #d80c1a !important;
}
.mySwiper2 {
  width: calc(100% - 140px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper2 .swiper-slide {
  width: calc((100% - 60px) / 3) !important;
  margin-right: 30px!important;
  position: relative;
}
.mySwiper2 .swiper-slide img {
  display: block;
}
.mySwiper2 .swiper-slide .a {
  width: 100%;
}
.mySwiper2 .swiper-slide .img {
  width: 96.8%;
  height: 66%;
  overflow: hidden;
  position: absolute;
  top: 1.4%;
  left: 1.4%;
}
.mySwiper2 .swiper-slide .img .b {
  width: 100%;
}
.mySwiper2 .swiper-slide .img img {
  transition: 400ms;
}
.mySwiper2 .swiper-slide .img:hover img {
  transform: scale(1.2);
}
.mySwiper2 .swiper-slide span {
  width: 100%;
  position: absolute;
  bottom: 22%;
  left: 0;
  color: #d80c1a;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1250px) {
  .mySwiper2 .swiper-slide {
    width: calc((100% - 30px) / 2) !important;
  }
}
@media (max-width: 760px) {
  .mySwiper2 {
    width: calc(100% - 70px);
  }
  .mySwiper2 .swiper-slide {
    width: 100%!important;
  }
  .mySwiper2 .swiper-slide span {
    font-size: 18px;
  }
}
