@charset "UTF-8";
:root {
  --primary-color: #C5AA85;

}
html,
body {
  overscroll-behavior: none; /* Chặn mọi hành vi mặc định khi kéo quá */
 
}

body {
  overflow: hidden;
  position: relative;
  
  line-height: 1.5;
  width: 100vw;
 
  font-weight:300;
  display: block;
 
  font-family: "MonaSans", sans-serif;
}
.bg-none::after {  content: ""!important;  background:none!important;  }
.form-heading{font-family: "avantgarde-demi", sans-serif;}

.background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1!important;
  pointer-events: none;
  background: #f3ede8 url(../img/home-bg-1.jpg);
    background-size: cover;
	background-position:center
}
.background .--logo {
  top: 12%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  animation: raiseUp-logo 3.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.background .--sun {
  top: 20%;
  position: absolute;
  right: 8%;
  width: -moz-max-content;
  width: max-content;
  animation: raiseUp-sun 2.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.background .--landscape {
  bottom: 30%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 90px;
}
.background .--landscape .--layer1 {
  position: absolute;
  bottom: -9%;
  z-index: 4;
  width: 100%;
  height: 20%;
}
.background .--landscape .--layer1 .--left {
  transform-origin: top left;
  animation: slideInLeft 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.background .--landscape .--layer1 .--right {
  right: 0;
  left: initial;
  transform-origin: top right;
  animation: slideInRight 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@media (max-width: 769px) {
  .background .--landscape .--layer1 {
    bottom: -6%;  }
  .background .--landscape .--layer1 .--left {
    left: -20%;  }
  .background .--landscape .--layer1 .--right {
    right: -60%;  }
	
	
	
}
.background .--landscape .--layer2 {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 80%;
  bottom: 0;
  transform-origin: top left;
  animation: slideInParallax 2.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 0.2s;
}
.background .--landscape .--layer3 {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 6%;
  height: 80%;
  transform-origin: top right;
  animation: slideInParallax 3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 0.4s;
}
.background .--landscape .--layer4 {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 4%;
  height: 80%;
  transform-origin: top right;
  animation: slideInParallax 3.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 0.6s;
}
.background .--landscape::after {
  content: "";
  width: 100%;
  height: 240px;
  background: linear-gradient(180deg, rgba(228, 62, 48, 0.05), #fff);
  display: block;
  position: absolute;
  top: 100%;
}
.background .--landscape svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 640px) {
  .background .--logo {
    top: 10%;
  }
  .background .--logo svg {
    width: 200px;
  }
  .background .--landscape {
    bottom: 28%;
  }
  .background .--sun {
    top: 20%;
    right: -10%;
  }
  .background .--sun svg {
    width: 120px;
  }
}

@keyframes doorEntrance {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}
@keyframes raiseUp-logo {
  from {
    transform: translateY(42vh);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes raiseUp-sun {
  0% {
    transform: translateY(32vh);
    opacity: 0;
  }
  25% {
    transform: translateY(32vh);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes maskPulse {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(0.5);
  }
}


#myVideo {    height: 100%;    width: 100%;}
  
}

/* ============================================================
   SLIDER NHÀ PHÂN PHỐI (GRID 3 HÀNG - DOT PAGINATION)
============================================================ */
.custom-slider-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

/* Ép danh sách chảy thành 3 hàng, tràn ngang ra các cột mới */
.custom-slider-wrapper .custom-slider-track {
    display: grid !important;
    grid-template-rows: repeat(2, 1fr) !important; /* Luôn giữ 3 hàng */
    grid-auto-flow: column !important; /* Ép phần tử chảy dọc xuống, hết 3 hàng thì sang cột mới */
    grid-auto-columns: calc(50% / 5) !important; /* PC: Hiển thị 5 cột 1 lúc (5x3 = 15 logo/trang) */
    gap: 30px 0 !important;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 20px;
	max-width: 50vw;
    
    /* Ẩn thanh cuộn xấu xí */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.custom-slider-wrapper .custom-slider-track::-webkit-scrollbar {
    display: none;
}

.custom-slider-wrapper .slider-item {
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

/* --- GIAO DIỆN NÚT CHẤM (DOTS) GIỐNG HÌNH THIẾT KẾ --- */
.slider-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}
.slider-pagination .dot {
    width: 12px;
    height: 12px;
    background-color: #e0e0e0; /* Chấm trắng/xám khi chưa chọn */
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slider-pagination .dot.active {
    background-color: #FF9800; /* Chấm màu cam/vàng khi được chọn */
    transform: scale(1.2);
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 769px) {
    .custom-slider-wrapper .custom-slider-track {
        grid-template-rows: repeat(3, 1fr) !important; 
        grid-auto-columns: calc(50% / 2) !important; /* Mobile: Hiển thị 3 cột 1 lúc (3x3 = 9 logo/trang) */
		gap: 5px !important;
		max-width: 100vw;
    }
}
/* Responsive Mobile */
@media (max-width: 769px) {
    .custom-slider-wrapper {
        padding: 0 5px;
    }
    .custom-slider-wrapper .slider-item {
        flex: 0 0 calc(50% - 15px) !important; /* Mobile hiển thị 2 thẻ / màn hình */
    }
    .custom-slider-wrapper .slider-nav {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}
/* ============================================================
   HIỆU ỨNG TRƯỢT BẢNG THÔNG TIN BẰNG PURE CSS (HOVER & CLICK)
============================================================ */

//* ============================================================
   HIỆU ỨNG TRƯỢT BẢNG THÔNG TIN BẰNG PURE CSS (HOVER & CLICK)
============================================================ */

/* 1. Reset lớp cha để bắt sự kiện chuột trên mọi thiết bị */
.distributorItem {
    cursor: pointer;
    outline: none; 
    -webkit-tap-highlight-color: transparent; /* Bỏ viền đen/xanh khi chạm trên điện thoại */
}
.distributorItem h5{
   color: #8B653F;
   font-family:"MonaSans";
   font-weight:bold;
	position:relative;
	z-index: 999 !important;

}

/* 2. Trạng thái mặc định của Bảng thông tin (Ẩn & tụt xuống) */
.distributorItem .ModalDistributor {
    position: relative !important; /* Dùng absolute để bảng bám theo item thay vì dính chặt vào màn hình */
    top: auto !important;
    bottom: 80% !important; /* Trượt lên phía trên của logo */
	min-height:100%;
   
  
    width: 480px !important;
    max-width: 90vw !important;
    background:rgba(244, 237, 228, 0.9) !important; 
    color: #8B653F !important; 
    padding: 30px 30px 100px 30px!important;
    
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1) !important;
    z-index: 99 !important;
    
    /* Thiết lập Animation */
    opacity: 0 !important;
    visibility: hidden !important; 
    pointer-events: none !important; /* Tránh block các click khác khi đang ẩn */
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

/* 3. HIỆU ỨNG HIỂN THỊ KHI: RÊ CHUỘT, CLICK, CHẠM MOBILE */
.distributorItem:hover .ModalDistributor,
.distributorItem:focus .ModalDistributor,
.distributorItem:focus-within .ModalDistributor,
.distributorItem:active .ModalDistributor {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(0, -20px) !important; /* Trượt mượt lên trên */
}

/* 4. Định dạng lại bảng bên trong cho đẹp mắt */
.ModalDistributor table {
    width: 100% !important;
    border-collapse: collapse !important;
}
.ModalDistributor table th,
.ModalDistributor table td {
    text-align: left !important;
    padding: 12px 0 !important;
    
    font-size: 14px !important;
    vertical-align: top !important;
}
.ModalDistributor table th {
    width: 120px !important;
    font-weight: 700 !important;
   
    padding-right: 15px !important;
    white-space: nowrap !important;
    color: #b57a41 !important;
}
.ModalDistributor table tr td:frist-child  {
    padding-left: 15px !important;
	 border-right: 2px solid #dcb48b !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
	margin-bottom:10px;
}
.ModalDistributor table tr:last-child th,
.ModalDistributor table tr:last-child td {
    border-bottom: none !important;
}

/* Ẩn nút X đóng (vì dùng hover/click ngoài tự tắt) */
.ModalDistributor .--close {
    display: none !important;
}





@media (max-width: 769px) {
  .ModalDistributor {
    width: calc(100% - 32px);
  }
  
  
  .ModalDistributor table th {
	  width: auto!important;
	  max-width: 100%;
   
     white-space:normal !important; 
   
}
  
}

.bgDark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.bgDark.active {
  opacity: 1;
  pointer-events: auto;
}

.activate {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  pointer-events: auto;
}

main {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10;
  opacity: 0;
  -webkit-clip-path: polygon(calc(50% - 48px) calc(64% - 136.5px), calc(50% + 34px) calc(64% - 136.5px), calc(50% + 34px) calc(64% + 135.5px), calc(50% - 48px) calc(64% + 135.5px));
          clip-path: polygon(calc(50% - 48px) calc(64% - 136.5px), calc(50% + 34px) calc(64% - 136.5px), calc(50% + 34px) calc(64% + 135.5px), calc(50% - 48px) calc(64% + 135.5px));
}
@keyframes fadeInChar {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
main .tagline {
  color: #FF6F40;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  position: absolute;
  z-index: 1000;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
}
main .tagline.active .char {
  transform: none;
  opacity: 1;
}
main .tagline .char {
  display: inline-block;
  transform: translate(-20px, 20px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 769px) {
	  main {
    overflow-y: auto;
    overflow-x: hidden;
  }
  main .tagline {
    top: 80px;
  }
  main .tagline.active {
    visibility: unset !important;
  }
  main .tagline .char {
    transform: none;
  }
}
main .section {
  height: 100vh;
  background-image: linear-gradient(180deg, #fbf1f0, #fff);
  position: relative;
  background-size: cover;
  background-position: center;
}
main .section .slide {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
main .section .--bg {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
main .section .--content h5 {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
main .section .--content p {
  margin-bottom: 0.75rem!important;
  
}
@media (max-width: 769px) {
	

	
  main {
    padding-top: 54px;
    top: unset;
    left: unset;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-clip-path: polygon(calc(50% - 48px) calc(56.1% - 136.5px), calc(50% + 34px) calc(56.1% - 136.5px), calc(50% + 34px) calc(56.15% + 136.5px), calc(50% - 48px) calc(56.15% + 136.5px));
            clip-path: polygon(calc(50% - 48px) calc(56.1% - 136.5px), calc(50% + 34px) calc(56.1% - 136.5px), calc(50% + 34px) calc(56.15% + 136.5px), calc(50% - 48px) calc(56.15% + 136.5px));
  }
  @supports (-webkit-touch-callout: none) {
    main {
      padding-bottom: 120px;
    }
  }
  @supports not (-webkit-touch-callout: none) {
    main {
      padding-bottom: 47px;
	  padding-top:0;
    }
  }
  main .section {
    height: auto;
	    min-height:20vh !important;
    display: flex;
    flex-flow: column;
    width: 100%;
  }
  main .section .slide {
    height: auto;
    width: 100%;
  }
  main .section .--bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  main .slide {
    min-height: 200px;
  }
}
h2.sectionTitle {
  font-family: "MonaSans";
font-weight: bold;  
}
#s3 .sectionTitle {
  font-size: 21px;
  text-transform: uppercase;
   font-family: "SVN-Radiant Slender"; 
  margin-bottom: 1rem;
  font-weight: normal;
 
  letter-spacing: 4px;
  opacity: 0;
  width: -moz-max-content;
  width: max-content;
}
.sectionTitle .char {
  display: inline-block;
  opacity: 0;
}
@media (max-width: 769px) {
  .sectionTitle .char {
    filter: blur(10px);
    opacity: 0;
    transform: translateY(50px);
  }
  #s3.section {
    background:#f3ede7;
  }
   
}

#s2 .fp-slidesNav {
  display: none;
}
#s2 .--slide-2 {
  background-color: var(--primary-color);
  position: relative;
  z-index: 2;
}
#s2 .--slide-2 .--content {
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  padding-bottom: 70px;
}
@media (max-width: 769px) {
  #s2 .--slide-1 {
    height: 480px;
    position: relative;
    background-repeat: no-repeat;
     background-position: top !important;
  }
  #s2 .--slide-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(39, 66, 55, 0) 53.19%, rgba(39, 66, 55, 0.5) 67.77%, #274237 100%);
    pointer-events: none;
  }
  #s2 .--slide-1 .--content article {
    opacity: 0;
  }
  #s2 .--slide-1 .--content article.hidden {
    opacity: 0 !important;
  }
  
 
  
  
  #s2 .--slide-2 .--content {
    bottom: 0;
    position: relative;
    left: unset;
    transform: none;
    padding: 18px 0;
  }
}

.investerListing {
  gap: 80px;
  margin-top: 32px;
  display: grid;
  /* Creates three columns: 100px, flexible remaining space, and 200px */
  grid-template-columns: 1fr 1fr;
}

.investerItem {
  width: 360px;
 
  display: flex;
  flex-flow: column;
  align-items: center;
}
.investerItem h5 {
font-weight: normal;
  margin-bottom:20px!important;
}
.investerItem .--img {
  max-width: 350px;
  display: flex;
 
}
.investerItem .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px) {
  #s2 .--slide-1::after,
  #s3 .--slide-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    
	 background:linear-gradient(180deg, rgba(39, 66, 55, 0.1) 60%, rgba(48, 29, 4, 0.3) 90%, #000000 100%)
  }
}
#s2 .--content,
#s3 .--content {
  position: absolute;
  z-index: 1;
  color: white;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  bottom: 5%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 769px) {
  #s2 .--content,
  #s3 .--content {
    bottom: 10px;
    transform: none;
    left: unset;
    padding: 0;
  }
}

#s3 .fp-slidesNav {
  bottom: 4%;
  display:block; /* Ẩn mặc định */
  width: 50%;
  background: #ffffff;
}
/*#s3 .fp-slidesNav ul {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  gap: 16px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 36px;
}
#s3 .fp-slidesNav li {
  width: 8px;
  height: 8px;
  margin: 0;
}
#s3 .fp-slidesNav li a {
  display: block;
  width: 100%;
  height: 100%;
}
#s3 .fp-slidesNav li a span {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  margin: 0;
  transform: none;
  position: relative;
  left: 0;
  top: 0;
}
#s3 .fp-slidesNav li a span:first-child {
  display: none;
}
#s3 .fp-slidesNav li a.active span {
  background: #FF6F40;
  transform: scale(1.5);
}
*/



/* 1. Định dạng vùng chứa (track) thành một đường thẳng */
#s3 .fp-slidesNav ul {
    display: flex !important;
    flex-direction: row !important; /* Ép nằm ngang */
    width: 100% !important; /* Độ dài của thanh line (Bạn có thể tăng/giảm tùy ý) */
    height: 3px !important; /* Độ dày của thanh line */
    background-color: #ffffff !important; /* Màu nền của phần line chưa chạy tới (màu trắng) */
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important; /* Bỏ bo góc */
}

