:root {
  --color-normal: #d6b194;
  --color-normal-light: #e8d2b4;
  --color-normal-light-2: #c0a886;
  --color-normal-dark: #76563d;
  --color-normal-brown: #c49776;
  --color-normal-brown-dark: #b07d54;
  --color-highlight: #467084;
  --color-highlight-dark: #093447;
  /* Màu nhấn (Highlight) - Giữ tone nhưng tăng độ sáng để dễ nhận diện */
  --color-highlight: #3a5a54;
  --color-highlight-dark: #12201d;
  --color-normal-highlight: #fef4e7;
  --color-orange: #ffa336;
  --color-white: #fff;
  --color-red: #ff1b25;
  --color-violet: #c9007f;
  --color-pink: #ffc8bb;
  --color-green: #779d56;
  --color-green-light: #ccdec7;
  --color-normal-zero: rgba(214, 177, 148, 0);
  --color-normal-alpha-05: rgba(214, 177, 148, 0.5);
  --color-normal-alpha-08: rgba(214, 177, 148, 0.8);
  --color-normal-alpha-98: rgba(214, 177, 148, 0.98);
  --color-normal-dark-6: rgba(118, 86, 61, 0.6);
  --color-highlight-08: rgba(70, 112, 132, 0.8);
  --color-white-zero: rgba(255, 255, 255, 0);
  --color-white-alpha-01: rgba(255, 255, 255, 0.1);
  --color-white-alpha-02: rgba(255, 255, 255, 0.2);
  --color-white-alpha-03: rgba(255, 255, 255, 0.3);
  --color-white-alpha-04: rgba(255, 255, 255, 0.4);
  --color-white-alpha-05: rgba(255, 255, 255, 0.5);
  --color-white-alpha-06: rgba(255, 255, 255, 0.6);
  --color-white-alpha-08: rgba(255, 255, 255, 0.8);
  --color-black-zero: rgba(0, 0, 0, 0);
  --color-black-alpha-01: rgba(0, 0, 0, 0.1);
  --color-black-alpha-02: rgba(0, 0, 0, 0.2);
  --color-black-alpha-03: rgba(0, 0, 0, 0.3);
  --color-black-alpha-04: rgba(0, 0, 0, 0.4);
  --color-black-alpha-05: rgba(0, 0, 0, 0.5);
  --color-black: #333;
  --color-grey: #555;
  --color-grey-light: #aaa;
  --color-light: #846751;
  --color-white-grey: #efefef;
  --color-bg: #bbd0b6;
  --color-bg-grey: #959595;
  --color-bg-black: #000;
  --color-bg-red: #d02127;
  --bg-gradient-menu: linear-gradient(
    90deg,
    var(--color-normal-light) 0%,
    var(--color-normal) 100%
  );
  --bg-gradient-menu2: linear-gradient(
    135deg,
    var(--color-normal-light) 0%,
    var(--color-normal-brown) 80%
  );
  --bg-gradient: linear-gradient(
    135deg,
    var(--color-normal-zero) 0%,
    var(--color-normal-alpha-05) 70%,
    var(--color-normal) 100%
  );
  --bg-gradient-dark: linear-gradient(
    135deg,
    var(--color-normal) 0%,
    var(--color-highlight) 80%
  );
  --bg-gradient-dark2: linear-gradient(
    135deg,
    var(--color-normal-brown) 0%,
    var(--color-normal-dark) 80%
  );
  --icon-gradient-white: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 1) 100%
  );
/* Vòng tròn 1: Hiệu ứng ánh sáng tâm điểm (Glow) */
  /* Đi từ tông xanh rêu nhạt -> màu chủ đạo -> màu nền tối nhất */
  --color-bg-circle-1: radial-gradient(circle, #cfaa8e 0%, #d5b096 50%, #9b6e4d 100%);

  /* Vòng tròn 2: Hiệu ứng chiều sâu (Deep Shadow) */
  /* Tạo một lớp phủ mờ hơn, chuyển từ tông trung tính sang đen sâu */
  --color-bg-circle-3: radial-gradient(
    circle,
    var(--color-highlight-dark) 0%,
    var(--color-black-zero) 70%
  );
  --color-bg-circle-4: radial-gradient(
    circle,
    var(--color-normal-light) 0%,
    var(--color-normal-brown) 70%
  );
  --color-bg-gradient: linear-gradient(
    90deg,
    var(--color-highlight) 0%,
    var(--color-normal) 100%
  );
  --color-bg-gradient-2: linear-gradient(
    0deg,
    var(--color-highlight) 0%,
    var(--color-normal) 100%
  );
  --color-bg-gradient-3: linear-gradient(
    0deg,
    var(--color-normal-brown) 0%,
    var(--color-black-zero) 100%
  );
  --color-bg-gradient-4: linear-gradient(
    0deg,
    var(--color-highlight) 0%,
    var(--color-normal-brown) 100%
  );
  --color-text-gradient: linear-gradient(
    0deg,
    var(--color-normal) 0%,
    var(--color-highlight) 100%
  );
  --bg-gradient-footer: linear-gradient(
    0deg,
    var(--color-normal-alpha-08) 0%,
    var(--color-normal-brown) 80%
  );
  --titleFontBig: 4.5vw;
  --titleFont: 2.5vw;
  --titleFontSmall: 1.5vw;
}
.opacity-0 {
  opacity: 0;
}

