/* /Pages/Index.cshtml.rz.scp.css */
.bg-gradient-template[b-frkg9t2d2c] {
	height: 160px;
	background: linear-gradient(135deg, #ffffff, #f8f9fa);
	border-bottom: 1px solid #eee;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.2s ease;
}

.card:hover .bg-gradient-template[b-frkg9t2d2c] {
	background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-8u288zj6zi] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-8u288zj6zi] {
  color: #0077cc;
}

.btn-primary[b-8u288zj6zi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-8u288zj6zi], .nav-pills .show > .nav-link[b-8u288zj6zi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-8u288zj6zi] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-8u288zj6zi] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-8u288zj6zi] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-8u288zj6zi] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-8u288zj6zi] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Pages/T/Bds/lux-land/EstateDetail.cshtml.rz.scp.css */
html[b-pvfbnb30gi] {
	scroll-behavior: smooth !important;
	scroll-padding-top: 80px !important;
	/* Độ cao của navbar để không bị đè chữ khi cuộn tới */
}

/* Style cho Vị Trí */
.location-highlight-item[b-pvfbnb30gi] {
	padding: 20px;
	border-bottom: 1px solid #eee;
	transition: 0.3s;
}

.location-highlight-item:hover[b-pvfbnb30gi] {
	background-color: #fcfcfc;
}

.gold-number[b-pvfbnb30gi] {
	font-family: var(--font-serif);
	color: var(--gold);
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 15px;
}

/* Style cho Tiện Ích Checklist */
.amenity-checklist[b-pvfbnb30gi] {
	list-style: none;
	padding: 0;
}

.amenity-item[b-pvfbnb30gi] {
	padding: 12px 0;
	display: flex;
	align-items: center;
	font-weight: 300;
	letter-spacing: 1px;
}

.check-icon[b-pvfbnb30gi] {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	color: var(--gold);
	flex-shrink: 0;
}

/* Style cho Tổng quan dự án */
.overview-card[b-pvfbnb30gi] {
	padding: 40px 20px;
	border: 1px solid #f1f1f1;
	transition: all 0.4s ease;
	background: #fff;
	height: 100%;
}

.overview-card:hover[b-pvfbnb30gi] {
	border-color: var(--gold);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
	transform: translateY(-5px);
}

.overview-icon[b-pvfbnb30gi] {
	font-size: 2rem;
	margin-bottom: 20px;
	display: inline-block;
	background: var(--gold-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.overview-label[b-pvfbnb30gi] {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #888;
	margin-bottom: 8px;
}

.overview-value[b-pvfbnb30gi] {
	font-family: var(--font-sans);
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--dark);
}

.overview-luxury-section[b-pvfbnb30gi] {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}

/* Chữ nền chạy ngang mờ ảo */
.bg-text-overlay[b-pvfbnb30gi] {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 15vw;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.02);
	/* Cực mờ */
	letter-spacing: 2rem;
	z-index: 0;
	pointer-events: none;
	font-family: var(--font-serif);
}

.text-gold-sub[b-pvfbnb30gi] {
	color: #b8860b;
	letter-spacing: 5px;
	font-size: 0.8rem;
	font-weight: 600;
}

.gold-divider-center[b-pvfbnb30gi] {
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #d4af37, transparent);
	margin: 20px auto;
}

/* Luxury Card Design */
.luxury-card[b-pvfbnb30gi] {
	padding: 60px 40px;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: #fff;
	position: relative;
	z-index: 1;
}

.luxury-card:hover[b-pvfbnb30gi] {
	background: #fafafa;
	z-index: 2;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	transform: translateY(-5px);
}

/* Icon Wrap với hiệu ứng mạ vàng */
.card-icon-wrap[b-pvfbnb30gi] {
	font-size: 2.5rem;
	margin-bottom: 25px;
	background: linear-gradient(135deg, #d4af37 0%, #f9e27d 50%, #b8860b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 0.5s;
}

.luxury-card:hover .card-icon-wrap[b-pvfbnb30gi] {
	transform: scale(1.1) rotateY(10deg);
}

/* Typography */
.luxury-card .label[b-pvfbnb30gi] {
	display: block;
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 3px;
	color: #999;
	margin-bottom: 10px;
}

.luxury-card .value[b-pvfbnb30gi] {
	font-family: var(--font-sans);
	font-size: 1.4rem;
	color: #1a1a1a;
	font-weight: 500;
}

/* Border mờ kiểu High-end */
.border-end[b-pvfbnb30gi],
.border-bottom[b-pvfbnb30gi] {
	border-color: #f0f0f0 !important;
}

/* Responsive */
@media (max-width: 768px) {
	.luxury-card[b-pvfbnb30gi] {
		border: 1px solid #f0f0f0 !important;
		margin-bottom: -1px;
	}
}

/* --- SECTIONS --- */
section[b-pvfbnb30gi] {
	padding: 100px 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.gold-line[b-pvfbnb30gi] {
	width: 80px;
	height: 2px;
	background: var(--gold-gradient);
	margin: 20px auto;
}

.img-luxury[b-pvfbnb30gi] {
	width: 100%;
	height: 500px;
	object-fit: cover;
	/* Giữ tỷ lệ ảnh chuẩn */
}

/* --- AMENITIES HOVER EFFECT --- */
.amenity-card[b-pvfbnb30gi] {
	position: relative;
	overflow: hidden;
	height: 400px;
	margin-bottom: 30px;
}

.amenity-img[b-pvfbnb30gi] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.amenity-overlay[b-pvfbnb30gi] {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(212, 175, 55, 0.9);
	/* Màu Gold Overlay */
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	color: white;
	text-align: center;
}

.amenity-card:hover .amenity-overlay[b-pvfbnb30gi] {
	bottom: 0;
}

.amenity-card:hover .amenity-img[b-pvfbnb30gi] {
	transform: scale(1.1);
}

/* --- CTA BUTTON --- */
.btn-gold[b-pvfbnb30gi] {
	background: var(--gold-gradient);
	color: white;
	border: none;
	padding: 15px 40px;
	letter-spacing: 2px;
	transition: 0.3s;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 600;
}

.btn-gold:hover[b-pvfbnb30gi] {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(184, 134, 11, 0.3);
	color: white;
}


/* about */
/* Container chứa text để làm nền cho chữ chìm */
.lx-content-box[b-pvfbnb30gi] {
	position: relative;
	z-index: 1;
}

/* 1. Hoa văn chữ cái chìm (Watermark Monogram) */
.lx-content-box[b-pvfbnb30gi]::before {
	content: "M";
	/* Chữ cái đầu của dự án hoặc tên thương hiệu */
	position: absolute;
	top: -20px;
	left: -30px;
	font-family: 'Playfair Display', serif;
	font-size: 15rem;
	font-weight: 700;
	color: rgba(197, 162, 93, 0.05);
	/* Màu Gold cực mảnh và mờ */
	line-height: 1;
	z-index: -1;
	pointer-events: none;
}

/* 2. Hiệu ứng Texture hoa văn cổ điển chìm nhẹ toàn khung text */
.lx-text-wrapper[b-pvfbnb30gi] {
	position: relative;
	padding-bottom: 5px;
}

/* 3. Luxury Divider (Đường kẻ vàng nghệ thuật) */
.lx-separator[b-pvfbnb30gi] {
	display: flex;
	align-items: center;
	opacity: 0.8;
}

.lx-separator svg[b-pvfbnb30gi] {
	transition: all 0.5s ease;
}

.lx-content-box:hover .lx-separator svg[b-pvfbnb30gi] {
	letter-spacing: 10px;
	/* Tạo cảm giác đường kẻ dãn ra khi khách rê chuột vào vùng text */
	transform: scaleX(1.2);
}

/* Tinh chỉnh lại badge cho sang hơn */
.lx-badgeab[b-pvfbnb30gi] {
	position: relative;
	padding-left: 40px;
	font-size: 0.75rem;
	letter-spacing: 4px;
	color: var(--gold);
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.lx-badgeab[b-pvfbnb30gi]::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 1px;
	background: var(--gold);
}

.py-120[b-pvfbnb30gi] {
	padding: 120px 0;
}

.lx-title-main[b-pvfbnb30gi] {
	font-family: 'Playfair Display', serif;
	/* Hoặc Cormorant Garamond */
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	color: var(--dark);
	line-height: 1.1;
	font-weight: 500;
}

.lx-title-main span[b-pvfbnb30gi] {
	font-weight: 300;
	/* Tạo sự tương phản giữa 2 dòng */
	font-style: italic;
}

.lx-description[b-pvfbnb30gi] {
	font-size: 1.05rem;
	color: var(--gray-text);
	line-height: 1.8;
	max-width: 500px;
}

/* Hiệu ứng hình ảnh với Khung lệch (Offset Frame) */
.lx-img-wrapper[b-pvfbnb30gi] {
	position: relative;
	padding: 20px;
	/* Tạo khoảng trống cho khung vàng hiện ra */
}

.lx-img-wrapper[b-pvfbnb30gi]::before {
	content: "";
	position: absolute;
	width: 80%;
	height: 80%;
	border: 1px solid var(--gold);
	top: 0;
	right: 0;
	z-index: -1;
	/* Nằm dưới ảnh */
	transition: all 0.5s ease;
}

.img-luxury[b-pvfbnb30gi] {
	width: 100%;
	height: 550px;
	object-fit: cover;
	box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
}

/* Nút bấm Luxury */
.btn-gold-detail[b-pvfbnb30gi] {
	display: inline-block;
	padding: 14px 35px;
	border: 1px solid var(--gold);
	color: var(--dark);
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 2px;
	transition: all 0.3s ease;
	position: relative;
	background: transparent;
}

.btn-gold-detail:hover[b-pvfbnb30gi] {
	background: var(--gold);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(197, 162, 93, 0.2);
}

/* Responsive cho Mobile */
@media (max-width: 991px) {
	.py-120[b-pvfbnb30gi] {
		padding: 80px 0;
	}

	.lx-img-wrapper[b-pvfbnb30gi] {
		margin-top: 50px;
	}

	.img-luxury[b-pvfbnb30gi] {
		height: 400px;
	}
}

/* 1. Xử lý cột văn bản & Hoa văn Monogram chìm */
.lx-text-column[b-pvfbnb30gi] {
	position: relative;
	z-index: 2;
}

/* Chữ M chìm (Watermark) đằng sau văn bản */
.lx-text-column[b-pvfbnb30gi]::before {
	content: "M";
	position: absolute;
	top: -40px;
	left: -20px;
	font-family: 'Playfair Display', serif;
	font-size: 18rem;
	font-weight: 700;
	color: rgba(197, 162, 93, 0.07);
	/* Màu vàng cực mảnh, siêu mờ */
	line-height: 1;
	z-index: -1;
	pointer-events: none;
}

/* 2. Typography */
.lx-badge[b-pvfbnb30gi] {
	font-size: 0.8rem;
	letter-spacing: 4px;
	color: var(--gold);
	font-weight: 600;
	position: relative;
	padding-left: 45px;
}

.lx-badge[b-pvfbnb30gi]::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 1px;
	background: var(--gold);
}


.lx-desc[b-pvfbnb30gi] {
	max-width: 500px;
	border-left: 1px solid rgba(197, 162, 93, 0.3);
	/* Đường line hoa văn dọc mảnh */
	padding-left: 25px;
}

/* 3. Nút bấm Gold Detail của ông đây */
.btn-gold-detail[b-pvfbnb30gi] {
	display: inline-block;
	padding: 14px 35px;
	border: 1px solid var(--gold);
	color: var(--dark);
	text-decoration: none;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: transparent;
}

.btn-gold-detail:hover[b-pvfbnb30gi] {
	background: var(--gold);
	color: #fff;
	letter-spacing: 3px;
	/* Hiệu ứng dãn chữ nhẹ khi hover */
	box-shadow: 0 10px 30px rgba(197, 162, 93, 0.2);
	transform: translateY(-3px);
}

/* 4. Hình ảnh và khung lệch (Offset Frame) */
.lx-img-frame[b-pvfbnb30gi] {
	position: relative;
	padding: 15px;
}

.lx-img-frame[b-pvfbnb30gi]::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 80%;
	border: 1px solid var(--gold);
	z-index: -1;
}