/* 2. Định dạng từng đoạn nhỏ (segment) */
#s3 .fp-slidesNav ul li {
    flex: 1 !important; /* Chia đều độ dài cho các slide */
    width: auto !important;
    height: 100% !important;
    margin: 0 !important;
    background-color: transparent !important;
}

/* 3. Định dạng link bên trong và hiệu ứng chuyển màu */
#s3 .fp-slidesNav ul li a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    transition: background-color 0.3s ease !important;
}

/* 4. Ẩn triệt để các chấm tròn mặc định của fullpage */
#s3 .fp-slidesNav ul li a span {
    display: none !important;
}

/* 5. Ẩn tooltip (chữ hiện ra khi hover) nếu không cần thiết */
#s3 .fp-slidesNav ul li .fp-tooltip {
    display: none !important;
}

/* ================= HIỆU ỨNG PROGRESS BAR (MÀU CAM) ================= */

/* Tô màu cam cho phân đoạn của slide đang xem (Active) */
#s3 .fp-slidesNav ul li a.active {
    background-color: #e68a2e !important; /* Bạn đổi mã màu cam cho khớp thiết kế nhé */
}

/* Tô màu cam cho TẤT CẢ các phân đoạn nằm TRƯỚC slide đang xem.
   Điều này giúp tạo cảm giác thanh line đang chạy dài ra (Progress Bar).
*/
#s3 .fp-slidesNav ul li:has(~ li a.active) a {
    background-color: #e68a2e !important;
}







