#fullpage .section {
  height: 100vh;
  min-height: 100vh;
}


.vitri-section2---page {
    background: url(../images/vitri.jpg) no-repeat;
    background-size: 100% 100%;
}

#fp-nav ul li:first-child {
  display: block !important;
}
.vitri-section1--page.position-relative {
  height: 100vh;
  width: 100%;
}
.gioithieu-section2--page {
  height: 100vh;
  width: 100%;
}
.vitri-section1--contain {
  position: relative;
  width: 73%;
  max-width: 39rem;
  padding: 7rem 7rem 0 4rem;
  text-align: center;
  z-index: 9999;
}
.vitri-page--title {
  font-size: 58px;
  margin-bottom: 0px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 0;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
  font-family: 'PlayfairDisplay-SemiBold';
  text-transform: uppercase;
  display: inline-block;
  line-height: 83px;
  opacity: 0;
  color: #406172;
}

.fp-completely.section .vitri-page--title {
  animation: fadeInUp;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.fp-completely.section .content-page {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  font-size: 18px;
  font-family: 'Montserrat';
  line-height: 32px;
}

.vitri--bottom {
  position: absolute;
  width: 50vw;
  left: 25vw;
  bottom: 0;
  display: block;
  text-align: center;
}

.line-region {
  fill: none;
  stroke-miterlimit: 120;
  stroke: var(--color-white-alpha-06);
  stroke-width: 2;
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
  animation: StrokeLine 3s infinite linear;
}

@keyframes floatingArrow {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 100;
  }
}

.lienketvung-contain {
  position: absolute;
  width: calc(2000 / 1125 * 100vh);
  max-width: 50vw;
  height: 100vh;
  top: -10vh;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  /* overflow: hidden; */
}span.d-block.imgLienKetVung img {
  border-radius: 10px;
}

.imgLienKetVung {
  max-width: 260px;
  position: absolute;
  right: 69px;
  top: 60%;
  transform: translateY(-50%);
  z-index: 2;
}

.box-lienketvung {
  position: absolute;
  bottom: 0;
  left: 0;
}

.minute {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 85PX;
  height: 85PX;
  text-align: center;
  order: 2;
  content: var(--color-white);
  text-shadow: 0 1px 1px var(--color-black-alpha-02);
  position: relative;
}

.minute span {
  z-index: 1;
  font-size: 12px;
  line-height: 1;
}

.minute strong {
  font-size: 36px;
  margin-bottom: 4px;
}

.minute span strong {
  display: block;
}
.text-region {
  width: auto;
  height: auto;
  text-align: right;
  background: rgb(167 118 80 / 80%);
  border-radius: 15px;
  padding: 10px 20px 9px 15px;
  margin-right: -16px;
  order: 1;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  max-width: 183px;
  line-height: 25px;
}