.img-luxury[b-pvfbnb30gi] {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

/* Mobile Tinh chỉnh */
@media (max-width: 991px) {
	.lx-text-column[b-pvfbnb30gi]::before {
		font-size: 10rem;
		top: 0;
	}

	.img-luxury[b-pvfbnb30gi] {
		height: 350px;
	}
}

/* end about */
/* /Pages/T/Bds/lux-land/EstateDetail2.cshtml.rz.scp.css */
 /* =========================================
           1. CSS VARIABLES & BASE STYLES
        ========================================= */
 :root[b-gzjidr3gzi] {
 	--dark-navy: #070b12;
 	--charcoal: #121a25;
 	--gold: #C5A059;
 	--gold-hover: #E0C695;
 	--platinum: #E5E4E2;
 	--text-muted: #8E98A8;
 	--glass-bg: rgba(18, 26, 37, 0.7);
 	--glass-border: rgba(197, 160, 89, 0.15);

 	--font-heading: 'Cormorant Garamond', serif;
 	--font-body: 'Manrope', sans-serif;
 	--section-padding: 120px 0;
 	--transition-slow: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
 }

 body[b-gzjidr3gzi] {
 	font-family: var(--font-body);
 	background-color: var(--dark-navy);
 	color: var(--platinum);
 	overflow-x: hidden;
 	-webkit-font-smoothing: antialiased;
 	cursor: none;
 	/* For custom cursor */
 }

 /* Noise Texture Overlay */
 body[b-gzjidr3gzi]::before {
 	content: "";
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100vw;
 	height: 100vh;
 	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
 	opacity: 0.025;
 	pointer-events: none;
 	z-index: 9999;
 }

 h1[b-gzjidr3gzi],
 h2[b-gzjidr3gzi],
 h3[b-gzjidr3gzi],
 h4[b-gzjidr3gzi],
 h5[b-gzjidr3gzi],
 h6[b-gzjidr3gzi],
 .font-heading[b-gzjidr3gzi] {
 	font-family: var(--font-heading);
 	font-weight: 400;
 }

 .text-gold[b-gzjidr3gzi] {
 	color: var(--gold) !important;
 }

 .bg-charcoal[b-gzjidr3gzi] {
 	background-color: var(--charcoal);
 }

 .section-padding[b-gzjidr3gzi] {
 	padding: var(--section-padding);
 }

 /* =========================================
           2. CUSTOM CURSOR
        ========================================= */
 .cursor-dot[b-gzjidr3gzi],
 .cursor-outline[b-gzjidr3gzi] {
 	position: fixed;
 	top: 0;
 	left: 0;
 	transform: translate(-50%, -50%);
 	border-radius: 50%;
 	z-index: 10000;
 	pointer-events: none;
 }

 .cursor-dot[b-gzjidr3gzi] {
 	width: 6px;
 	height: 6px;
 	background-color: var(--gold);
 }

 .cursor-outline[b-gzjidr3gzi] {
 	width: 40px;
 	height: 40px;
 	border: 1px solid rgba(197, 160, 89, 0.5);
 	transition: width 0.2s, height 0.2s, background-color 0.2s;
 }

 a:hover~.cursor-outline[b-gzjidr3gzi],
 button:hover~.cursor-outline[b-gzjidr3gzi] {
 	width: 60px;
 	height: 60px;
 	background-color: rgba(197, 160, 89, 0.1);
 }

 /* =========================================
           3. BUTTONS & UI ELEMENTS
        ========================================= */
 .btn-luxury[b-gzjidr3gzi] {
 	display: inline-block;
 	padding: 14px 36px;
 	font-size: 0.85rem;
 	text-transform: uppercase;
 	letter-spacing: 2px;
 	color: var(--gold);
 	background: transparent;
 	border: 1px solid var(--gold);
 	position: relative;
 	overflow: hidden;
 	transition: var(--transition-slow);
 	text-decoration: none;
 }

 .btn-luxury[b-gzjidr3gzi]::before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: -100%;
 	width: 100%;
 	height: 100%;
 	background: var(--gold);
 	transition: var(--transition-slow);
 	z-index: -1;
 }

 .btn-luxury:hover[b-gzjidr3gzi] {
 	color: var(--dark-navy);
 	border-color: var(--gold-hover);
 }

 .btn-luxury:hover[b-gzjidr3gzi]::before {
 	left: 0;
 }

 .glass-card[b-gzjidr3gzi] {
 	background: var(--glass-bg);
 	backdrop-filter: blur(12px);
 	-webkit-backdrop-filter: blur(12px);
 	border: 1px solid var(--glass-border);
 	border-radius: 0;
 }

 /* Gold Divider */
 .divider-gold[b-gzjidr3gzi] {
 	width: 1px;
 	height: 60px;
 	background: linear-gradient(to bottom, transparent, var(--gold), transparent);
 	margin: 0 auto;
 }

 /* =========================================
           4. NAVBAR COMPONENT
        ========================================= */
 .navbar-luxury[b-gzjidr3gzi] {
 	background: transparent;
 	padding: 25px 0;
 	transition: var(--transition-slow);
 	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
 }

 .navbar-luxury.scrolled[b-gzjidr3gzi] {
 	background: rgba(7, 11, 18, 0.95);
 	backdrop-filter: blur(20px);
 	padding: 15px 0;
 	border-bottom: 1px solid var(--glass-border);
 }

 .navbar-brand[b-gzjidr3gzi] {
 	font-family: var(--font-heading);
 	font-size: 1.8rem;
 	letter-spacing: 4px;
 	color: var(--gold) !important;
 }

 .nav-link[b-gzjidr3gzi] {
 	font-size: 0.85rem;
 	text-transform: uppercase;
 	letter-spacing: 1.5px;
 	color: var(--platinum) !important;
 	margin: 0 15px;
 	position: relative;
 }

 .nav-link[b-gzjidr3gzi]::after {
 	content: '';
 	position: absolute;
 	bottom: -5px;
 	left: 0;
 	width: 0;
 	height: 1px;
 	background: var(--gold);
 	transition: width 0.3s ease;
 }

 .nav-link:hover[b-gzjidr3gzi]::after {
 	width: 100%;
 }

 /* Offcanvas Dark Luxury */
 .offcanvas-luxury[b-gzjidr3gzi] {
 	background-color: var(--dark-navy);
 	border-left: 1px solid var(--glass-border);
 }

 .offcanvas-luxury .nav-link[b-gzjidr3gzi] {
 	font-size: 1.2rem;
 	margin: 10px 0;
 	font-family: var(--font-heading);
 	text-transform: none;
 	letter-spacing: 2px;
 }

 /* =========================================
           5. HERO SECTION
        ========================================= */
 .hero-section[b-gzjidr3gzi] {
 	height: 100vh;
 	position: relative;
 	display: flex;
 	align-items: center;
 	overflow: hidden;
 }

 .hero-bg[b-gzjidr3gzi] {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?q=80&w=2075&auto=format&fit=crop') no-center center / cover;
 	transform: scale(1.1);
 	animation: cinematicZoom-b-gzjidr3gzi 20s infinite alternate linear;
 	z-index: 1;
 }

 @keyframes cinematicZoom-b-gzjidr3gzi {
 	0% {
 		transform: scale(1.05);
 	}

 	100% {
 		transform: scale(1.15);
 	}
 }

 .hero-overlay[b-gzjidr3gzi] {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: linear-gradient(180deg, rgba(7, 11, 18, 0.3) 0%, rgba(7, 11, 18, 0.8) 100%);
 	z-index: 2;
 }

 .hero-content[b-gzjidr3gzi] {
 	position: relative;
 	z-index: 3;
 	text-align: center;
 	width: 100%;
 }

 .hero-subtitle[b-gzjidr3gzi] {
 	font-size: 0.9rem;
 	letter-spacing: 4px;
 	text-transform: uppercase;
 	color: var(--gold);
 	margin-bottom: 20px;
 	display: block;
 }

 .hero-title[b-gzjidr3gzi] {
 	font-size: clamp(3rem, 8vw, 6rem);
 	line-height: 1.1;
 	margin-bottom: 30px;
 	text-transform: uppercase;
 	letter-spacing: 2px;
 }

 .scroll-indicator[b-gzjidr3gzi] {
 	position: absolute;
 	bottom: 40px;
 	left: 50%;
 	transform: translateX(-50%);
 	z-index: 3;
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	opacity: 0.6;
 }

 .scroll-line[b-gzjidr3gzi] {
 	width: 1px;
 	height: 50px;
 	background: rgba(255, 255, 255, 0.2);
 	position: relative;
 	overflow: hidden;
 }

 .scroll-line[b-gzjidr3gzi]::before {
 	content: '';
 	position: absolute;
 	top: -50px;
 	left: 0;
 	width: 1px;
 	height: 50px;
 	background: var(--gold);
 	animation: scrollLine-b-gzjidr3gzi 2s infinite;
 }

 @keyframes scrollLine-b-gzjidr3gzi {
 	100% {
 		top: 50px;
 	}
 }

 /* =========================================
           6. FLOATING QUICK INFO BAR
        ========================================= */
 .quick-info-bar[b-gzjidr3gzi] {
 	position: sticky;
 	top: 80px;
 	/* Under navbar */
 	z-index: 90;
 	background: rgba(18, 26, 37, 0.85);
 	backdrop-filter: blur(15px);
 	border-bottom: 1px solid var(--glass-border);
 	padding: 15px 0;
 	font-size: 0.85rem;
 	transform: translateY(0);
 	transition: var(--transition-slow);
 }

 .info-item[b-gzjidr3gzi] {
 	display: flex;
 	flex-direction: column;
 	border-right: 1px solid rgba(255, 255, 255, 0.05);
 	padding: 0 20px;
 }

 .info-item:last-child[b-gzjidr3gzi] {
 	border: none;
 }

 .info-label[b-gzjidr3gzi] {
 	color: var(--text-muted);
 	text-transform: uppercase;
 	letter-spacing: 1px;
 	font-size: 0.7rem;
 }

 .info-value[b-gzjidr3gzi] {
 	color: var(--gold);
 	font-family: var(--font-heading);
 	font-size: 1.2rem;
 }

 /* =========================================
           7. PROJECT INTRO
        ========================================= */
 .intro-quote[b-gzjidr3gzi] {
 	font-size: clamp(2rem, 4vw, 3rem);
 	line-height: 1.3;
 	color: #fff;
 	border-left: 2px solid var(--gold);
 	padding-left: 30px;
 }

 .intro-image-wrapper[b-gzjidr3gzi] {
 	position: relative;
 	overflow: hidden;
 }

 .intro-image-wrapper img[b-gzjidr3gzi] {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 	transition: transform 1.5s ease;
 }

 .intro-image-wrapper:hover img[b-gzjidr3gzi] {
 	transform: scale(1.05);
 }

 /* =========================================
           8. GALLERY MASONRY
        ========================================= */
 .gallery-filters[b-gzjidr3gzi] {
 	margin-bottom: 40px;
 }

 .filter-btn[b-gzjidr3gzi] {
 	background: none;
 	border: none;
 	color: var(--text-muted);
 	text-transform: uppercase;
 	letter-spacing: 1.5px;
 	font-size: 0.85rem;
 	padding: 5px 15px;
 	transition: var(--transition-slow);
 }

 .filter-btn.active[b-gzjidr3gzi],
 .filter-btn:hover[b-gzjidr3gzi] {
 	color: var(--gold);
 }

 .masonry-grid[b-gzjidr3gzi] {
 	column-count: 3;
 	column-gap: 20px;
 }

 @media (max-width: 991px) {
 	.masonry-grid[b-gzjidr3gzi] {
 		column-count: 2;
 	}
 }

 @media (max-width: 767px) {
 	.masonry-grid[b-gzjidr3gzi] {
 		column-count: 1;
 	}
 }

 .gallery-item[b-gzjidr3gzi] {
 	break-inside: avoid;
 	margin-bottom: 20px;
 	position: relative;
 	overflow: hidden;
 	cursor: pointer;
 }

 .gallery-item img[b-gzjidr3gzi] {
 	width: 100%;
 	height: auto;
 	transition: transform 1s ease;
 }

 .gallery-overlay[b-gzjidr3gzi] {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: rgba(7, 11, 18, 0.6);
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	opacity: 0;
 	transition: var(--transition-slow);
 }

 .gallery-item:hover img[b-gzjidr3gzi] {
 	transform: scale(1.08);
 }

 .gallery-item:hover .gallery-overlay[b-gzjidr3gzi] {
 	opacity: 1;
 }

 .gallery-overlay span[b-gzjidr3gzi] {
 	color: var(--gold);
 	font-family: var(--font-heading);
 	font-size: 1.5rem;
 	transform: translateY(20px);
 	transition: var(--transition-slow);
 }

 .gallery-item:hover .gallery-overlay span[b-gzjidr3gzi] {
 	transform: translateY(0);
 }

 /* =========================================
           9. MASTER PLAN & HOTSPOTS
        ========================================= */
 .masterplan-container[b-gzjidr3gzi] {
 	position: relative;
 	border: 1px solid var(--glass-border);
 	padding: 10px;
 }

 .masterplan-container img[b-gzjidr3gzi] {
 	width: 100%;
 	display: block;
 	filter: brightness(0.8);
 }

 .hotspot[b-gzjidr3gzi] {
 	position: absolute;
 	width: 24px;
 	height: 24px;
 	background: var(--gold);
 	border-radius: 50%;
 	cursor: pointer;
 	transform: translate(-50%, -50%);
 	box-shadow: 0 0 0 rgba(197, 160, 89, 0.4);
 	animation: pulseGold-b-gzjidr3gzi 2s infinite;
 }

 @keyframes pulseGold-b-gzjidr3gzi {
 	0% {
 		box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.7);
 	}

 	70% {
 		box-shadow: 0 0 0 20px rgba(197, 160, 89, 0);
 	}

 	100% {
 		box-shadow: 0 0 0 0 rgba(197, 160, 89, 0);
 	}
 }

 /* =========================================
           10. AMENITIES GRID
        ========================================= */
 .amenity-card[b-gzjidr3gzi] {
 	padding: 40px 30px;
 	height: 100%;
 	transition: var(--transition-slow);
 	position: relative;
 	overflow: hidden;
 	border-top: 1px solid transparent;
 }

 .amenity-card[b-gzjidr3gzi]::before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: radial-gradient(circle at top right, rgba(197, 160, 89, 0.1), transparent);
 	opacity: 0;
 	transition: var(--transition-slow);
 }

 .amenity-card:hover[b-gzjidr3gzi] {
 	transform: translateY(-10px);
 	border-top: 1px solid var(--gold);
 	background: rgba(18, 26, 37, 0.9);
 }

 .amenity-card:hover[b-gzjidr3gzi]::before {
 	opacity: 1;
 }

 .amenity-icon[b-gzjidr3gzi] {
 	font-size: 2.5rem;
 	color: var(--gold);
 	margin-bottom: 20px;
 }

 .amenity-title[b-gzjidr3gzi] {
 	font-family: var(--font-heading);
 	font-size: 1.5rem;
 	margin-bottom: 15px;
 }

 /* =========================================
           11. PRODUCT TYPES (TABS)
        ========================================= */
 .luxury-tabs .nav-link[b-gzjidr3gzi] {
 	background: transparent;
 	border: none;
 	color: var(--text-muted) !important;
 	font-family: var(--font-heading);
 	font-size: 1.5rem;
 	padding: 10px 0;
 	margin-right: 40px;
 	border-bottom: 2px solid transparent;
 	transition: var(--transition-slow);
 }

 .luxury-tabs .nav-link.active[b-gzjidr3gzi] {
 	color: var(--gold) !important;
 	border-bottom-color: var(--gold);
 }

 .floor-plan-img[b-gzjidr3gzi] {
 	width: 100%;
 	filter: invert(1) hue-rotate(180deg) opacity(0.8);
 }

 /* Fake dark mode floor plan */

 /* =========================================
           12. FORMS & FOOTER
        ========================================= */
 .form-luxury .form-control[b-gzjidr3gzi] {
 	background: transparent;
 	border: none;
 	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 	border-radius: 0;
 	color: #fff;
 	padding-left: 0;
 	box-shadow: none;
 }

 .form-luxury .form-control:focus[b-gzjidr3gzi] {
 	border-bottom-color: var(--gold);
 }

 .form-luxury label[b-gzjidr3gzi] {
 	color: var(--text-muted);
 	padding-left: 0;
 }

 .footer-premium[b-gzjidr3gzi] {
 	background: radial-gradient(circle at 50% -20%, #0d1624 0%, var(--dark-navy) 80%);
 	padding: 100px 0 30px;
 	border-top: 1px solid var(--glass-border);
 }

 .footer-link[b-gzjidr3gzi] {
 	color: var(--text-muted);
 	text-decoration: none;
 	display: block;
 	margin-bottom: 10px;
 	transition: color 0.3s;
 }

 .footer-link:hover[b-gzjidr3gzi] {
 	color: var(--gold);
 	padding-left: 5px;
 }
/* /Pages/T/Bds/lux-land/Index.cshtml.rz.scp.css */
/* /Pages/T/Bds/lux-real1/Index.cshtml.rz.scp.css */
/* /Pages/T/Bds/lux-real2/EstateDetail.cshtml.rz.scp.css */
/* Style cho Vị Trí */
.location-highlight-item[b-gxqv71t0qs] {
	padding: 20px;
	border-bottom: 1px solid #eee;
	transition: 0.3s;
}

.location-highlight-item:hover[b-gxqv71t0qs] {
	background-color: #fcfcfc;
}

.gold-number[b-gxqv71t0qs] {
	font-family: 'Playfair Display', serif;
	color: var(--gold);
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 15px;
}

/* Style cho Tiện Ích Checklist */
.amenity-checklist[b-gxqv71t0qs] {
	list-style: none;
	padding: 0;
}

.amenity-item[b-gxqv71t0qs] {
	padding: 12px 0;
	display: flex;
	align-items: center;
	font-weight: 300;
	letter-spacing: 1px;
}

.check-icon[b-gxqv71t0qs] {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	color: var(--gold);
	flex-shrink: 0;
}

/* Style cho Tổng quan dự án */
.overview-card[b-gxqv71t0qs] {
	padding: 40px 20px;
	border: 1px solid #f1f1f1;
	transition: all 0.4s ease;
	background: #fff;
	height: 100%;
}

.overview-card:hover[b-gxqv71t0qs] {
	border-color: var(--gold);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
	transform: translateY(-5px);
}

.overview-icon[b-gxqv71t0qs] {
	font-size: 2rem;
	margin-bottom: 20px;
	display: inline-block;
	background: var(--gold-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.overview-label[b-gxqv71t0qs] {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #888;
	margin-bottom: 8px;
}

.overview-value[b-gxqv71t0qs] {
	font-family: 'Playfair Display', serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--dark);
}
/* /Pages/T/Bds/lux-real2/Index.cshtml.rz.scp.css */
/* /Pages/T/Bds/lux-real2/Intro.cshtml.rz.scp.css */
/* /Pages/T/Bds/merakiland/EstateDetail.cshtml.rz.scp.css */
html[b-q5iwmuw83h] {
	scroll-behavior: smooth !important;
	scroll-padding-top: 80px !important;
	/* Độ cao của navbar để không bị đè chữ khi cuộn tới */
}

/* Style cho Vị Trí */
.location-highlight-item[b-q5iwmuw83h] {
	padding: 20px;
	border-bottom: 1px solid #eee;
	transition: 0.3s;
}

.location-highlight-item:hover[b-q5iwmuw83h] {
	background-color: var(--bg-soft);
}

.gold-number[b-q5iwmuw83h] {
	font-family: var(--font-heading);
	color: var(--gold);
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 15px;
}

/* Style cho Tiện Ích Checklist */
.amenity-checklist[b-q5iwmuw83h] {
	list-style: none;
	padding: 0;
}

.amenity-item[b-q5iwmuw83h] {
	padding: 12px 0;
	display: flex;
	align-items: center;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 1.15rem;
}

.check-icon[b-q5iwmuw83h] {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	color: var(--gold);
	flex-shrink: 0;
}

/* Style cho Tổng quan dự án */
.overview-card[b-q5iwmuw83h] {
	padding: 40px 20px;
	border: 1px solid #f1f1f1;
	transition: all 0.4s ease;
	background: #fff;
	height: 100%;
}

.overview-card:hover[b-q5iwmuw83h] {
	border-color: var(--gold);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
	transform: translateY(-5px);
}

.overview-icon[b-q5iwmuw83h] {
	font-size: 2rem;
	margin-bottom: 20px;
	display: inline-block;
	background: var(--gold-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.overview-label[b-q5iwmuw83h] {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #888;
	margin-bottom: 8px;
}

.overview-value[b-q5iwmuw83h] {
	font-family: var(--font-sans);
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--dark);
}

.overview-luxury-section[b-q5iwmuw83h] {
	position: relative;
	overflow: hidden;
}

/* Chữ nền chạy ngang mờ ảo */
.bg-text-overlay[b-q5iwmuw83h] {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 15vw;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.02);
	/* Cực mờ */
	letter-spacing: 2rem;
	z-index: 0;
	pointer-events: none;
	font-family: var(--font-serif);
}

.text-gold-sub[b-q5iwmuw83h] {
	color: #b8860b;
	letter-spacing: 5px;
	font-size: 0.8rem;
	font-weight: 600;
}

.gold-divider-center[b-q5iwmuw83h] {
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #d4af37, transparent);
	margin: 20px auto;
}

/* Luxury Card Design */
.luxury-card[b-q5iwmuw83h] {
	padding: 60px 40px;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: #fff;
	position: relative;
	z-index: 1;
}

.luxury-card:hover[b-q5iwmuw83h] {
	background: #fafafa;
	z-index: 2;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	transform: translateY(-5px);
}

/* Icon Wrap với hiệu ứng mạ vàng */
.card-icon-wrap[b-q5iwmuw83h] {
	font-size: 2.5rem;
	margin-bottom: 25px;
	background: linear-gradient(135deg, #d4af37 0%, #f9e27d 50%, #b8860b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 0.5s;
}

.luxury-card:hover .card-icon-wrap[b-q5iwmuw83h] {
	transform: scale(1.1) rotateY(10deg);
}

/* Typography */
.luxury-card .label[b-q5iwmuw83h] {
	display: block;
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 3px;
	color: #999;
	margin-bottom: 10px;
}

.luxury-card .value[b-q5iwmuw83h] {
	font-family: var(--font-sans);
	font-size: 1.4rem;
	color: #1a1a1a;
	font-weight: 500;
}

/* Border mờ kiểu High-end */
.border-end[b-q5iwmuw83h],
.border-bottom[b-q5iwmuw83h] {
	border-color: #f0f0f0 !important;
}

/* Responsive */
@media (max-width: 768px) {
	.luxury-card[b-q5iwmuw83h] {
		border: 1px solid #f0f0f0 !important;
		margin-bottom: -1px;
	}
}

/* --- SECTIONS --- */
section[b-q5iwmuw83h] {
	padding: 100px 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.gold-line[b-q5iwmuw83h] {
	width: 80px;
	height: 2px;
	background: var(--gold-gradient);
	margin: 20px auto;
}

.img-luxury[b-q5iwmuw83h] {
	width: 100%;
	height: 500px;
	object-fit: cover;
	/* Giữ tỷ lệ ảnh chuẩn */
}

/* --- AMENITIES HOVER EFFECT --- */
.amenity-card[b-q5iwmuw83h] {
	position: relative;
	overflow: hidden;
	height: 400px;
	margin-bottom: 30px;
}

.amenity-img[b-q5iwmuw83h] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.amenity-overlay[b-q5iwmuw83h] {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(65, 65, 65, 0.9);
	/* Màu Gold Overlay */
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	color: var(--bg-soft);
	text-align: center;
}

.amenity-card:hover .amenity-overlay[b-q5iwmuw83h] {
	bottom: 0;
}

.amenity-card:hover .amenity-img[b-q5iwmuw83h] {
	transform: scale(1.1);
}

/* about */
/* Container chứa text để làm nền cho chữ chìm */
.lx-content-box[b-q5iwmuw83h] {
	position: relative;
	z-index: 1;
}

/* 1. Hoa văn chữ cái chìm (Watermark Monogram) */
.lx-content-box[b-q5iwmuw83h]::before {
	content: "M";
	/* Chữ cái đầu của dự án hoặc tên thương hiệu */
	position: absolute;
	top: -20px;
	left: -30px;
	font-family: 'Playfair Display', serif;
	font-size: 15rem;
	font-weight: 700;
	color: rgba(197, 162, 93, 0.05);
	/* Màu Gold cực mảnh và mờ */
	line-height: 1;
	z-index: -1;
	pointer-events: none;
}

/* 2. Hiệu ứng Texture hoa văn cổ điển chìm nhẹ toàn khung text */
.lx-text-wrapper[b-q5iwmuw83h] {
	position: relative;
	padding-bottom: 5px;
}

/* 3. Luxury Divider (Đường kẻ vàng nghệ thuật) */
.lx-separator[b-q5iwmuw83h] {
	display: flex;
	align-items: center;
	opacity: 0.8;
}

.lx-separator svg[b-q5iwmuw83h] {
	transition: all 0.5s ease;
}

.lx-content-box:hover .lx-separator svg[b-q5iwmuw83h] {
	letter-spacing: 10px;
	/* Tạo cảm giác đường kẻ dãn ra khi khách rê chuột vào vùng text */
	transform: scaleX(1.2);
}

/* Tinh chỉnh lại badge cho sang hơn */
.lx-badgeab[b-q5iwmuw83h] {
	position: relative;
	padding-left: 40px;
	font-size: 0.75rem;
	letter-spacing: 4px;
	color: var(--gold);
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.lx-badgeab[b-q5iwmuw83h]::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 1px;
	background: var(--gold);
}

.lx-title-main[b-q5iwmuw83h] {
	font-family: 'Playfair Display', serif;
	/* Hoặc Cormorant Garamond */
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	color: var(--dark);
	line-height: 1.1;
	font-weight: 500;
}

.lx-title-main span[b-q5iwmuw83h] {
	font-weight: 300;
	/* Tạo sự tương phản giữa 2 dòng */
	font-style: italic;
}

.lx-description[b-q5iwmuw83h] {
	font-size: 1.05rem;
	color: var(--gray-text);
	line-height: 1.8;
	max-width: 500px;
}

/* Hiệu ứng hình ảnh với Khung lệch (Offset Frame) */
.lx-img-wrapper[b-q5iwmuw83h] {
	position: relative;
	padding: 20px;
	/* Tạo khoảng trống cho khung vàng hiện ra */
}

.lx-img-wrapper[b-q5iwmuw83h]::before {
	content: "";
	position: absolute;
	width: 80%;
	height: 80%;
	border: 1px solid var(--gold);
	top: 0;
	right: 0;
	z-index: -1;
	/* Nằm dưới ảnh */
	transition: all 0.5s ease;
}

.img-luxury[b-q5iwmuw83h] {
	width: 100%;
	height: 550px;
	object-fit: cover;
	box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
}

/* Nút bấm Luxury */
.btn-gold-detail[b-q5iwmuw83h] {
	display: inline-block;
	padding: 14px 35px;
	border: 1px solid var(--gold);
	color: var(--dark);
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 2px;
	transition: all 0.3s ease;
	position: relative;
	background: transparent;
}

.btn-gold-detail:hover[b-q5iwmuw83h] {
	background: var(--gold);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(197, 162, 93, 0.2);
}

/* Responsive cho Mobile */
@media (max-width: 991px) {


	.lx-img-wrapper[b-q5iwmuw83h] {
		margin-top: 50px;
	}

	.img-luxury[b-q5iwmuw83h] {
		height: 400px;
	}
}

/* 1. Xử lý cột văn bản & Hoa văn Monogram chìm */
.lx-text-column[b-q5iwmuw83h] {
	position: relative;
	z-index: 2;
}

/* Chữ M chìm (Watermark) đằng sau văn bản */
.gt-estate[b-q5iwmuw83h]::before {
	content: "M";
	position: absolute;
	top: 10%;
	left: 10%;
	font-family: var(--font-heading);
	font-size: 30rem;
	font-weight: 700;
	color: rgba(197, 162, 93, 0.07);
	/* Màu vàng cực mảnh, siêu mờ */
	line-height: 1;
	z-index: -1;
	pointer-events: none;
}


.lx-desc[b-q5iwmuw83h] {
	max-width: 500px;
	border-left: 1px solid rgba(197, 162, 93, 0.3);
	/* Đường line hoa văn dọc mảnh */
	padding-left: 25px;
}

/* 3. Nút bấm Gold Detail của ông đây */
.btn-gold-detail[b-q5iwmuw83h] {
	display: inline-block;
	padding: 14px 35px;
	border: 1px solid var(--gold);
	color: var(--dark);
	text-decoration: none;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: transparent;
}

.btn-gold-detail:hover[b-q5iwmuw83h] {
	background: var(--gold);
	color: #fff;
	letter-spacing: 3px;
	/* Hiệu ứng dãn chữ nhẹ khi hover */
	box-shadow: 0 10px 30px rgba(197, 162, 93, 0.2);
	transform: translateY(-3px);
}

/* 4. Hình ảnh và khung lệch (Offset Frame) */
.lx-img-frame[b-q5iwmuw83h] {
	position: relative;
	padding: 15px;
}

.lx-img-frame[b-q5iwmuw83h]::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 80%;
	border: 1px solid var(--gold);
	z-index: -1;
}

.img-luxury[b-q5iwmuw83h] {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

/* Mobile Tinh chỉnh */
@media (max-width: 991px) {
	.gt-estate[b-q5iwmuw83h]::before {
		font-size: 10rem;
		top: 0;
	}

	.img-luxury[b-q5iwmuw83h] {
		height: 350px;
	}
}

/* end about */
/* /Pages/T/Bds/merakiland/Index.cshtml.rz.scp.css */
/* /Pages/T/Bds/merakiland/LienHe.cshtml.rz.scp.css */
/* ===== CONTACT SECTION STYLE ===== */
.lx-contact-section[b-b3oa9jhrv9] {
	background-color: var(--bg-main);
	padding: 100px 0;
	font-family: var(--font-sans);
	color: var(--dark);
}

/* Header */
.lx-contact-header[b-b3oa9jhrv9] {
	margin-bottom: 70px;
}


.lx-divider[b-b3oa9jhrv9] {
	width: 60px;
	height: 1px;
	background-color: var(--gold);
	margin: 25px auto 0;
}

/* Cột Trái - Thông tin liên hệ tĩnh */
.lx-contact-info-card[b-b3oa9jhrv9] {
	background-color: var(--bg-section);
	padding: 50px 40px;
	border: 1px solid rgba(211, 175, 121, 0.2);
}

.lx-info-heading[b-b3oa9jhrv9] {
	font-family: var(--font-heading2);
	font-size: 1.4rem;
	font-style: italic;
	color: var(--ebony);
	margin-bottom: 8px;
}

.lx-info-text[b-b3oa9jhrv9] {
	font-size: 15px;
	color: var(--text-soft);
	line-height: 1.6;
	margin-bottom: 0;
}

.lx-highlight-text[b-b3oa9jhrv9] {
	font-family: var(--font-heading);
	font-size: 1.2rem;
	letter-spacing: 1px;
	color: var(--dark);
}

.lx-social-wrapper[b-b3oa9jhrv9] {
	border-top: 1px solid rgba(47, 42, 36, 0.1);
	display: flex;
	gap: 25px;
}

.lx-social-link[b-b3oa9jhrv9] {
	font-size: 11px;
	letter-spacing: 2px;
	color: var(--text-soft);
	text-decoration: none;
	font-weight: 600;
	transition: var(--transition);
}

.lx-social-link:hover[b-b3oa9jhrv9] {
	color: var(--gold);
	transform: translateY(-2px);
}

/* Cột Phải - Form Nhập Liệu */
.lx-contact-form-wrapper[b-b3oa9jhrv9] {
	background-color: var(--bg-soft);
	padding: 50px 40px;
	border: 1px solid rgba(47, 42, 36, 0.05);
}

.lx-form-group[b-b3oa9jhrv9] {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lx-label[b-b3oa9jhrv9] {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	color: var(--text-soft);
}

.lx-input[b-b3oa9jhrv9] {
	background-color: var(--bg-main);
	border: 1px solid rgba(47, 42, 36, 0.12);
	padding: 12px 16px;
	font-size: 14px;
	color: var(--dark);
	border-radius: 0px;
	/* Bo góc vuông tinh tế như tạp chí */
	transition: var(--transition);
}

.lx-input:focus[b-b3oa9jhrv9] {
	outline: none;
	border-color: var(--gold);
	background-color: #ffffff;
}

/* ===== CUSTOM LẠI QUILLJS THEME VINTAGE LUX ===== */
.lx-quill-wrapper[b-b3oa9jhrv9] {
	background-color: var(--bg-main);
}

/* Custom thanh công cụ soạn thảo */
.lx-quill-wrapper .ql-toolbar.ql-snow[b-b3oa9jhrv9] {
	border: 1px solid rgba(47, 42, 36, 0.12) !important;
	border-bottom: none !important;
	background-color: var(--bg-section);
	padding: 8px;
}

/* Custom khung nhập nội dung */
.lx-quill-wrapper .ql-container.ql-snow[b-b3oa9jhrv9] {
	border: 1px solid rgba(47, 42, 36, 0.12) !important;
	min-height: 160px;
	font-family: var(--font-sans) !important;
	font-size: 14px;
	color: var(--dark);
	background-color: var(--bg-main);
}

/* Chỉnh sửa trạng thái focus của Quill */
.lx-quill-wrapper:focus-within .ql-toolbar.ql-snow[b-b3oa9jhrv9],
.lx-quill-wrapper:focus-within .ql-container.ql-snow[b-b3oa9jhrv9] {
	border-color: var(--gold) !important;
}

.lx-quill-wrapper .ql-editor.ql-blank[b-b3oa9jhrv9]::before {
	font-style: italic;
	color: var(--text-soft);
	opacity: 0.6;
}

/* Nút Submit Đậm Chất Editorial */
.lx-btn-submit[b-b3oa9jhrv9] {
	background-color: var(--ebony);
	color: #ffffff;
	border: 1px solid var(--ebony);
	padding: 16px 32px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	cursor: pointer;
	transition: var(--transition-smooth);
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.lx-btn-submit[b-b3oa9jhrv9]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--gold);
	z-index: -1;
	transform: scaleX(0);
	transform-origin: right;
	transition: var(--transition-smooth);
}

.lx-btn-submit:hover[b-b3oa9jhrv9] {
	color: var(--dark);
	border-color: var(--gold);
}

.lx-btn-submit:hover[b-b3oa9jhrv9]::before {
	transform: scaleX(1);
	transform-origin: left;
}

/* Responsive */
@media (max-width: 991px) {
	.lx-contact-header[b-b3oa9jhrv9] {
		margin-bottom: 40px;
	}

	.lx-title[b-b3oa9jhrv9] {
		font-size: 2.2rem;
	}

	.lx-contact-info-card[b-b3oa9jhrv9],
	.lx-contact-form-wrapper[b-b3oa9jhrv9] {
		padding: 35px 25px;
	}
}
/* /Pages/T/Bds/merakiland/_IndexEstate.cshtml.rz.scp.css */
/* /Pages/T/Bds/merakiland/_Nav.cshtml.rz.scp.css */
  /* --- 1. NAVBAR GỐC --- */
  .navbar-custom[b-k3nbcd15yi] {
  	padding: 20px 0;
  	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  	background: transparent;
  	z-index: 1040;
  }

  /* KHI SCROLL: NỀN VÀNG GOLD */
  .navbar-custom.scrolled[b-k3nbcd15yi] {
  	padding: 15px 0;
  	background-color: var(--bg-section) !important;
  	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  /* LOGO: GIỮ NGUYÊN MÀU GỐC */
  .navbar-custom .navbar-brand img[b-k3nbcd15yi] {
  	filter: none !important;
  	-webkit-filter: none !important;
  	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navbar-custom.scrolled .navbar-brand img[b-k3nbcd15yi] {
  	width: 150px !important;
  }

  /* Chữ MERAKI & Ngôn ngữ khi scroll */
  .navbar-custom .navbar-brand .logotxt[b-k3nbcd15yi] {
  	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navbar-custom.scrolled .navbar-brand .logotxt[b-k3nbcd15yi] {
  	font-size: 0.8rem;
  	color: var(--ebony) !important;
  }

  .navbar-custom.scrolled .lang-item[b-k3nbcd15yi] {
  	color: rgba(47, 42, 36, 0.6) !important;
  }

  .navbar-custom.scrolled .lang-item.active[b-k3nbcd15yi] {
  	color: var(--dark) !important;
  	font-weight: 700;
  }

  .navbar-custom.scrolled .lang-divider[b-k3nbcd15yi] {
  	color: var(--dark);
  	opacity: 0.2;
  }

  /* --- 2. FIX NÚT TOGGLE (HAMBURGER) --- */
  .menu-toggle-btn[b-k3nbcd15yi] {
  	width: 30px;
  	height: 18px;
  	position: relative;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	/* Đảm bảo vạch top và bottom giãn ra */
  	z-index: 1041;
  	cursor: pointer;
  	border: none;
  	background: transparent;
  }

  .hamburger-line[b-k3nbcd15yi] {
  	width: 100%;
  	height: 1.5px;
  	/* Tăng độ dày một chút cho rõ */
  	background-color: var(--bg-main);
  	/* Màu trắng kem trên Hero */
  	transition: var(--transition-smooth);
  }

  /* Khi scroll: Đổi vạch menu sang màu tối trên nền Gold */
  .navbar-custom.scrolled .hamburger-line[b-k3nbcd15yi] {
  	background-color: var(--dark) !important;
  }

  .hamburger-line.bottom[b-k3nbcd15yi] {
  	width: 60%;
  	align-self: flex-end;
  }

  .menu-toggle-btn:hover .hamburger-line.bottom[b-k3nbcd15yi] {
  	width: 100%;
  }

  /* --- 3. OFFCANVAS (NỀN KEM - KHÔNG ĐEN) --- */
  .luxury-offcanvas[b-k3nbcd15yi] {
  	background-color: var(--gold) !important;
  	width: 400px !important;
  	border-left: 1px solid rgba(211, 175, 121, 0.2) !important;
  }

  .offcanvas-title[b-k3nbcd15yi] {
  	color: var(--dark) !important;
  }

  .btn-close-white[b-k3nbcd15yi] {
  	filter: brightness(0) !important;
  	/* X màu đen trên nền Kem */
  	opacity: 0.5;
  }

  /* --- 4. MENU LINKS & SUBMENU (ACCORDION) --- */
  .luxury-nav .nav-link[b-k3nbcd15yi] {
  	color: var(--dark) !important;
  	font-size: 1rem;
  	font-family: var(--font-sans);
  	padding: 15px 0 !important;
  	border-bottom: 1px solid rgba(47, 42, 36, 0.05);
  	letter-spacing: 2px;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	transition: var(--transition-smooth);
  }

  .luxury-nav .nav-link:hover[b-k3nbcd15yi],
  .luxury-nav .nav-link:focus[b-k3nbcd15yi] {
  	color: var(--ebony) !important;
  	/* Màu #C5A059 */
  	padding-left: 15px !important;
  }

  /* 3. Màu của Sub-menu (Dropdown): Dùng màu trắng mờ hơn một chút để phân cấp chính phụ */
  .luxury-dropdown .dropdown-item[b-k3nbcd15yi] {
  	text-transform: uppercase;
  	font-size: 0.85rem;
  	font-family: var(--font-sans);
  	padding: 12px 0;
  	transition: var(--transition-smooth);
  	letter-spacing: 1px;
  }

  /* 4. Hover Sub-menu: Sáng rực lên màu Gold */
  .luxury-dropdown .dropdown-item:hover[b-k3nbcd15yi] {
  	/* color: var(--ebony) !important; */
  	/* Màu vàng sáng hơn */
  	background: transparent !important;
  	padding-left: 10px !important;
  }

  /* FIX SUBMENU: ĐẨY DÒNG */
  .luxury-nav .dropdown-menu[b-k3nbcd15yi] {
  	position: static !important;
  	/* Ép về cùng luồng để đẩy nội dung xuống */
  	transform: none !important;
  	float: none !important;
  	width: 100% !important;
  	background-color: rgba(211, 175, 121, 0.05) !important;
  	border: none !important;
  	padding: 0 0 0 25px !important;
  	margin: 0 !important;
  	box-shadow: none !important;
  	display: none;
  }

  .luxury-nav .dropdown-menu.show[b-k3nbcd15yi] {
  	display: block !important;
  }


  /* --- 5. ANIMATION (KEYFRAMES) --- */
  .luxury-nav .nav-item[b-k3nbcd15yi] {
  	opacity: 0;
  	transform: translateX(20px);
  }

  .offcanvas.show .luxury-nav .nav-item[b-k3nbcd15yi] {
  	animation: slideInMenu-b-k3nbcd15yi 0.5s ease forwards;
  	animation-delay: calc(var(--i) * 0.08s);
  }

  @keyframes slideInMenu-b-k3nbcd15yi {
  	to {
  		opacity: 1;
  		transform: translateX(0);
  	}
  }

  /* --- 6. RESPONSIVE (MEDIA QUERIES) --- */
  @media (max-width: 991px) {
  	.navbar-custom[b-k3nbcd15yi] {
  		padding: 20px 0;
  	}

  	.lang-switcher[b-k3nbcd15yi] {
  		margin-right: 15px;
  	}
  }

  @media (max-width: 768px) {
  	.luxury-offcanvas[b-k3nbcd15yi] {
  		width: 100% !important;
  		/* Full màn hình trên mobile */
  	}

  	.luxury-nav .nav-link[b-k3nbcd15yi] {
  		font-size: 1.1rem;
  	}
  }

  .lang-switcher[b-k3nbcd15yi] {
  	font-family: var(--font-sans);
  	/* Thay cho Montserrat */
  	font-size: 0.75rem;
  	letter-spacing: 1.5px;
  }

  .lang-item[b-k3nbcd15yi] {
  	text-decoration: none;
  	color: rgba(255, 255, 255, 0.6);
  	/* Màu nhạt khi không chọn */
  	transition: var(--transition);
  	padding: 0 5px;
  }

  .lang-item:hover[b-k3nbcd15yi],
  .lang-item.active[b-k3nbcd15yi] {
  	color: var(--gold);
  	/* #C5A25D - Màu vàng kim của LuxEstate */
  }

  .lang-divider[b-k3nbcd15yi] {
  	color: var(--gold);
  	opacity: 0.5;
  	font-weight: 300;
  }
/* /Pages/T/Bds/vintage/EstateDetail.cshtml.rz.scp.css */
html[b-r17fkqy2bv] {
	scroll-behavior: smooth !important;
	scroll-padding-top: 80px !important;
	/* Độ cao của navbar để không bị đè chữ khi cuộn tới */
}

/* Style cho Vị Trí */
.location-highlight-item[b-r17fkqy2bv] {
	padding: 20px;
	border-bottom: 1px solid #eee;
	transition: 0.3s;
}

.location-highlight-item:hover[b-r17fkqy2bv] {
	background-color: #fcfcfc;
}

.gold-number[b-r17fkqy2bv] {
	font-family: var(--font-serif);
	color: var(--gold);
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 15px;
}

/* Style cho Tiện Ích Checklist */
.amenity-checklist[b-r17fkqy2bv] {
	list-style: none;
	padding: 0;
}

.amenity-item[b-r17fkqy2bv] {
	padding: 12px 0;
	display: flex;
	align-items: center;
	font-weight: 300;
	letter-spacing: 1px;
}

.check-icon[b-r17fkqy2bv] {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	color: var(--gold);
	flex-shrink: 0;
}

/* Style cho Tổng quan dự án */
.overview-card[b-r17fkqy2bv] {
	padding: 40px 20px;
	border: 1px solid #f1f1f1;
	transition: all 0.4s ease;
	background: #fff;
	height: 100%;
}

.overview-card:hover[b-r17fkqy2bv] {
	border-color: var(--gold);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
	transform: translateY(-5px);
}

.overview-icon[b-r17fkqy2bv] {
	font-size: 2rem;
	margin-bottom: 20px;
	display: inline-block;
	background: var(--gold-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.overview-label[b-r17fkqy2bv] {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #888;
	margin-bottom: 8px;
}

.overview-value[b-r17fkqy2bv] {
	font-family: var(--font-sans);
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--dark);
}

.overview-luxury-section[b-r17fkqy2bv] {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}

/* Chữ nền chạy ngang mờ ảo */
.bg-text-overlay[b-r17fkqy2bv] {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 15vw;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.02);
	/* Cực mờ */
	letter-spacing: 2rem;
	z-index: 0;
	pointer-events: none;
	font-family: var(--font-serif);
}

.text-gold-sub[b-r17fkqy2bv] {
	color: #b8860b;
	letter-spacing: 5px;
	font-size: 0.8rem;
	font-weight: 600;
}

.gold-divider-center[b-r17fkqy2bv] {
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #d4af37, transparent);
	margin: 20px auto;
}

/* Luxury Card Design */
.luxury-card[b-r17fkqy2bv] {
	padding: 60px 40px;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: #fff;
	position: relative;
	z-index: 1;
}

.luxury-card:hover[b-r17fkqy2bv] {
	background: #fafafa;
	z-index: 2;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	transform: translateY(-5px);
}

/* Icon Wrap với hiệu ứng mạ vàng */
.card-icon-wrap[b-r17fkqy2bv] {
	font-size: 2.5rem;
	margin-bottom: 25px;
	background: linear-gradient(135deg, #d4af37 0%, #f9e27d 50%, #b8860b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 0.5s;
}

.luxury-card:hover .card-icon-wrap[b-r17fkqy2bv] {
	transform: scale(1.1) rotateY(10deg);
}

/* Typography */
.luxury-card .label[b-r17fkqy2bv] {
	display: block;
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 3px;
	color: #999;
	margin-bottom: 10px;
}

.luxury-card .value[b-r17fkqy2bv] {
	font-family: var(--font-sans);
	font-size: 1.4rem;
	color: #1a1a1a;
	font-weight: 500;
}

/* Border mờ kiểu High-end */
.border-end[b-r17fkqy2bv],
.border-bottom[b-r17fkqy2bv] {
	border-color: #f0f0f0 !important;
}

/* Responsive */
@media (max-width: 768px) {
	.luxury-card[b-r17fkqy2bv] {
		border: 1px solid #f0f0f0 !important;
		margin-bottom: -1px;
	}
}

/* --- SECTIONS --- */
section[b-r17fkqy2bv] {
	padding: 100px 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.gold-line[b-r17fkqy2bv] {
	width: 80px;
	height: 2px;
	background: var(--gold-gradient);
	margin: 20px auto;
}

.img-luxury[b-r17fkqy2bv] {
	width: 100%;
	height: 500px;
	object-fit: cover;
	/* Giữ tỷ lệ ảnh chuẩn */
}

/* --- AMENITIES HOVER EFFECT --- */
.amenity-card[b-r17fkqy2bv] {
	position: relative;
	overflow: hidden;
	height: 400px;
	margin-bottom: 30px;
}

.amenity-img[b-r17fkqy2bv] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.amenity-overlay[b-r17fkqy2bv] {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(212, 175, 55, 0.9);
	/* Màu Gold Overlay */
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	color: white;
	text-align: center;
}

.amenity-card:hover .amenity-overlay[b-r17fkqy2bv] {
	bottom: 0;
}

.amenity-card:hover .amenity-img[b-r17fkqy2bv] {
	transform: scale(1.1);
}

/* --- CTA BUTTON --- */
.btn-gold[b-r17fkqy2bv] {
	background: var(--gold-gradient);
	color: white;
	border: none;
	padding: 15px 40px;
	letter-spacing: 2px;
	transition: 0.3s;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 600;
}

.btn-gold:hover[b-r17fkqy2bv] {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(184, 134, 11, 0.3);
	color: white;
}


/* about */
/* Container chứa text để làm nền cho chữ chìm */
.lx-content-box[b-r17fkqy2bv] {
	position: relative;
	z-index: 1;
}

/* 1. Hoa văn chữ cái chìm (Watermark Monogram) */
.lx-content-box[b-r17fkqy2bv]::before {
	content: "M";
	/* Chữ cái đầu của dự án hoặc tên thương hiệu */
	position: absolute;
	top: -20px;
	left: -30px;
	font-family: 'Playfair Display', serif;
	font-size: 15rem;
	font-weight: 700;
	color: rgba(197, 162, 93, 0.05);
	/* Màu Gold cực mảnh và mờ */
	line-height: 1;
	z-index: -1;
	pointer-events: none;
}

/* 2. Hiệu ứng Texture hoa văn cổ điển chìm nhẹ toàn khung text */
.lx-text-wrapper[b-r17fkqy2bv] {
	position: relative;
	padding-bottom: 5px;
}

/* 3. Luxury Divider (Đường kẻ vàng nghệ thuật) */
.lx-separator[b-r17fkqy2bv] {
	display: flex;
	align-items: center;
	opacity: 0.8;
}

.lx-separator svg[b-r17fkqy2bv] {
	transition: all 0.5s ease;
}

.lx-content-box:hover .lx-separator svg[b-r17fkqy2bv] {
	letter-spacing: 10px;
	/* Tạo cảm giác đường kẻ dãn ra khi khách rê chuột vào vùng text */
	transform: scaleX(1.2);
}

/* Tinh chỉnh lại badge cho sang hơn */
.lx-badgeab[b-r17fkqy2bv] {
	position: relative;
	padding-left: 40px;
	font-size: 0.75rem;
	letter-spacing: 4px;
	color: var(--gold);
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.lx-badgeab[b-r17fkqy2bv]::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 1px;
	background: var(--gold);
}

.py-120[b-r17fkqy2bv] {
	padding: 120px 0;
}

.lx-title-main[b-r17fkqy2bv] {
	font-family: 'Playfair Display', serif;
	/* Hoặc Cormorant Garamond */
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	color: var(--dark);
	line-height: 1.1;
	font-weight: 500;
}

.lx-title-main span[b-r17fkqy2bv] {
	font-weight: 300;
	/* Tạo sự tương phản giữa 2 dòng */
	font-style: italic;
}

.lx-description[b-r17fkqy2bv] {
	font-size: 1.05rem;
	color: var(--gray-text);
	line-height: 1.8;
	max-width: 500px;
}

/* Hiệu ứng hình ảnh với Khung lệch (Offset Frame) */
.lx-img-wrapper[b-r17fkqy2bv] {
	position: relative;
	padding: 20px;
	/* Tạo khoảng trống cho khung vàng hiện ra */
}

.lx-img-wrapper[b-r17fkqy2bv]::before {
	content: "";
	position: absolute;
	width: 80%;
	height: 80%;
	border: 1px solid var(--gold);
	top: 0;
	right: 0;
	z-index: -1;
	/* Nằm dưới ảnh */
	transition: all 0.5s ease;
}

.img-luxury[b-r17fkqy2bv] {
	width: 100%;
	height: 550px;
	object-fit: cover;
	box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
}

/* Nút bấm Luxury */
.btn-gold-detail[b-r17fkqy2bv] {
	display: inline-block;
	padding: 14px 35px;
	border: 1px solid var(--gold);
	color: var(--dark);
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 2px;
	transition: all 0.3s ease;
	position: relative;
	background: transparent;
}

.btn-gold-detail:hover[b-r17fkqy2bv] {
	background: var(--gold);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(197, 162, 93, 0.2);
}

/* Responsive cho Mobile */
@media (max-width: 991px) {
	.py-120[b-r17fkqy2bv] {
		padding: 80px 0;
	}

	.lx-img-wrapper[b-r17fkqy2bv] {
		margin-top: 50px;
	}

	.img-luxury[b-r17fkqy2bv] {
		height: 400px;
	}
}

/* 1. Xử lý cột văn bản & Hoa văn Monogram chìm */
.lx-text-column[b-r17fkqy2bv] {
	position: relative;
	z-index: 2;
}

/* Chữ M chìm (Watermark) đằng sau văn bản */
.lx-text-column[b-r17fkqy2bv]::before {
	content: "M";
	position: absolute;
	top: -40px;
	left: -20px;
	font-family: 'Playfair Display', serif;
	font-size: 18rem;
	font-weight: 700;
	color: rgba(197, 162, 93, 0.07);
	/* Màu vàng cực mảnh, siêu mờ */
	line-height: 1;
	z-index: -1;
	pointer-events: none;
}

/* 2. Typography */
.lx-badge[b-r17fkqy2bv] {
	font-size: 0.8rem;
	letter-spacing: 4px;
	color: var(--gold);
	font-weight: 600;
	position: relative;
	padding-left: 45px;
}

.lx-badge[b-r17fkqy2bv]::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 1px;
	background: var(--gold);
}


.lx-desc[b-r17fkqy2bv] {
	max-width: 500px;
	border-left: 1px solid rgba(197, 162, 93, 0.3);
	/* Đường line hoa văn dọc mảnh */
	padding-left: 25px;
}

/* 3. Nút bấm Gold Detail của ông đây */
.btn-gold-detail[b-r17fkqy2bv] {
	display: inline-block;
	padding: 14px 35px;
	border: 1px solid var(--gold);
	color: var(--dark);
	text-decoration: none;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: transparent;
}

.btn-gold-detail:hover[b-r17fkqy2bv] {
	background: var(--gold);
	color: #fff;
	letter-spacing: 3px;
	/* Hiệu ứng dãn chữ nhẹ khi hover */
	box-shadow: 0 10px 30px rgba(197, 162, 93, 0.2);
	transform: translateY(-3px);
}

/* 4. Hình ảnh và khung lệch (Offset Frame) */
.lx-img-frame[b-r17fkqy2bv] {
	position: relative;
	padding: 15px;
}

.lx-img-frame[b-r17fkqy2bv]::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 80%;
	border: 1px solid var(--gold);
	z-index: -1;
}

.img-luxury[b-r17fkqy2bv] {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

/* Mobile Tinh chỉnh */
@media (max-width: 991px) {
	.lx-text-column[b-r17fkqy2bv]::before {
		font-size: 10rem;
		top: 0;
	}

	.img-luxury[b-r17fkqy2bv] {
		height: 350px;
	}
}

/* end about */
/* /Pages/T/Bds/vintage/EstateDetail2.cshtml.rz.scp.css */
 /* =========================================
           1. CSS VARIABLES & BASE STYLES
        ========================================= */
 :root[b-xfh4y45ljm] {
 	--dark-navy: #070b12;
 	--charcoal: #121a25;
 	--gold: #C5A059;
 	--gold-hover: #E0C695;
 	--platinum: #E5E4E2;
 	--text-muted: #8E98A8;
 	--glass-bg: rgba(18, 26, 37, 0.7);
 	--glass-border: rgba(197, 160, 89, 0.15);

 	--font-heading: 'Cormorant Garamond', serif;
 	--font-body: 'Manrope', sans-serif;
 	--section-padding: 120px 0;
 	--transition-slow: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
 }

 body[b-xfh4y45ljm] {
 	font-family: var(--font-body);
 	background-color: var(--dark-navy);
 	color: var(--platinum);
 	overflow-x: hidden;
 	-webkit-font-smoothing: antialiased;
 	cursor: none;
 	/* For custom cursor */
 }

 /* Noise Texture Overlay */
 body[b-xfh4y45ljm]::before {
 	content: "";
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100vw;
 	height: 100vh;
 	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
 	opacity: 0.025;
 	pointer-events: none;
 	z-index: 9999;
 }

 h1[b-xfh4y45ljm],
 h2[b-xfh4y45ljm],
 h3[b-xfh4y45ljm],
 h4[b-xfh4y45ljm],
 h5[b-xfh4y45ljm],
 h6[b-xfh4y45ljm],
 .font-heading[b-xfh4y45ljm] {
 	font-family: var(--font-heading);
 	font-weight: 400;
 }

 .text-gold[b-xfh4y45ljm] {
 	color: var(--gold) !important;
 }

 .bg-charcoal[b-xfh4y45ljm] {
 	background-color: var(--charcoal);
 }

 .section-padding[b-xfh4y45ljm] {
 	padding: var(--section-padding);
 }

 /* =========================================
           2. CUSTOM CURSOR
        ========================================= */
 .cursor-dot[b-xfh4y45ljm],
 .cursor-outline[b-xfh4y45ljm] {
 	position: fixed;
 	top: 0;
 	left: 0;
 	transform: translate(-50%, -50%);
 	border-radius: 50%;
 	z-index: 10000;
 	pointer-events: none;
 }

 .cursor-dot[b-xfh4y45ljm] {
 	width: 6px;
 	height: 6px;
 	background-color: var(--gold);
 }

 .cursor-outline[b-xfh4y45ljm] {
 	width: 40px;
 	height: 40px;
 	border: 1px solid rgba(197, 160, 89, 0.5);
 	transition: width 0.2s, height 0.2s, background-color 0.2s;
 }

 a:hover~.cursor-outline[b-xfh4y45ljm],
 button:hover~.cursor-outline[b-xfh4y45ljm] {
 	width: 60px;
 	height: 60px;
 	background-color: rgba(197, 160, 89, 0.1);
 }

 /* =========================================
           3. BUTTONS & UI ELEMENTS
        ========================================= */
 .btn-luxury[b-xfh4y45ljm] {
 	display: inline-block;
 	padding: 14px 36px;
 	font-size: 0.85rem;
 	text-transform: uppercase;
 	letter-spacing: 2px;
 	color: var(--gold);
 	background: transparent;
 	border: 1px solid var(--gold);
 	position: relative;
 	overflow: hidden;
 	transition: var(--transition-slow);
 	text-decoration: none;
 }

 .btn-luxury[b-xfh4y45ljm]::before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: -100%;
 	width: 100%;
 	height: 100%;
 	background: var(--gold);
 	transition: var(--transition-slow);
 	z-index: -1;
 }

 .btn-luxury:hover[b-xfh4y45ljm] {
 	color: var(--dark-navy);
 	border-color: var(--gold-hover);
 }

 .btn-luxury:hover[b-xfh4y45ljm]::before {
 	left: 0;
 }

 .glass-card[b-xfh4y45ljm] {
 	background: var(--glass-bg);
 	backdrop-filter: blur(12px);
 	-webkit-backdrop-filter: blur(12px);
 	border: 1px solid var(--glass-border);
 	border-radius: 0;
 }

 /* Gold Divider */
 .divider-gold[b-xfh4y45ljm] {
 	width: 1px;
 	height: 60px;
 	background: linear-gradient(to bottom, transparent, var(--gold), transparent);
 	margin: 0 auto;
 }

 /* =========================================
           4. NAVBAR COMPONENT
        ========================================= */
 .navbar-luxury[b-xfh4y45ljm] {
 	background: transparent;
 	padding: 25px 0;
 	transition: var(--transition-slow);
 	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
 }

 .navbar-luxury.scrolled[b-xfh4y45ljm] {
 	background: rgba(7, 11, 18, 0.95);
 	backdrop-filter: blur(20px);
 	padding: 15px 0;
 	border-bottom: 1px solid var(--glass-border);
 }

 .navbar-brand[b-xfh4y45ljm] {
 	font-family: var(--font-heading);
 	font-size: 1.8rem;
 	letter-spacing: 4px;
 	color: var(--gold) !important;
 }

 .nav-link[b-xfh4y45ljm] {
 	font-size: 0.85rem;
 	text-transform: uppercase;
 	letter-spacing: 1.5px;
 	color: var(--platinum) !important;
 	margin: 0 15px;
 	position: relative;
 }

 .nav-link[b-xfh4y45ljm]::after {
 	content: '';
 	position: absolute;
 	bottom: -5px;
 	left: 0;
 	width: 0;
 	height: 1px;
 	background: var(--gold);
 	transition: width 0.3s ease;
 }

 .nav-link:hover[b-xfh4y45ljm]::after {
 	width: 100%;
 }

 /* Offcanvas Dark Luxury */
 .offcanvas-luxury[b-xfh4y45ljm] {
 	background-color: var(--dark-navy);
 	border-left: 1px solid var(--glass-border);
 }

 .offcanvas-luxury .nav-link[b-xfh4y45ljm] {
 	font-size: 1.2rem;
 	margin: 10px 0;
 	font-family: var(--font-heading);
 	text-transform: none;
 	letter-spacing: 2px;
 }

 /* =========================================
           5. HERO SECTION
        ========================================= */
 .hero-section[b-xfh4y45ljm] {
 	height: 100vh;
 	position: relative;
 	display: flex;
 	align-items: center;
 	overflow: hidden;
 }

 .hero-bg[b-xfh4y45ljm] {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?q=80&w=2075&auto=format&fit=crop') no-center center / cover;
 	transform: scale(1.1);
 	animation: cinematicZoom-b-xfh4y45ljm 20s infinite alternate linear;
 	z-index: 1;
 }

 @keyframes cinematicZoom-b-xfh4y45ljm {
 	0% {
 		transform: scale(1.05);
 	}

 	100% {
 		transform: scale(1.15);
 	}
 }

 .hero-overlay[b-xfh4y45ljm] {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: linear-gradient(180deg, rgba(7, 11, 18, 0.3) 0%, rgba(7, 11, 18, 0.8) 100%);
 	z-index: 2;
 }

 .hero-content[b-xfh4y45ljm] {
 	position: relative;
 	z-index: 3;
 	text-align: center;
 	width: 100%;
 }

 .hero-subtitle[b-xfh4y45ljm] {
 	font-size: 0.9rem;
 	letter-spacing: 4px;
 	text-transform: uppercase;
 	color: var(--gold);
 	margin-bottom: 20px;
 	display: block;
 }

 .hero-title[b-xfh4y45ljm] {
 	font-size: clamp(3rem, 8vw, 6rem);
 	line-height: 1.1;
 	margin-bottom: 30px;
 	text-transform: uppercase;
 	letter-spacing: 2px;
 }

 .scroll-indicator[b-xfh4y45ljm] {
 	position: absolute;
 	bottom: 40px;
 	left: 50%;
 	transform: translateX(-50%);
 	z-index: 3;
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	opacity: 0.6;
 }

 .scroll-line[b-xfh4y45ljm] {
 	width: 1px;
 	height: 50px;
 	background: rgba(255, 255, 255, 0.2);
 	position: relative;
 	overflow: hidden;
 }

 .scroll-line[b-xfh4y45ljm]::before {
 	content: '';
 	position: absolute;
 	top: -50px;
 	left: 0;
 	width: 1px;
 	height: 50px;
 	background: var(--gold);
 	animation: scrollLine-b-xfh4y45ljm 2s infinite;
 }

 @keyframes scrollLine-b-xfh4y45ljm {
 	100% {
 		top: 50px;
 	}
 }

 /* =========================================
           6. FLOATING QUICK INFO BAR
        ========================================= */
 .quick-info-bar[b-xfh4y45ljm] {
 	position: sticky;
 	top: 80px;
 	/* Under navbar */
 	z-index: 90;
 	background: rgba(18, 26, 37, 0.85);
 	backdrop-filter: blur(15px);
 	border-bottom: 1px solid var(--glass-border);
 	padding: 15px 0;
 	font-size: 0.85rem;
 	transform: translateY(0);
 	transition: var(--transition-slow);
 }

 .info-item[b-xfh4y45ljm] {
 	display: flex;
 	flex-direction: column;
 	border-right: 1px solid rgba(255, 255, 255, 0.05);
 	padding: 0 20px;
 }

 .info-item:last-child[b-xfh4y45ljm] {
 	border: none;
 }

 .info-label[b-xfh4y45ljm] {
 	color: var(--text-muted);
 	text-transform: uppercase;
 	letter-spacing: 1px;
 	font-size: 0.7rem;
 }

 .info-value[b-xfh4y45ljm] {
 	color: var(--gold);
 	font-family: var(--font-heading);
 	font-size: 1.2rem;
 }

 /* =========================================
           7. PROJECT INTRO
        ========================================= */
 .intro-quote[b-xfh4y45ljm] {
 	font-size: clamp(2rem, 4vw, 3rem);
 	line-height: 1.3;
 	color: #fff;
 	border-left: 2px solid var(--gold);
 	padding-left: 30px;
 }

 .intro-image-wrapper[b-xfh4y45ljm] {
 	position: relative;
 	overflow: hidden;
 }

 .intro-image-wrapper img[b-xfh4y45ljm] {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 	transition: transform 1.5s ease;
 }

 .intro-image-wrapper:hover img[b-xfh4y45ljm] {
 	transform: scale(1.05);
 }

 /* =========================================
           8. GALLERY MASONRY
        ========================================= */
 .gallery-filters[b-xfh4y45ljm] {
 	margin-bottom: 40px;
 }

 .filter-btn[b-xfh4y45ljm] {
 	background: none;
 	border: none;
 	color: var(--text-muted);
 	text-transform: uppercase;
 	letter-spacing: 1.5px;
 	font-size: 0.85rem;
 	padding: 5px 15px;
 	transition: var(--transition-slow);
 }

 .filter-btn.active[b-xfh4y45ljm],
 .filter-btn:hover[b-xfh4y45ljm] {
 	color: var(--gold);
 }

 .masonry-grid[b-xfh4y45ljm] {
 	column-count: 3;
 	column-gap: 20px;
 }

 @media (max-width: 991px) {
 	.masonry-grid[b-xfh4y45ljm] {
 		column-count: 2;
 	}
 }

 @media (max-width: 767px) {
 	.masonry-grid[b-xfh4y45ljm] {
 		column-count: 1;
 	}
 }

 .gallery-item[b-xfh4y45ljm] {
 	break-inside: avoid;
 	margin-bottom: 20px;
 	position: relative;
 	overflow: hidden;
 	cursor: pointer;
 }

 .gallery-item img[b-xfh4y45ljm] {
 	width: 100%;
 	height: auto;
 	transition: transform 1s ease;
 }

 .gallery-overlay[b-xfh4y45ljm] {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: rgba(7, 11, 18, 0.6);
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	opacity: 0;
 	transition: var(--transition-slow);
 }

 .gallery-item:hover img[b-xfh4y45ljm] {
 	transform: scale(1.08);
 }

 .gallery-item:hover .gallery-overlay[b-xfh4y45ljm] {
 	opacity: 1;
 }

 .gallery-overlay span[b-xfh4y45ljm] {
 	color: var(--gold);
 	font-family: var(--font-heading);
 	font-size: 1.5rem;
 	transform: translateY(20px);
 	transition: var(--transition-slow);
 }

 .gallery-item:hover .gallery-overlay span[b-xfh4y45ljm] {
 	transform: translateY(0);
 }

 /* =========================================
           9. MASTER PLAN & HOTSPOTS
        ========================================= */
 .masterplan-container[b-xfh4y45ljm] {
 	position: relative;
 	border: 1px solid var(--glass-border);
 	padding: 10px;
 }

 .masterplan-container img[b-xfh4y45ljm] {
 	width: 100%;
 	display: block;
 	filter: brightness(0.8);
 }

 .hotspot[b-xfh4y45ljm] {
 	position: absolute;
 	width: 24px;
 	height: 24px;
 	background: var(--gold);
 	border-radius: 50%;
 	cursor: pointer;
 	transform: translate(-50%, -50%);
 	box-shadow: 0 0 0 rgba(197, 160, 89, 0.4);
 	animation: pulseGold-b-xfh4y45ljm 2s infinite;
 }

 @keyframes pulseGold-b-xfh4y45ljm {
 	0% {
 		box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.7);
 	}

 	70% {
 		box-shadow: 0 0 0 20px rgba(197, 160, 89, 0);
 	}

 	100% {
 		box-shadow: 0 0 0 0 rgba(197, 160, 89, 0);
 	}
 }

 /* =========================================
           10. AMENITIES GRID
        ========================================= */
 .amenity-card[b-xfh4y45ljm] {
 	padding: 40px 30px;
 	height: 100%;
 	transition: var(--transition-slow);
 	position: relative;
 	overflow: hidden;
 	border-top: 1px solid transparent;
 }

 .amenity-card[b-xfh4y45ljm]::before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: radial-gradient(circle at top right, rgba(197, 160, 89, 0.1), transparent);
 	opacity: 0;
 	transition: var(--transition-slow);
 }

 .amenity-card:hover[b-xfh4y45ljm] {
 	transform: translateY(-10px);
 	border-top: 1px solid var(--gold);
 	background: rgba(18, 26, 37, 0.9);
 }

 .amenity-card:hover[b-xfh4y45ljm]::before {
 	opacity: 1;
 }

 .amenity-icon[b-xfh4y45ljm] {
 	font-size: 2.5rem;
 	color: var(--gold);
 	margin-bottom: 20px;
 }

 .amenity-title[b-xfh4y45ljm] {
 	font-family: var(--font-heading);
 	font-size: 1.5rem;
 	margin-bottom: 15px;
 }

 /* =========================================
           11. PRODUCT TYPES (TABS)
        ========================================= */
 .luxury-tabs .nav-link[b-xfh4y45ljm] {
 	background: transparent;
 	border: none;
 	color: var(--text-muted) !important;
 	font-family: var(--font-heading);
 	font-size: 1.5rem;
 	padding: 10px 0;
 	margin-right: 40px;
 	border-bottom: 2px solid transparent;
 	transition: var(--transition-slow);
 }

 .luxury-tabs .nav-link.active[b-xfh4y45ljm] {
 	color: var(--gold) !important;
 	border-bottom-color: var(--gold);
 }

 .floor-plan-img[b-xfh4y45ljm] {
 	width: 100%;
 	filter: invert(1) hue-rotate(180deg) opacity(0.8);
 }

 /* Fake dark mode floor plan */

 /* =========================================
           12. FORMS & FOOTER
        ========================================= */
 .form-luxury .form-control[b-xfh4y45ljm] {
 	background: transparent;
 	border: none;
 	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 	border-radius: 0;
 	color: #fff;
 	padding-left: 0;
 	box-shadow: none;
 }

 .form-luxury .form-control:focus[b-xfh4y45ljm] {
 	border-bottom-color: var(--gold);
 }

 .form-luxury label[b-xfh4y45ljm] {
 	color: var(--text-muted);
 	padding-left: 0;
 }

 .footer-premium[b-xfh4y45ljm] {
 	background: radial-gradient(circle at 50% -20%, #0d1624 0%, var(--dark-navy) 80%);
 	padding: 100px 0 30px;
 	border-top: 1px solid var(--glass-border);
 }

 .footer-link[b-xfh4y45ljm] {
 	color: var(--text-muted);
 	text-decoration: none;
 	display: block;
 	margin-bottom: 10px;
 	transition: color 0.3s;
 }

 .footer-link:hover[b-xfh4y45ljm] {
 	color: var(--gold);
 	padding-left: 5px;
 }
/* /Pages/T/Bds/vintage/Index.cshtml.rz.scp.css */
/* /Pages/T/Bds/vintage/Intro.cshtml.rz.scp.css */
/* /Pages/T/CongTy/cty-led/Detail.cshtml.rz.scp.css */
/* --- Breadcrumb --- */
.breadcrumb-wrapper[b-oisk5q8axo] {
	background: #fdfaf7;
	padding: 15px 0;
	border-bottom: 1px solid rgba(246, 130, 31, 0.1);
}

.breadcrumb-item a[b-oisk5q8axo] {
	color: var(--brand-dark);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9rem;
}

.breadcrumb-item.active[b-oisk5q8axo] {
	color: var(--brand-color);
	font-weight: 600;
}

/* --- Article Header --- */
.article-meta[b-oisk5q8axo] {
	font-size: 0.9rem;
	color: #888;
	letter-spacing: 1px;
}

.article-title[b-oisk5q8axo] {
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1.2;
}

.featured-image-container[b-oisk5q8axo] {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	margin: 40px 0;
}

/* --- Content Styling --- */
.article-content[b-oisk5q8axo] {
	font-size: 1.15rem;
	color: #444;
}

.article-content h2[b-oisk5q8axo],
.article-content h3[b-oisk5q8axo] {
	font-weight: 700;
	color: var(--brand-dark);
	margin-top: 40px;
}

/* Blockquote Luxury */
.luxury-quote[b-oisk5q8axo] {
	padding: 40px;
	background: #fdfaf7;
	border-left: 5px solid var(--brand-color);
	border-radius: 0 20px 20px 0;
	font-style: italic;
	font-size: 1.4rem;
	color: var(--brand-dark);
	margin: 40px 0;
}

/* Sidebar / Related */
.related-card[b-oisk5q8axo] {
	border: none;
	border-radius: 15px;
	transition: var(--transition);
	overflow: hidden;
}

.related-card:hover[b-oisk5q8axo] {
	transform: translateY(-5px);
}

.share-btn[b-oisk5q8axo] {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #eee;
	color: #333;
	transition: var(--transition);
	text-decoration: none;
}

.share-btn:hover[b-oisk5q8axo] {
	background: var(--brand-color);
	color: #fff;
}
/* /Pages/T/CongTy/cty-led/Index.cshtml.rz.scp.css */
/* --- Products Section --- */
.product-card[b-7hbn0iu26r] {
	border: none;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	transition: var(--transition);
}

.product-img-wrapper[b-7hbn0iu26r] {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.product-card img[b-7hbn0iu26r] {
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-card:hover img[b-7hbn0iu26r] {
	transform: scale(1.1);
}

.btn-quickview[b-7hbn0iu26r] {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	transition: var(--transition);
	background: var(--brand-light);
	color: var(--brand-dark);
	white-space: nowrap;
}

.product-card:hover .btn-quickview[b-7hbn0iu26r] {
	bottom: 20px;
}

/* --- Projects Section --- */
.project-item[b-7hbn0iu26r] {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 400px;
}

.project-overlay[b-7hbn0iu26r] {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	opacity: 0;
	transition: var(--transition);
}

.project-item:hover .project-overlay[b-7hbn0iu26r] {
	opacity: 1;
}

/* --- Process Section --- */
.process-step[b-7hbn0iu26r] {
	position: relative;
	text-align: center;
	padding: 20px;
}

.step-number[b-7hbn0iu26r] {
	width: 50px;
	height: 50px;
	background: var(--brand-color);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	margin: 0 auto 20px;
	box-shadow: 0 10px 20px rgba(246, 130, 31, 0.3);
}

@media (min-width: 992px) {
	.process-step:not(:last-child)[b-7hbn0iu26r]::after {
		content: '';
		position: absolute;
		top: 45px;
		left: 60%;
		width: 80%;
		height: 2px;
		background: rgba(246, 130, 31, 0.2);
		z-index: -1;
	}
}

/* --- CTA Section Pro Styling --- */
.cta-section[b-7hbn0iu26r] {
	position: relative;
	background: #121212;
	/* Nền tối sâu tạo sự sang trọng */
	border-radius: 40px;
	/* Bo góc cực đại theo style hiện đại */
	padding: 100px 40px;
	overflow: hidden;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Hiệu ứng ánh sáng nghệ thuật (Glow Effect) phía sau */
.cta-section[b-7hbn0iu26r]::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -10%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(246, 130, 31, 0.15) 0%, transparent 70%);
	z-index: -1;
	filter: blur(50px);
}

.cta-section[b-7hbn0iu26r]::after {
	content: '';
	position: absolute;
	bottom: -20%;
	right: -5%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(246, 130, 31, 0.1) 0%, transparent 70%);
	z-index: -1;
	filter: blur(40px);
}

.cta-section h2[b-7hbn0iu26r] {
	letter-spacing: -1px;
	line-height: 1.2;
	color: #ffffff;
}

.cta-section .lead[b-7hbn0iu26r] {
	color: rgba(255, 255, 255, 0.6) !important;
	font-weight: 300;
}

/* Nút Luxury với màu brand #f6821f */
.btn-luxury[b-7hbn0iu26r] {
	background: var(--brand-color);
	color: white;
	border: none;
	border-radius: 14px;
	font-weight: 700;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 15px 35px rgba(246, 130, 31, 0.25);
	position: relative;
	overflow: hidden;
}

.btn-luxury:hover[b-7hbn0iu26r] {
	background: #ff9138;
	color: white;
	transform: translateY(-5px);
	box-shadow: 0 20px 45px rgba(246, 130, 31, 0.4);
}

/* Nút Outline sang chảnh */
.btn-outline-light.rounded-pill[b-7hbn0iu26r] {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	transition: all 0.4s ease;
}

.btn-outline-light.rounded-pill:hover[b-7hbn0iu26r] {
	background: #ffffff;
	color: #000;
	border-color: #ffffff;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
	.cta-section[b-7hbn0iu26r] {
		padding: 60px 20px;
		border-radius: 25px;
	}

	.cta-section h2[b-7hbn0iu26r] {
		font-size: 1.8rem;
	}

	.d-flex.gap-3[b-7hbn0iu26r] {
		flex-direction: column;
		width: 100%;
	}

	.btn-luxury[b-7hbn0iu26r],
	.btn-outline-light[b-7hbn0iu26r] {
		width: 100%;
	}
}

/* Custom Google Maps trong Footer */
.footer-map-wrapper[b-7hbn0iu26r] {
	position: relative;
	border-radius: 20px;
	/* Bo góc lớn cho hiện đại */
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);

	/* Làm bản đồ tiệp màu tối với Footer */
	transition: var(--transition);
	height: 200px;
}


.footer-map-wrapper iframe[b-7hbn0iu26r] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* /Pages/T/General/tintuc-web1/Index.cshtml.rz.scp.css */
.post-thumb[b-dnl2t6375a] {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    height: 200px;
}

.post-title[b-dnl2t6375a] {
    font-size: 1.1rem;
    font-weight: bold;
}

.post-meta[b-dnl2t6375a] {
    font-size: 0.9rem;
    color: #777;
}
/* /Pages/T/Gom/gom-viet-high/Index.cshtml.rz.scp.css */
/* --- NAV LUXURY --- */
/* Trạng thái mặc định (Lúc mới tải trang - Cao và Thoáng) */
.luxury-nav[b-b2hr525y5m] {
	padding: 20px 0;
	/* Padding lớn tạo sự sang trọng */
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	/* Hiệu ứng co lại mượt mà */
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
}

/* Trạng thái sau khi kéo chuột (Co lại - Gọn gàng) */
.luxury-nav.scrolled[b-b2hr525y5m] {
	padding: 12px 0;
	/* Co hẹp padding lại */
	background: rgba(255, 255, 255, 0.95);
	/* Đậm màu hơn một chút để nổi bật nội dung */
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	/* Thêm shadow nhẹ để tách biệt với body */
}

/* Tùy chỉnh Logo cũng co lại một chút nếu cần */
.luxury-nav.scrolled .navbar-brand[b-b2hr525y5m] {
	font-size: 20px;
	/* Nhỏ lại một chút so với 24px ban đầu */
}

/* Tùy chỉnh Submenu cũng phải dịch chuyển theo Navbar mới */
.luxury-nav.scrolled .submenu[b-b2hr525y5m] {
	top: 100%;
	/* Đảm bảo nó vẫn dính sát mép dưới của nav đã co */
}



.offcanvas-body .nav-link[b-b2hr525y5m] {
	font-size: 24px;
	/* Chữ to hơn, nghệ hơn trên Desktop */
	letter-spacing: 3px;
	transition: 0.5s;
}

.offcanvas-body .nav-link:hover[b-b2hr525y5m] {
	padding-left: 20px;
	/* Hiệu ứng đẩy nhẹ khi hover */
	color: #b08d2d;
}

/* --- ICON & BUTTON CUSTOM --- */
.btn-menu-offcanvas[b-b2hr525y5m] {
	background: none;
	border: none;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: var(--dark-text);
}

.btn-menu-offcanvas i[b-b2hr525y5m] {
	font-size: 20px;
	margin-right: 8px;
}

.search-icon[b-b2hr525y5m] {
	font-size: 18px;
	color: var(--dark-text);
	transition: 0.3s;
}

.search-icon:hover[b-b2hr525y5m] {
	color: #b08d2d;
}

/* --- SEARCH MODAL LUXURY --- */
.search-modal-bg[b-b2hr525y5m] {
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(15px);
}

.search-input-luxury[b-b2hr525y5m] {
	width: 100%;
	border: none;
	background: transparent;
	font-family: var(--serif-font);
	font-size: 2.5rem;
	text-align: center;
	outline: none;
	color: #b08d2d;
}

.search-underline[b-b2hr525y5m] {
	height: 1px;
	background: var(--luxury-gold);
	width: 0;
	margin: 10px auto;
	transition: width 0.6s ease;
}

#searchModal:show .search-underline[b-b2hr525y5m] {
	width: 100%;
}

/* Style cho chữ "GỐM VIỆT" */
.brand-text[b-b2hr525y5m] {
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	letter-spacing: 4px;
	color: #4a3a10 !important;
	/* Màu nâu đậm gốm sứ */
	display: block;
	margin: 0;
	line-height: 1;
}

/* --- OFFCANVAS LUXURY --- */
/* Thêm một tấm ảnh gốm mờ nghệ thuật phía sau menu offcanvas */
.luxury-offcanvas[b-b2hr525y5m] {
	/* Đổi màu nền sang dải màu vàng gốm Luxury */
	background-image: linear-gradient(to right, #fdfaf3 0%, #f7f2e5 100%);

	/* Đảm bảo màu bao phủ toàn bộ menu */
	background-size: cover;

	/* Thêm một đường viền mảnh bên phải để phân tách với nội dung chính */
	border-right: 1px solid rgba(138, 109, 29, 0.2);

	width: 350px;
	background: #fdfaf3;
	/* Màu kem nhẹ luxury */
	border-right: 1px solid #efdfa0;
}

/* Sửa lại nút đóng cho sạch sẽ */
.luxury-offcanvas .btn-close[b-b2hr525y5m] {
	opacity: 0.8;
	filter: brightness(0.5);
	/* Làm nút x đóng đậm hơn để dễ thấy trên nền vàng */
}

.luxury-offcanvas .nav-link[b-b2hr525y5m] {
	font-size: 18px;
	font-family: var(--serif-font);
	margin: 15px 0;
	padding: 0;
	text-transform: capitalize;
	/* Chữ cái đầu viết hoa cho thanh thoát */
}

.sub-menu-off a[b-b2hr525y5m] {
	text-decoration: none;
	color: #888;
	font-size: 14px;
	padding: 8px 0;
	display: block;
	transition: 0.3s;
}

.sub-menu-off a:hover[b-b2hr525y5m] {
	color: #b08d2d;
}

/* Căn chỉnh lại logo nav cho cân đối */
.navbar-brand[b-b2hr525y5m] {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.nav-right-icons[b-b2hr525y5m] {
	display: flex;
	align-items: center;
	gap: 20px;
}

.navbar-brand[b-b2hr525y5m] {
	font-family: var(--serif-font);
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 4px;
	color: #b08d2d !important;
}

.nav-link[b-b2hr525y5m] {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 15px;
	color: var(--dark-text) !important;
}

/* Hover Submenu */
.dropdown-hover[b-b2hr525y5m] {

	position: relative;
}

.submenu[b-b2hr525y5m] {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	list-style: none;
	padding: 20px;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	border: 1px solid #efdfa0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.dropdown-hover:hover .submenu[b-b2hr525y5m] {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.submenu li a[b-b2hr525y5m] {
	display: block;
	padding: 8px 0;
	text-decoration: none;
	color: var(--dark-text);
	font-size: 13px;
	border-bottom: 1px solid transparent;
}

.submenu li a:hover[b-b2hr525y5m] {
	border-bottom: 1px solid #e8c96f;
}

/* --- HERO SECTION --- */
#heroCarousel[b-b2hr525y5m] {
	background: var(--luxury-gold);
	height: 90vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-container[b-b2hr525y5m] {
	margin-top: 80px;
}

/* --- FIX LỖI MOBILE --- */
@media (max-width: 768px) {
	.hero-container[b-b2hr525y5m] {
		padding-top: 140px;
		/* Tăng padding để đẩy text xuống thấp hơn Nav */
		padding-bottom: 40px;
		text-align: center;
		/* Thường Mobile để căn giữa sẽ sang hơn */
	}

	.hero-title[b-b2hr525y5m] {
		font-size: 2.2rem;
		/* Thu nhỏ tiêu đề để không bị tràn màn hình */
		line-height: 1.2;
		margin-top: 15px;
	}

	.sub-title[b-b2hr525y5m] {
		font-size: 10px;
		letter-spacing: 3px;
	}

	/* Đẩy hình ảnh xuống dưới text một chút cho thoáng */
	.hero-img-wrapper[b-b2hr525y5m] {
		margin-top: 30px;
	}
}

.sub-title[b-b2hr525y5m] {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
	color: #8a6d1d;
}

.hero-title[b-b2hr525y5m] {
	font-family: var(--serif-font);
	font-size: 4.5rem;
	line-height: 1.1;
	font-weight: 300;
	margin-bottom: 25px;
}

.hero-desc[b-b2hr525y5m] {
	font-weight: 200;
	font-size: 16px;
	line-height: 1.8;
	max-width: 450px;
	margin-bottom: 40px;
}

.btn-luxury[b-b2hr525y5m] {
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid var(--dark-text);
	text-decoration: none;
	color: var(--dark-text);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	transition: all 0.4s;
}

.btn-luxury:hover[b-b2hr525y5m] {
	background: var(--dark-text);
	color: #fff;
}

.hero-img-wrapper img[b-b2hr525y5m] {
	width: 100%;
	height: 450px;
	object-fit: cover;

	/* Bo góc so le: Trên trái và Dưới phải bo lớn, 2 góc kia bo nhẹ */
	/* Công thức: Top-Left | Top-Right | Bottom-Right | Bottom-Left */
	border-radius: 160px 4px 4px 4px;

	/* Đổ bóng nhẹ, loang rộng tạo cảm giác ảnh nổi tự nhiên */
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);

	/* Thêm một chút border mảnh màu vàng nhạt cho sang */
	border: 1px solid rgba(176, 141, 45, 0.2);

	transition: all 0.5s ease;
}

/* Hiệu ứng khi hover vào ảnh (tùy chọn) */
.hero-img-wrapper img:hover[b-b2hr525y5m] {
	transform: translateY(-10px);
	box-shadow: 0 45px 80px rgba(0, 0, 0, 0.12);
}

/* --- FOOTER --- */
.luxury-footer[b-b2hr525y5m] {
	padding: 100px 0 40px;
	background: #1a1a1a;
	color: #fff;
}

.footer-logo img[b-b2hr525y5m] {
	width: 200px;
	/* Kích thước logo vừa phải */

	object-fit: cover;
	/* Giúp ảnh không bị méo */
	border-radius: 10%;
	/* Bo tròn hoàn hảo */
	margin-bottom: 5px;
	/* Khoảng cách với chữ bên dưới */
	border: 2px solid #e8c96f;
	/* Thêm viền vàng mảnh cho sang */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	/* Đổ bóng nhẹ */
	transition: 0.4s ease;
	background-color: #dcdcdc;
	margin-bottom: 20px;
}

.luxury-footer h5[b-b2hr525y5m] {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #efdfa0;
	margin-bottom: 25px;
}

.luxury-footer a[b-b2hr525y5m] {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s;
}

.luxury-footer a:hover[b-b2hr525y5m] {
	color: #efdfa0;
}

.copyright[b-b2hr525y5m] {
	margin-top: 50px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
}

/* Header của Section */
.section-title-luxury[b-b2hr525y5m] {
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: 2px;
	margin-top: 10px;
}

/* Card chính */
.cat-card-luxury[b-b2hr525y5m] {
	display: block;
	position: relative;
	text-decoration: none;
	color: #2d2d2d;
	overflow: hidden;
	background: #fff;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Container ảnh */
.cat-image-wrapper[b-b2hr525y5m] {
	position: relative;
	height: 450px;
	/* Chiều cao cố định tạo sự đồng bộ */
	overflow: hidden;
	/* Bo góc nhẹ kiểu cao cấp */
	border-radius: 2px;
}

.cat-image-wrapper img[b-b2hr525y5m] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s ease;
}

/* Lớp phủ mờ giúp text nổi bật */
/* Card trắng tinh khôi */
.cat-card-luxury[b-b2hr525y5m] {
	background: #fff;
	padding-bottom: 20px;
}

/* Đưa info ra ngoài ảnh */
.cat-info[b-b2hr525y5m] {
	position: relative;
	/* Thay vì absolute */
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px 15px;
	background: #fff;
	color: #2d2d2d;
	/* Chữ đen trên nền trắng */
	text-align: center;
}

.cat-info h3[b-b2hr525y5m] {
	color: #2d2d2d;
	text-shadow: none;
	font-size: 1.4rem;
}

.cat-info p[b-b2hr525y5m] {
	color: #888;
}

.view-more[b-b2hr525y5m] {
	border-bottom: 1px solid #b08d2d;
	color: #b08d2d;
}

/* Hiệu ứng view more */
.view-more[b-b2hr525y5m] {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	display: inline-block;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.4s ease;
}

/* --- HOVER EFFECTS --- */
.cat-card-luxury:hover .cat-image-wrapper img[b-b2hr525y5m] {
	transform: scale(1.1);
	/* Phóng to ảnh nhẹ */
}

.cat-card-luxury:hover .cat-overlay[b-b2hr525y5m] {
	background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7));
}

.cat-card-luxury:hover .view-more[b-b2hr525y5m] {
	opacity: 1;
	transform: translateY(0);
}

.cat-card-luxury:hover .cat-info[b-b2hr525y5m] {
	transform: translateY(-10px);
	transition: all 0.4s ease;
}

/* Nền xen kẽ (Background Alternative) */
.bg-alt[b-b2hr525y5m] {
	background-color: #fcfaf5;
	/* Màu kem cực nhạt, tạo cảm giác sạch sẽ */
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* Tiêu đề */
.artisan-title-luxury[b-b2hr525y5m] {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 1.8rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	color: #444;
}

.gold-accent-line[b-b2hr525y5m] {
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 50%;
	height: 1px;
	background: var(--luxury-gold);
	/* Sử dụng gradient vàng đồng đã tạo ở trên */
}

/* Container chứa tags */
.artisan-tags-container[b-b2hr525y5m] {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	max-width: 900px;
	margin: 0 auto;
}

/* Tag style kiểu Minimalist */
.artisan-tag-luxury[b-b2hr525y5m] {
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #dcdcdc;
	/* Viền mảnh */
	border-radius: 50px;
	/* Bo tròn mềm mại */
	background: #fff;
	color: #666;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.artisan-tag-luxury:hover[b-b2hr525y5m] {
	border-color: #e8c96f;
	/* Đổi sang màu vàng khi hover */
	color: #b08d2d;
	background: #fff;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(232, 201, 111, 0.2);
}

.btn-close-luxury[b-b2hr525y5m] {
	background: none;
	border: none;
	padding: 10px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 3px;
	color: #999;
	/* Màu xám nhạt tinh tế */
	text-transform: uppercase;
	display: flex;
	align-items: center;
	transition: all 0.4s ease;
	cursor: pointer;
	outline: none !important;
}

.btn-close-luxury i[b-b2hr525y5m] {
	font-size: 18px;
	margin-right: 10px;
	font-weight: 200;
}

.btn-close-luxury:hover[b-b2hr525y5m] {
	color: #2d2d2d;
	/* Đậm lên khi hover */
	letter-spacing: 4px;
	/* Chữ dãn nhẹ ra cực sang */
	transform: translateX(5px);
}

.btn-search-submit[b-b2hr525y5m] {
	background: #2d2d2d;
	/* Màu đen than (Charcoal) sang trọng */
	color: #fff;
	border: 1px solid #2d2d2d;
	padding: 12px 35px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	/* Luxury không dùng bo góc tròn trịa */
}

.btn-search-submit i[b-b2hr525y5m] {
	font-size: 14px;
	margin-right: 0;
	/* Mặc định chỉ hiện icon trên mobile */
}

/* Hiệu ứng Hover đảo màu */
.btn-search-submit:hover[b-b2hr525y5m] {
	background: #b08d2d;
	/* Chuyển sang vàng đồng khi hover */
	border-color: #b08d2d;
	color: #fff;
	padding-left: 45px;
	padding-right: 45px;
}

/* Responsive cho Mobile */
@media (max-width: 768px) {
	.btn-search-submit[b-b2hr525y5m] {
		padding: 12px 20px;
		width: auto;
	}

	.btn-search-submit span[b-b2hr525y5m] {
		display: none;
		/* Ẩn chữ "TÌM KIẾM" trên mobile cho gọn */
	}
}

.border-bottom-luxury[b-b2hr525y5m] {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
	/* Đường kẻ mảnh như sợi tóc */
	padding-bottom: 5px;
	margin-top: 30px;
	transition: border-color 0.6s ease;
}

.border-bottom-luxury:focus-within[b-b2hr525y5m] {
	border-bottom-color: #b08d2d;
	/* Đổi sang màu vàng khi đang gõ */
}

.search-input-luxury[b-b2hr525y5m] {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent;
	font-family: 'Cormorant Garamond', serif;
	font-size: 32px;
	font-weight: 300;
	color: #2d2d2d;
	flex-grow: 1;
}

/* Section Spacing - Luxury cần không gian để "thở" */
.py-120[b-b2hr525y5m] {
	padding: 120px 0;
}


/* 1. CRAFTSMANSHIP SECTION */
.gv-craft-section[b-b2hr525y5m] {
	background-color: #fff;
}

.gv-img-reveal-wrapper[b-b2hr525y5m] {
	position: relative;
	padding-right: 50px;
}

.gv-img-main[b-b2hr525y5m] {
	width: 100%;
	border-radius: 0;
	/* Luxury thường dùng cạnh sắc hoặc bo rất nhẹ */
	box-shadow: 30px 30px 0px 0px var(--off-white);
	transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.gv-img-reveal-wrapper:hover .gv-img-main[b-b2hr525y5m] {
	box-shadow: 40px 40px 0px 0px var(--light-gold);
	transform: scale(1.02);
}

.gv-experience-badge[b-b2hr525y5m] {
	position: absolute;
	bottom: -30px;
	right: 0;
	background: var(--charcoal);
	color: #fff;
	padding: 30px 20px;
	text-align: center;
	min-width: 150px;
	z-index: 10;
	animation: gvFloat-b-b2hr525y5m 5s ease-in-out infinite;
	border: 1px solid var(--luxury-gold);
}

.gv-experience-badge .number[b-b2hr525y5m] {
	display: block;
	font-size: 45px;
	font-family: var(--serif-font);
	color: var(--luxury-gold);
	line-height: 0.8;
	margin-bottom: 10px;
}

.gv-experience-badge .text[b-b2hr525y5m] {
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: var(--sans-font);
	font-weight: 300;
}

/* 2. PARALLAX SECTION */
.gv-parallax-section[b-b2hr525y5m] {
	height: 70vh;
	background-image: url('https://images.unsplash.com/photo-1606786896114-cd6011e525a5?q=80&w=1170');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.gv-parallax-section[b-b2hr525y5m]::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(2px);
	/* Hiệu ứng mờ ảo cao cấp */
}

.gv-parallax-content[b-b2hr525y5m] {
	position: relative;
	z-index: 2;
	text-align: center;
}

.gv-parallax-content h2[b-b2hr525y5m] {
	font-size: 56px;
	letter-spacing: 2px;
}

/* 3. BESPOKE SERVICE SECTION */
.bg-alt[b-b2hr525y5m] {
	background-color: var(--off-white) !important;
}

.gv-service-item[b-b2hr525y5m] {
	padding: 40px 30px;
	transition: 0.5s;
	background: transparent;
	border: 1px solid transparent;
}

.gv-service-item:hover[b-b2hr525y5m] {
	background: #fff;
	border-color: var(--light-gold);
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.gv-icon-box[b-b2hr525y5m] {
	font-family: var(--serif-font);
	font-size: 38px;
	color: var(--luxury-gold);
	border-bottom: 1px solid var(--luxury-gold);
	width: fit-content;
	margin: 0 auto 30px;
	padding-bottom: 5px;
	transition: 0.4s;
}

.gv-service-item:hover .gv-icon-box[b-b2hr525y5m] {
	letter-spacing: 5px;
	/* Giãn chữ khi hover tạo cảm giác sang trọng */
}

.gv-title-serif[b-b2hr525y5m] {
	font-family: var(--serif-font);
	font-weight: 300;
	letter-spacing: 1px;
}

.gv-desc-luxury[b-b2hr525y5m] {
	font-family: var(--sans-font);
	font-weight: 300;
	line-height: 1.8;
	color: #666;
	letter-spacing: 0.5px;
}

/* Animation */
@keyframes gvFloat-b-b2hr525y5m {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}
}


/* --- TESTIMONIAL SECTION --- */
/* --- CHUNG --- */
.mb-80[b-b2hr525y5m] {
	margin-bottom: 80px;
}

.border-start-luxury[b-b2hr525y5m] {
	border-left: 1px solid #eee;
	padding-left: 50px;
}

/* --- TESTIMONIAL --- */
.gv-testi-item[b-b2hr525y5m] {
	position: relative;
	padding: 20px 0;
}

.gv-quote-icon[b-b2hr525y5m] {
	font-family: var(--serif-font);
	font-size: 60px;
	color: var(--luxury-gold);
	line-height: 1;
	margin-bottom: 15px;
	opacity: 0.4;
}

.gv-testi-content[b-b2hr525y5m] {
	font-family: var(--serif-font);
	font-size: 24px;
	font-style: italic;
	color: var(--charcoal);
	line-height: 1.6;
	margin-bottom: 30px;
	font-weight: 300;
}

.gv-author-name[b-b2hr525y5m] {
	font-family: var(--sans-font);
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--charcoal);
}

.gv-author-title[b-b2hr525y5m] {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 2px;
}

/* --- JOURNAL --- */
.gv-journal-card[b-b2hr525y5m] {
	transition: 0.4s ease;
}

.gv-journal-img[b-b2hr525y5m] {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1.1;
	/* Ảnh hơi đứng kiểu tạp chí */
}

.gv-journal-img img[b-b2hr525y5m] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.gv-category-tag[b-b2hr525y5m] {
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--charcoal);
	color: #fff;
	font-size: 9px;
	padding: 10px 20px;
	letter-spacing: 2px;
	z-index: 2;
}

.gv-journal-body[b-b2hr525y5m] {
	padding: 30px 0;
}

.gv-journal-date[b-b2hr525y5m] {
	display: block;
	font-size: 11px;
	color: var(--luxury-gold);
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.gv-journal-title a[b-b2hr525y5m] {
	font-family: var(--serif-font);
	font-size: 22px;
	color: var(--charcoal);
	text-decoration: none;
	line-height: 1.4;
	transition: 0.3s;
	font-weight: 500;
}

.gv-journal-title a:hover[b-b2hr525y5m] {
	color: var(--luxury-gold);
}

.gv-journal-card:hover .gv-journal-img img[b-b2hr525y5m] {
	transform: scale(1.08);
}

/* Responsive cho Mobile */
@media (max-width: 768px) {
	.border-start-luxury[b-b2hr525y5m] {
		border-left: none;
		border-top: 1px solid #eee;
		padding-left: 0;
		padding-top: 50px;
		margin-top: 20px;
	}

	.gv-testi-content[b-b2hr525y5m] {
		font-size: 20px;
	}
}
/* /Pages/T/Gom/gom-viet-high/_ProductIndex.cshtml.rz.scp.css */
/* Reset & Layout */
.gv-exhibition-section[b-wipyy2eujb] {
	background-color: #fff;
	overflow: hidden;
	/* Chặn hoàn toàn bung width */
}

.py-100[b-wipyy2eujb] {
	padding-bottom: 100xp;
	padding-top: 100px;
}

.mb-80[b-wipyy2eujb] {
	margin-bottom: 80px;
}

.mt-80[b-wipyy2eujb] {
	margin-top: 80px;
}

/* Badge & Title */
.gv-badge-luxury[b-wipyy2eujb] {
	display: block;
	font-size: 11px;
	letter-spacing: 4px;
	color: #C5A059;
	margin-bottom: 15px;
}

.gv-title-serif[b-wipyy2eujb] {
	font-family: 'Cormorant Garamond', serif;
	font-size: 42px;
	font-weight: 300;
	color: #1a1a1a;
}

.gv-line-center[b-wipyy2eujb] {
	width: 40px;
	height: 1px;
	background: #C5A059;
	margin: 20px auto 0;
}

/* Product Card Concept */
.product-card-static[b-wipyy2eujb] {
	margin-bottom: 30px;
	transition: all 0.4s ease;
}

.product-img-wrapper[b-wipyy2eujb] {
	position: relative;
	background-color: #F9F7F2;
	/* Màu nền kem nhẹ cho ảnh */
	aspect-ratio: 3/4;
	/* Ép tỉ lệ ảnh chuẩn gallery */
	overflow: hidden;
}

.img-base[b-wipyy2eujb] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.img-overlay-gold[b-wipyy2eujb] {
	position: absolute;
	inset: 0;
	background: rgba(197, 160, 89, 0.05);
	/* Phủ nhẹ lớp vàng đồng */
	opacity: 0;
	transition: 0.4s;
}

/* Hover Effect */
.product-card-static:hover .img-base[b-wipyy2eujb] {
	transform: scale(1.08);
}

.product-card-static:hover .img-overlay-gold[b-wipyy2eujb] {
	opacity: 1;
}

/* Nút bấm tối giản */
.product-hover-actions[b-wipyy2eujb] {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.4s ease;
}

.product-card-static:hover .product-hover-actions[b-wipyy2eujb] {
	transform: translateY(0);
	opacity: 1;
}

.btn-minimal[b-wipyy2eujb] {
	display: block;
	background: #1a1a1a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 12px;
	transition: 0.3s;
}

.btn-minimal:hover[b-wipyy2eujb] {
	background: #C5A059;
	color: #fff;
}

/* Meta Data */
.product-meta[b-wipyy2eujb] {
	padding: 20px 0;
	text-align: center;
}

.product-name-serif a[b-wipyy2eujb] {
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 500;
}

.product-price-luxury[b-wipyy2eujb] {
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 5px;
}

/* Nút khám phá tổng thể */
.gv-btn-discover[b-wipyy2eujb] {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #1a1a1a;
	text-decoration: none;
	position: relative;
	padding-bottom: 10px;
}

.line-effect[b-wipyy2eujb] {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}

.line-effect[b-wipyy2eujb]::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: #C5A059;
	left: 0;
	transition: 0.4s;
}

.gv-btn-discover:hover .line-effect[b-wipyy2eujb]::after {
	width: 100%;
}

/* Mobile Fix */
@media (max-width: 768px) {
	.gv-title-serif[b-wipyy2eujb] {
		font-size: 28px;
	}

	.product-meta[b-wipyy2eujb] {
		padding: 10px 0;
	}

	.product-name-serif a[b-wipyy2eujb] {
		font-size: 15px;
	}
}

/* Hiệu ứng mượt cho AOS */
[data-aos][b-wipyy2eujb] {
	pointer-events: none;
}

.aos-animate[b-wipyy2eujb] {
	pointer-events: auto;
}

/* Tinh chỉnh product card để đồng nhất */
.product-card-static[b-wipyy2eujb] {
	margin-bottom: 20px;
	background: #fff;
	/* Thêm chút shadow cực nhẹ khi hover để tạo chiều sâu */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card-static:hover[b-wipyy2eujb] {
	transform: translateY(-5px);
}

.product-img-wrapper[b-wipyy2eujb] {
	position: relative;
	background-color: #fcfbf9;
	/* Màu nền sang trọng */
	overflow: hidden;
	border: 1px solid #f2f2f2;
	/* Viền siêu mảnh */
}

/* Đảm bảo text không bị lệch khi tên sp dài ngắn khác nhau */
.product-meta[b-wipyy2eujb] {
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px 5px;
}
/* /Pages/T/Gom/gom-viet-high/_SuperHero.cshtml.rz.scp.css */
/* Font chữ sang trọng */
.hero-3d[b-weake445np] {
  padding: 100px 0;
  background-color: #F9F7F2; /* Màu Off-white luxury [cite: 668] */
  overflow: hidden;
}

.hero-text .sub-title[b-weake445np] {
  letter-spacing: 4px;
  color: #C5A059; /* Màu vàng đồng [cite: 669] */
  font-size: 14px;
  font-weight: 600;
}

.hero-text h1[b-weake445np] {
  font-family: 'Playfair Display', serif; /* Font có chân cao cấp [cite: 672] */
  margin: 20px 0;
  color: #2D2D2D;
}

.btn-luxury[b-weake445np] {
  display: inline-block;
  padding: 12px 35px;
  border: 1px solid #2D2D2D;
  color: #2D2D2D;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

.btn-luxury:hover[b-weake445np] {
  background: #2D2D2D;
  color: #fff;
}

/* Phần xử lý 3D Image */
.image-3d-wrapper[b-weake445np] {
  position: relative;
  width: 100%;
  height: 500px;
  cursor: crosshair;
}

.img-3d[b-weake445np] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.1s linear;
  pointer-events: none; /* Tránh cản trở sự kiện chuột của wrapper */
}

.img-3d.active[b-weake445np] {
  opacity: 1;
}
/* /Pages/T/landingpage/ban-hang/Index.cshtml.rz.scp.css */
body[b-qncem2a6c0] {
	font-family: var(--font-sans);
	color: var(--text-dark);
	background-color: #FFFFFF;
	letter-spacing: -0.01em;
}

/* Hero Section tinh giản - Không dùng ảnh rườm rà, tập trung vào Brand */
.hero-section[b-qncem2a6c0] {
	background-color: var(--brand-purple-light);
	padding: 3.5rem 1rem 2.5rem 1rem;
	text-align: center;
}

.brand-title[b-qncem2a6c0] {
	font-family: var(--font-serif);
	font-weight: 600;
	color: var(--brand-purple);
	font-size: 2.25rem;
	margin-bottom: 0.5rem;
}

.brand-subtitle[b-qncem2a6c0] {
	font-size: 0.9rem;
	font-weight: 300;
	color: var(--text-muted);
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

/* Sticky Navigation Tabs - Tràn viền, không đổ bóng thô kệch */
.sticky-tabs[b-qncem2a6c0] {
	position: sticky;
	top: 0;
	background-color: rgba(255, 255, 255, 0.93);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 1020;
	border-bottom: 1px solid #ECECEC;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	/* Ẩn scrollbar Firefox */
}

.sticky-tabs[b-qncem2a6c0]::-webkit-scrollbar {
	display: none;
	/* Ẩn scrollbar Chrome/Safari */
}

.nav-link-custom[b-qncem2a6c0] {
	display: inline-block;
	padding: 1rem 1.25rem;
	color: var(--text-muted);
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 400;
	position: relative;
	transition: color 0.2s ease;
}

.nav-link-custom.active[b-qncem2a6c0] {
	color: var(--brand-purple);
	font-weight: 500;
}

.nav-link-custom.active[b-qncem2a6c0]::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 1.25rem;
	right: 1.25rem;
	height: 2px;
	background-color: var(--brand-purple);
}

/* Menu List - Phong cách Borderless (Không khung viền) */
.category-title[b-qncem2a6c0] {
	font-family: var(--font-serif);
	font-weight: 600;
	color: var(--brand-purple);
	font-size: 1.4rem;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
}

.product-item[b-qncem2a6c0] {
	padding: 1.25rem 0;
	border-bottom: 1px solid #F5F5F5;
	/* Đường gạch cực mảnh phẳng */
	transition: background-color 0.2s ease;
}

.product-item:last-child[b-qncem2a6c0] {
	border-bottom: none;
}

.product-name[b-qncem2a6c0] {
	font-size: 1.05rem;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

.product-desc[b-qncem2a6c0] {
	font-size: 0.88rem;
	color: var(--text-muted);
	font-weight: 300;
	line-height: 1.4;
	padding-right: 1rem;
}

.product-price[b-qncem2a6c0] {
	font-size: 1.05rem;
	font-weight: 500;
	color: var(--text-dark);
	text-align: right;
}

/* Nút thêm món - Border sắc nét, mỏng thanh lịch */
.btn-add[b-qncem2a6c0] {
	border: 1px solid var(--brand-purple);
	background: transparent;
	color: var(--brand-purple);
	padding: 0.25rem 1rem;
	font-size: 0.85rem;
	font-weight: 500;
	border-radius: 0;
	/* Vuông vắn, hiện đại */
	transition: all 0.2s ease;
}

.btn-add:hover[b-qncem2a6c0],
.btn-add:active[b-qncem2a6c0] {
	background-color: var(--brand-purple);
	color: #FFFFFF;
}

/* Floating Cart Bar - Thanh giỏ hàng nổi sát đáy tinh tế */
.floating-cart[b-qncem2a6c0] {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 32px);
	max-width: 500px;
	background-color: var(--brand-purple);
	color: #FFFFFF;
	padding: 1rem 1.5rem;
	box-shadow: 0 10px 30px rgba(74, 21, 75, 0.2);
	z-index: 1050;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
}

.cart-info[b-qncem2a6c0] {
	font-size: 0.95rem;
	font-weight: 400;
}

.btn-checkout[b-qncem2a6c0] {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #FFFFFF;
	padding: 0.4rem 1.2rem;
	font-size: 0.9rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
}

.btn-checkout:hover[b-qncem2a6c0] {
	background-color: #FFFFFF;
	color: var(--brand-purple);
	border-color: #FFFFFF;
}

/* Footer */
footer[b-qncem2a6c0] {
	background-color: #FAFAFA;
	font-size: 0.85rem;
	color: var(--text-muted);
	font-weight: 300;
	border-top: 1px solid #ECECEC;
}
/* /Pages/T/NhaHang-Resort/nhahang-bobo/Index.cshtml.rz.scp.css */
:root[b-nvu3z7p602] {
    --text-main: #111827;
    --text-muted: #6b7280;
    --bg-soft: #f9fafb;
    --font-heading: 'Plus Jakarta Sans', sans-serif !important;
    --font-editorial: 'Playfair Display', serif !important;
    --font-body: 'Outfit', sans-serif !important;
}

body[b-nvu3z7p602] {
    font-family: 'Outfit', sans-serif !important;
    color: #1e293b;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.01em;
    /* Giúp chữ trông "premium" hơn */
    color: var(--text-main);
    line-height: 1.7;
}

/* H1: HIỆN ĐẠI & MẠNH MẼ (Dành cho Hero) */
h1[b-nvu3z7p602] {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    /* Chữ sát lại tạo độ "chất" */
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

/* H2: SANG TRỌNG & NGHỆ THUẬT (Dành cho tiêu đề Section) */
h2[b-nvu3z7p602] {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    font-style: italic;
    /* Chữ nghiêng có chân cực kỳ Michelin */
    letter-spacing: -0.01em !important;
    line-height: 1.3;
    color: #1e293b;
    margin-bottom: 1.2rem;
}

/* H3: CHUYÊN NGHIỆP & GỌN GÀNG (Dành cho tên món ăn, tiêu đề nhỏ) */
h3[b-nvu3z7p602] {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.4;
    color: #0f172a;
}

/* Override nhẹ cho p để "thở" tốt hơn */
p[b-nvu3z7p602] {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400;
    line-height: 1.8;
    color: #64748b;
}

/* Nút bấm cũng cần font hiện đại */
.btn[b-nvu3z7p602] {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.navbar .nav-link[b-nvu3z7p602] {
    transform: translateY(0);
    transition:
        color .25s ease,
        transform .25s ease;
}

.navbar-glass[b-nvu3z7p602] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* BẮT BUỘC */
}


.navbar .nav-link:hover[b-nvu3z7p602] {
    transform: translateY(-1px);
}

.navbar .nav-link[b-nvu3z7p602] {
    position: relative;
    padding: 6px 0;
    font-weight: 500;
    color: var(--text-main);
    transition: color .25s ease;
}

/* underline */
.navbar .nav-link[b-nvu3z7p602]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: width .25s ease;
}

.navbar .nav-link:hover[b-nvu3z7p602] {
    color: #111827;
}

.navbar .nav-link:hover[b-nvu3z7p602]::after {
    width: 100%;
}

/* dark mode */
body.dark .navbar .nav-link[b-nvu3z7p602] {
    color: #e5e7eb;
}

body.dark .navbar .nav-link:hover[b-nvu3z7p602] {
    color: #ffffff;
}


section[b-nvu3z7p602] {
    padding: 96px 0;
}

.btn-primary[b-nvu3z7p602] {
    background: #111827;
    border: none;
    padding: 12px 28px;
    border-radius: 12px;
}

.btn-primary:hover[b-nvu3z7p602] {
    background: #000;
}

.hero-title[b-nvu3z7p602] {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}

.card-soft[b-nvu3z7p602] {
    border: none;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

}

.card-soft img[b-nvu3z7p602] {
    max-height: 350px;
    object-fit: cover;
}

.img-rounded[b-nvu3z7p602] {
    border-radius: 24px;
}

.footer-premium[b-nvu3z7p602] {
    background-color: #fcfbf7;
    /* Màu kem rất nhẹ hoặc trắng sứ */
    border-top: 1px solid #eee;
    color: #333;
    font-family: 'Playfair Display', serif;
    /* Ưu tiên font có chân cho cảm giác sang trọng */
}

.brand-name[b-nvu3z7p602] {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
}

.label[b-nvu3z7p602] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    display: block;
}

.text-muted[b-nvu3z7p602] {
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    /* Font không chân cho phần nội dung để dễ đọc */
}

.map-container[b-nvu3z7p602] {
    filter: grayscale(20%);
    /* Làm bản đồ hơi nhạt màu để hòa hợp với thiết kế */
    transition: filter 0.3s ease;
}

.map-container:hover[b-nvu3z7p602] {
    filter: grayscale(0%);
}

.short-hr[b-nvu3z7p602] {
    width: 50px;
    border-top: 2px solid #b89f6d;
    /* Màu vàng đồng nhẹ làm điểm nhấn */
    opacity: 1;
}

.copyright[b-nvu3z7p602] {
    font-size: 0.8rem;
    color: #bbb;
}

.navbar-glass[b-nvu3z7p602] {
    position: fixed;
    z-index: 1000;
}

/* submenu*/

.navbar[b-nvu3z7p602] {
    z-index: 9999;
    background-color: white;
}

.navbar .container[b-nvu3z7p602] {
    overflow: visible;
}

.dropdown-hover[b-nvu3z7p602] {
    position: relative;
}

/* Container chứa cả link và menu */
.dropdown-hover[b-nvu3z7p602] {
    position: relative;
    display: flex;
    align-items: center;
    /* Căn giữa theo chiều dọc */
    height: 100%;
    /* Chiếm toàn bộ chiều cao navbar để không bị mất hover */
}

.dropdown-menu-soft[b-nvu3z7p602] {
    position: absolute;
    top: 100%;
    /* Sát mép dưới navbar */
    left: 0;
    min-width: 240px;
    background: #ffffff;
    border-radius: 16px;
    padding: 12px;

    /* Hiệu ứng Premium */
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);

    /* Trạng thái ẩn */
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 1000;
}

/* CẦU NỐI TÀI TÌNH: Xóa bỏ khoảng trống chết */
.dropdown-menu-soft[b-nvu3z7p602]::before {
    content: "";
    position: absolute;
    top: -20px;
    /* Nhô lên che phủ khoảng trống 10-20px */
    left: 0;
    width: 100%;
    height: 25px;
    /* Đủ cao để nối liền với Nav Link */
    background: transparent;
}

/* Trạng thái hiện */
.dropdown-hover:hover .dropdown-menu-soft[b-nvu3z7p602] {
    visibility: visible;
    opacity: 1;
    transform: translateY(5px);
    /* Khoảng cách thực tế sau khi hiện */
    pointer-events: auto;
}

/* Style cho item con */
.dropdown-item-soft[b-nvu3z7p602] {
    display: block;
    padding: 10px 16px;
    color: var(--text-main);
    text-decoration: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background 0.2s ease;
}

.dropdown-item-soft:hover[b-nvu3z7p602] {
    background: #f8fafc;
    color: var(--accent-color);
}

.hero-parallax-section[b-nvu3z7p602] {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* background layer */
.hero-bg[b-nvu3z7p602] {
    position: absolute;
    inset: 0;
    background-image: url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5");
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    will-change: transform;
}

/* overlay cho chữ dễ đọc */
.hero-bg[b-nvu3z7p602]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, .9) 0%,
            rgba(255, 255, 255, .6) 40%,
            rgba(255, 255, 255, .2) 100%);
}

