.banner {
  text-align: center
}

.banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.banner .text h2 {
  font-size: 36px;
  color: #000
}

.banner .text p {
  padding: 30px;
  font-size: 20px;
  color: #000
}

video {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}

.banner .text a {
  display: table;
  margin: 0 auto;
  font-size: 18px;
  padding: 10px 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  transition: all .3s linear
}

.banner .text a:hover {
  border-top: 1px solid #e60039;
  border-bottom: 1px solid #e60039;
  background: #e60039;
  color: #ffffff
}

.banner .text-white h2 {
  color: #ffffff
}

.banner .text-white p {
  color: #ffffff
}

.banner .text-white a {
  border-color: #ffffff;
  color: #ffffff
}

.section1 {
  background: #fafafa;
  padding: 100px 0 50px;
  box-sizing: border-box
}

.section1 .swiper-container2 {
  padding: 20px 0 60px;
}

.section1 .box {
  text-align: center;
  transition: all .4s linear;
  padding-bottom: 20px;
  cursor: pointer
}

.section1 .box:hover {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4)
}

.section1 .box .img {
  height: 227px;
  position: relative
}

.section1 .box .img img {
  position: absolute;
  bottom: 20px;
  max-width: 100%;
  max-height: 88%;
  left: 50%;
  transform: translateX(-50%)
}

.section1 .box img {
  margin: 0 auto
}

.section1 .box h3 {
  font-size: 18px;
  color: #1f1e1e;
  font-family: SemiBold
}

.section1 .box p {
  padding: 10px 0;
  font-size: 14px;
  color: #666666;
  line-height: 16px
}

.section1 .box em {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  /* background: #d96761 */
}

.section1 .box .iconImg {
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

.section1 .box .iconImg img {
  position: absolute;
  margin-top: 0;
}

/* .section1 .box em:nth-child(1n+0) {
  background: #d96761
}

.section1 .box em:nth-child(2n+0) {
  background: #86a4e3
}

.section1 .box em:nth-child(3n+0) {
  background: #dbdad5
} */

.section1 .box .em2 {
  background: #86a4e3
}

.section1 .box2 .em1 {
  background: #4c5270
}

.section1 .box2 .em2 {
  background: #914254
}

.section1 .box2 .em3 {
  background: #dbdad5
}

.section1 .box3 .em1 {
  background: #a8b6ce
}

.section1 .box3 .em2 {
  background: #dddad4
}

.section1 .box4 .em1 {
  background: #68c6da
}

.section1 .box4 .em2 {
  background: #ec7187
}

.section1 .box4 .em3 {
  background: #3f434d
}

.section1 .box5 .em1 {
  background: #dddad7
}

.section1 .box5 .em2 {
  background: #a8b6ce
}

.section1 .box6 .em1 {
  background: #ff7396
}

.section1 .box6 .em2 {
  background: #99c9fe
}

.section1 .box6 .em3 {
  background: #37363b
}

.section1 .box7 .em1 {
  background: #ff7396
}

.section1 .box7 .em2 {
  background: #68c6da
}

.section1 .box7 .em3 {
  background: #3f434d
}

.section2 {
  background: #fafafa;
  box-sizing: border-box
}

.section2 H1 {
  font-size: 30px;
  font-family: 'Montserrat SemiBold';
  text-align: center;
  color: #000;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 50px 0
}

.section2 .box>div>img {
  transition: all 2s linear
}

.section2 .box>div>img:hover {
  transform: scale(1.5)
}

.section2 .box {
  background: #fff;
  text-align: center;
  position: relative
}

.section2 .box .left,
.section2 .box .right {
  width: 50%;
  overflow: hidden
}

.section2 .box .left:hover a,
.section2 .box .right:hover a {
  background: #e60039;
  color: #fff
}

.section2 .box .text {
  position: absolute;
  cursor: pointer;
  height: 100%;
  right: 0;
  top: 0
}

.section2 .box .text .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%)
}

.section2 .box .text .title {
  font-size: 30px;
  font-family: 'Montserrat Medium';
  color: #000;
  text-transform: uppercase
}

.section2 .box .text em {
  display: table;
  width: 50px;
  height: 2px;
  background: #e60039;
  margin: 20px auto
}

.section2 .box .text p {
  font-size: 18px;
  color: #1a1818;
  letter-spacing: 1px;
  line-height: 1.6
}

.section2 .box .text img {
  max-width: 50%;
  transition: all 0.5s linear;
  margin: 30px auto
}

.section2 .box .text img:hover {
  transform: scale(1.1);
}

.section2 .box .text a {
  display: table;
  margin: 0 auto;
  padding: 10px 60px;
  font-size: 18px;
  color: #e60039;
  border-top: 1px solid #e60039;
  border-bottom: 1px solid #e60039;
  transition: all .3s linear
}

.section2 .box .text a:hover {
  background: #e60039;
  color: #fff
}

.section2 .box2 .text {
  left: 0
}

.section2 .box4 .text {
  left: 0
}

.section3 {
  padding-top: 300px;
  background-image: url(/assets/img/home-cont.jpg);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #fafafa
}

.section3 .container {
  text-align: center;
  background: #fafafa;
  padding: 80px 20px
}

.section3 .container .title {
  font-size: 30px;
  color: #000000;
  font-family: SemiBold;
  text-transform: uppercase
}

.section3 .container em {
  display: table;
  width: 50px;
  margin: 25px auto;
  height: 2px;
  background: #e60039
}

.section3 .container p {
  font-size: 18px;
  color: #1a1818;
  width: 100%;
  max-width: 1200px;
  line-height: 1.6;
  margin: 0 auto
}

