.swiper-slide {
  text-align: center;
  font-size: 18px;
  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%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mySwiper .swiper-slide {
  justify-content: flex-end;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0) !important;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  display: block;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mySwiper .swiper-button-next {
  right: 5%;
  background-image: url('../img/right.png');
}
.mySwiper .swiper-button-prev {
  left: 5%;
  background-image: url('../img/left.png');
}
.mySwiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px!important;
}
@media (max-width: 760px) {
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
  .mySwiper .swiper-pagination-bullet {
    margin: 0 6px!important;
  }
  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    display: none;
  }
}
.mySwiper2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mySwiper2 .swiper-slide {
  width: 32%;
  height: auto!important;
  text-decoration: none;
}
.mySwiper2 .swiper-slide .image {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #fbd995, #b20405);
  position: relative;
}
.mySwiper2 .swiper-slide .image img {
  width: 100%;
  display: block;
}
.mySwiper2 .swiper-slide .image p {
  margin: 0;
  width: 100%;
  height: 33%;
  transition: 400ms;
  position: absolute;
  bottom: 33%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mySwiper2 .swiper-slide .image p span {
  display: block;
  position: relative;
  z-index: 20;
  margin-bottom: 15px;
  color: #b20405;
  font-size: 32px;
  letter-spacing: 2px;
}
.mySwiper2 .swiper-slide .image p span:before {
  content: "";
  background-color: #b20405;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
}
.mySwiper2 .swiper-slide .image p span:after {
  content: "";
  background-color: #b20405;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
}
.mySwiper2 .swiper-slide .image p img {
  width: 80px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 21;
}
.mySwiper2 .swiper-slide .image p .b {
  display: none;
}
.mySwiper2 .swiper-slide .image:hover p {
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
}
.mySwiper2 .swiper-slide .image:hover p i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(178, 4, 5, 0.8), rgba(178, 4, 5, 0.2));
  filter: blur(5px);
}
.mySwiper2 .swiper-slide .image:hover p span {
  color: white;
}
.mySwiper2 .swiper-slide .image:hover p span:before {
  background-color: white;
}
.mySwiper2 .swiper-slide .image:hover p span:after {
  background-color: white;
}
.mySwiper2 .swiper-slide .image:hover p .b {
  display: block;
}
.mySwiper2 .swiper-slide .image:hover p .a {
  display: none;
}
.mySwiper2 .swiper-slide-active .image p {
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
}
.mySwiper2 .swiper-slide-active .image p i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(178, 4, 5, 0.8), rgba(178, 4, 5, 0.2));
  filter: blur(5px);
}
.mySwiper2 .swiper-slide-active .image p span {
  color: white;
}
.mySwiper2 .swiper-slide-active .image p span:before {
  background-color: white;
}
.mySwiper2 .swiper-slide-active .image p span:after {
  background-color: white;
}
.mySwiper2 .swiper-slide-active .image p .b {
  display: block;
}
.mySwiper2 .swiper-slide-active .image p .a {
  display: none;
}
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0) !important;
}
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
  display: block;
  width: 35px;
  height: 65px;
  margin-top: -32.5px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mySwiper2 .swiper-button-next {
  right: 2%;
  background-image: url('../img/right2.png');
}
.mySwiper2 .swiper-button-prev {
  left: 2%;
  background-image: url('../img/left2.png');
}
@media (max-width: 1200px) {
  .mySwiper2 .swiper-slide {
    width: 32%;
  }
  .mySwiper2 .swiper-slide .image p span {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .mySwiper2 .swiper-slide .image p span:before {
    width: 3px;
    left: -10px;
  }
  .mySwiper2 .swiper-slide .image p span:after {
    width: 3px;
    right: -10px;
  }
  .mySwiper2 .swiper-slide .image p img {
    width: 50px;
  }
  .mySwiper2 .swiper-button-next,
  .mySwiper2 .swiper-button-prev {
    width: 22px;
    height: 45px;
    margin-top: -22.5px;
  }
}
@media (max-width: 760px) {
  .mySwiper2 .swiper-slide {
    width: 54%;
  }
  .mySwiper2 .swiper-slide .image {
    padding: 2px;
  }
  .mySwiper2 .swiper-slide .image p span {
    font-size: 18px;
  }
  .mySwiper2 .swiper-button-next,
  .mySwiper2 .swiper-button-prev {
    width: 18px;
    height: 35px;
    margin-top: -12.5px;
  }
}
.swiper-pagination-bullet {
  width: 20px!important;
  height: 20px!important;
  background: url('../img/027_2.png') !important;
  background-size: 100% 100%!important;
  opacity: 1!important;
  border-radius: 0!important;
}
.swiper-pagination-bullet-active {
  width: 20px!important;
  height: 20px!important;
  opacity: 1!important;
  background: url('../img/027_1.png') !important;
  background-size: 100% 100%!important;
  border-radius: 0!important;
}
@media (max-width: 760px) {
  .swiper-pagination-bullet {
    width: 17px!important;
    height: 17px!important;
  }
  .swiper-pagination-bullet-active {
    width: 17px!important;
    height: 17px!important;
  }
}