.nav-click-cus {
  position: fixed;
  top: 0.5rem;
  left: 2rem;
  display: flex;
  width: 85px;
  height: 85px;
  z-index: 999;
}

.nav-click-cus.active .close-nav::after {
  opacity: 1;
}

.close-nav:hover svg {
  transform: scale(0.8) rotate(90deg);
}

.active-nav-cus {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  height: auto;
  z-index: 10;
  position: relative;
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
  box-sizing: border-box;
  transition: 0.3s;
  color: currentColor;
}

.nav-click-cus.active .active-nav-cus {
  opacity: 0;
}

.nav-click-cus.active .active-nav-cus,
.nav-click-cus.active .close-nav-cus {
  position: absolute;
  align-items: center;
}

.close-nav-cus {
  transition: 0.3s all ease-in-out;
  display: flex;
  justify-content: center;
  opacity: 0;
  height: auto;
  z-index: 10;
  cursor: pointer;
  position: absolute;
}

.nav-click-cus.active .close-nav-cus {
  animation-name: goLeft;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  pointer-events: auto;
}

.nav-click-cus.active .active-nav {
  pointer-events: none;
  filter: none;
  translate: none;
  rotate: none;
  scale: none;
  transform: scale(0, 0);
}

.nav-click-cus.active .close-nav {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  pointer-events: auto;
}

.active-nav-cus svg {
  width: 44px;
  height: 30px;
  position: relative;
  display: block;
  color: currentColor;
}

.active-nav-cus span {
  margin: 0 0 0 10px;
}

.nav-click-cus span {
  position: relative;
  display: block;
  color: currentColor;
  font-size: 12px;
  font-weight: 700;
  writing-mode: inherit;
}

.close-nav-cus svg {
  width: 20px;
  height: 20px;
}

.close-nav-cus span {
  margin: 0 10px 0 0;
}

.overlay-menu .bg-img {
  top: 0;
  opacity: 0;
}

.coral,
.overlay-menu .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.overlay-menu.show .bg-img,
.overlay-menu.show .c-01,
.overlay-menu.show .c-02 {
  animation-name: goRight;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.overlay-menu {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  user-select: none;
  transition: clip-path 0.8s ease-in-out;
  clip-path: circle(0 at 0 0);
  background-color: var(--color-normal);
  z-index: 110;
}

.overlay-menu.show {
  clip-path: circle(150% at 0 0);
  pointer-events: auto;
}

.overlay-menu.show::after {
  clip-path: circle(200% at 0 0);
  pointer-events: auto;
}

.overlay-menu::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--bg-gradient-menu);
  transition: clip-path 1s cubic-bezier(0.83, 0.31, 0.2, 0.9);
  clip-path: circle(0 at 0 0);
  pointer-events: none;
}

.navigation {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  pointer-events: none;
  transform: translateY(300%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 115;
}

.navigation.show {
  transform: none;
  pointer-events: auto;
}

.nav-click-cus svg {
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  z-index: 1;
  position: absolute;
}

.active-nav::after,
.close-nav::before,
.nav-click-cus svg,
.opt {
  transition: all 0.3s ease-in-out;
}

.active-nav {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
  z-index: 10;
  display: block;
  color: #416e8b;
}

.active-nav::before, .close-nav::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-radius: 40% 50% 80% 50% / 30% 60% 50% 80%;
    background: #fef2dc;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    box-shadow: 0 20px 15px 0 rgb(0 0 0 / 10%);
}
.active-nav::after {
  content: "";
  top: 0;
}