@media (max-width: 769px) {
	
#s2 .--slide-2.s4  {
   
   min-height: 70vh !important;
        padding-top:10vh;
    
 }
#s2 .--slide-2.s4 .custom-slider-wrapper {  margin-top: 0px;}
	
	#s2 .--slide-2.s4 .--content {
    width: 90% !important;
    height: 50vh;
    max-width: 100% !important;
    left: 0 !important; 
    top: 0 !important;
 }
	
  #s3 article {
    margin-top: 0;
  }
  #s3 .--slide-1 {
    padding: 0px 16px;
    position: relative;
  }
  #s3 .slide:nth-child(n+2) {
    /*height: 120px;*/
    overflow: hidden;
    margin-bottom: 4px;
  }
  
  
   #s3 .--slide-1 .--bg { height: 200px!important;background-position:bottom!important;
        transform: translate(0)!important;   
  }
  
  
  #s3 .--content {
    padding: 0;
    max-width: 100%;
    transform: none;
    z-index: 1;
    position: relative;
    bottom: unset;
    left: unset;
    color: initial;
  }
}



 .--slide-1.s4::after {
    
	 background:none!important;
  }


.--slide-1.s4 .--content {
  width: 50%!important;
  height:100%;
  max-width: 100%!important;
  right: 5%!important;
  left: auto!important;
  position: absolute;
  top: calc(55% - 30px)!important;
  transform: translate(0, -50%)!important;
  text-align: center!important;
  color: var(--primary-color)!important;
  display: flex!important;
  flex-flow: column!important;
  align-items: center;
  justify-content: center;
}

.--slide-2.s4 .--content {
  width: 50%!important;
  height:100%;
  max-width: 100%!important;
  left: 5%!important;
  position: absolute;
  top: calc(55% - 30px)!important;
  transform: translate(0, -50%)!important;
  text-align: center!important;
  color: var(--primary-color)!important;
  display: flex!important;
  flex-flow: column!important;
  align-items: center;
  justify-content: center;
}



