@keyframes slid33 {
  0% {
    left: -33.33333%;
  }
  20% {
    left: -33.33333%;
  }
  25% {
    left: 0%;
  }
  45% {
    left: 0%;
  }
  50% {
    left: 33.33333%;
  }
  70% {
    left: 33.33333%;
  }
  75% {
    left: 66.66666%;
  }
  95% {
    left: 66.66666%;
  }
  100% {
    left: 100%;
  }
}

@keyframes slid100 {
  0% {
    left: -100%;
  }
  20% {
    left: -100%;
  }
  25% {
    left: 0%;
  }
  45% {
    left: 0%;
  }
  50% {
    left: 100%;
  }
  70% {
    left: 100%;
  }
  75% {
    left: 200%;
  }
  95% {
    left: 200%;
  }
  100% {
    left: 300%;
  }
}

#sHeroTop {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  min-height: 500px;
}

#sHeroTop #sHe-dMain {
  position: relative;
  height: 65vh;
  min-height: 350px;
}

#sHeroTop #sHe-dMain #sHe-dMa-dImg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/hero0.jpg);
  background-position: center;
  background-size: cover;
}

#sHeroTop #sHe-dMain #sHe-dMa-dMask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

#sHeroTop #sHe-dMain #sHe-dMa-dText {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#sHeroTop #sHe-dMain #sHe-dMa-dText #sHe-dMa-dTex-h1 {
  font-weight: 900;
}

#sHeroTop #sHe-dMain #sHe-dMa-dText #sHe-dMa-dTex-p {
  font-weight: 900;
  padding-right: 15px;
  padding-left: 15px;
}

#sHeroTop #sHe-dSlider {
  position: relative;
}

#sHeroTop #sHe-dSlider #sHe-dSl-dList .sHe-dSl-dLi-dItem {
  width: 33.33333%;
  height: 35vh;
  min-height: 150px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  animation: 28s slid33 infinite;
}

#sHeroTop #sHe-dSlider #sHe-dSl-dList .sHe-dSl-dLi-dItem .sHe-dSl-dLi-dIte-dImg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 768px) {
  #sHeroTop #sHe-dSlider #sHe-dSl-dList .sHe-dSl-dLi-dItem {
    width: 100%;
    animation: 28s slid100 infinite;
  }
}

#sHeroTop #sHe-dSlider #sHe-dSl-dList .d1 {
  animation-delay: -21s;
}

#sHeroTop #sHe-dSlider #sHe-dSl-dList .d1 .i1 {
  background-image: url("../img/hero5.jpg");
}

#sHeroTop #sHe-dSlider #sHe-dSl-dList .d2 {
  animation-delay: -14s;
}

#sHeroTop #sHe-dSlider #sHe-dSl-dList .d2 .i2 {
  background-image: url("../img/hero1.jpg");
}

#sHeroTop #sHe-dSlider #sHe-dSl-dList .d3 {
  animation-delay: -7s;
}

#sHeroTop #sHe-dSlider #sHe-dSl-dList .d3 .i3 {
  background-image: url("../img/hero2.jpg");
}

#sHeroTop #sHe-dSlider #sHe-dSl-dList .d4 {
  animation-delay: -0s;
}

#sHeroTop #sHe-dSlider #sHe-dSl-dList .d4 .i4 {
  background-image: url("../img/hero3.jpg");
}

#sHero #sHe-dMain {
  position: relative;
  height: 65vh;
  min-height: 350px;
}

#sHero #sHe-dMain #sHe-dMa-dImg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/hero0.jpg);
  background-position: center;
  background-size: cover;
}

#sHero #sHe-dMain #sHe-dMa-dMask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

#sHero #sHe-dMain #sHe-dMa-dText {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#sHero #sHe-dMain #sHe-dMa-dText #sHe-dMa-dTex-h1 {
  font-weight: 900;
}

#sHero #sHe-dMain #sHe-dMa-dText #sHe-dMa-dTex-p {
  font-weight: 900;
}

@media (min-width: 768px) {
  #section-hero {
    height: 100vh;
    width: 100vw;
  }
}
/*# sourceMappingURL=shero.css.map */