.active-nav,
.active-nav::after,
.close-nav {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.active-nav::after,
.close-nav::after {
  background: url(../images/svg/icon-circle2.svg) no-repeat center center /
    contain;
    filter: invert(71%) sepia(35%) saturate(831%) hue-rotate(164deg) brightness(93%) contrast(89%);
}

.active-nav:hover .opt:nth-child(1) {
  transform: translateX(-12px);
}

.active-nav:hover .opt:nth-child(2) {
  transform: scaleX(0.5) translateX(34px);
}

.close-nav {
  top: -0.2rem;
  display: block;
  color: var(--color-white);
  cursor: pointer;
  opacity: 0;
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.nav-click-cus:hover .active-nav::after,
.nav-click-cus:hover .close-nav::after {
  transform: rotate(-15deg);
}

.nav-click-cus:hover .active-nav::before,
.nav-click-cus:hover .close-nav::after,
.nav-click-cus:hover .close-nav::before {
  opacity: 1;
}

.close-nav::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.btn-lienhe {
  position: fixed;
  top: 0.5rem;
  right: 2rem;
  z-index: 501;
  height: 72px;
  animation-name: slideFromRight;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 0;
}

.btn-lienhe.change-location {
  top: unset;
  bottom: 3rem;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-lienhe svg {
  overflow: visible;
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 7px;
  transition: all 0.3s ease-in-out;
}

.btn-lienhe .btn-lienhe--hover:hover .effect svg {
  filter: drop-shadow(1px 2px 2px var(--color-black-alpha-01));
  transform: rotate(-25deg);
}

.btn-lienhe .btn-lienhe--hover:hover span {
  color:#b18b52;
}

.btn-lienhe path {
  color: #fff;
}

.effect {
  width: 52px;
  height: 52px;
  pointer-events: none;
  margin: 0 5px 0 0;
}

.effect::after {
    content: "";
    right: 0;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../images/svg/icon-circle.svg) no-repeat center center / contain;
    filter: invert(71%) sepia(35%) saturate(831%) hue-rotate(164deg) brightness(93%) contrast(89%);
}
.btn-lienhe span {
  font-size: 17px;
  text-transform: uppercase;
  transition: all .3s;
  font-weight: 700;
  white-space: nowrap;
  color: #416e8b;

}
.box_solang a img {
    filter: invert(71%) sepia(35%) saturate(831%) hue-rotate(164deg) brightness(93%) contrast(89%);
}
.btn-lienhe .btn-lienhe--hover {
  cursor: pointer;
}

#section1 {
  height: 100vh;
  width: 100%;
  /* background: var(--color-bg-circle-1); */
background: radial-gradient(circle, #faeede 0%, #e8d1b3 50%, #c9a07f 100%);}

.main-menu {
  position: absolute;
  width: auto;
  height: auto;
  right: 10vw;
  top: 8vw;
  opacity: 0;
}

.navigation.show .main-menu {
  animation-name: goLeft;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.navigation .main-menu {
  animation-name: goRightOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hinhanh-section1--page {
    position: relative;
}
.hinhanh-contain {
    z-index: 1;
}

.video-section2--page {
    position: relative;
}




.video-item .video-info h3{
  transition: all .3s;
}
.video-item.position-relative p {
  border-radius: 9px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
}
.main-menu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.main-menu ul li a h3 {
  text-transform: uppercase;
  text-align: left;
  font-family: RItalic;
  font-size: 28px;
  line-height: 2.5;
  margin-bottom: 0;
}

.main-menu ul li:hover > a,
.main-menu ul li a.active {
  color: #467084;
}

.main-menu ul li:hover svg path,
.main-menu ul li a.active + svg path {
  stroke: #467084;
}

.h3-cube {
  perspective: 800px;
  display: inline-block;
}

/* khá»‘i xoay */
.h3-inner {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

/* máº·t chung */
.h3-face {
  margin: 0;
  backface-visibility: hidden;
  display: block;
}

/* máº·t trÆ°á»›c */
.h3-front {
  transform: translateZ(20px);
}

/* máº·t dÆ°á»›i */
.h3-bottom {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(90deg) translateZ(20px);
}
.menuratrangtrong2 {
  opacity: 0 !important;
}
/* hover vÃ o cáº£ block */
.main-menu ul li a:hover .h3-inner {
  transform: rotateX(-90deg);
}

.logo-menu--contain {
  position: absolute;
  width: 24vw;
  height: 28vw;
  top: calc(60% - 14vw);
  left: 15vw;
  pointer-events: none;
  z-index: 5;
}

.logo-menu.show-logo {
  animation: scaleBig;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

/* .bgcanvas {
  opacity: 0.3;
  width: 120vw;
  height: calc(1125 / 2000 * 120vw);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 0);
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
  position: absolute;
  pointer-events: none;
} */

.bgcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 120;
  display: block;
}

.main-menu ul li svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.main-menu ul li {
  position: relative;
  padding-right: 25px;
}

.form-contain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-normal);
  z-index: 500;
  overflow: hidden;
  pointer-events: none;

  /* má»Ÿ tá»« gÃ³c pháº£i trÃªn */
  clip-path: circle(0 at 100% 0);
  transition: clip-path 0.8s cubic-bezier(0.83, 0.31, 0.2, 0.9);
}

/* khi má»Ÿ */
.form-contain.show {
  clip-path: circle(150% at 100% 0);
  pointer-events: auto;
}

.form-contain--background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/svg/bg.svg) no-repeat left top / cover;
  width: 47vw;
  max-width: 50rem;
  height: 100%;
  opacity: 0;
}

.form-contain.show .form-contain--background {
  animation: fadeIn;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.newsletter-contain--outside {
  width: 28vw;
  max-width: 28rem;
  margin: 0;
  z-index: 90;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
}
.newsletter-input {
  margin-bottom: 5px;
}
.newsletter-input input {
  font-family: 'Montserrat';
  height: 46px !important;
  margin-bottom: 10px !important;
  font-style: italic;
}
textarea#content-newsletter {
  font-family: 'Montserrat';
  height: 110px !important;
  margin-bottom: 10px !important;
  font-style: italic;
}
.newsletter-contain {
  /* width: 28vw;
  max-width: 28rem;
  margin: 0;
  z-index: 90;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw; */
}

.newsletter-contain h2 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 21px;
  font-family: 'Newsreader';
  font-optical-sizing: auto;
  font-weight: 300;
}

.form-contain.show .newsletter-contain {
  animation: newsletterFadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

/* Newsletter title animation */
.form-contain.show .newsletter-contain h2 {
  animation: newsletterTitleFade 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  opacity: 0;
  transform: translateY(-20px);
}

/* Form inputs staggered animation */
.form-contain.show .newsletter-input {
  animation: newsletterInputFade 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
  transform: translateY(15px) scale(0.95);
}

.form-contain.show .newsletter-input:nth-child(1) { animation-delay: 0.4s; }
.form-contain.show .newsletter-input:nth-child(2) { animation-delay: 0.5s; }
.form-contain.show .newsletter-input:nth-child(3) { animation-delay: 0.6s; }
.form-contain.show .newsletter-input:nth-child(4) { animation-delay: 0.7s; }

/* Button animation */
.form-contain.show .newsletter-button {
  animation: newsletterButtonFade 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
  opacity: 0;
  transform: translateY(10px) scale(0.9);
}

/* Keyframes */
@keyframes newsletterFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes newsletterTitleFade {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes newsletterInputFade {
  0% {
    opacity: 0;
    transform: translateY(15px) scale(0.95);
  }
  60% {
    opacity: 1;
    transform: translateY(-3px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes newsletterButtonFade {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  70% {
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Input focus glow effect */

@keyframes asdasd1 {
  0%, 90% {
    transform: translateY(0px);
  }
  45% {
    transform: translateY(25px);
  }
}
.logo_trantrong {
  animation: asdasd1 7s infinite;
}
/* Button hover modern effect */
.newsletter-button input[type="button"] {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.newsletter-button input[type="button"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(231, 238, 139, 0.35);
}

.newsletter-button input[type="button"]:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 173, 87, 0.25);
}

.view-more:hover {
  background: #a5744c;
  letter-spacing: 3px;
  box-shadow: 0 3px 8px #936a48;
}

.view-more:hover:before,
.view-more:hover:after {
  /* border-color: #093447; */
  display: none;
}

.view-more {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
  border: 1px solid #91694c !important;
  background: #91694c;
  box-shadow: 0 4px 8px #967358;
  border-radius: 50px;
}

.text-view-more {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--color-white);
}

.text-view-more {
  font-size: 17px;
  transition: all .4s;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 1px 1px var(--color-black-alpha-02);
  position: relative;
  font-family: 'RItalic';
}

.icon-button {
  width: 2rem;
  height: 2rem;
  margin-left: 0.3rem;
}

/* .view-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  border: 1px solid var(--color-white);
  border-radius: 2rem 0 0 2rem;
  border-right: none;
} */

/* .view-more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 70%;
  height: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    to left,
    var(--color-white-zero),
    var(--color-white)
  );
} */

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff !important;
  opacity: 0.6 !important;
}

#fp-nav ul li .fp-tooltip {
  opacity: 0.6 !important;
  width: auto !important;
  font-size: 14px ;
  font-weight: 700 !important;
  font-family: Montserrat, sans-serif !important;
  top: 3px ;
  left: 33px !important;
  text-shadow: 0 1px 1px black;
  text-transform: uppercase;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  background: url(../images/menu-icon-click.svg) no-repeat center center/contain !important;
  opacity: 1 !important;
  /* position: relative !important; */
}

#fp-nav ul li:first-child {
  display: block;
}

#fp-nav ul li {
  margin: 0 0 28px;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  opacity: 1 !important;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  transform: scale(1.8);
  background: url(../images/menu-icon-click2.svg) no-repeat center
    center/contain !important;
}
.photo_gif {
    border-radius: 10px;
}
.logo-absolute {
  position: fixed;
  top: 0rem;
  pointer-events: none;
  right: 1.8rem;
  height: 20vh;
  z-index: 20;
  opacity: 0;
  transform: scale(0.8) translateY(-20px);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.logo-absolute.show {
  opacity: 1;
  transform: scale(1) translateY(0);
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  /* 始终显示元素，使用 opacity 和 transform 控制可见性 */
  display: block !important;
}

#fp-nav.fp-show-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.phanphoi-container {
    overflow: hidden;
    width: 100%;
    padding: 25px 0;
    display: flex;
}
.footer-contain--phanphoi {
    width: 70%;
    margin: auto;
}
.phanphoi-wrapper {
    display: flex;
    width: max-content;
    animation: marquee 10s linear infinite;
}

.phanphoi-item {
    flex-shrink: 0;
    padding: 0 20px; 
}

.phanphoi-item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tienich-section5---background .view-more {
  border: 1px solid #b58663 !important;
  background: #c49776;
  box-shadow: 0 4px 8px #c49776;
}
.phanphoi-container:hover .phanphoi-wrapper {
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Chạy lùi về phía bên trái 50% chiều dài (phần nhân đôi sẽ nối vào) */
        transform: translateX(-50%);
    }
}
#fp-nav.fp-show-active ul li {
  animation: slideInNav 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
  transform: translateX(-20px);
}