.s4 .partnerListing {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.s4 .partnerItem {
  width: calc(33.3333333333% - 12px);
  display: flex;
  flex-flow: column;
  align-items: center;
  text-transform: uppercase;
}
.s4 .partnerItem:last-child {
  width: -moz-max-content;
  width: max-content;
}
.s4 .partnerItem:last-child img {
  opacity: 0.7;
}
.s4 .partnerItem h5 {
  font-size: 12px !important;
}
.s4 .partnerItem p,
.s4 .partnerItem h5 {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.s4 .partnerItem .--img {
  width: 150px;
  aspect-ratio: 1;
}
.s4 .partnerItem .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  /*filter: grayscale(1);*/
}
@media (max-width: 769px) {
 .--slide-1.s4 .--content {
    position: relative!important;
    left: unset!important;
	right: unset!important;
    top: unset!important;
    transform: none!important;
    padding: 48px 0px!important;
    width: 100%!important;
  }
  
	.s4.--slide-1{
		
		background-image:url(../img/doitac-bg-1-mobile.png) !important;
		background-color::#f3ede7;
		background-repeat:no-repeat;
		background-size:cover
	
	 }
  .s4 .partnerItem .--img {  width: 120px; aspect-ratio: 1;}
  
  #s2 .partnerItem p,
  #s2 .partnerItem h5 {
    font-size: 10px !important;
  }
  #s2 .partnerListing {
    gap: 16px;  grid-template-columns: 2fr 2fr !important;display: grid;
  }
  #s2 .partnerItem {
    width: calc(100% - 8px);
  }
  #s2 .partnerItem h5,
  #s2 .partnerItem p {
    width: 100%;
  }
  
 
  #s2 .investerItem { width: calc(100% - 8px)!important;}  
  #s2 .investerItem .--img {  width: 100px; height: 100px; aspect-ratio: 1;}
  
 #s3 .sectionTitle {width: 100%;}
 
 .investerListing { 
 gap: 10px;
   
   
    grid-template-columns: 1fr 1fr; 
	}
 
 
 
 .--slide-2.s4 .--content {
    
     top:unset !important; 
     transform: unset  !important; 
   
}
 
  
}

#s5 .--content {
  position: absolute;
  top: 48%;
  left: 4%;
  transform: translate(0, -50%);
  text-align: center;
  color: var(--primary-color);
  width: 56%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#s5 .sectionTitle {
  margin-bottom: 3rem;
}
@media (max-height: 750px) and (min-width: 1024px) {
  #s5 .distributorsListing {
    gap: 0 20px;
  }
}
@media (max-width: 769px) {
  #s5 .--content {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    padding: 48px 1rem 48px;
    width: 100%;
  }
  #s5 .sectionTitle {
    margin-bottom: 3rem;
  }
}

.distributorsListing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
  padding-top:20px;
  
  background:rgba(244, 237, 228, 0.8)  !important; 
  
}
@media (max-width: 769px) {
  .distributorsListing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .distributorsListing .distributorItem {
    width: calc(50% - 6px);
  }
}

.distributorItem {
  text-transform: uppercase;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-weight: normal;
}
.distributorItem h5 {
  font-size: 14px !important;
}
.distributorItem .--img {
  width: 60%;
  max-width: 220px;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 1rem;
  display: flex;
  filter: grayscale(1);
}
.distributorItem .--img h5,
.distributorItem .--img p {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.distributorItem .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .distributorItem .--img {
    max-width: 120px;
  }
}
@media (max-width: 769px) {
  .distributorItem h5 {
    font-size: 10px !important;
  }
  .distributorItem .--img {
    max-width: 100%;
    height: auto;
  }
  .distributorItem .--img img {
    height: auto;
  }
}

@media (max-width: 769px) {
  #s6 .contactContent {
    display: flex !important;
    padding-top: 48px;
  }
}

.doorMaskWrapper {
  display: none;
}

.doorMask {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 81px;
  height: 275px;
  z-index: -1;
  opacity: 0;
}

.doorDecor .--wrapper {
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  transition: all 2.4s ease-out;
  perspective: 500px;
  display: flex;
  gap: 80px;
  height: 100%;
  align-items: center;
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
}
.doorDecor .--hinge {
  background: #FF6F40;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 100;
  width: 300px;
  transform-origin: left;
  transition: all 1.5s ease-in-out;
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
@supports (-webkit-touch-callout: none) {
  .doorDecor .--hinge {
    transform: translateX(300px) rotateY(90deg);
    -webkit-transform: translateX(100%) rotateY(90deg) translateZ(0);
  }
}
@supports not (-webkit-touch-callout: none) {
  .doorDecor .--hinge {
    transform: translateX(300px);
    -webkit-transform: translateX(100%);
  }
}
@media (min-width: 2500px) {
  .doorDecor .--hinge {
    width: 550px;
  }
  @supports (-webkit-touch-callout: none) {
    .doorDecor .--hinge {
      transform: translateX(550px) rotateY(90deg);
    }
  }
  @supports not (-webkit-touch-callout: none) {
    .doorDecor .--hinge {
      transform: translateX(550px);
    }
  }
}
.doorDecor img {
  opacity: 0;
  transition: opacity 0.3s ease-out 0s;
}
.doorDecor img:nth-child(3) {
  height: 130%;
  transform: translateX(15%);
  transition: all 1s ease-out;
  transform-origin: top left;
  transform-style: preserve-3d;
  position: relative;
}
.doorDecor img:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  height: 100%;
  background: #274237;
  transform: rotateY(90deg) translateX(-50%);
  transform-origin: left center;
}
.doorDecor img:nth-child(2) {
  height: 65%;
  transform: translateY(100%);
  margin-top: auto;
}
.doorDecor img:nth-child(1) {
  height: 20%;
  transform: translateY(100%);
  margin-top: auto;
}
@media screen and (min-width: 1300px) and (max-width: 1400px) and (min-height: 700px) and (max-height: 800px) {
  .doorDecor img:nth-child(3) {
    height: 110%;
  }
}
@media (min-width: 1920px) {
  .doorDecor img:nth-child(3) {
    height: 110%;
  }
}
@media (min-width: 2500px) and (min-height: 1600px) {
  .doorDecor img:nth-child(3) {
    height: 100%;
  }
}
@media (min-width: 1280px) and (max-width: 1300px) and (min-height: 750px) and (max-height: 850px) {
  .doorDecor img:nth-child(3) {
    height: 105%;
  }
}
@media (max-height: 700px) {
  .doorDecor img:nth-child(3) {
    height: 135%;
  }
}
@media (max-width: 769px) {
  .doorDecor {
    display: none !important;
  }
}