.text-region strong {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'RBold';
}
.minute::before {
  background: url(../images/cricle-bg.svg) no-repeat center center / contain;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.dot-region {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
}

.dot-region:nth-child(1) {
  top: 43%;
  right: 39%;
}

.dot-region:nth-child(2) {
  bottom: 34%;
  right: 50%;
}

.dot-region:nth-child(3) {
  top: 79%;
  right: 53%;
}

.dot-region:nth-child(4) {
  top: 30%;
  right: 68%;
}
.dot-region .minute::before {
  transition: all .3s;
}
.dot-region:hover .minute::before {
  transform: rotate(-40deg);
}
.dot-region:nth-child(5) {
  bottom: 30px;
  left: 295px;
}
.dot-region:hover .text-region {
  background: #467084;
  cursor: pointer;
}
.dot-region .text-region {
 transition: all .3s;
}
.dot-region:nth-child(6) {
  top: 21%;
  left: 29%;
}

.dot-region:nth-child(7) {
  top: 49%;
  left: -50px;
}

.dot-region:nth-child(8) {
  bottom: 19%;
  left: -19px;
}

.line-region {
  fill: none;
  stroke: #ffffff; /* Giữ màu vàng đồng */
  stroke-width: 2; /* Độ dày nét (tăng lên nếu muốn nét to hơn) */

  /* === BÍ QUYẾT Ở ĐÂY === */
  /* Nét đứt: nét hiện dài 40, khoảng trống dài 20 */
  /* Tổng 1 chu kỳ là 60 đơn vị. */
  stroke-dasharray: 20, 20;

  /* Đặt điểm bắt đầu chạy rất xa để không bị mất */
  stroke-dashoffset: 6000;

  /* Gán chuyển động */
  animation: draw 60s linear infinite; /* Chạy chậm lại (30s) để thấy rõ nhiều nét */
}

/* Tạo hiệu ứng mờ tỏ nhẹ (giống ảnh mẫu) */
.pic-region {
  opacity: 0.9;
  animation: pulse 4s ease-in-out infinite;
}

@keyframes draw {
  from {
    stroke-dashoffset: 6000; /* Điểm bắt đầu */
  }
  to {
    stroke-dashoffset: 0; /* Chạy về 0 để tạo vòng lặp */
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}

.tracuu {
  position: absolute;
  top: 69%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

/* Section 3 - Triết lý & Không gian */
.vitri-section3--page {
    background: var(--color-bg-circle-1);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.khonggian-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.khonggian-page--title {
  font-size: 56px;
  margin-bottom: 0px;
  font-family: 'Montserrat';
  color: #fff;
  margin: 0 0 0;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
  font-family: 'PlayfairDisplay-SemiBold';.photo_gif
  img
  text-transform: uppercase;
  display: inline-block;
  line-height: 83px;
  opacity: 0;
  color: #304c5b;
  text-transform: uppercase;
}

.fp-completely.section .khonggian-page--title {
  animation: fadeInUp;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.khonggian-page--title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
    background: linear-gradient(90deg, transparent, #ffeb9d, transparent);
}

.vitri-section3--page .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
}

.vitri-section3--page .r_tt {
  margin: 0 -10px;
}

.vitri-section3--page .c_tt {
  padding: 10px;
}

.vitri-section3--page .tienich-img {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.vitri-section3--page .tienich-img:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.vitri-section3--page .tienich-img img {
  transition: transform 0.6s ease;
}

.vitri-section3--page .tienich-img:hover img {
  transform: scale(1.1);
}

.vitri-section3--page .tienich-overlay-content {
  background: linear-gradient(to top, rgb(169 127 97 / 50%) 0%, rgb(216 184 162 / 0%) 50%, #00000000 100%);
  padding: 60px 20px 25px;
}

.vitri-section3--page .tienich-overlay-content h3 {
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 43px;
}

.vitri-section3--page .wave-animation_vitri {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
  z-index: 1;
}

/* Responsive */
@media (max-width: 1024px) {
  .khonggian-page--title {
    font-size: 45px;
    letter-spacing: 5px;
  }

  .vitri-section3--page {
    padding: 60px 0;
  }

  .vitri-section3--page .c_tt {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .khonggian-page--title {
    font-size: 32px;
    letter-spacing: 3px;
  }

  .khonggian-title-wrapper {
    margin-bottom: 30px;
  }
}

.gioithieu-section2--page {
    background: url(../images/bg_home.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.div_map2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh !important;
}

.div_map2 img {
    height: 100vh;
}
.photo_gif2 {
    width: 100%;
}

.photo_gif2 {
    position: relative;
}


/* 
.div_map2:after {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(253 239 217) 85%);
    content: '';
    pointer-events: none;
    width: 100%;
    height: 32vh;
    bottom: 0;
    left: 0;
}

.div_map2:before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 38%, rgb(252 235 209) 93%);
    content: '';
    pointer-events: none;
    width: 32%;
    height: 100%;
    top: 0;
    right: 50px;
} */
 /* .photo_gif2:before {
    content: '';
    z-index: 1;
    position: absolute;
    content: '';
    pointer-events: none;
    width: 32%;
    height: 100%;
    top: 0;
    left: 0;
}

.photo_gif2:after {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgb(253 239 217) 95%);
    content: '';
    pointer-events: none;
    width: 100%;
    height: 17vh;
    top: 0;
    left: 0;
} */
 .vitri-section1--page:after {
    position: absolute;
    content: '';
    background: url(../images/nen_map.png) no-repeat;
    background-size:cover;
    height: 100%;
    width: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}