html {
  scroll-behavior: smooth;
}
/* SECTION: Khám Phá Fulbright */
.explore-fullbright-slider .swiper-button-next,
.explore-fullbright-slider .swiper-button-prev {
  width: 44px;
  height: 44px;
  color: var(--color-white);
}

.explore-fullbright-slider .swiper-button-next:hover svg path,
.explore-fullbright-slider .swiper-button-prev:hover svg path {
  stroke: var(--primary-950);
}

.explore-fullbright-slider .swiper-button-next:after,
.explore-fullbright-slider .swiper-button-prev:after {
  display: none;
}

.explore-fullbright-slider .swiper-button-next svg,
.explore-fullbright-slider .swiper-button-prev svg {
  width: 24px;
  height: 24px;
}

.explore-fullbright-slider .swiper-pagination-bullet {
  background-color: var(--primary-200);
  opacity: 1;
}

.explore-fullbright-slider .swiper-pagination-bullet-active {
  background-color: var(--primary-950);
}

/* END SECTION: Khám Phá Fulbright */

/* SECTION: CHUỖI WEBINAR năm 2025 của FUV */
.webinars .event-info .event-dot:before {
  content: "";
  position: absolute;
  left: 39px;
  top: 23px;
  width: 10px;
  height: 100%;
  z-index: 1;
  background: url('../assets/images/evergreen-webinars/chuoi-webinars/timeline-lines.png') top center no-repeat;
}

.webinars .event-info:last-child .event-dot:before {
  display: none;
}

.webinars .event-info:last-child:before {
  content: unset;
}

.webinars .event-info .event-fake-bg {
  display: none;
}

.webinars .event-info.active {
  background-color: var(--color-white);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border: 1px solid var(--primary-300);
  border-right: unset;
  margin-right: 20px;
}

.webinars .event-info.active:before {
  content: "";
  position: absolute;
  left: unset;
  background: unset;
  top: -20px;
  right: -21px;
  width: 22px;
  height: 20px;
  border-bottom: 1px solid var(--primary-300);
  border-right: 1px solid var(--primary-300);
  border-bottom-right-radius: 14px;
  background-color: var(--primary-50);
  z-index: 4;
}

.webinars .event-info.active:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -21px;
  width: 22px;
  height: 20px;
  border-top: 1px solid var(--primary-300);
  border-right: 1px solid var(--primary-300);
  border-top-right-radius: 14px;
  background-color: var(--primary-50);
  z-index: 4;
}

.webinars .event-info:first-child.active:before {
  display: none;
}

.webinars .event-info:first-child.active .event-fake-bg {
  top: -1px;
  border-top: 1px solid var(--primary-300);
  height: 115%;
  width: 36px;
  right: -36px;
}

/* .webinars .event-info:last-child.active:after {
  display: none;
}

.webinars .event-info:last-child.active .event-fake-bg {
  border-bottom: 1px solid var(--primary-300);
  height: 110.5%;
  width: 36px;
  right: -36px;
} */

.webinars .event-info.active .event-title {
  font-weight: 600;
  color: var(--primary-950);
}

.webinars .event-info.active .event-dot:after {
  content: "";
  position: absolute;
  left: 40px;
  top: 7px;
  width: 24px;
  height: 24px;
  z-index: 3;
  background: url('../assets/images/evergreen-webinars/chuoi-webinars/pin-icon.png') top center no-repeat;
}

.webinars .event-info.active .event-fake-bg {
  display: block;
  position: absolute;
  right: -21px;
  top: -13px;
  bottom: 0;
  background: var(--color-white);
  width: 22px;
  height: 120%;
  z-index: 3;
}

.webinars .event-content {
  display: none;
}

.webinars .event-content.active {
  display: flex;
}

.sticky-logo a.logo img:first-child, .sticky-logo .menu img:first-child{
  display: none;
}

.sticky-logo a.logo img:last-child, .sticky-logo .menu img:last-child{
  display: block;
}

@media screen and (max-width: 1024px) {

  .webinars .event-info.active:before,
  .webinars .event-info.active:after,
  .webinars .event-info.active .event-fake-bg {
    display: none;
  }

  .webinars .event-info.active {
    margin-right: 0;
    border-right: 1px solid var(--primary-300);
    border-radius: 16px;
  }

  .webinars .event-info:before {
    left: 23px;
  }

  .webinars .event-info .event-dot:before {
    left: 37px;
  }
}

@media screen and (max-width: 768px) {

  .webinars .event-info .event-dot:before {
    left: 7px;
  }
}

/* END SECTION: CHUỖI WEBINAR năm 2025 của FUV */