.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 {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.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: 760px) {
  .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 {
  width: 90%!important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: 140px!important;
}
.swiper-pagination-bullet {
  width: 60px!important;
  height: 2px!important;
  background: white!important;
  opacity: 0.8 !important;
  border-radius: 0!important;
  margin: 0 5px!important;
}
.swiper-pagination-bullet-active {
  width: 60px!important;
  height: 4px!important;
  opacity: 1!important;
  background: #eb0001 !important;
}
@media (max-width: 760px) {
  .swiper-pagination {
    width: 100%!important;
    justify-content: center;
    bottom: 30px!important;
  }
  .swiper-pagination-bullet {
    width: 40px!important;
  }
  .swiper-pagination-bullet-active {
    width: 40px!important;
  }
}
.mySwiper2 {
  width: calc(100% - 88px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mySwiper2 .swiper-slide {
  width: calc(100% / 6);
  flex-direction: column;
}
.mySwiper2 .swiper-slide p {
  margin: 0;
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #cc242c;
}
.mySwiper2 .swiper-slide p:before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background-color: #cc242c;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  transition: 400ms;
}
.mySwiper2 .swiper-slide span {
  width: 100%;
  text-align: center;
  color: #424242;
  font-size: 22px;
  margin-top: 25px;
}
.mySwiper2 .swiper-slide:hover p:before {
  transform: scale(1.2);
  background-color: #09439f;
}
@media (max-width: 1250px) {
  .mySwiper2 .swiper-slide {
    width: calc(100% / 4);
  }
}
@media (max-width: 1000px) {
  .mySwiper2 .swiper-slide {
    width: calc(100% / 3);
  }
}
@media (max-width: 760px) {
  .mySwiper2 {
    width: calc(100% - 50px);
  }
  .mySwiper2 .swiper-slide p {
    margin-top: 30px;
    height: 2px;
  }
  .mySwiper2 .swiper-slide p:before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    border-radius: 8px;
  }
  .mySwiper2 .swiper-slide span {
    font-size: 14px;
    margin-top: 15px;
  }
}
.mySwiper3 {
  width: 100%;
  padding-bottom: 65px!important;
  overflow: hidden;
}
.mySwiper3 .swiper-slide {
  width: calc((100% - 60px) / 4);
  position: relative;
  margin-right: 20px;
}
.mySwiper3 .swiper-slide img {
  width: 100%;
}
.mySwiper3 .swiper-slide p {
  margin: 0;
  width: 180px;
  padding: 25px 0;
  position: absolute;
  z-index: 3;
  bottom: -65px;
  left: 50%;
  margin-left: -90px;
  transition: 500ms;
  background-color: #3e454c;
}
.mySwiper3 .swiper-slide p span {
  max-width: 95%;
  text-align: center;
  color: white;
  font-size: 22px;
}
.mySwiper3 .swiper-slide p img {
  width: 35px;
  margin: 0 auto;
  margin-top: 30px;
}
.mySwiper3 .swiper-slide:hover p {
  bottom: -35px;
  background-color: #cc242c;
}
@media (max-width: 1400px) {
  .mySwiper3 .swiper-slide {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 1000px) {
  .mySwiper3 .swiper-slide {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 760px) {
  .mySwiper3 {
    display: none;
  }
}
