/* highlight to the active slide. This class is automatically added by swiper, we just need to define the style */
.swiper-slide-active {
  font-weight: bold;
  background: #3755773d !important;
}

/* sticky swiper*/
.sticky {
  position: fixed;
  top: 0;
  z-index: 998;
  background-color: #efefef !important;
}

.swiper-container.sticky {
  background-color: #f0e9da !important;
}

.swiper-container {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid white;
  max-width: 66.4989378333em;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f0e9da;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide a {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  color: #375577;
}

@media (min-width: 768px) {
  #swiper_width_box {
    max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .swiper-slide a {
    font-size: 70%;
  }
}
