.home-banner {
  padding: 4rem 2rem;
  padding-top: 165px;
  background-position: top;
  background-color: #15263b;
  background-size: cover;
}
a.theme-button.desktop:hover {
  width: 9.375rem;
  background: 0 0;
}
.home-banner .content-wrapper {
  padding: 0 15px;
}
a.theme-button.desktop:hover span.text.grow-text.text-white {
  display: block;
  opacity: 1;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: 3px;
  transition: opacity .3s;
}
a.theme-button.desktop:hover {
  text-decoration: none;
}
.home-banner .home-banner-top-title {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
}
.home-banner .home-banner-top-title .py-5 {
  padding: 3rem 0;
}
b.home-banner .home-banner-top-title .py-5 h1 {
  font-size: 3rem;
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
.home-banner .home-banner-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 992px){
  .home-banner .home-banner-main {
    display: block;
  }
}
.home-banner .home-banner-slider {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding: 0 15px;
}
.home-banner .slide-item h2 {
  color: #fff;
  margin-bottom: 1.5rem !important;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
.home-banner .slide-item .slider-content {
  color: #fff;
}
.home-banner .slide-item .slider-content p {
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.home-banner .slider-nav-outer {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.home-banner .home-banner-top-title .py-5 h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 300;
}
a.theme-button.mobile {
  display: none;
}
a.theme-button.desktop {
  width: 2.5rem;
  background: 0 0;
  height: 2.5rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  position: relative;
  border-radius: 2rem;
  letter-spacing: .1rem;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  transition: all .2s ease-out;
  z-index: 90;
  margin-top: 24px;
  color: #d6d9dd;
  background-color: transparent;
  background-image: none;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-color: #d6d9dd;
}
a.theme-button.desktop span.text.grow-text.text-white {
  opacity: 0;
  display: none;
  color: #fff;
}
a.theme-button.desktop img {
  height: 9px;
}
.home-banner .slider-nav-outer {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  margin-left: auto;
  padding: 0 15px;
}
.home-banner .slider-nav-outer ul li {
  color: #fff;
  transition: all .3s;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: .1rem;
  cursor: pointer;
  font-size: .875rem;
  font-family: Kanit,Helvetica,Arial,sans-serif;
  width: 25% !important;
  border-bottom: 1px solid #e5cf71;
  padding-bottom: 8px;
  position: relative;
}
.home-banner .slider-nav-outer ul li:hover {
  color: #e5cf71!important;
}
.home-banner .slider-nav-outer .slick-list {
  overflow: visible;
}
.home-banner div#home-scroll {
  top: 90px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.home-banner div#home-scroll p.text-white {
  margin: 0;
  color: #fff;
  line-height: 1.5rem;
  font-family: Kanit,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.home-banner div#home-scroll span.bg-gold {
  height: 50px;
  width: 1px;
  display: block;
  margin-left: 18px;
  margin-top: 5px;
  background-color: #e5cf71;
}
.home-banner .slider-nav-outer ul {
  padding: 0;
  width: 100%;
  margin: 0;
}
.row.nav {
  margin-top: 12px;
  padding: 1.5rem 0;
}
.home-banner .slider-nav-outer ul li.slick-current:after {
  content: '';
  display: block;
  position: absolute;
  height: 6px;
  background: #e5cf71;
  transition: all .3s;
  background-image: linear-gradient(-140deg,#EEE193 0,#E5CF71 100%);
  border-radius: 100px;
  width: 100%;
  bottom: -3px;
}
.home-banner .menu-overlay {
  background: #0025ab;
  bottom: -2px;
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  transition: left 0.3s linear 0s, width 0.3s linear 0s;
}
.anim-up {
  -ms-transform: translateY(80px) !important;
  transform: translateY(80px) !important;
  opacity: 0 !important;
}
.anim-complete {
  -ms-transform: translate(0,0) !important;
  transform: translate(0,0) !important;
  opacity: 1 !important;
}
@media(max-width: 1199px){
  .home-banner .slider-nav-outer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    padding: 0 15px;
  }
}

@media(max-width: 991px){
  .home-banner {
    padding-top: 50px;
  }
  .home-banner .home-banner-top-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-banner .home-banner-top-title .py-5 h1 {
    font-size: 2.5rem;
  }
  .row.nav {
    margin-top: 0;
    padding: 1.5rem 0 1.4rem;
  }
  .home-banner .home-banner-slider {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .home-banner .slider-nav-outer ul li {
    line-height: 1.5rem;
  }
  .home-banner .slide-item {
    min-height: 13.75rem;
  }
  .home-banner .slider-nav-outer ul {
    border-bottom: 1px solid #e5cf71;
    padding-bottom: 1px;
  }
  .home-banner .slider-nav-outer ul li {
    border: 0;
    padding-bottom: 9px;
  }
  .home-banner .slider-nav-outer ul li.slick-current:after {
    bottom: -28px;
  }
  .home-banner .slider-nav-outer ul li.slick-current:first-child:after {
    bottom: -5px;
  }
}

@media(max-width: 767px){
  .home-banner .slide-item {
    min-height: 15.625rem;
  }
  .row.nav {
    margin-top: 0;
    padding: 1.5rem 0 1.1rem;
  }
  a.theme-button.desktop:hover {
    width: 2.5rem;
    background: 0;
  }
  a.theme-button.desktop:hover span.text.grow-text.text-white {
    display: none;
  }
  .home-banner .slider-button {
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
  a.theme-button.mobile {
    display: block;
    margin-top: 1.5rem !important;
    margin-right: 1rem !important;
  }
  a.theme-button.mobile .text-white {
    color: #fff;
  }
  a.theme-button.desktop:hover {
    width: 2.5rem;
    background: 0;
  }
  a.theme-button.desktop {
    margin-top: 1.5rem;
  }
  a.theme-button.desktop:hover {
    color: #212529;
    background-color: #d6d9dd;
    border-color: #d6d9dd;
  }
  .home-banner .slider-nav-outer ul {
    border: 0;
  }
  .home-banner .slider-nav-outer ul:after {
    position: absolute;
    height: 6px;
    background: rgba(229,207,113,.2);
    margin: 0;
    width: 100%;
    border-radius: 100px;
    content: "";
    display: block;
    bottom: 4px;
  }
  .home-banner .slider-nav-outer ul li.slick-current:after {
    bottom: 3px !important;
  }
  .home-banner .slider-nav-outer ul li:nth-child(2),
  .home-banner .slider-nav-outer ul li:nth-child(3) {
    padding-bottom: 32px;
  }
}

@media(max-width: 575px){
  .home-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home-banner .slider-nav-outer ul li:nth-child(2),
  .home-banner .slider-nav-outer ul li:nth-child(3) {
    padding-bottom: 0;
  }
  .home-banner .home-banner-top-title .py-5 h1 {
    margin-top: 3rem !important;
  }
  .home-banner .slider-nav-outer ul li {
    border-bottom: 6px solid rgba(229,207,113,.2);
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin-bottom: 6px;
  }
  .home-banner .slider-nav-outer ul li.slick-current:after {
    bottom: -6px !important;
  }
  .home-banner .slider-nav-outer ul:after {
    display: none;
  }
  .home-banner .slider-nav-outer ul li.slick-current:after{
    bottom: -6px;
  }
  .home-banner {
    padding-bottom: 2rem;
  }
  .home-banner div#home-scroll {
    top: 60px;
  }
}