#fp-nav.fp-show-active ul li:nth-child(1) { animation-delay: 0.1s; display: none;}
#fp-nav.fp-show-active ul li:nth-child(2) { animation-delay: 0.15s; }
#fp-nav.fp-show-active ul li:nth-child(3) { animation-delay: 0.2s; }
#fp-nav.fp-show-active ul li:nth-child(4) { animation-delay: 0.25s; }
#fp-nav.fp-show-active ul li:nth-child(5) { animation-delay: 0.3s; }
#fp-nav.fp-show-active ul li:nth-child(6) { animation-delay: 0.35s; }
#fp-nav.fp-show-active ul li:nth-child(7) { animation-delay: 0.4s; }

@keyframes slideInNav {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#fp-nav:not(.fp-show-active) {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}

#fp-nav > ul {
  position: relative;
}

#fp-nav > ul::after,
#fp-nav > ul::before {
  content: "";
  width: 0.1rem;
  height: 5rem;
  position: absolute;
  left: 12px;
}

#fp-nav > ul::after {
  background: url(../images/line-bottom.svg) no-repeat center center / contain;
}
#fp-nav > ul::after {
  bottom: -6rem;
}

#fp-nav > ul::before {
  background: url(../images/line-top.svg) no-repeat center center / contain;
}
#fp-nav > ul::before {
  top: -5rem;
}