@supports (-webkit-touch-callout: none) {
  .doorDecor .--wrapper,
  .doorDecor .--hinge {
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
  }
}
.navbar {
  background-color: var(--primary-color) !important;
  padding: 0.5rem 1rem;
  overflow: hidden;
}
.navbar .container-fluid {
  padding: 0;
}
.navbar .nav {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 1rem;
}
.navbar .nav::-webkit-scrollbar {
  display: none;
}
.navbar .nav .nav-item {
  flex: 0 0 33.333%;
  text-align: center;
}
.navbar .nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  text-transform: uppercase;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.navbar .nav .nav-item .nav-link.active {
  color: #fff;
  background: none;
  font-weight: 600;
  position: relative;
}
.navbar .nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
.navbar .progress {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  opacity: 0;
}
.navbar .progress .progress-bar {
  background-color: #fff;
  transition: width 0.3s ease;
}



/* ============================================================
   MOBILE MENU (FULLSCREEN OVERLAY)
============================================================ */

/* 1. Chỉ hiển thị trên thiết bị di động (dưới 769px) */
@media (min-width: 770px) {
    .menuMobi {
        display: none !important;
		opacity:0!important;
    }
}

@media (max-width: 769px) {
    .menuMobi {
       display: flex !important;
        background: var(--primary-color, #C5AA85);
        height: 60px;
        padding: 10px;
        align-items: center;opacity:0;
    }

    /* 2. NÚT HAMBURGER (TOGGLE BUTTON) */
    .menuMobi .listDots {
        position: fixed;
        top: 25px; /* Căn giữa dọc theo header (chiều cao header 70px) */
        right: 20px;
        z-index: 10000; /* Luôn nằm trên cùng */
        width: 30px;
        height: 20px;
        cursor: pointer;
    }
    
    /* Ẩn ảnh icon (nếu có) vì ta sẽ dùng CSS vẽ 3 gạch cho dễ tạo hiệu ứng X */
    .menuMobi .listDots > img {
        display: none !important;
    }

    .menuMobi .listDots .dots {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menuMobi .listDots .dots p {
        margin: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: center;
    }

    /* Hiệu ứng biến 3 gạch thành dấu X khi thêm class 'active' */
    .menuMobi.active .listDots .dots p:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .menuMobi.active .listDots .dots p:nth-child(2) {
        opacity: 0; /* Ẩn vạch giữa */
    }
    .menuMobi.active .listDots .dots p:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    /* 3. KHUNG MENU TRÀN MÀN HÌNH (MODAL) */
    .menuMobi .menu-list {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: var(--primary-color, #C5AA85); /* Màu nền be */
        z-index: 998; /* Nằm dưới header một xíu để giữ lại Logo */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
		font-family: "MonaSans"; 
        
        /* Hiệu ứng ẩn/hiện mượt mà */
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%); /* Trượt từ trên xuống */
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Kích hoạt hiển thị Menu */
    .menuMobi.active .menu-list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* 4. CÁC MỤC MENU BÊN TRONG (MENU ITEMS) */
    .menuMobi .menu-list .menu-item {
        color: #fff;
        font-family: 'MonaSans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: 20px 0;
        cursor: pointer;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }

    /* Hiệu ứng chữ nảy lên tuần tự khi mở menu */
    .menuMobi.active .menu-list .menu-item {
        opacity: 1;
        transform: translateY(0);
    }
    
    .menuMobi.active .menu-list .menu-item:nth-child(1) { transition-delay: 0.2s; }
    .menuMobi.active .menu-list .menu-item:nth-child(2) { transition-delay: 0.3s; }
    .menuMobi.active .menu-list .menu-item:nth-child(3) { transition-delay: 0.4s; }
    .menuMobi.active .menu-list .menu-item:nth-child(4) { transition-delay: 0.5s; }
    .menuMobi.active .menu-list .menu-item:nth-child(5) { transition-delay: 0.6s; }
    .menuMobi.active .menu-list .menu-item:nth-child(6) { transition-delay: 0.7s; }

    /* Trạng thái khi chạm vào link */
    .menuMobi .menu-list .menu-item:active {
        opacity: 0.6;
    }
}





.contactContent {
  color: #fff;
  position: absolute;
  z-index: 100;
  left: 3rem;
  top: 50%;
  width: 100%;
  max-width: 240px;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-80%);
  display: flex !important;
  flex-flow: column;
  gap: 32px;
  pointer-events: none;
}
.contactContent .sectionTitle,
.contactContent p {
  margin-bottom: 0;
}
.contactContent .contactItem {
  display: flex;
  flex-flow: column;
  color: #fff;
  text-decoration: none;
}
.contactContent .contactItem:hover {
  color: #fff;
}
@media (max-width: 769px) {
  .contactContent {
    position: relative;
    transform: none;
    left: unset;
    top: unset;
    max-width: 100%;
    opacity: 1;
    z-index: 1;
    padding: 0 1rem 48px;
    color: var(--primary-color);
    width: 100%;
    gap: 24px;
    pointer-events: auto;
    display: none !important;
  }
  .contactContent .contactItem {
    color: var(--primary-color);
  }
  .contactContent .contactItem:hover {
    color: var(--primary-color);
  }
}

.fp-viewing-3 .doorDecor img:nth-child(3),
.fp-viewing-4 .doorDecor img:nth-child(3) {
  opacity: 1;
  transform: none;
}

.fp-viewing-5 .doorDecor .--wrapper {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  left:0;
  gap: 100px;
}
.fp-viewing-5 .doorDecor .--hinge {
  transform: translateX(-100vw);
}
@supports (-webkit-touch-callout: none) {
  .fp-viewing-5 .doorDecor .--hinge {
    transition: all 2s ease-in-out;
  }
}
@supports not (-webkit-touch-callout: none) {
  .fp-viewing-5 .doorDecor .--hinge {
    transition: all 1.8s ease-in-out;
  }
}
.fp-viewing-5 .doorDecor img:nth-child(3) {
  opacity: 1;
  transform: translateX(0) scaleX(0.7);
}
.fp-viewing-5 .doorDecor img:nth-child(2) {
  opacity: 0.5;
  transform: none;
  transition: all 0.8s cubic-bezier(0.08, 0.96, 0.54, 1) 1s;
}
.fp-viewing-5 .doorDecor img:nth-child(1) {
  opacity: 0.9;
  transform: none;
  transition: all 0.8s cubic-bezier(0.08, 0.96, 0.54, 1) 2s;
}
.fp-viewing-5 .contactContent {
  opacity: 1;
  transform: translateY(-50%);
  transition-delay: 1s;
  pointer-events: auto;
}

.fp-section {
  transition: opacity 0.8s ease-in-out;
  opacity: 1;
}

.fp-section.fp-completely {
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70px;
  z-index: 999;
  background-color: #b49569;
  display: flex;
  align-items: center;
  opacity:0;
  
  padding: 0 30px;
  transform: translateY(-100%);
  transition: all 0.3s ease-out 0s;
}
header.active {
  transform: translateY(0);
   opacity:1!important;
}
header .logo {
 
  width: 200px;
}
header .logo img{
  height: 60px;
      width: 200px;
  transition: all 0.75s ease-in-out;
  transform: translate(100%, 0);
}
header .logo svg.active {
  transform: none;
}
header .fp-slidesNav {
  text-align: center;
  bottom: 100px !important;
}
header .fp-slidesNav ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0;
}
header .fp-slidesNav ul li {
  width: auto;
  height: auto;
  margin: 0;
}
header .fp-slidesNav ul li a span {
  background: white;
  width: 8px !important;
  height: 8px !important;
}
header .fp-slidesNav ul li.active a.active span {
  background: #FF6F40;
}
header .menu {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
  transition: all 0.75s ease-in-out;
  transform: translate(50%, 0);
  opacity: 0;
}
header .menu.active, header.active .menu {
  transform: none;
  opacity: 1;
}
header .menu #fp-nav {
  position: relative;
  top: auto;
  right: auto;
  margin: 0;
  width: 100%;
  transform: none;
}
header .menu #fp-nav ul {
  display: flex;
  margin: 0;
 
  width: 100%;
  justify-content: flex-end;
    gap: 4em;
}
header .menu #fp-nav ul::after {
  /*content: "";
  position: absolute;
  bottom: 2px;
  background: linear-gradient(270deg, #FF6F40 0%, rgba(255, 255, 255, 0) 100%);
  width: 18%;
  height: 4px;
  right: -4%;*/
}
header .menu #fp-nav ul::before {
  /*content: "";
  position: absolute;
  bottom: 2px;
  background: linear-gradient(90deg, #FF6F40 0%, rgba(255, 255, 255, 0) 100%);
  width: 10%;
  height: 4px;
  left: -4%;
  z-index: 1;*/
}
header .menu #fp-nav ul li {
  width: auto;
  height: auto;
  margin: 0;
  list-style:none
}
header .menu #fp-nav ul li a {
  display: flex;
  font-family: "MonaSans"; 
  font-weight: 300; 
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  text-decoration:none
}
header .menu #fp-nav ul li a.active::after {
  opacity: 1;
}
header .menu #fp-nav ul li a.active, header .menu #fp-nav ul li:hover a {
  font-weight: bold;
}
header .menu #fp-nav ul li a.active span:last-child {
  background: #fff; opacity:0; display:none
}
header .menu #fp-nav ul li a span:first-child {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 0;
  border-radius: 0;
  overflow: unset;
  opacity: 1;
  z-index: 99;
  font-size: 12px;
  text-transform: uppercase;
  clip: unset;
  background: unset;
  color: #fff;
  letter-spacing: 0.16em;
}
header .menu #fp-nav ul li a span:last-child { opacity:0; display:none
  /*background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
  position: relative;
  margin: 0;
  width: 11px;
  height: 11px;
  top: unset;
  left: unset;*/
}
header .menu #fp-nav ul li .fp-tooltip {
  display: none !important;
}
header .line {
  position: absolute;
  height: 3px;
  background-color: #007bff; /* Màu dòng */
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  width: 30px;
}