.section3 .container .row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.section3 .container .col-lg-4 {
  padding: 60px 0 0 0;
  transition: all 0.5s linear;
}

.section3 .container .col-lg-4:hover {
  box-shadow: 1px 1px 5px #bababa;
}

.section3 .container .col-lg-4 img {
  margin: 0 auto;
  width: auto;
  /* max-width: 50px */
}

.section3 .container .col-lg-4 .text {
  padding: 20px 0
}

.section3 .container .col-lg-4 .text p {
  font-size: 14px;
  color: #333131;
  margin: 0
}

.section3 .container .col-lg-4 .text .line {
  height: 50px;
  width: 2px;
  background: #e3e3e3;
  float: right
}

.section3 .container .col-lg-4:nth-child(2) .text {
  padding: 20px 0 20px 20px
}

.section3 .container .col-lg-4:nth-child(2) .text .line {
  margin-right: -19px
}

.section3 .container .col-lg-4:last-child .text .line {
  width: 0px
}

.section3 .container .col-lg-4 span {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: bold;
  text-transform: uppercase;
}

.section4 {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  background: #fff;
  text-align: center
}

.section4 .title {
  font-size: 30px;
  padding-bottom: 50px;
  color: #000000;
  font-family: SemiBold;
  text-transform: uppercase
}

.section4 .text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-family: SemiBold;
  font-size: 14px
}

.section1 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e60039'%2F%3E%3C%2Fsvg%3E")
}

.section1 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e60039'%2F%3E%3C%2Fsvg%3E")
}

@media (min-width: 0px) and (max-width: 830px) {
  .section2 .box .text p {
    font-size: 14px;
  }
}

@media screen and (min-width: 320px) and (max-width: 760px) {
  .banner .text h2 {
    font-size: 18px
  }

  .banner img {
    height: 250px;
    object-fit: cover;
  }

  .banner .text p {
    padding: 5px;
    font-size: 14px;
    margin: 0
  }

  .banner .text a {
    font-size: 12px;
    padding: 5px 30px;
    line-height: 14px
  }

  .banner .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0
  }

  .section1 {
    padding: 40px 0
  }

  .section1 .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e60039'%2F%3E%3C%2Fsvg%3E")
  }

  .section1 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e60039'%2F%3E%3C%2Fsvg%3E")
  }

  .section1 .box .img img {
    width: auto
  }

  .section2 H1 {
    font-size: 18px;
    padding: 20px 0
  }

  .section2 .box {
    padding: 20px 0
  }

  .section2 .box .left,
  .section2 .box .right {
    width: 100%
  }

  .section2 .box .text {
    position: initial
  }

  .section2 .box .text .cont {
    position: inherit;
    transform: translate(0%, 0%);
    width: 100%
  }

  .section2 .box .text .title {
    margin-top: 15px;
    font-size: 16px
  }

  .section2 .box .text em {
    margin: 10px auto
  }

  .section2 .box .text a {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px
  }

  .section3 .container .title {
    font-size: 18px
  }

  .section3 .container {
    padding: 30px 10px
  }

  .section3 .container p {
    font-size: 14px
  }

  .section3 {
    background-size: 200% auto;
    padding-top: 160px
  }

  .section3 .container .row {
    margin: 0
  }

  .section3 .container .col-lg-4 .text .line {
    display: none
  }

  .section4 .title {
    font-size: 18px
  }
}

@media screen and (min-width: 761px) and (max-width: 1080px) {
  .banner .text h2 {
    font-size: 28px
  }

  .banner .text p {
    padding: 10px;
    font-size: 16px
  }

  .banner .text a {
    font-size: 14px;
    padding: 5px 30px
  }

  .section1 {
    padding: 40px 0
  }

  .section1 .box .img img {
    width: auto
  }

  .section1 .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e60039'%2F%3E%3C%2Fsvg%3E")
  }

  .section1 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e60039'%2F%3E%3C%2Fsvg%3E")
  }

  .swiper-container2 {
    padding: 20px 0
  }

  .section2 H1 {
    font-size: 20px
  }

  .section2 .box .text p {
    font-size: 14px
  }

  .section2 .box .text .title {
    font-size: 18px
  }

  .section2 .box .text em {
    margin: 10px auto
  }

  .section2 .box .text a {
    padding: 4px 60px;
    font-size: 14px
  }

  .section3 .container {
    padding: 50px 20px
  }

  .section3 {
    padding-top: 205px
  }

  .section3 .container p {
    font-size: 14px
  }

  .section3 .container .col-lg-4 .text p {
    font-size: 12px
  }

  .section3 .container .col-lg-4:nth-child(2) .text {
    padding: 20px 10px
  }

  .section3 .container .title,
  .section4 .title {
    font-size: 20px
  }

  .section3 .container .col-lg-4 .text {
    padding: 20px
  }

  .section3 .container .col-lg-4 .text .line {
    margin-right: -18px
  }

  .section4 {
    padding: 50px 0
  }
}

/*# sourceMappingURL=index.css.map */
/* .banner .swiper-slide:nth-child(3) .text {
  display: none;
} */

/* .banner .swiper-slide:nth-child(4) .text h2 {
  color: #fff
}

.banner .swiper-slide:nth-child(4) .text p {
  color: #fff
}

.banner .swiper-slide:nth-child(4) .text a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
} */

.drag {
  font-size: 12px;
  font-family: "Montserrat";
  color: #000;
  line-height: 1.2;
  position: absolute;
  padding-bottom: 12px;
  left: 50%;
  bottom: 0;
}