.header {
    position: relative;
    height: auto;
}
#header-top {
    position: absolute;
    top:0;
    z-index: 99;
    width: 100%;
}
#header-top-bar {
    background: rgba(0,0,0,0.3);
}
a.scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -23px;
    z-index: 2;
    opacity: 0.7;
    font-size: 48px;
    color: #fff;
}
a.scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -23px;
    z-index: 2;
    opacity: 0.7;
    font-size: 36px;
    color: #fff;
}
a.scroll:hover {
    opacity: 1;
}
#header-home {
  height: 1000px;
}
#header-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.15);
}
#header-bottom {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 1;
}
#page-title h2{
  font-size: 42px;
    border-bottom: 2px solid rgba(20, 189, 132, 1);
    width: auto;
    padding-right: 110px;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 5px;
}
#page-title h3 {
  font-size: 32px;
    margin-bottom: 0;
}
#info-box h4 {
  font-size: 22px;
    margin-bottom: 20px;
}
#info-box a {
    display: block;
    border-bottom: 1px solid #fff;
    line-height: 1.8;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#info-box a:hover {
    color: #eee;
}

.header-swiper {
  height: 100%;
}
.header-swiper h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.header-swiper h3 {
  font-size: 48px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.header-swiper h4 {
  background: #94785b;
  line-height: 1.2;
   font-size: 30px;
   color: #fff;
   padding: 12px 10px;
   max-width: 640px;
   cursor: pointer;
}
.header-swiper p {
  background: rgba(0, 0, 0, 0.4);
  line-height: 1.2;
   font-size: 21px;
   letter-spacing: 0.75px;
   color: #fff;
   padding: 12px 10px;
   max-width: 640px;
   cursor: pointer;
}
.header-swiper.swiper-container {
  padding-bottom: 32px;
}
.header-swiper .swiper-pagination {
  bottom: 0 !important;
}
.header-swiper .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #b5b7b4;
    opacity: 1;
}
.header-swiper .swiper-pagination-bullet-active {
    background: #616265;
}
.header-swiper .swiper-slide {
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
.slide-text {
    cursor: pointer;
    z-index: 10;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
