.slider h2 {
  font-weight: 300;
  font-size: 2.8vw;
  padding: 1px 0;
}
.slider p {
  font-size: 10vw;
  font-weight: 900;
  line-height: 1em;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.slider h3 {
  font-size: 2.6vw;
  margin-bottom: 0rem;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-left: 50%;
}
.slider 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%;
}
.slider h3 i {
  font-size: .5em;
  vertical-align: middle;
}
.slider h4 i {
  font-size: .5em;
  vertical-align: middle;
  margin-right: .6em;
}
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all .3s;
  perspective: 900px;
  transform-style: preserve-3d;
}
.slider .previous, .slider .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;
}
.slider .next {
  right: -100px;
  left: auto;
}
.slider:hover .previous, .slider:hover .next {
  /*opacity: 1;*/
}
.slider:hover .previous {
  /*left: 0;*/
}
.slider:hover .next {
  /*right: 0;*/
}
.slider .slides {
  height: 100%;
}
.slide {
  padding: 0%;
  width: 100vw;
  height: 750px;
  text-align: center;
  position: absolute;
  /*transform: scale(0.5, 0.5);*/
  opacity: 0;
  transition: all .3s;
}
.slide.slide-1 {
  background: url('../img/main/bg_main_slice_01.png') no-repeat bottom center #78bae3;
  background-size: cover;
  color: #fff;
}
.slide.slide-2 {
  background: url('../img/main/bg_main_slice_02.png') no-repeat bottom center #78bae3;
  background-size: cover;
  color: #fff;
}
.slide.slide-3 {
  background: url('../img/main/bg_main_slice_03.png') no-repeat bottom center #78bae3;
  background-size: cover;
  color: #fff;
}
.slide.slide-4 {
  background: url('../img/main/bg_main_slice_04.png') no-repeat bottom center #78bae3;
  background-size: cover;
  color: #fff;
}
.slide.active {
  z-index: 10;
  left: 0;
  opacity: 1;
  transform: scale(1, 1);
}
.slide.inactiveLeft {
  left: -100vw;
  z-index: 11;
}
.slide.inactiveRight {
  left: 100vw;
  z-index: 11;
}
/* .slide:after {
  content: attr(data-icon);
  font-family: "FontAwesome";
  font-size: 15vw;
  position: absolute;
  bottom: -8vw;
  left: 0;
  opacity: 0.3;
} */
.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;
}
.slide a:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid transparent;
  text-decoration: none;
  letter-spacing: 2px;
  padding-right: 30px;
}
.slide a:after {
  content: " \f105";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -10px;
  transition: all .3s;
  opacity: 0;
}
.slide a:hover:after {
  margin-left: 10px;
  opacity: 1;
}
.slider .bullets {
  text-align: center;
  position: absolute;
  bottom: 6rem;
  width: 100%;
}
.slider .bullets .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;*/
}
.slider .bullets .bullet.active {
  background: rgba(242, 101, 34, 1);
}
.slider .bullets .bullet:hover {
  border: 2px solid rgba(255, 255, 255, .8);
  background: transparent;
}

@media screen and (min-width: 1000px){
  .slider{
    height: 400px;
  }
  .slider h2 {
    font-weight: 300;
    font-size: 3.5rem;
    padding: 100px 0 0 0;
  }
  .slider p {
    font-size: 14rem;
    line-height: 0.8em;
  }
  .slider h3 {
    font-size: 2.7rem;
    line-height: 1.4em;
  }
  .slider h4 {
    font-size: 1.8rem;
    line-height: 1em;
  }
  .slider .previous, .slider .next {
    font-size: 12rem;
    top: 42%;
  }
}
@media screen and (max-width: 768px){
  .slide {
    padding: 10% 8%;
    height: 350px;
  }
  .slider h2 {
    font-weight: 300;
    font-size: 3.3rem;
    padding: 0 0 1rem 0;
  }
  .slider p {
    font-size: 14rem;
    line-height: 0.8em;
  }
  .slider h3 {
    width: 90%;
    padding-left: 0;
    font-size: 3rem;
    line-height: 1em;
  }
  .slider h4 {
    width: 90%;
    padding-left: 0;
    font-size: 2.2rem;
    line-height: 1.4em;
  }
  .slider a {
    font-size: 3rem;
  }
  .slider .previous, .slider .next {
    font-size: 8rem;
    top: 45%;
  }
  .slider .bullets{
    bottom: 3rem;
  }
}