.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;
}
@media (max-width: 540px) {
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
}
.mySwiper2 {
  width: 80%;
  margin: 0 10%;
}
.mySwiper2 .swiper-slide img {
  width: 100%;
  display: block;
}
.mySwiper2 .swiper-slide img:hover {
  transform: scale(0.8);
  transition: 300ms;
}
@media (max-width: 760px) {
  .mySwiper2 {
    width: 80%;
    margin: 0 10%;
  }
  .mySwiper2 .swiper-slide img {
    width: 100%;
  }
}
.mySwiper3 {
  width: 90%;
  margin: 0 10%;
}
.mySwiper3 .swiper-slide {
  background-color: #4a4a4a;
  color: white;
  text-decoration: none;
  font-size: 26px;
  padding: 8px 0;
}
.mySwiper3 .swiper-slide:hover {
  background-color: #ddb166;
}
@media (max-width: 1200px) {
  .mySwiper3 {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
  .mySwiper3 .swiper-slide {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .mySwiper3 {
    display: none;
  }
}
.mySwiper4 {
  display: none;
  width: calc(100% - 100px);
  margin: 0 50px;
}
.mySwiper4 .swiper-slide {
  background-color: #4a4a4a;
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 0;
}
.mySwiper4 .swiper-slide:hover {
  background-color: #ddb166;
}
@media (max-width: 760px) {
  .mySwiper4 {
    display: block;
  }
}
@media (max-width: 540px) {
  .mySwiper4 {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .mySwiper4 .swiper-slide {
    font-size: 15px;
    padding: 5px 0;
  }
}
.swiper-pagination-bullet {
  width: 10px!important;
  height: 10px!important;
  background: black!important;
  opacity: 0.5 !important;
  border-radius: 50%!important;
}
.swiper-pagination-bullet-active {
  width: 50px!important;
  height: 10px!important;
  opacity: 1!important;
  background: #ddb166 !important;
  border-radius: 10px!important;
}