.fp-viewing-1-1 .toggleLanguage span,
.fp-viewing-3 .toggleLanguage span,
.fp-viewing-4 .toggleLanguage span {
  color: #fff;
}
.fp-viewing-1-1 .soundWave span,
.fp-viewing-3 .soundWave span,
.fp-viewing-4 .soundWave span {
  background: #fff;
}
.fp-viewing-1-1 .topBar svg path,
.fp-viewing-3 .topBar svg path,
.fp-viewing-4 .topBar svg path {
  fill: #fff;
}



.sec-intro video {
    height: 100vh;
    width: 100%;	
     object-fit: cover;
  /* Keeps the top of the photo in view during a crop */
  object-position: center top; 
    display: block;
	z-index:99999;
	 background:#b49569;
}
video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}

.nested-slides {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nested-slides .nested-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.nested-slides .nested-slide.active {
  opacity: 1;
}
.nested-slides .nested-slide .--content {
  position: absolute;
  z-index: 1;
  padding: 50px;
  color: white;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.nested-slides .nested-slide .--content h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.nested-slides .nested-slide .--content p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.nested-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 2;
  transform: translateY(50%);
}
.nested-nav button {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  padding: 15px 25px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.nested-nav button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.nested-nav button:active {
  background: rgba(255, 255, 255, 0.4);
}

.topBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
}
@media (max-width: 769px) {
  .topBar {
    background-color: #fff;
  }
}

.toggleLanguage span {
  font-size: 12px;
  color: var(--primary-color);
}
.toggleLanguage span.active {
  font-weight: 600;
}

.soundToggle {
  width: 54px;
  height: 8px;
  position: relative;
}

.soundWave {
  width: 32px;
  height: 100%;
  cursor: pointer;
  z-index: 999;
  pointer-events: all;
  position: absolute;
  top: 0;
  right: 0;
}
.soundWave.active span {
  animation: bodong 1.5s infinite ease;
}
.soundWave span {
  width: 2px;
  height: 4px;
  bottom: 0px;
  position: absolute;
  background: #e16d30;
}
.soundWave span:nth-child(1) {
  left: 0px;
  animation-delay: 0.3s;
}
.soundWave span:nth-child(2) {
  left: 7px;
  height: 7px;
  animation-delay: 0.4s;
}
.soundWave span:nth-child(3) {
  left: 14px;
  height: 9px;
  animation-delay: 0.6s;
}
.soundWave span:nth-child(4) {
  left: 21px;
  height: 11px;
  animation-delay: 0.8s;
}
.soundWave span:nth-child(5) {
  left: 28px;
  height: 13px;
  animation-delay: 1s;
}
.soundWave .hideAnm span {
  animation: unset !important;
}

@keyframes bodong {
  0% {
    height: 5px;
    background: bule;
  }
  30% {
    height: 15px;
    background: bule;
  }
  60% {
    height: 20px;
    background: bule;
  }
  80% {
    height: 15px;
    background: bule;
  }
  100% {
    height: 5px;
    background: bule;
  }
}
#myAudio {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInParallax {
  from {
    transform: translateX(-120%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 769px) {
  @keyframes slideInParallax {
    from {
      transform: translateX(-120%);
      opacity: 0;
    }
    to {
      transform: translateX(-80%);
      opacity: 1;
    }
  }
}
.fp-watermark {
  display: none !important;
  visibility: hidden !important;
}

@keyframes waveAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.fp-viewing-6 .doorDecor .--wrapper {
  transform: none;
  left: 25%;
}
.fp-viewing-6 .doorDecor .--hinge {
  transform: translateX(100%) rotateY(90deg);
}/*# sourceMappingURL=phase3.css.map */


/* ============================================================
   FIX LỖI HỤT CHIỀU CAO (MẤT CHÂN SLIDE) CHO S5, S6, S7
============================================================ */

/* 1. Ép các section và thẻ con (slide, tableCell) luôn cao 100% màn hình */
#s5, #s6, #s7,
#s5 .slide, #s6 .slide, #s7 .slide,
#s5 .fp-tableCell, #s6 .fp-tableCell, #s7 .fp-tableCell {
    height: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* 2. Khắc phục lỗi thiếu height cho khối nội dung (so với s4) */
#s5 .--content, 
#s6 .--content, 
#s7 .--content {
    height: 100% !important;
}

/* 3. Đảm bảo ảnh nền (nếu bạn có dùng div class="--bg") phủ kín tuyệt đối */
#s5 .--bg, #s6 .--bg, #s7 .--bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-size: cover !important;
    background-position: center !important;
}