/* dark mode overlay */
body.dark .hero-bg[b-nvu3z7p602]::after {
    background: linear-gradient(to right,
            rgba(11, 15, 25, .85) 0%,
            rgba(11, 15, 25, .55) 40%,
            rgba(11, 15, 25, .25) 100%);
}

/* content layer */
.hero-content[b-nvu3z7p602] {
    position: relative;
    z-index: 2;
}

.hero-bg[b-nvu3z7p602] {
    transform: translateY(0) scale(1.05);
}

@media (max-width: 991px) {
    .hero-bg[b-nvu3z7p602] {
        transform: none !important;
    }
}

.about-item[b-nvu3z7p602] {
    padding: 32px 24px;
}

.about-item h5[b-nvu3z7p602] {
    letter-spacing: 0.02em;
}

.about-card[b-nvu3z7p602] {
    padding: 36px 28px;
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.6);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}

/* light mode hover */
.about-card:hover[b-nvu3z7p602] {
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

/* dark mode */
body.dark .about-card[b-nvu3z7p602] {
    background: rgba(17, 24, 39, .6);
}

body.dark .about-card:hover[b-nvu3z7p602] {
    background: #111827;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .6);
}
/* /Pages/T/NhaKhoa/nhakhoa-aha/Index.cshtml.rz.scp.css */
/* /Pages/T/NhaKhoa/nhakhoa-aha/_Layout.cshtml.rz.scp.css */
:root[b-7oq5vdrsjf] {
	--luxury-black: #121212;
	--luxury-gold: #b8924a;
	--bg-canvas: #f4f4f4;
	/* Màu nền xám xi măng nhạt cho sang */
}

body[b-7oq5vdrsjf] {
	font-family: 'Inter', sans-serif;
	background-color: var(--bg-canvas);
	color: var(--luxury-black);
	margin: 0;
	padding-bottom: 120px;
}
/* /Pages/T/Shop/lux-card/Index2.cshtml.rz.scp.css */
/* Container cho Cube - Tạo không gian 3D rộng hơn */
.cube-section[b-fpsksaatwh] {
	width: 100%;
	padding: 60px 0;
	perspective: 1200px;
}

.swiper[b-fpsksaatwh] {
	width: 280px;
	height: 280px;
}

.swiper-slide[b-fpsksaatwh] {
	background-color: #fff;
	border-radius: 10px;
	/* Bo góc cực nhẹ cho tinh tế */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.swiper-slide img[b-fpsksaatwh] {
	width: 90%;
	height: auto;
	object-fit: contain;
	/* Hiệu ứng bóng đổ sản phẩm bên trong mặt cube */
	filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.12));
}

