
.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

.swiper-slide {
  text-align: center;
  font-size: 25px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper .swiper-slide h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 40px;
  color: #000;
  text-align: left;
}

.swiper .swiper-slide h2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #020024;
  background: -webkit-gradient(linear, left top, right top, from(#020024), color-stop(0%, red), to(#b0b0b0));
  background: linear-gradient(90deg, #020024 0%, red 0%, #b0b0b0 100%);
}

.swiper .swiper-slide h2 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #020024;
  background: -webkit-gradient(linear, left top, right top, from(#020024), color-stop(0%, #43a912), to(#b0b0b0));
  background: linear-gradient(90deg, #020024 0%, #43a912 0%, #b0b0b0 100%);
}

.swiper .swiper-slide h2 .bg3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #020024;
  background: -webkit-gradient(linear, left top, right top, from(#020024), color-stop(0%, #9333a9), to(#b0b0b0));
  background: linear-gradient(90deg, #020024 0%, #9333a9 0%, #b0b0b0 100%);
}

.swiper .swiper-slide h2 span {
  position: relative;
  display: block;
  padding: 10px 0 10px 10px;
  color: #fff;
  line-height: 40px;
}

.swiper .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 6px 5px 10px 5px;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  color: #000;
  line-height: 25px;
}

.swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f70801;
  color: #fff;
}

.swiper .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 10px;
  opacity: 1;
  left: 0;
  right: 0;
}

.swiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
}

.swiper .swiper-button-prev::after {
  background-image: url("../icon/arrow-back-ios.svg") !important;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: '';
}

.swiper .swiper-button-next {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
}

.swiper .swiper-button-next::after {
  background-image: url("../icon/arrow-forward-ios.svg") !important;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: '';
}

@media only screen and (max-width: 767px) {
  .swiper .swiper-slide h2 span {
    line-height: 15px;
	font-size: 16px;
	font-weight:bold;
  }
  .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    line-height: 0;
    text-indent: -9999px;
  }
  .swiper .swiper-pagination {
    bottom: 5px;
  }
  .swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    width: 14px;
    height: 14px;
    content: '';
    background-size: cover;
  }
  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .swiper .swiper-slide h2 {
    font-size: 16px;
    margin: 0 0px 20px 0;
  }
}
/*# sourceMappingURL=main.css.map */