/* 4. Chốt chặn an toàn: Xóa bỏ hoàn toàn mặt nạ cắt xén (clip-path) 
   trên Desktop để đảm bảo không slide nào bị gọt viền dưới */
@media (min-width: 769px) {
    main#fullpage {
        clip-path: none !important;
        -webkit-clip-path: none !important;
    }
}

/* ============================================================
   TÙY CHỈNH DANH SÁCH BẢN ĐỒ DÀNH RIÊNG CHO MOBILE
============================================================ */
@media (max-width: 769px) {
    /* Ép khối nội dung nằm sát đáy màn hình */
    .map-content {
        height: 400px !important;
        top: auto !important;
        bottom: 0 !important;
        
        position: relative  !important;
		justify-content: flex-end!important;
    }

    /* Đổi danh sách từ Grid 3 cột thành 1 cột dọc (giống hình thiết kế) */
    .map-content .distributorsListing {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        width: 100% !important;
		display: block;
        position: absolute;
    }
.ModalDistributor table th, .ModalDistributor table td {
    text-align: left !important;
    padding: 5px !important;
    font-size: 12px !important;
    vertical-align: center !important;
}
    /* Định dạng lại từng mục (Item) */
    .map-content .distributorsListing .distributorItem {
        width: 100% !important;
        padding: 0px 0 10px 0 !important;
		
        border-bottom: 1px solid rgba(139, 101, 63, 0.3) !important; /* Dòng kẻ dưới phân cách */
    }
    
    .map-content .distributorsListing .distributorItem:last-child {
        border-bottom: none !important;
    }

    .map-content .distributorsListing .distributorItem h5 {
        font-size: 14px !important;
        margin: 0 !important;
        text-align: center !important;
    }

    /* Định vị lại bảng Popup thông tin (ModalDistributor) trên Mobile */
    .distributorItem .ModalDistributor {
         
         position: absolute!important;

        left: 5% !important;
        width: 90% !important; /* Rộng gần full màn hình */
        transform: translateY(-40%) !important; /* Tụt xuống một chút lúc đang ẩn */
        border-radius: 20px !important; /* Bo đều các góc trên Mobile */
        padding: 15px !important;
		        max-height: 50vh;
    }

    /* Hiệu ứng khi chạm (Touch) trên Mobile */
    .distributorItem:focus .ModalDistributor,
    .distributorItem:focus-within .ModalDistributor,
    .distributorItem:active .ModalDistributor {
        transform: translateY(-50%) !important; /* Bật nảy lên chính giữa màn hình */
    }
}

/* ============================================================
   BẢNG TIỆN ÍCH CÔNG CỘNG (SLIDE 2) - DESKTOP & MOBILE
============================================================ */
#s2 .facility-slide .--content {
    top: 95% !important; 
    transform: translate(-50%, -50%);
    bottom: unset;
    padding: 10px 0;
	width: 100% !important;
	max-width: 100% !important;
	background-color: #f4ede4 !important;
}
/* 1. Thiết lập Panel nằm ở đáy màn hình */
.facility-slide .facility-panel {
    height: auto !important; 
    top: auto !important;
    bottom: 0 !important;
    position: absolute !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #f4ede4 !important; /* Màu nền be nhạt */
    border-radius: 30px 30px 0 0 !important; /* Bo 2 góc trên */
    padding: 40px 5% !important;
    left: 0 !important;
    transform: none !important;
    z-index: 10 !important;
}

/* 2. Căn chỉnh Tiêu đề */
.facility-slide .facility-panel .sectionTitle {
    width: 100% !important;
    text-align: left !important;
    color: #b57a41 !important; 
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
}

/* 3. Lưới danh sách (Grid) - Mặc định Desktop 4 cột */
.facility-slide .facility-list {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important; /* CHIA 4 CỘT TRÊN MÁY TÍNH */
    gap: 10px 20px !important;
    width: 100% !important;
	padding:5px 20px
	
}

/* 4. Định dạng Từng mục tiện ích */
.facility-slide .facility-item {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
	
	font-weight: normal;
}
.facility-slide .facility-item .circle-num {
   font-size: 12px;
	border-radius:100%;
    background-color:#8B653F;
	padding:5px; margin-right:5px;
	text-align:center;
	line-height:15px;
	width:25px;
	height:25px;
}
.facility-slide .facility-item h5 {
    font-size: 12px !important;
    color: #8B653F !important;
    margin: 0 !important;
     font-weight: normal;
    text-align: left !important;
    line-height: 1.4 !important;
	font-family: "MonaSans";
}