/* Tinh chỉnh bóng đổ dưới đáy Cube cho giống thật */
.swiper-cube-shadow[b-fpsksaatwh] {
	background: rgba(0, 0, 0, 0.15) !important;
	filter: blur(20px) !important;
}

/* Nội dung chi tiết */
.content-box[b-fpsksaatwh] {
	background: #fff;
	margin: -20px 20px 0 20px;
	padding: 40px 25px;
	border-radius: 30px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
	text-align: center;
	position: relative;
	z-index: 2;
}

.product-brand[b-fpsksaatwh] {
	font-size: 0.65rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--luxury-gold);
	margin-bottom: 15px;
	display: block;
}

.product-name[b-fpsksaatwh] {
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.product-price[b-fpsksaatwh] {
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 30px;
	color: #444;
}

/* Nút chốt đơn kiểu Floating */
.action-bar[b-fpsksaatwh] {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	z-index: 100;
}

.btn-zalo-pro[b-fpsksaatwh] {
	background: var(--luxury-black);
	color: #fff;
	text-decoration: none;
	padding: 18px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	letter-spacing: 1px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

.btn-zalo-pro:active[b-fpsksaatwh] {
	transform: translateX(-50%) scale(0.95);
}
/* /Pages/T/Shop/lux-card/Index3.cshtml.rz.scp.css */
/* Header */
.header[b-qfustbbjic] {
	padding: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo[b-qfustbbjic] {
	font-family: 'Playfair Display', serif;
	font-size: 1.3rem;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/* Swiper Container Setup */
.viewer-container[b-qfustbbjic] {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
}

.swiper[b-qfustbbjic] {
	width: 300px;
	/* Cố định kích thước Cube để nhìn đẹp nhất trên mobile */
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide[b-qfustbbjic] {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
	border-radius: 20px;
	/* Bo góc nhẹ cho hiện đại */
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.swiper-slide img[b-qfustbbjic] {
	display: block;
	width: 90%;
	height: auto;
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.1));
}

/* Product Detail */
.product-meta[b-qfustbbjic] {
	padding: 20px 30px;
	text-align: center;
}

.product-tag[b-qfustbbjic] {
	font-size: 0.7rem;
	letter-spacing: 2px;
	color: var(--luxury-gold);
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.product-title[b-qfustbbjic] {
	font-family: 'Playfair Display', serif;
	font-size: 2.2rem;
	line-height: 1.2;
	margin-bottom: 15px;
}

.price[b-qfustbbjic] {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

/* Spec List */
.specs[b-qfustbbjic] {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
	text-align: left;
}

.spec-row[b-qfustbbjic] {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 0.85rem;
}

.spec-label[b-qfustbbjic] {
	color: #888;
}

/* Floating CTA */
.cta-fixed[b-qfustbbjic] {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(15px);
	z-index: 100;
}

.btn-luxury[b-qfustbbjic] {
	background: var(--luxury-black);
	color: #fff;
	border-radius: 50px;
	padding: 18px;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/* /Pages/T/Shop/lux-card/_Layout.cshtml.rz.scp.css */
/* /Pages/T/Shop/quan-ao/Index.cshtml.rz.scp.css */
/* Product Cards */
.product-card[b-hre6abuw13] {
	border: none;
	transition: all 0.3s ease;
	margin-bottom: 20px;
}

.product-card .card-body[b-hre6abuw13] {
	padding: 15px 0;
	text-align: center;
}

/* Khung bọc ảnh */
.product-image-wrapper[b-hre6abuw13] {
	width: 100%;
	/* Chiều rộng tự động điền đầy ô lưới (col) */
	aspect-ratio: 3 / 4;
	/* Thần chú: Tự động tính chiều cao theo tỷ lệ 3:4 */
	overflow: hidden;
	/* Ẩn các phần thừa của ảnh nếu có */
	background-color: #f9f9f9;
	/* Lớp nền nhẹ phòng trường hợp ảnh chưa tải xong */
}

/* Hình ảnh bên trong */
.product-image-wrapper img[b-hre6abuw13] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Lấp đầy khung 3:4 và không bị méo hình */
	object-position: top center;
	/* Ưu tiên lấy từ phía trên xuống để giữ phần cổ/áo */
}

.product-title[b-hre6abuw13] {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 5px;
}

.product-price[b-hre6abuw13] {
	color: #555;
	font-weight: 400;
}

.btn-add-cart[b-hre6abuw13] {
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s ease;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	border: 1px solid #000;
}

.product-card:hover .btn-add-cart[b-hre6abuw13] {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.product-card:hover .btn-add-cart:hover[b-hre6abuw13] {
	background: #000;
	color: #fff;
}

/* Buttons & Badges */
.btn-dark-custom[b-hre6abuw13] {
	background-color: #000;
	color: #fff;
	padding: 12px 30px;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	transition: 0.3s;
}

.btn-dark-custom:hover[b-hre6abuw13] {
	background-color: #333;
	color: #fff;
}
/* /Pages/T/Shop/shop-cafe/Index.cshtml.rz.scp.css */
/* Gallery Styles */
.gallery-item[b-8qtu98smz5] {
	position: relative;
	height: 350px;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}

.gallery-item img[b-8qtu98smz5] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-item:hover img[b-8qtu98smz5] {
	transform: scale(1.08);
}

.gallery-overlay[b-8qtu98smz5] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-item:hover .gallery-overlay[b-8qtu98smz5] {
	opacity: 1;
}

/* Testimonials */
.testi-card[b-8qtu98smz5] {
	background: #fff;
	border: none;
	border-radius: 20px;
	padding: 30px;
	height: 100%;
	transition: 0.3s;
}

.testi-card:hover[b-8qtu98smz5] {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.quote-icon[b-8qtu98smz5] {
	font-size: 2rem;
	color: var(--primary-color);
	opacity: 0.3;
}

/* Map Section */
.map-container[b-8qtu98smz5] {
	filter: grayscale(100%) invert(92%) contrast(83%);
	/* Cho map tiệp màu luxury nhẹ */
	border-radius: 25px;
	overflow: hidden;
	height: 450px;
}

.contact-info-box[b-8qtu98smz5] {
	background: var(--accent-color);
	padding: 40px;
	border-radius: 25px;
	height: 100%;
}

/* Custom cho Mobile */
@media (max-width: 991.98px) {
	.navbar-collapse[b-8qtu98smz5] {
		background: white;
		padding: 20px;
		border-radius: 20px;
		margin-top: 15px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}
}

/* Menu List Styles */
.menu-tab-link[b-8qtu98smz5] {
	color: var(--text-dark);
	font-weight: 600;
	border: none !important;
	background: transparent !important;
	padding: 10px 25px;
	transition: 0.3s;
	border-radius: 30px !important;
}

.menu-tab-link.active[b-8qtu98smz5] {
	background-color: var(--primary-color) !important;
	color: white !important;
}

.menu-item-list[b-8qtu98smz5] {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 1.5px;
}

.menu-item-name[b-8qtu98smz5] {
	font-weight: 600;
	font-size: 1.1rem;
	background: white;
	padding-right: 10px;
	z-index: 1;
}

.menu-item-dot[b-8qtu98smz5] {
	flex-grow: 1;
	border-bottom: 1px dotted #ccc;
	margin: 0 10px;
}

.menu-item-price[b-8qtu98smz5] {
	font-weight: 600;
	color: var(--primary-color);
	background: white;
	padding-left: 10px;
	z-index: 1;
}

.menu-item-desc[b-8qtu98smz5] {
	font-size: 0.85rem;
	color: #888;
	margin-bottom: 20px;
}
/* /Pages/T/Shop/shop-trasua/Index.cshtml.rz.scp.css */
/* Teen Menu Styles */
.teen-menu-nav[b-4bn0a8nbym] {
	background: #fff;
	padding: 10px;
	border-radius: 50px;
	display: inline-flex;
	box-shadow: 0 10px 25px rgba(255, 127, 80, 0.1);
}

.teen-tab-link[b-4bn0a8nbym] {
	border-radius: 50px !important;
	font-weight: 700 !important;
	padding: 12px 30px !important;
	color: var(--text-dark) !important;
	border: none !important;
	transition: 0.3s !important;
}

.teen-tab-link.active[b-4bn0a8nbym] {
	background-color: var(--primary-color) !important;
	color: white !important;
	box-shadow: 0 5px 15px rgba(255, 127, 80, 0.3);
}

.menu-list-item[b-4bn0a8nbym] {
	padding: 15px;
	border-radius: 20px;
	transition: 0.3s;
	border-bottom: 1px dashed #eee;
}

.menu-list-item:hover[b-4bn0a8nbym] {
	background-color: #fff;
	transform: scale(1.02);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.price-tag[b-4bn0a8nbym] {
	background: var(--accent-color);
	color: var(--primary-color);
	padding: 5px 15px;
	border-radius: 30px;
	font-weight: 700;
}

.topping-badge[b-4bn0a8nbym] {
	font-size: 0.75rem;
	background: #E0F2F1;
	color: #00897B;
	padding: 3px 10px;
	border-radius: 10px;
	margin-right: 5px;
}

/* Footer Styles */
.footer-wrapper[b-4bn0a8nbym] {
	position: relative;
	background-color: #2D2D2D;
	/* Màu tối để "chốt" trang lại cho sang */
	padding-top: 100px;
	margin-top: 100px;
	/* Tạo khoảng trống cho lớp 1 đè lên */
}

/* Lớp 1: Newsletter Box nổi */
.footer-newsletter[b-4bn0a8nbym] {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 1000px;
	background: var(--primary-color);
	border-radius: 40px;
	padding: 50px;
	box-shadow: 0 20px 40px rgba(255, 127, 80, 0.3);
	z-index: 10;
}

.footer-newsletter h2[b-4bn0a8nbym] {
	color: white;
	font-size: 2.5rem;
	margin-bottom: 10px;
}

/* Lớp 2: Main Footer Content */
.footer-main[b-4bn0a8nbym] {
	color: #e0e0e0;
}

.footer-link[b-4bn0a8nbym] {
	color: #b0b0b0;
	text-decoration: none;
	transition: 0.3s;
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}

.footer-link:hover[b-4bn0a8nbym] {
	color: var(--primary-color);
	padding-left: 10px;
}

.social-circle[b-4bn0a8nbym] {
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	transition: 0.3s;
	font-size: 1.2rem;
}

.social-circle:hover[b-4bn0a8nbym] {
	background: var(--primary-color);
	transform: translateY(-5px);
	color: white;
}

.footer-bottom[b-4bn0a8nbym] {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding: 30px 0;
}

/* SVG Wave */
.footer-wave[b-4bn0a8nbym] {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	line-height: 0;
}

.footer-wave svg[b-4bn0a8nbym] {
	display: block;
	width: 100%;
	height: 100px;
}

/* Tầng 2: Nền tối chữ sáng */
.footer-wrapper[b-4bn0a8nbym] {
	position: relative;
	background-color: #1a1a1a !important;
	/* Đen sâu hơn để nổi chữ */
	padding-top: 120px;
	margin-top: 100px;
}

/* Ép tất cả chữ trong Footer Main phải là màu sáng */
.footer-main[b-4bn0a8nbym],
.footer-main p[b-4bn0a8nbym],
.footer-main h5[b-4bn0a8nbym],
.footer-main h3[b-4bn0a8nbym],
.footer-main .small[b-4bn0a8nbym] {
	color: #ffffff !important;
	/* Trắng tinh khôi */
}

/* Fix riêng cho các đường Link */
.footer-link[b-4bn0a8nbym] {
	color: #cccccc !important;
	/* Màu xám sáng cho link */
	text-decoration: none;
	transition: 0.3s;
	display: block;
	margin-bottom: 12px;
	font-weight: 500;
}

.footer-link:hover[b-4bn0a8nbym] {
	color: var(--primary-color) !important;
	/* Hover lên là màu cam teen */
	transform: translateX(8px);
}

/* Header của từng cột */
.footer-main h5[b-4bn0a8nbym] {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.1rem;
	margin-bottom: 25px;
	color: var(--primary-color) !important;
	/* Cho tiêu đề cột màu cam luôn cho rực rỡ */
}

/* Thanh bản quyền dưới cùng */
.footer-bottom[b-4bn0a8nbym] {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 30px 0;
	background: #151515;
	/* Tối hơn một chút nữa */
}

.footer-bottom p[b-4bn0a8nbym],
.footer-bottom a[b-4bn0a8nbym] {
	color: #888888 !important;
	/* Chữ nhỏ ở dưới mờ mờ cho đúng chất */
}
