.homeBanner {
  position: relative;
}
.homeBanner .list_banner .item_banner .img_banner {
  width: 100%;
  aspect-ratio: 1440/870;
  position: relative;
}
.homeBanner .list_banner .item_banner .img_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeBanner .list_banner .item_banner .img_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.homeBanner .list_banner .item_banner .content {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
.homeBanner .list_banner .item_banner .content .title {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.384px;
  margin-bottom: 16px;
}
.homeBanner .list_banner .item_banner .content .name {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  font-family: var(--font-alegreya);
  letter-spacing: -1.44px;
}
.homeBanner .slick-dots {
  position: absolute;
  right: 79px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  flex-flow: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.homeBanner .slick-dots li.slick-active {
  position: relative;
}
.homeBanner .slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -80px;
  width: 80px;
  height: 1px;
  background: var(--color-white);
}
.homeBanner .slick-dots li.slick-active button {
  opacity: 1;
  font-size: 36px;
}
.homeBanner .slick-dots li button {
  background: transparent;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.4px;
  color: var(--color-white);
  line-height: 1.3;
  border: none;
  opacity: 0.4;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.homeBanner .slick-dots li::marker {
  list-style: none;
}
.homeBanner .img_cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.homeBanner .img_cloud img {
  width: 100%;
  height: 100%;
}
.homeBanner .content_news {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}
.homeBanner .list_news_banner .item_news {
  margin: 0 8px;
  padding: 12px 20px 12px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(3, 3, 3, 0.3);
  -webkit-backdrop-filter: blur(44px);
          backdrop-filter: blur(44px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.homeBanner .list_news_banner .item_news .img_news {
  width: 74px;
  height: 74px;
  border-radius: 12px;
  flex: 0 0 auto;
}
.homeBanner .list_news_banner .item_news .img_news img {
  border-radius: 12px;
}
.homeBanner .list_news_banner .item_news .txt .title {
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homeBanner .list_news_banner .item_news .txt .title:hover {
  color: var(--color-secondary);
}
.homeBanner .list_news_banner .item_news .txt .date {
  font-size: 12px;
  color: var(--color-grey);
}
@media (max-width: 1439px) {
  .homeBanner .list_banner .item_banner .content .title {
    font-size: 20px;
    letter-spacing: 0.32px;
  }
  .homeBanner .list_banner .item_banner .content .name {
    font-size: 40px;
    letter-spacing: -0.96px;
  }
  .homeBanner .slick-dots li button {
    font-size: 16px;
  }
  .homeBanner .slick-dots li.slick-active button {
    font-size: 30px;
  }
  .homeBanner .list_news_banner .item_news {
    padding: 10px 16px 10px 10px;
    gap: 12px;
  }
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeBanner .list_banner .item_banner .content .title {
    font-size: 16px;
    letter-spacing: 0.288px;
  }
  .homeBanner .list_banner .item_banner .content .name {
    font-size: 34px;
  }
  .homeBanner .content_news {
    bottom: 0px;
  }
  .homeBanner .slick-dots li.slick-active button {
    font-size: 24px;
  }
  .homeBanner .slick-dots li button {
    font-size: 14px;
  }
  .homeBanner .list_news_banner .item_news .txt .date {
    color: var(--color-white);
  }
}
@media (max-width: 767px) {
  .homeBanner .list_banner .item_banner .img_banner {
    aspect-ratio: unset;
    height: 400px;
  }
  .homeBanner .list_banner .item_banner .content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .homeBanner .list_banner .item_banner .content .name {
    font-size: 30px;
    letter-spacing: -1.68px;
    line-height: 1.15;
  }
  .homeBanner .content_news {
    position: relative;
    bottom: unset;
    padding: 40px 0;
  }
  .homeBanner .list_news_banner .item_news {
    width: 80vw;
    padding: 8px 14px 8px 8px;
  }
  .homeBanner .list_news_banner .item_news .txt .title {
    margin-bottom: 8px;
  }
  .homeBanner .list_news_banner .item_news .txt .date {
    color: var(--color-white);
  }
}

.homeMap {
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}
.homeMap .pattern {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: auto;
  pointer-events: none;
}
.homeMap .container {
  position: relative;
  z-index: 2;
}
.homeMap .img_leaf_right {
  position: absolute;
  top: 0;
  right: -2%;
  width: 11%;
  height: auto;
}
.homeMap .img_leaf_left {
  position: absolute;
  top: 0;
  left: -2%;
  width: 13%;
  height: auto;
}
.homeMap .segTitle {
  margin-bottom: 62px;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeMap {
    padding: 40px 0;
  }
  .homeMap .segTitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .homeMap {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .homeMap .segTitle {
    margin-bottom: 40px;
    text-align: center;
  }
}

.homePagoda {
  padding-bottom: 100px;
  position: relative;
}
.homePagoda .container {
  position: relative;
  z-index: 2;
}
.homePagoda .img_decor_1 {
  position: absolute;
  top: 0;
  right: 12px;
  width: 8%;
  height: auto;
}
.homePagoda .img_decor_2 {
  position: absolute;
  top: 80px;
  right: 86px;
  width: 16%;
  height: auto;
}
.homePagoda .img_cloud_1 {
  position: absolute;
  bottom: 15%;
  left: 16%;
  width: 12%;
  height: auto;
}
.homePagoda .img_cloud_2 {
  position: absolute;
  bottom: 19%;
  left: 1%;
  width: 15%;
  height: auto;
}
.homePagoda .--top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 62px;
}
.homePagoda .--top .txt {
  width: 60%;
}
.homePagoda .--top .txt .segTitle {
  margin-bottom: 24px;
}
.homePagoda .--top .txt .desc {
  line-height: 1.71;
  width: 70%;
}
.homePagoda .--tab {
  display: flex;
  gap: 54px;
}
.homePagoda .--tab .nav-tabs {
  gap: 16px;
  display: flex;
  flex-flow: column;
  width: calc(33% - 27px);
  border-bottom: none;
}
.homePagoda .--tab .nav-tabs .nav-item {
  width: 100%;
}
.homePagoda .--tab .nav-tabs .nav-link {
  width: 100%;
  padding: 13px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--color-light);
  border-radius: 10px;
}
.homePagoda .--tab .nav-tabs .nav-link .number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
  flex: 0 0 auto;
}
.homePagoda .--tab .nav-tabs .nav-link .name {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
}
.homePagoda .--tab .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-color: transparent;
  background: var(--color-secondary);
}
.homePagoda .--tab .nav-tabs .nav-link:hover .number,
.homePagoda .--tab .nav-tabs .nav-link:hover .name {
  color: var(--color-white);
}
.homePagoda .--tab .nav-tabs .nav-link:hover .number {
  border-color: var(--color-white);
}
.homePagoda .--tab .nav-tabs .nav-link.active {
  border-color: transparent;
  background: var(--color-secondary);
}
.homePagoda .--tab .nav-tabs .nav-link.active .number,
.homePagoda .--tab .nav-tabs .nav-link.active .name {
  color: var(--color-white);
}
.homePagoda .--tab .nav-tabs .nav-link.active .number {
  border-color: var(--color-white);
}
.homePagoda .--tab .tab-content {
  flex: 1;
}
.homePagoda .--tab .tab-content .img_pagoda {
  width: 100%;
  aspect-ratio: 820/441;
  margin-bottom: 32px;
  position: relative;
  border-radius: 16px;
}
.homePagoda .--tab .tab-content .img_pagoda::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  pointer-events: none;
}
.homePagoda .--tab .tab-content .img_pagoda img {
  border-radius: 16px;
}
.homePagoda .--tab .tab-content .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.14;
  color: var(--color-black);
}
.homePagoda .--tab .tab-content .desc {
  line-height: 1.375;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(237, 237, 237);
}
.homePagoda .--tab .tab-content .--bottom {
  display: flex;
  align-items: center;
}
.homePagoda .--tab .tab-content .--bottom .--left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 32px 0;
  flex: 1;
  padding-right: 32px;
  border-right: 1px solid rgb(237, 237, 237);
}
.homePagoda .--tab .tab-content .--bottom .--left .list_info_pagoda {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.homePagoda .--tab .tab-content .--bottom .--left .list_info_pagoda .--item {
  display: flex;
  gap: 12px;
  font-size: 16px;
  color: var(--color-black);
}
.homePagoda .--tab .tab-content .--bottom .--left .list_info_pagoda .--item span {
  font-weight: 700;
  white-space: nowrap;
}
.homePagoda .--tab .tab-content .--bottom .--left .list_widget {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.homePagoda .--tab .tab-content .--bottom .--left .list_widget .--item {
  font-size: 16px;
  color: var(--color-secondary);
  font-weight: 500;
  display: flex;
  gap: 12px;
}
.homePagoda .--tab .tab-content .--bottom .--left .list_widget .--item span {
  font-weight: 700;
  color: var(--color-black);
  white-space: nowrap;
}
.homePagoda .--tab .tab-content .--bottom .--left .list_widget .--item a {
  text-decoration: none;
  color: var(--color-secondary);
}
.homePagoda .--tab .tab-content .--bottom .btn_primary {
  margin-left: 32px;
  flex: 0 0 auto;
  height: 46px;
}
@media (max-width: 1439px) {
  .homePagoda .--tab {
    gap: 45px;
  }
  .homePagoda .--tab .nav-tabs {
    gap: 12px;
  }
  .homePagoda .--tab .nav-tabs .nav-link {
    padding: 10px 12px;
  }
  .homePagoda .--tab .nav-tabs .nav-link .number {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
  .homePagoda .--tab .nav-tabs .nav-link .name {
    font-size: 15px;
  }
  .homePagoda .--tab .tab-content .img_pagoda {
    margin-bottom: 26px;
  }
  .homePagoda .--tab .tab-content .title {
    font-size: 24px;
  }
  .homePagoda .--tab .tab-content .desc {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .homePagoda .--tab .tab-content .desc p {
    margin: 0 !important;
  }
  .homePagoda .--tab .tab-content .--bottom .--left {
    padding: 24px 24px 24px 0;
  }
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homePagoda {
    padding-bottom: 40px;
  }
  .homePagoda .--tab .tab-content .--bottom {
    flex-flow: column;
  }
  .homePagoda .--tab .tab-content .--bottom .--left {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .homePagoda {
    padding-bottom: 40px;
  }
  .homePagoda .--top {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .homePagoda .--top .txt {
    width: 100%;
  }
  .homePagoda .--top .txt .segTitle {
    margin-bottom: 12px;
    text-align: center;
  }
  .homePagoda .--top .txt .desc {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: justify;
  }
  .homePagoda .--tab {
    flex-flow: column;
    gap: 24px;
  }
  .homePagoda .--tab .nav-tabs {
    width: 100%;
  }
  .homePagoda .--tab .tab-content .desc {
    text-align: justify;
    line-height: 1.51;
  }
  .homePagoda .--tab .tab-content .--bottom {
    flex-flow: column;
    gap: 24px;
  }
  .homePagoda .--tab .tab-content .--bottom .btn_primary {
    margin-left: unset;
    margin: auto;
  }
  .homePagoda .--tab .tab-content .--bottom .--left {
    display: flex;
    flex-flow: column;
    padding: 16px 16px 16px 0;
    gap: 24px;
    width: 100%;
  }
}

.homeNews {
  padding-top: 100px;
  padding-bottom: 120px;
  background: var(--color-light);
  position: relative;
}
.homeNews .pattern_1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: auto;
  pointer-events: none;
}
.homeNews .container {
  position: relative;
  z-index: 2;
}
.homeNews .img_latern {
  position: absolute;
  top: -86px;
  right: -10%;
  width: 21%;
  height: auto;
  filter: blur(8px);
  z-index: 1;
}
.homeNews .img_latern_news {
  position: absolute;
  top: -50px;
  right: 20%;
  width: 8%;
  height: auto;
  z-index: 1;
}
.homeNews .pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.homeNews .segTitle {
  margin-bottom: 52px;
}
.homeNews .nav-tabs {
  gap: 8px;
  display: flex;
  border-bottom: none;
  flex-flow: row;
  margin-bottom: 44px;
}
.homeNews .nav-tabs .nav-link {
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--color-light);
  border-radius: 50px;
  height: 44px;
  justify-content: center;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 500;
}
.homeNews .nav-tabs .nav-link:hover {
  background: var(--color-secondary);
  color: var(--color-white);
  border-color: transparent;
}
.homeNews .nav-tabs .nav-link.active {
  border-color: transparent;
  background: var(--color-secondary);
  color: var(--color-white);
}
.homeNews .tab-content .--content {
  display: flex;
  gap: 52px;
  margin-bottom: 44px;
}
.homeNews .tab-content .btn_trans {
  margin-left: auto;
}
.homeNews .tab-content .item_news_popular {
  width: calc(50% - 26px);
  position: relative;
}
.homeNews .tab-content .item_news_popular .--img {
  height: 100%;
  border-radius: 16px;
}
.homeNews .tab-content .item_news_popular .--img img {
  border-radius: 16px;
}
.homeNews .tab-content .item_news_popular .content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(44px);
          backdrop-filter: blur(44px);
  padding: 16px;
}
.homeNews .tab-content .item_news_popular .content .date {
  font-size: 13px;
  color: var(--color-white);
  margin-bottom: 2px;
  line-height: 1.69;
  display: flex;
  gap: 4px;
  align-items: center;
}
.homeNews .tab-content .item_news_popular .content .date span {
  font-weight: 700;
}
.homeNews .tab-content .item_news_popular .content .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
  color: var(--color-white);
  margin-bottom: 8px;
  letter-spacing: -0.4px;
  line-height: 1.4;
  display: block;
}
.homeNews .tab-content .item_news_popular .content .title:hover {
  color: var(--color-secondary);
}
.homeNews .tab-content .item_news_popular .content .desc {
  font-size: 13px;
  line-height: 1.53;
  letter-spacing: -0.26px;
  color: var(--color-white);
  opacity: 0.7;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeNews {
    padding: 40px 0;
  }
  .homeNews .tab-content .--content {
    flex-flow: column;
  }
  .homeNews .tab-content .--content .item_news_popular {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homeNews {
    padding: 40px 0;
  }
  .homeNews .segTitle {
    margin-bottom: 24px;
    text-align: center;
  }
  .homeNews .tab-content .--content {
    flex-flow: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .homeNews .tab-content .--content .item_news_popular {
    width: 100%;
  }
  .homeNews .tab-content .--content .item_news_popular .content .title {
    font-size: 15px;
  }
  .homeNews .tab-content .btn_trans {
    margin-left: unset;
    margin: auto;
  }
  .homeNews .nav-tabs {
    justify-content: center;
    flex-flow: row;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  .homeNews .nav-tabs .nav-link {
    width: -moz-max-content;
    width: max-content;
    border-radius: unset;
    background: transparent;
    color: var(--color-black);
    border: none;
    position: relative;
  }
  .homeNews .nav-tabs .nav-link.active {
    background: transparent;
    color: var(--color-black);
  }
  .homeNews .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-secondary);
  }
}

.homeLibrary {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.homeLibrary .container {
  position: relative;
  z-index: 2;
}
.homeLibrary .pattern {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.homeLibrary .segTitle {
  margin-bottom: 52px;
}
.homeLibrary .nav-tabs {
  gap: 8px;
  display: flex;
  border-bottom: none;
  flex-flow: row;
  margin-bottom: 52px;
}
.homeLibrary .nav-tabs .nav-link {
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--color-white);
  border-radius: 50px;
  height: 44px;
  justify-content: center;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 500;
}
.homeLibrary .nav-tabs .nav-link:hover {
  background: var(--color-secondary);
  color: var(--color-white);
  border-color: transparent;
}
.homeLibrary .nav-tabs .nav-link.active {
  border-color: transparent;
  background: var(--color-secondary);
  color: var(--color-white);
}
.homeLibrary .--bottom {
  width: 100%;
  display: flex;
  justify-content: center;
}
.homeLibrary .btn_view_all {
  background: transparent;
  border: none;
  position: relative;
  margin: 52px auto 0;
}
.homeLibrary .btn_view_all img {
  width: 200px;
  height: auto;
}
.homeLibrary .btn_view_all .name {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeLibrary {
    padding: 40px 0;
  }
  .homeLibrary .btn_view_all img {
    width: 140px;
  }
  .homeLibrary .btn_view_all .name {
    font-size: 12px;
    top: 47px;
  }
}
@media (max-width: 767px) {
  .homeLibrary {
    padding: 40px 0;
  }
  .homeLibrary .segTitle {
    margin-bottom: 24px;
    text-align: center;
  }
  .homeLibrary .list_library .item_library {
    width: 80vw;
  }
  .homeLibrary .nav-tabs {
    justify-content: center;
    flex-flow: row;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  .homeLibrary .nav-tabs .nav-link {
    width: -moz-max-content;
    width: max-content;
    border-radius: unset;
    background: transparent;
    color: var(--color-black);
    border: none;
    position: relative;
  }
  .homeLibrary .nav-tabs .nav-link.active {
    background: transparent;
    color: var(--color-black);
  }
  .homeLibrary .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-secondary);
  }
  .homeLibrary .--bottom .btn_view_all {
    margin: 24px auto 0;
  }
  .homeLibrary .--bottom img {
    width: 160px;
  }
  .homeLibrary .--bottom .name {
    font-size: 14px;
  }
}

.homeFestival {
  padding: 100px 0;
  background: var(--color-light);
  position: relative;
}
.homeFestival .flower {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27%;
  height: auto;
  z-index: 1;
}
.homeFestival .container {
  position: relative;
  z-index: 4;
}
.homeFestival .img_cloud_2 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 16%;
  height: auto;
  z-index: 1;
}
.homeFestival .img_cloud_1 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 16%;
  height: auto;
  z-index: 1;
}
.homeFestival .img_cloud_3 {
  position: absolute;
  top: 250px;
  right: 6%;
  width: 19%;
  height: auto;
  z-index: 1;
}
.homeFestival .img_cloud_4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
  height: auto;
  z-index: 1;
}
.homeFestival .img_latern {
  position: absolute;
  top: 100px;
  right: -42px;
  width: 10%;
  height: auto;
  filter: drop-shadow(-30px -6px 34px rgba(0, 0, 0, 0.3));
}
.homeFestival .img_latern_festival {
  position: absolute;
  top: -100px;
  left: 0;
  width: 14%;
  height: auto;
  filter: drop-shadow(30px -6px 34px rgba(0, 0, 0, 0.15));
  z-index: 2;
}
.homeFestival .img_flower {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 18%;
  height: auto;
}
.homeFestival .--top {
  margin-bottom: 52px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.homeFestival .segTitle {
  margin-bottom: 32px;
}
.homeFestival article {
  line-height: 1.71;
  width: 30%;
}
.homeFestival .nav-tabs {
  gap: 8px;
  display: flex;
  border-bottom: none;
  flex-flow: row;
  margin-bottom: 52px;
  justify-content: center;
}
.homeFestival .nav-tabs .nav-link {
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--color-light);
  border-radius: 50px;
  height: 44px;
  justify-content: center;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 500;
}
.homeFestival .nav-tabs .nav-link:hover {
  background: var(--color-secondary);
  color: var(--color-white);
  border-color: transparent;
}
.homeFestival .nav-tabs .nav-link.active {
  border-color: transparent;
  background: var(--color-secondary);
  color: var(--color-white);
}
.homeFestival .list_festival .item_festival {
  position: relative;
  margin: 0 22px;
}
.homeFestival .list_festival .item_festival .--img {
  border-radius: 16px;
  aspect-ratio: 393/515;
}
.homeFestival .list_festival .item_festival .--img img {
  border-radius: 16px;
}
.homeFestival .list_festival .item_festival .content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(44px);
          backdrop-filter: blur(44px);
  padding: 16px;
}
.homeFestival .list_festival .item_festival .content .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 10px;
}
.homeFestival .list_festival .item_festival .content .desc {
  font-size: 13px;
  color: var(--color-white);
  line-height: 1.53;
}
.homeFestival .btn_primary {
  margin: 52px auto 0;
  background: var(--color-light);
}
@media (max-width: 1439px) {
  .homeFestival .list_festival .item_festival {
    margin: 0 18px;
  }
  .homeFestival .list_festival .item_festival .content {
    padding: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
  .homeFestival .list_festival .item_festival .content .title {
    font-size: 16px;
  }
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeFestival {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .homeFestival {
    padding: 40px 0;
  }
  .homeFestival .--top {
    flex-flow: column;
    align-items: center;
    margin-bottom: 24px;
  }
  .homeFestival .segTitle {
    margin: 0 auto 24px;
  }
  .homeFestival article {
    width: 100%;
    text-align: justify;
  }
  .homeFestival .list_festival .item_festival {
    width: 80vw;
  }
  .homeFestival .list_festival .item_festival .content .title {
    font-size: 15px;
  }
  .homeFestival .nav-tabs {
    justify-content: center;
    flex-flow: row;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  .homeFestival .nav-tabs .nav-link {
    width: -moz-max-content;
    width: max-content;
    border-radius: unset;
    background: transparent;
    color: var(--color-black);
    border: none;
    position: relative;
  }
  .homeFestival .nav-tabs .nav-link.active {
    background: transparent;
    color: var(--color-black);
  }
  .homeFestival .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-secondary);
  }
  .homeFestival .btn_primary {
    margin: 24px auto 0;
  }
}

footer {
  padding-top: 270px !important;
}
@media (max-width: 1050px) and (min-width: 768px) {
  footer {
    padding-top: 310px !important;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 180px !important;
  }
}

.list_news {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.list_news .item_news {
  padding: 12px;
  border-radius: 20px;
  background: var(--color-white);
  display: flex;
  gap: 20px;
}
.list_news .item_news .--img {
  width: 200px;
  height: 144px;
  flex: 0 0 auto;
  border-radius: 10px;
}
.list_news .item_news .--img img {
  border-radius: 10px;
}
.list_news .item_news .txt {
  flex: 1;
}
.list_news .item_news .txt .date {
  font-size: 13px;
  color: var(--color-black);
  margin-bottom: 4px;
  opacity: 0.6;
  line-height: 24px;
}
.list_news .item_news .txt .date span {
  font-weight: 700;
}
.list_news .item_news .txt .title {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 12px;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
}
.list_news .item_news .txt .title:hover {
  color: var(--color-secondary);
}
.list_news .item_news .txt .desc {
  font-size: 13px;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  color: var(--color-black);
}
@media (max-width: 1439px) {
  .list_news .item_news {
    gap: 16px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .list_news .item_news .--img {
    width: 150px;
    height: auto;
  }
  .list_news .item_news .txt .title {
    font-size: 15px;
  }
}/*# sourceMappingURL=home.css.map */