:root {
  --sunway-archive-blue: #25225f;
  --sunway-archive-lightblue: #E6F0FA;
  --sunway-archive-orange: #ed5826;
  --sunway-archive-brown: #6e6659;
}

.btn-cta, .btn.btn-cta:hover {
  background: var(--sunway-archive-orange);
}

.archive-bg-blue {
  background: var(--sunway-archive-blue) !important;
  color: #fff !important;
}

.archive-bg-lightblue {
  background: var(--sunway-archive-lightblue) !important;
}

.archive-bg-orange {
  background: var(--sunway-archive-orange) !important;
  color: #fff !important;
}

.archive-border-orange {
  border-color: var(--sunway-archive-orange) !important;
}

.archive-bg-brown {
  background: var(--sunway-archive-brown) !important;
  color: #fff !important;
}

.archive-page-banner-title {
  background: rgba(67, 83, 90, 1);
}

.archive-page-banner-title > * {
  margin-bottom: 0 !important;
}

.archive-banner-slider .banner-text {
  font-weight: bold;
}

.archive-banner-slider .banner-nav {
  font-size: 18px;
  font-weight: normal;
}

.archive-banner-slider .banner-slider-prev,
.archive-banner-slider .banner-slider-next {
  align-items: center;
  border: 2px solid var(--sunway-yellow);
  border-radius: 50rem;
  color: var(--sunway-yellow);
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.archive-search-bar {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  max-width: 750px;
  margin: 0 auto;
}

.splide-timeline-year {
  border-bottom: 3px solid var(--sunway-red);
}

.splide-timeline-year .splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 0;
}

.splide-timeline-year .splide__track--nav>.splide__list>.splide__slide.is-active span {
  font-weight: bold;
  position: relative;
}

.splide-timeline-year .splide__track--nav>.splide__list>.splide__slide.is-active span:after {
  background: var(--sunway-red);
  content: " ";
  display: block;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  z-index: 9999999;
}

.carousel-timeline {
  background: #e1e1e1;
}

@media (min-width: 768px) {
  .archive-banner-slider .banner-text {
    font-size: 42px;
    line-height: 3rem;
    max-width: 88%;
  }

  .archive-search-bar {
    margin-top: -38px;
    position: relative;
    z-index: 9;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .archive-banner-slider > .archive-banner-content {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 767px) {
  .archive-page-banner-title h1.page-title {
    font-size: 24px;
    padding: 14px;
  }
}