/* 5. ÉP XUỐNG 2 CỘT KHI XEM TRÊN ĐIỆN THOẠI (MOBILE) */
@media (max-width: 769px) {
	.background { background-position: -75%!important;}	
	
	#s2 .facility-slide { background-color:#f4ede4; height:70vh; background-position: top !important; }
	
	#s2 .facility-slide .--content {   
     transform: none; 
	 top:50% !important;
   
}
    .facility-slide .facility-panel {
        padding: 30px 20px !important;
        border-radius: 20px 20px 0 0 !important;
    }
    .facility-slide .facility-list {
        grid-template-columns: repeat(2, 1fr) !important; /* CHIA 2 CỘT TRÊN MOBILE */
        gap: 15px 10px !important;
    }
    .facility-slide .facility-item h5 {
        font-size: 12px !important;
    }
}

/* ============================================================
   S6: TRANG LIÊN HỆ (CONTACT) - DESKTOP & MOBILE
============================================================ */

/* Khung bọc ngoài */
.contact-wrapper {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
   justify-content: flex-start;
    padding: 0 10%;
    gap: 20%;
}

/* --- 1. CỘT TRÁI: THÔNG TIN LIÊN HỆ --- */
.contact-info {
    width: 35%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}
.contact-info .contact-logo {
   font-family: "SVN-Radiant Slender";
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 0;
    font-weight: normal;
}
.contact-info .contact-desc {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 280px;
    margin: 0;
}
.contact-info .contact-methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-info .contact-link {
    display: flex;
    flex-direction: column;
    color: #fff !important;
    text-decoration: none !important;
    gap: 5px;
}
.contact-info .contact-link:hover {
    opacity: 0.8;
}
.contact-info .contact-link .label {
    font-size: 12px;
    letter-spacing: 2px;
	font-family: "MonaSans"; 
    font-weight: bold;
}
.contact-info .contact-link .value {
    font-size: 13px;
    opacity: 0.8;
	font-family: "MonaSans"; 
	
}

/* --- 2. CỘT PHẢI: FORM ĐĂNG KÝ --- */
.contact-form {
    width: 400px;
    padding: 30px;
}
.contact-form .form-heading {
    text-align: center;
    color: #8B653F;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 40px;
    font-family: "MonaSans"; 
    font-weight: bold;
}
.contact-form .form-group {
    margin-bottom: 25px;
    text-align: left;
}
.contact-form .form-row {
    display: flex;
    gap: 30px;
}
.contact-form .form-row .half {
    flex: 1;
}
.contact-form label {
    display: block;
    color: #8B653F;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: "MonaSans"; 
	 font-weight: normal;
    margin-bottom: 8px;
}
.contact-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(139, 101, 63, 0.3);
    background: transparent;
    padding: 5px 0;
    color: #8B653F;
    font-size: 13px;
	font-family: "MonaSans"; 
	 font-weight: 300;
    outline: none;
    border-radius: 0;
    transition: all 0.3s ease;
}
.contact-form input::placeholder {
    color: rgba(139, 101, 63, 0.4);
    font-style: italic;
}
.contact-form input:focus {
    border-bottom: 1px solid #8B653F;
}
.contact-form .form-submit {
    text-align: center;
    margin-top: 40px;
}
.contact-form .form-submit button {
    background: #b49569;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}
.contact-form .form-submit button:hover {
    background: #8B653F;
}

/* --- 3. ĐIỀU HƯỚNG RESPONSIVE MOBILE --- */
@media (max-width: 769px) {
    #s6.section {
        background: none !important; /* Gỡ ảnh nền của Desktop để tự động sơn màu rời */
        height: auto !important;
    }
    .contact-wrapper {
        flex-direction: column-reverse; /* THUẬT TOÁN ĐẢO NGƯỢC: Đẩy Form lên trên, Info xuống dưới */
        padding: 0;
        height: auto;
        gap: 0;
    }
    
    /* Giao diện Form trên Mobile (Nền Be) */
    .contact-form {
        width: 100%;
        background: #f4ede4; 
        padding: 80px 20px 50px 20px;
    }
    .contact-form .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    /* Giao diện Info trên Mobile (Nền Nâu) */
    .contact-info {
        width: 100%;
        background: var(--primary-color); 
        padding: 50px 20px 80px 20px;
        overflow: hidden;
    }
    
    /* Căn chỉnh SVG họa tiết ở góc dưới Mobile */
    #s6 .--decor {
        position: absolute;
        bottom: -20%;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        pointer-events: none;
        z-index: 0;
    }
	#s6 .--decor img{
        
        max-width: 100%;
       
    }
    
    /* Ép các chữ thông tin nổi lên trên họa tiết */
    .contact-info .contact-logo,
    .contact-info .contact-desc,
    .contact-info .contact-methods {
        position: relative;
        z-index: 1; 
    }
}
/* ============================================================
   HIỆU ỨNG POPUP THÔNG BÁO FORM LIÊN HỆ
============================================================ */
.custom-popup {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex; align-items: center; justify-content: center;
    z-index: 100000;
    opacity: 0; visibility: hidden;
    transition: all 0.3s ease;
}
.custom-popup.active { opacity: 1; visibility: visible; }
.custom-popup .popup-content {
    background: #f4ede4; padding: 40px 30px; border-radius: 15px;
    text-align: center; max-width: 400px; width: 90%;
    position: relative; transform: translateY(-20px);
    transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.custom-popup.active .popup-content { transform: translateY(0); }
.custom-popup .close-popup {
    position: absolute; top: 10px; right: 15px;
    font-size: 28px; cursor: pointer; color: #8B653F; line-height: 1;
}
.custom-popup .popup-title {
    color: #8B653F; font-size: 22px; font-family: 'MonaSans', sans-serif;
    margin-bottom: 15px; text-transform: uppercase;
}
.custom-popup .popup-message { color: #333; font-size: 14px; line-height: 1.5; margin-bottom: 0;}
.custom-popup .btn-close-popup {
    background: #b49569; color: #fff; border: none; padding: 10px 30px;
    border-radius: 5px; margin-top: 25px; cursor: pointer; font-weight: bold;
}

