.sec-hero{
  position: relative;
}
.sec-hero-slider .owl-stage{
  display: flex;
  flex-wrap: wrap;
}
.hero-item{
  display: flex;
  flex-wrap: wrap;
  background: #FFE700;
  height: 100%;
}
.hero-text-outer{
  width: calc(50% + 1.4rem);
  display: flex;
  align-items: center;
  padding-right: 9.6rem;
}
.hero-img{
  width: calc(50% - 1.4rem);
}
.hero-img img{
  width: 100%;
  height: 100%;
  min-height: var(--banner-height-xl);
  max-height: var(--banner-height-xl);
  object-fit: cover;
}
.hero-text{
  max-width: 58.4rem;
  margin: 0 0 0 auto;
  padding: 10.4rem 0;
  padding-left: 2rem !important;
}
.hero-text .h1 {
  margin-bottom: 3.2rem;
}
.hero-text .h2 {
  margin-bottom: 2rem;
}
.hero-text .h3 {
  margin-bottom: 1.6rem;
}
.hero-text .h4 {
  margin-bottom: 1.4rem;
}
.hero-text .h5 {
  margin-bottom: 1rem;
}
.hero-text .h1:last-child,
.hero-text .h2:last-child,
.hero-text .h3:last-child,
.hero-text .h4:last-child,
.hero-text .h5:last-child {
  margin-bottom: 0;
}
.hero-text p{
  color: #494949;
}
.hero-btn{
  margin-top: 4.8rem;
}
.sec-hero-slider .owl-nav{
  position: absolute;
  left: calc((100vw - 130.8rem) / 2);
  bottom: 5.6rem;
  z-index: 1;
}
.hero-indicator {
  position: absolute;
  bottom: 2.2rem;
  color: #242424;
  display: flex;
  align-items: center;
  left: calc((100vw - 130.8rem) / 2);
  font-size: 1.8rem;
}
.indicator-no{
  display: flex;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}
.indicator-separator{
  margin: 0 0.3rem;
}
@media(min-width:1352px) and (max-width:1539.98px){
  .hero-img img{
    min-height: var(--banner-height-lg);
    max-height: var(--banner-height-lg);
  }
  .hero-text {
    padding: 7.2rem 0;
  }
  .sec-hero-slider .owl-nav {
    bottom: 4.8rem;
  }
  .hero-indicator{
    bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
@media(min-width:1200px) and (max-width:1351.98px){
  .hero-text-outer {
    padding-right: 6.4rem;
  }
  .hero-img img {
    min-height: 52rem;
    max-height: 52rem;
  }
  .hero-text {
    max-width: 54rem;
    padding: 7.2rem 0;
  }
  .hero-text .h1 {
    margin-bottom: 2.8rem;
  }
  .hero-text .h2 {
    margin-bottom: 1.6rem;
  }
  .hero-text .h3 {
    margin-bottom: 1.2rem;
  }
  .hero-text .h4 {
    margin-bottom: 1rem;
  }
  .hero-text .h5 {
    margin-bottom: 1rem;
  }
  .sec-hero-slider .owl-nav,
  .hero-indicator{
    left: calc((100vw - 1156px) / 2);
    bottom: 4.8rem;
  }
  .hero-indicator{
    bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .hero-text-outer {
    padding-right: 5.6rem;
  }
  .hero-img img {
    /*min-height: calc(100vh - 16.6rem);
    max-height: calc(100vh - 16.6rem);*/
    min-height: 48rem;
    max-height: 48rem;
  }
  .hero-text {
    max-width: 44.3rem;
    padding: 8rem 0;
  }
  .hero-text .h1 {
    margin-bottom: 2.4rem;
  }
  .hero-text .h2 {
    margin-bottom: 1.4rem;
  }
  .hero-text .h3 {
    margin-bottom: 1rem;
  }
  .hero-text .h4 {
    margin-bottom: 1rem;
  }
  .hero-text .h5 {
    margin-bottom: 1rem;
  }
  .hero-text br{
    display: none;
  }
  .sec-hero-slider .owl-nav,
  .hero-indicator{
    left: calc((100vw - 944px) / 2);
    bottom: 4rem;
  }
  .hero-indicator{
    bottom: 1rem;
    font-size: 1.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .hero-text-outer {
    width: calc(50% + 1.4rem);
    padding-right: 3.2rem;
  }
  .hero-img img {
    /*min-height: calc(100vh - 16rem);
    max-height: calc(100vh - 16rem);*/
    min-height: 48rem;
    max-height: 48rem;
  }
  .hero-text {
    max-width: 34.7rem;
    padding: 7.2rem 0;
  }
  .hero-text .h1 {
    margin-bottom: 2.4rem;
  }
  .hero-text .h2 {
    margin-bottom: 1.4rem;
  }
  .hero-text .h3 {
    margin-bottom: 1rem;
  }
  .hero-text .h4 {
    margin-bottom: 1rem;
  }
  .hero-text .h5 {
    margin-bottom: 1rem;
  }
  .hero-text p br{
    display: none;
  }
  .hero-btn {
    margin-top: 3.2rem;
  }
  .sec-hero-slider .owl-nav,
  .hero-indicator {
    left: calc((100vw - 690px) / 2);
    bottom: 4.8rem;
  }
  .hero-indicator{
    bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
@media(max-width:767.98px){
  .hero-text-outer {
    width: 100%;
    padding: 4rem 0 0 0;
  }
  .hero-item {
    flex-direction: column;
    justify-content: space-between;
  }
  .hero-text {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 2.4rem;
  }
  .hero-text .h1 {
    margin-bottom: 1.6rem;
  }
  .hero-text .h2 {
    margin-bottom: 1.4rem;
  }
  .hero-text .h3 {
    margin-bottom: 1rem;
  }
  .hero-text .h4 {
    margin-bottom: 1rem;
  }
  .hero-text .h5 {
    margin-bottom: 1rem;
  }
  .hero-text p br{
    display: none;
  }
  .hero-btn {
    margin-top: 2.4rem;
  }
  .hero-img {
    width: 100%;
    margin-top: 9rem;
  }
  .sec-hero-slider:has(.owl-nav.disabled) .hero-img{
    margin-top: 4rem;
  }
  .hero-img img {
    height: auto;
    min-height: 106.7vw;
    max-height: 106.7vw;
  }
  .sec-hero-slider .owl-nav,
  .hero-indicator{
    left: calc((100vw - 494px) / 2);
    bottom: calc(106.7vw + 40px);
  }
  .hero-indicator{
    bottom: calc(106.7vw + 10px);
    font-size: 1.6rem;
  }
}
@media(max-width:575.98px){
  .sec-hero-slider .owl-nav,
  .hero-indicator{
    left: 2.4rem;
  }
}