/* .homepage.banner,
.homepage.banner .slick-slide img {
  max-height: 700px !important;
  height: 700px;
  overflow: hidden;
}
 */
.homepage.banner,
.homepage.banner figure img {
  max-height: 690px;
  margin-bottom: 0 !important;
  overflow: hidden;
}

:not(.homepage).banner figure img {
  height: 500px;
  object-fit: cover;
  overflow: hidden;
}

.banner figure,
.slick-dotted.slick-slider,
[class*=page]:not(.homepage).banner .slick-dots {
  margin-bottom: 0 !important;
}

.homepage.banner .slick-dots,
.slick-dots {
  bottom: 25px;
}

.homepage.banner .slick-dots li,
.banner .slick-dots li {
  margin: 1rem 5px !important;
}

.homepage.banner .slick-dots li button:before,
.banner .slick-dots li button:before {
  opacity: 1;
  font-size: 1rem;
  color: var(--color-white);
}

.homepage.banner .slick-dots li.slick-active button:before,
.banner .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--theme-color);
}


@media only screen and (max-width: 1440px) {

  .banner,
  :not(.homepage).banner figure img {
    max-height: 450px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .homepage.banner figcaption {
    max-height: 375px;
    height: auto;
  }

  .homepage.banner figcaption img.img-fluid {
    max-width: 75%;
  }

  .homepage.banner figcaption h1.title {
    font-size: 50px !important;
  }

  .homepage.banner figcaption h3.subtitle {
    font-size: 23px;
    letter-spacing: 0;
    word-spacing: normal;
  }

  .homepage.banner .slick-dots,
  .banner .slick-dots {
    bottom: 75px;
  }

}

/* @media only screen and (max-width: 1200px) {
  [class*=banner] {
    display: none !important;
  }
} */

@media only screen and (max-width: 1024px) {

  .banner,
  :not(.homepage).banner figure img {
    max-height: 320px !important;
  }

  .homepage.banner figcaption img.img-fluid {
    max-width: 50%;
  }

  .homepage.banner figcaption h1.title {
    font-size: 40px !important;
  }

  .homepage.banner figcaption h3.subtitle {
    font-size: 20px;
  }

  .homepage.banner .slick-dots,
  .banner .slick-dots {
    bottom: -10px;
  }

}

@media only screen and (max-width: 992px) {

  .homepage.banner,
  .banner {
    max-height: 300px;
    overflow: hidden;
  }

  .homepage.banner .slick-dots,
  .banner .slick-dots {
    bottom: 0;
  }

}

@media only screen and (max-width: 768px) {

  .homepage.banner,
  .banner {
    max-height: unset !important;
    overflow: hidden;
  }

  .social-article-page .banner {
    max-height: 300px !important;
  }
}

@media only screen and (max-width: 576px) {

  .homepage.banner,
  .banner {
    max-height: 300px !important;
    overflow: hidden;
  }
}

/* .homepage.banner figcaption {.homepage.banner figcaption {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 1280px;
  max-height: 415px;
  height: 100%;
  margin: auto;
}

.homepage.banner figcaption h1.title {
  margin-top: 0.618rem;
  margin-bottom: 0.309rem;
  font-size: 60px;
  letter-spacing: calc(1em * (20 / 1000));
  line-height: 1.15;
}

.homepage.banner figcaption h3.subtitle {
  font-size: 27px;
  line-height: inherit;
  letter-spacing: calc(1em * (60 / 1000));
  word-spacing: 2.5px;
  margin-bottom: 1.5rem;
}

.homepage.banner figcaption .cta-view-more {
  max-width: 270px;
  max-height: 60px;
  line-height: 60px;
  margin-top: 15px;
  border-radius: 0 !important;
  text-align: center;
}

.homepage.banner a.btn.btn-view-more {
  width: 100%;
  font-size: 27px;
  max-height: 60px;
  line-height: 60px;
  background-color: #082437;
  text-align: center;
} */