.pageEvent .homeEvent {
  position: relative;
}
.pageEvent .homeEvent .img_latern_news {
  position: absolute;
  top: 33%;
  left: -11%;
  transform: rotate(-27deg);
  width: 17%;
  height: auto;
  filter: blur(8px);
  z-index: 1;
  pointer-events: none;
}
.pageEvent .homeEvent .container_frame {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .pageEvent .homeEvent .segTitle {
    text-align: center;
    width: 100%;
  }
}
.pageEvent .eventBanner {
  position: relative;
  margin-bottom: 158px;
}
.pageEvent .eventBanner .--img {
  aspect-ratio: 1440/772;
  position: relative;
}
.pageEvent .eventBanner .--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 57.38%, rgba(0, 0, 0, 0.12) 63.76%, rgba(0, 0, 0, 0.258) 71.48%, rgba(0, 0, 0, 0.456) 81.34%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.345) 11.33%, rgba(0, 0, 0, 0.16679) 18.48%, rgba(0, 0, 0, 0) 25.18%);
}
.pageEvent .eventBanner .--img img {
  width: 100%;
}
.pageEvent .eventBanner .--content {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.pageEvent .eventBanner .--content .breadcrumb {
  margin-bottom: 12px;
}
.pageEvent .eventBanner .--content .segTitle {
  color: var(--color-white);
}
.pageEvent .eventBanner .--content .txt {
  position: relative;
  padding-left: 30px;
  margin-bottom: 36px;
}
.pageEvent .eventBanner .--content .txt::after {
  width: 4px;
  height: 100%;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.pageEvent .eventBanner .--content .CardCalander {
  width: 92%;
  margin: 0 auto;
}
.pageEvent .eventBanner .cloud {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
}
@media (max-width: 1050px) {
  .pageEvent .eventBanner {
    margin-bottom: 0px;
  }
  .pageEvent .eventBanner .--img {
    aspect-ratio: unset;
    height: 300px;
  }
  .pageEvent .eventBanner .--content {
    position: relative;
    margin-top: -100px;
  }
  .pageEvent .eventBanner .--content .CardCalander {
    width: 100%;
  }
}
.pageEvent .eventFestival {
  padding-top: 120px;
}
.pageEvent .eventFestival .segTitle {
  margin-bottom: 52px;
}
.pageEvent .eventFestival .slick-dots {
  gap: 6px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 32px auto 0;
  z-index: 20;
  justify-content: center;
}
.pageEvent .eventFestival .slick-dots li {
  background: rgb(216, 216, 216);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.pageEvent .eventFestival .slick-dots li button {
  display: none;
}
.pageEvent .eventFestival .slick-dots li::marker {
  list-style: none;
}
.pageEvent .eventFestival .slick-dots li.slick-active {
  background: var(--color-primary);
  width: 28px;
  height: 8px;
  border-radius: 30px;
}
.pageEvent .eventFestival .--listPopular .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  cursor: pointer;
  overflow: hidden;
  z-index: 3;
}
.pageEvent .eventFestival .--listPopular .slick-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--color-primary);
  opacity: 0;
  width: 100%;
  transform: translate(-50%, -50%) scale(0);
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.pageEvent .eventFestival .--listPopular .slick-arrow:hover {
  color: var(--color-white);
}
.pageEvent .eventFestival .--listPopular .slick-arrow:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.pageEvent .eventFestival .--listPopular .slick-arrow.prev_arrow {
  left: 0;
}
.pageEvent .eventFestival .--listPopular .slick-arrow.next_arrow {
  right: 0;
}
@media (max-width: 767px) {
  .pageEvent .eventFestival {
    padding-top: 40px;
  }
  .pageEvent .eventFestival .segTitle {
    margin-bottom: 24px;
    text-align: center;
  }
  .pageEvent .eventFestival .--listPopular .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .pageEvent .eventFestival .--listPopular .slick-arrow svg {
    width: 22px;
    height: 22px;
  }
}
.pageEvent .eventActive {
  padding-top: 120px;
}
.pageEvent .eventActive .segTitle {
  margin-bottom: 52px;
}
.pageEvent .eventActive .nav-tabs {
  gap: 8px;
  display: flex;
  border-bottom: none;
  flex-flow: row;
  margin-bottom: 52px;
}
.pageEvent .eventActive .nav-tabs .nav-link {
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent;
  border-radius: 50px;
  height: 48px;
  justify-content: center;
  border: 1px solid rgb(220, 220, 220);
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 700;
}
.pageEvent .eventActive .nav-tabs .nav-link:hover {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: transparent;
}
.pageEvent .eventActive .nav-tabs .nav-link.active {
  border-color: transparent;
  background: var(--color-primary);
  color: var(--color-white);
}
.pageEvent .eventActive .list_active {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.pageEvent .eventActive .list_active .item_active {
  display: flex;
  gap: 44px;
  padding: 24px 60px;
  background: rgb(247, 247, 247);
}
.pageEvent .eventActive .list_active .item_active .--date {
  width: 12%;
  padding-right: 44px;
  border-right: 1px solid rgb(217, 217, 217);
}
.pageEvent .eventActive .list_active .item_active .--date .day {
  font-size: 44px;
  line-height: 1.31;
  letter-spacing: 2.64px;
  font-family: var(--font-Megante);
  color: var(--color-primary);
}
.pageEvent .eventActive .list_active .item_active .--date .month {
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: 0.96px;
  font-family: var(--font-Megante);
  color: var(--color-black);
}
.pageEvent .eventActive .list_active .item_active .--txt {
  flex: 1;
}
.pageEvent .eventActive .list_active .item_active .--txt .time {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--color-primary);
  line-height: 24px;
  letter-spacing: 0.78px;
  margin-bottom: 12px;
}
.pageEvent .eventActive .list_active .item_active .--txt .--name {
  font-size: 28px;
  line-height: 1.35;
  font-family: var(--font-Megante);
  color: var(--color-black);
  margin-bottom: 24px;
  display: block;
}
.pageEvent .eventActive .list_active .item_active .--txt .--name:hover {
  color: var(--color-primary);
}
.pageEvent .eventActive .list_active .item_active .--txt .desc {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pageEvent .eventActive {
    padding-top: 40px;
  }
  .pageEvent .eventActive .segTitle {
    margin-bottom: 24px;
    text-align: center;
  }
  .pageEvent .eventActive .nav-tabs {
    justify-content: center;
    flex-flow: row;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  .pageEvent .eventActive .nav-tabs .nav-link {
    width: -moz-max-content;
    width: max-content;
    border-radius: unset;
    background: transparent;
    color: var(--color-black);
    border: none;
    position: relative;
  }
  .pageEvent .eventActive .nav-tabs .nav-link.active {
    background: transparent;
    color: var(--color-black);
  }
  .pageEvent .eventActive .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-primary);
  }
  .pageEvent .eventActive .list_active .item_active {
    padding: 16px 30px;
    flex-flow: column;
    gap: 24px;
  }
  .pageEvent .eventActive .list_active .item_active .--date {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .pageEvent .eventActive .list_active .item_active .--txt .--name {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.pageEvent .eventCulture {
  padding-top: 120px;
}
.pageEvent .eventCulture .segTitle {
  margin-bottom: 52px;
}
.pageEvent .eventCulture .list_news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.pageEvent .eventCulture .list_news .itemNews {
  flex-direction: column;
}
@media (max-width: 767px) {
  .pageEvent .eventCulture {
    padding-top: 40px;
  }
  .pageEvent .eventCulture .segTitle {
    margin-bottom: 24px;
    text-align: center;
  }
  .pageEvent .eventCulture .list_news {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.pageEvent .evenntIntro {
  margin-top: 110px;
  position: relative;
}
.pageEvent .evenntIntro .bg_event {
  width: 100%;
  height: auto;
}
.pageEvent .evenntIntro .cardContent {
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
}
.pageEvent .evenntIntro .container_frame {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.pageEvent .evenntIntro .--content {
  width: 50%;
}
.pageEvent .evenntIntro .--content .--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.pageEvent .evenntIntro .--content .name_intro {
  font-weight: 700;
  font-size: 16px;
  color: var(--color-black);
  text-transform: uppercase;
  margin-bottom: 44px;
}
.pageEvent .evenntIntro .--content article {
  font-size: 16px;
  line-height: 1.5;
}
.pageEvent .evenntIntro .cloud {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1050px) {
  .pageEvent .evenntIntro {
    margin-top: 40px;
  }
  .pageEvent .evenntIntro .cardContent {
    position: relative;
    top: 0;
  }
  .pageEvent .evenntIntro .--content {
    width: 100%;
  }
  .pageEvent .evenntIntro .--content .--top {
    flex-flow: column;
    gap: 16px;
    margin-bottom: 24px;
  }
  .pageEvent .evenntIntro .--content .name_intro {
    text-align: center;
  }
  .pageEvent .evenntIntro .--content article {
    text-align: justify;
  }
}/*# sourceMappingURL=event.css.map */