.scroll-down {
  width: 25px;
  height: 25px;
  position: fixed;
  z-index: 99;
  left: 2rem;
  bottom: 8vh;
  animation: upDownSmooth 1.5s infinite;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}

.scroll-down.show {
  pointer-events: all;
  opacity: 1;
}

.scroll-down:hover {
  animation-play-state: paused;
}

.scroll-down svg path.arrow-down {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.scroll-down svg path.arrow-up {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Khi ở footer index - hiện mũi tên lên, ẩn mũi tên xuống */
.scroll-down.footer-index svg path.arrow-down {
  opacity: 0;
}

.scroll-down.footer-index svg path.arrow-up {
  opacity: 1;
  animation: reverseUpDownSmooth 1.5s infinite;
}

@keyframes reverseUpDownSmooth {
  0% {
    transform: translateY(0) scaleY(-1);
  }
  50% {
    transform: translateY(-15px) scaleY(-1);
  }
  100% {
    transform: translateY(0) scaleY(-1);
  }
}

.scroll-down svg {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes upDownSmooth {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.btn-google-translate {
  position: fixed;
  top: 25px;
  left: 115px;
  z-index: 999;
}

.lang-btn {
  position: relative;
}
.box_solang {
  margin-left: 28px;
  position: relative;
  top: -5px;
}
.box_solang:hover img {
  transform: rotate(357deg);
}
.box_solang img {
 transition: all 1s;
}
.lang-btn span {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  transition: all .3s;
  color: #416e8b;
  position: absolute;
  top: 3px;
  right: -5px;
}

.lang-btn:hover span {
  color: #b18b52;
}

.btn-google-translate {
  animation: goDown;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

@keyframes goDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.nav-click-cus {
  /* Tên animation nên đặt theo hành động: slideInRight (trượt vào từ bên phải) */
  animation-name: slideFromLeft;
  animation-duration: 1s;
  animation-delay: 2s;
  /* Giữ nguyên trạng thái cuối cùng (opacity 1) sau khi chạy xong */
  animation-fill-mode: forwards;
  /* Nên thêm để animation mượt hơn */
  animation-timing-function: ease-out; 
  /* Ban đầu ẩn đi để tránh bị giật khi chưa chạy animation */
  opacity: 0;
}@keyframes slideFromRight {
  0% {
    opacity: 0;
    /* Đẩy phần tử ra khỏi màn hình về bên phải (100%) */
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    /* Đưa về vị trí gốc */
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideFromLeft {
  0% {
    opacity: 0;
    /* Đẩy phần tử ra khỏi màn hình về bên trái */
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    /* Đưa về vị trí gốc */
    transform: translate3d(0, 0, 0);
  }
}

.slogan-section1 .wave-animation {
  opacity: 0;
  animation: fadeIn 2s 3s forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.wheel.center-align {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.3s ease;
  animation: fadeInUp 0.8s 2.5s forwards;
  z-index: 999;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.wheel.center-align:hover {
  transform: translateX(-50%) translateY(5px);
}

.wheel.center-align span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #78929d;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); */
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
}

.wheel.center-align svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  /* filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); */
  animation: bounce 2s infinite;
}

.wheel.center-align:hover svg {
  animation-play-state: paused;
  transform: scale(1.1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}/*div#fp-nav ul li:nth-child(1) {
  display: none;
}*/

.center-align::after {
  content: '';
  font-size: .6rem;
  left: 50%;
  transform: translateX(-50%);
}

/* 👉 WATER EFFECT - 水波纹效果样式 */
.water {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.water.show {
  opacity: 1;
}

/* Section 2 水波纹容器 */
#section2 .gioithieu-section2--outisde {
  position: relative;
  overflow: hidden;
}
span.scroll-down.show span {
    color: #fff;
    font-family: 'RBold';
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
    position: absolute;
    transform: rotate(-90deg);
    left: 0;
    right: 0;
    top: -37px;
    text-shadow:0 2px 2px #000000;
}
.newsHot1-time span:last-child {
  font-size: 11px;
  font-family: Montserrat, sans-serif;
  display: block;
}



span.newsHot-img1:hover img {
  box-shadow: 0 5px 8px #1f3c47;
}
span.newsHot-img1 img {
  transition: all .4s;
}
.newsHot1-time {
  display: inline-block;
  text-align: center;
}
.tienich-img1 {
  position: relative;
  z-index: 2;
}
.tienich-img2 {
    z-index: 2;
}.hinhanh-section1--page::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.video-section2--page::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
/* 👉 SECTION OVERLAY - Hiệu ứng đen mờ khi scroll tới section */
/* .page-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.8s ease-in-out;
}

.page-loading-overlay.active {
    opacity: 1;
} */

@media (max-width: 1440px) {
.row.rti {
    padding: 15% 0 0;
}
.scroll-down {
  z-index: 99;
  left: 1.2rem;
  bottom: 13vh;
  animation: upDownSmooth 1.5s infinite;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}}

.menuratrangtrong ul li .fp-tooltip {
  font-size: 14px !important;
  top: 5px !important;
}.logo_CDT.mb-3 {
  display: inline-block;
  border-radius: 10px;
  transform: scale(.6);
  position: relative;
  margin-bottom: -26px !important;
  left: -66px;
}