.swiper-container h2 {
  font-weight: 300;
  font-size: 2.8vw;
  padding: 1px 0;
}
.swiper-container p {
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 1.9em;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.swiper-container h3 {
  font-size: 2.6vw;
  margin-bottom: 0rem;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-left: 50%;
}
.swiper-container h4 {
  font-size: 2vw;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: 1rem;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-left: 50%;
}
.swiper-container h3 i {
  font-size: .5em;
  vertical-align: middle;
}
.swiper-container h4 i {
  font-size: .5em;
  vertical-align: middle;
  margin-right: .6em;
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  transition: all .3s;
  perspective: 900px;
  transform-style: preserve-3d;
}
.swiper-container .previous, .swiper-container .next {
  font-size: 15rem;
  position: absolute;
  top: 35%;
  color: white;
  padding: 20px;
  text-decoration: none;
  left: -100px;
  margin-top: -34px;
  transition: all .3s;
  opacity: 0;
  z-index: 10000;
}
.swiper-container .next {
  right: -100px;
  left: auto;
}
.swiper-container:hover .previous, .swiper-container:hover .next {
  opacity: 0;
}
.swiper-container:hover .previous {
  left: 0;
}
.swiper-container:hover .next {
  right: 0;
}
.swiper-container .swiper-wrapper {
  height: 100%;
}
.swiper-slide {
  padding: 0%;
  width: 100vw;
  height: 550px !important;
  text-align: center;
  position: absolute;
}
.swiper-slide.index-1 {
  background: url('../img/main/bg_main_slice_01.png') no-repeat bottom center #78bae3;
  background-size: cover;
  color: #fff;
}
.swiper-slide.index-2 {
  background: url('../img/main/bg_main_slice_02.png') no-repeat bottom center #78bae3;
  background-size: cover;
  color: #fff;
}
.swiper-slide.index-3 {
  background: url('../img/main/bg_main_slice_03.png') no-repeat bottom center #78bae3;
  background-size: cover;
  color: #fff;
}
.swiper-slide.index-4 {
  background: url('../img/main/bg_main_slice_04.png') no-repeat bottom center #78bae3;
  background-size: cover;
  color: #fff;
}
.swiper-slide.active {
  z-index: 10;
  left: 0;
  opacity: 1;
  transform: scale(1, 1);
}
.swiper-slide.inactiveLeft {
  left: -100vw;
  z-index: 11;
}
.swiper-slide.inactiveRight {
  left: 100vw;
  z-index: 11;
}
/* .swiper-slide:after {
  content: attr(data-icon);
  font-family: "FontAwesome";
  font-size: 15vw;
  position: absolute;
  bottom: -8vw;
  left: 0;
  opacity: 0.3;
} */
.swiper-slide a {
  color: inherit;
  border: 2px solid;
  padding: 10px;
  font-size: 1.3vw;
  margin-top: 20px;
  display: inline-block;
  transition: all .3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.swiper-slide a:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid transparent;
  text-decoration: none;
  letter-spacing: 2px;
  padding-right: 30px;
}
.swiper-slide a:after {
  content: " \f105";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -10px;
  transition: all .3s;
  opacity: 0;
}
.swiper-slide a:hover:after {
  margin-left: 10px;
  opacity: 1;
}
.swiper-container .swiper-pagination {
  text-align: center;
  position: absolute;
  bottom: 6rem;
  width: 100%;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  z-index: 14;
  margin: 0 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all .3s;
  /*box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 6px 0px;*/
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(242, 101, 34, 1);
}
.swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  border: 2px solid rgba(255, 255, 255, .8);
  background: transparent;
}

@media screen and (min-width: 1000px){
  .swiper-container h2 {
    font-weight: 300;
    font-size: 3.5rem;
    padding: 0;
  }
  .swiper-container p {
    font-size: 4rem;
    line-height: 1.9em;
  }
  .swiper-container h3 {
    font-size: 2.7rem;
    line-height: 1.4em;
  }
  .swiper-container h4 {
    font-size: 1.8rem;
    line-height: 1em;
  }
  .swiper-container .previous, .swiper-container .next {
    font-size: 12rem;
    top: 42%;
  }
}
@media screen and (max-width: 768px){
  .swiper-container{
    height: 450px;
  }
  .swiper-container h2 {
    font-weight: 300;
    font-size: 3.3rem;
    padding: 5rem 0 0 0;
  }
  .swiper-container p {
    font-size: 10rem;
    line-height: 0.9em;
  }
  .swiper-container h3 {
    width: 90%;
    padding-left: 0;
    font-size: 3rem;
    line-height: 1em;
  }
  .swiper-container h4 {
    width: 90%;
    padding-left: 0;
    font-size: 2.2rem;
    line-height: 1.4em;
  }
  .swiper-slide {
    padding: 10% 8%;
    height: 450px !important;
  }
  .swiper-container a {
    font-size: 3rem;
  }
  .swiper-container .previous, .swiper-container .next {
    font-size: 8rem;
    top: 45%;
  }
  .swiper-container .swiper-pagination{
    bottom: 3rem;
  }
}