/*Home slider 2020*/
.home-header {
  position: relative;
  margin-bottom: 30px;
}
.home-header .home-slider .slick-slide {
  max-height: 90vh;
}
.home-header .home-slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-header .home-slider-text {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.home-header .home-slider-text #home-overlay {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
}
.home-header h1 {
  font-size: 2.2em;
  line-height: 1.1;
}
.home-header em {
  font-size: 1.2em;
}
.home-header .home-slider-text .text {
  z-index: 1;
  position: relative;
  max-width: 35%;
  padding-left: 7%;
  line-height: 1.3;
}
@media only screen and (min-width: 1440px) {
  .home-header .home-slider-text .text {
    line-height: 1.4;
  }
  .home-header h1 {
    font-size: 2.6em;
  }
  .home-header em {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1199px) {
  .home-header .home-slider-text .text {
    max-width: 38%;
    padding-left: 5%;
    padding-right: 20px;
    padding-top: 50px;
  }
  .home-header h1 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 1050px) {
  .home-header .home-slider-text .text {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .home-header h1 {
    font-size: 1.5em;
  }
  .home-header em {
    font-size: 1em;
  }
}
@media only screen and (max-width: 850px) {
  .home-header .home-slider-text .text {
    margin-bottom: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .home-header .home-slider-text .text {
    margin-bottom: -20px;
  }
  .home-header h1 {
    font-size: 1.3em;
    margin-bottom: 10px !important;
  }
  .home-header em {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 700px) {
  .home-header .home-slider-text .text {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 660px) {
  .home-header h1 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 620px) {
  .home-header .home-slider-text .text {
    margin-bottom: -60px;
  }
  .home-header {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .home-header .home-slider-text .text {
    margin-bottom: -100px;
  }
  .home-header {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 580px) {
  .home-header h1 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 510px) {
  .home-header .home-slider-text .text em {
    width: calc(100vw - 40px);
  }
}
@media only screen and (max-width: 464px) {
  .home-header .home-slider-text .text {
    margin-bottom: -120px;
  }
  .home-header h1 {
    font-size: 0.9em;
  }
  .home-header .home-slider-text .text em br.hide {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .home-header .home-slider-text .text {
    margin-bottom: -120px;
  }
  .home-header .home-slider-text .text em br.hide {
    display: block;
  }
  .home-header .home-slider-text .text em br.hide-xs {
    display: none;
  }
  .home-header h1 {
    font-size: 1.1em !important;
  }
}
@media only screen and (max-width: 380px) {
  .home-header {
    margin-bottom: 80px;
  }
}