/**
 * ============================================================================
 * File: vn/assets/css/theme-default.css
 * Theme: LPBank Warm Style (Nâu Đất & Vàng Cam - Trẻ trung, Năng lượng)
 * Format: One-line CSS per rule
 * ============================================================================
 */

/* === ROOT & BASE === */
:root { --primary-brown: #5A3520; --secondary-brown: #7A4C32; --primary-gold: #F59D31; --light-gold: #FFF6EA; --dark-gold: #D9821F; --text-dark: #212529; --text-gray: #6C757D; --sidebar-width: 260px; }
body { font-family: 'Inter', sans-serif; color: var(--text-dark); background-color: #FFFFFF; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6, .navbar-brand { font-family: 'Inter', sans-serif; font-weight: 700; }

/* === BỐ CỤC CHÍNH (LAYOUT & FIX OVERLAP) === */
@media (min-width: 992px) { .sidebar { position: fixed; top: 0; left: 0; height: 100vh; border-right: 1px solid #E5E5E5; } .main-content { margin-left: var(--sidebar-width); min-height: 100vh; display: flex; flex-direction: column; } }
.sidebar { width: var(--sidebar-width) !important; background-color: #FFFFFF; display: flex; flex-direction: column; z-index: 1045; }
.main-content { display: flex; flex-direction: column; min-height: 100vh; }
.mobile-topbar { display: none; position: sticky; top: 0; background: #FFF; z-index: 1030; padding: 15px 20px; border-bottom: 1px solid #E5E5E5; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }

/* === LEFT SIDEBAR MENU === */
.sidebar-logo { padding: 30px 20px; text-align: center; }
.sidebar-logo img { max-width: 150px; }
.sidebar-menu { flex-grow: 1; overflow-y: auto; padding: 0 20px; }
.sidebar-menu .nav-link-parent { color: var(--primary-brown); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; padding: 12px 15px; border-bottom: 1px solid #F0F0F0; display: flex; justify-content: space-between; align-items: center; transition: 0.3s; text-decoration: none; }
.sidebar-menu .nav-link-parent:hover, .sidebar-menu .nav-link-parent[aria-expanded="true"] { color: var(--primary-gold); }
.sidebar-menu .nav-link-parent i { font-size: 0.7rem; color: #999; transition: transform 0.3s; }
.sidebar-menu .nav-link-parent[aria-expanded="true"] i { transform: rotate(180deg); color: var(--primary-gold); }
.sidebar-menu .collapse .nav-link-child { color: var(--text-gray); font-size: 0.9rem; font-weight: 500; padding: 10px 15px; text-decoration: none; display: block; text-transform: none !important; transition: all 0.3s ease; }
.sidebar-menu .collapse .nav-link-child:hover { color: var(--primary-gold); padding-left: 20px; }
.sidebar-footer { padding: 20px; text-align: center; }
.social-icons a { color: var(--primary-brown); font-size: 1.2rem; margin: 0 10px; transition: 0.3s; }
.social-icons a:hover { color: var(--primary-gold); }
.sidebar-footer p { font-size: 0.75rem; color: #999; margin-top: 15px; }
.sidebar-footer p span { color: var(--primary-gold); font-weight: 600; }

/* === CUSTOM UI ELEMENTS === */
.section-title { font-weight: 800; text-transform: uppercase; color: var(--primary-brown); position: relative; padding-bottom: 15px; }
.section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 4px; border-radius: 2px; background-color: var(--primary-gold); }
.btn-gold { background-color: var(--primary-gold); color: #FFF; border: none; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; }
.btn-gold:hover { background-color: var(--dark-gold); color: #FFF; }
.business-icon { color: var(--primary-gold); font-size: 2.2rem; margin-bottom: 15px; }
.news-card img { height: 180px; object-fit: cover; border-radius: 8px 8px 0 0; }
.news-title { font-size: 1.1rem; font-weight: 700; color: var(--primary-brown); text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: 0.3s; }
.news-title:hover { color: var(--primary-gold); }

/* === SLIDER & POPUP === */
.carousel-item { height: 80vh; min-height: 500px; background-size: cover; background-position: center; }
.carousel-caption-custom { position: absolute; top: 50%; transform: translateY(-50%); left: 10%; right: 10%; text-align: left; }
.carousel-control-prev-icon, .carousel-control-next-icon { background-color: transparent; border: 2px solid rgba(255,255,255,0.5); width: 40px; height: 40px; }
.modal-backdrop.show { opacity: 0.85; background-color: #000; }

/* === FOOTER & CTA === */
.footer-section { margin-top: auto; background-color: #F8F9FA; padding: 60px 0 20px; border-top: 1px solid #EAEAEA; position: relative; z-index: 10; width: 100%; clear: both; }
.cta-section { background: linear-gradient(to right, rgba(33, 37, 41, 0.95), rgba(33, 37, 41, 0.8)), url('https://images.unsplash.com/photo-1534536281715-e28d76689b4d?auto=format&fit=crop&w=1920&q=80') center/cover; padding: 80px 0; color: #fff; position: relative; z-index: 10; width: 100%; clear: both; }
.cta-input { background-color: #E9ECEF; border: none; border-radius: 0; padding: 12px 15px; font-size: 0.95rem; }
.cta-input:focus { background-color: #FFF; box-shadow: none; border-color: var(--primary-gold); }
.cta-btn { background-color: #1A1A1A; color: #fff; border: none; border-radius: 0; padding: 12px 30px; text-transform: lowercase; font-weight: bold; font-size: 1.1rem; transition: 0.3s; display: flex; justify-content: center; align-items: center; }
.cta-btn:hover { background-color: var(--primary-brown); color: #FFF; }
.hover-gold:hover { color: var(--primary-gold) !important; padding-left: 5px; }

/* === RESPONSIVE TWEAKS === */
.display-4 { font-size: 2.5rem; }
@media (min-width: 768px) { .display-4 { font-size: 3.5rem; } }
@media (max-width: 991px) { .mobile-topbar { display: flex; justify-content: space-between; align-items: center; } .hero-section { text-align: center; padding: 60px 15px !important; } }
/* === CUSTOM ACCORDION === */
.custom-accordion .accordion-button::after { display: none; }
.custom-accordion .accordion-button { padding: 0; background: transparent; color: var(--text-gray); font-size: 1rem; box-shadow: none; border: none; }
.custom-accordion .accordion-button:not(.collapsed) { background: transparent; color: var(--primary-brown); box-shadow: none; }
.custom-accordion .accordion-button:not(.collapsed) .fa-plus-square { display: none !important; }
.custom-accordion .accordion-button:not(.collapsed) .fa-minus-square { display: inline-block !important; }
.custom-accordion .accordion-button.collapsed .fa-plus-square { display: inline-block !important; }
.custom-accordion .accordion-button.collapsed .fa-minus-square { display: none !important; }

/* === ARTICLE DETAIL & SIDEBAR === */
.article-header { border-bottom: 1px solid #EAEAEA; padding-bottom: 20px; margin-bottom: 30px; }
.article-title { color: var(--primary-brown); font-weight: 800; font-size: 2.2rem; line-height: 1.3; }
.article-meta { color: #888; font-size: 0.9rem; }
.article-meta i { color: var(--primary-gold); margin-right: 5px; }
.article-content { font-size: 1.05rem; line-height: 1.8; color: #333; }
.article-content img { width: 100% !important; height: auto !important; object-fit: contain; border-radius: 8px; margin: 25px 0; display: block; }
.article-content h2, .article-content h3 { color: var(--primary-brown); margin-top: 30px; margin-bottom: 15px; font-weight: 700; }

/* Sticky Sidebar Settings */
.sticky-sidebar { position: sticky; top: 30px; z-index: 10; padding-bottom: 30px; }
.sidebar-widget { background: #FFFFFF; border: 1px solid #EAEAEA; border-radius: 8px; padding: 25px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.widget-title { font-weight: 700; color: var(--primary-brown); text-transform: uppercase; font-size: 1.1rem; border-bottom: 2px solid var(--primary-gold); padding-bottom: 10px; margin-bottom: 20px; display: inline-block; }

/* Widget TÌM KIẾM */
.search-input { border: 1px solid #E0E0E0; border-radius: 4px 0 0 4px; padding: 12px 15px; box-shadow: none; font-size: 0.95rem; }
.search-input:focus { border-color: var(--primary-gold); box-shadow: none; }
.search-btn { background-color: var(--primary-gold); color: #FFF; border: none; border-radius: 0 4px 4px 0; padding: 12px 20px; transition: 0.3s; }
.search-btn:hover { background-color: var(--primary-brown); color: #FFF; }

/* Widget DANH MỤC */
.cat-list { list-style: none; padding: 0; margin: 0; }
.cat-list li { border-bottom: 1px dashed #EAEAEA; padding: 12px 0; }
.cat-list li:last-child { border-bottom: none; padding-bottom: 0; }
.cat-link { color: var(--text-gray); text-decoration: none; font-weight: 500; transition: all 0.3s ease; display: flex; justify-content: space-between; align-items: center; }
.cat-link:hover { color: var(--primary-gold); padding-left: 8px; }
.cat-count { background-color: #F8F9FA; color: #999; font-size: 0.8rem; padding: 2px 8px; border-radius: 20px; }

/* Widget CALL TO ACTION */
.cta-widget { background: linear-gradient(135deg, var(--primary-brown), #3a2214); color: #FFF; text-align: center; border: none; }
.cta-widget-icon { font-size: 3rem; color: var(--primary-gold); margin-bottom: 15px; }

/* === MODULE BẢNG GIÁ QUẢNG CÁO === */
.premium-header { background: url('../../uploads/background.jpg') no-repeat center center; background-size: cover; padding: 40px 0; position: relative; border-bottom: 2px solid var(--primary-gold); }
.premium-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%); z-index: 1; }
.header-content { position: relative; z-index: 2; }
.search-box { max-width: 600px; position: relative; margin-top: 20px; }
.search-box input { height: 55px; border-radius: 30px; padding-left: 25px; font-size: 1rem; border: none; box-shadow: 0 10px 30px rgba(0,0,0,0.15); width: 100%; }
.search-box button { position: absolute; right: 5px; top: 5px; height: 45px; border-radius: 25px; padding: 0 25px; background: var(--primary-gold); border: none; color: #fff; font-weight: bold; transition: 0.3s; }
.search-box button:hover { background: var(--dark-gold); }
.filter-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; }
.filter-pill { padding: 8px 20px; border: 1px solid #ddd; border-radius: 30px; color: #555; font-size: 0.9rem; text-decoration: none; transition: 0.3s; background: #fff; }
.filter-pill:hover, .filter-pill.active { background: var(--primary-gold); border-color: var(--primary-gold); color: #fff; }
.bg-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; transition: 0.3s; height: 100%; display: flex; flex-direction: column; }
.bg-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); border-color: var(--primary-gold); }
.bg-card .card-body { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.cat-name { color: var(--primary-gold); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.bg-title { font-family: 'Inter', sans-serif; color: var(--primary-brown); font-weight: 700; font-size: 1.2rem; margin-bottom: 12px; line-height: 1.4; transition: 0.3s; }
.bg-card:hover .bg-title { color: var(--primary-gold); }
.pdf-viewer-container { background: #525659; border-radius: 8px; overflow: hidden; height: 850px; border: 1px solid #ddd; }
.cta-box { background: linear-gradient(to right, #fcfbf9, #fff); border-left: 4px solid var(--primary-gold); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }

/* === BỔ SUNG MENU HIỆU ỨNG === */
.sidebar-menu a { -webkit-tap-highlight-color: transparent !important; outline: none !important; box-shadow: none !important; }
.sidebar-menu a:focus, .sidebar-menu a:active { color: inherit; text-decoration: none; }
.logo-brown-effect { filter: brightness(0) saturate(100%) invert(14%) sepia(32%) saturate(1215%) hue-rotate(345deg) brightness(92%) contrast(92%) !important; transition: all 0.3s ease; }
.logo-brown-effect:hover { filter: brightness(0) saturate(100%) invert(14%) sepia(32%) saturate(1215%) hue-rotate(345deg) brightness(92%) contrast(92%) drop-shadow(0 0 8px rgba(245, 157, 49, 0.4)) !important; }
[data-bs-toggle="collapse"]:not(.collapsed) .icon-expand::before { content: "\f068"; color: var(--primary-gold); }

/* === NÚT ĐĂNG NHẬP / BẢNG ĐIỀU KHIỂN === */
.btn-auth { display: flex; align-items: center; justify-content: center; width: 100%; padding: 12px 0; border-radius: 8px; font-weight: 700; font-size: 0.95rem; transition: all 0.3s ease; text-decoration: none; margin-bottom: 20px; }
.btn-auth-login { background: linear-gradient(135deg, var(--primary-gold), var(--dark-gold)); color: #FFFFFF !important; box-shadow: 0 4px 12px rgba(245, 157, 49, 0.3); border: none; }
.btn-auth-login:hover { transform: translateY(-2px); box-shadow: 0 6px 15px rgba(245, 157, 49, 0.5); color: #FFFFFF !important; }
.btn-auth-dashboard { background: var(--primary-brown); color: #FFFFFF !important; border: 1px solid var(--primary-brown); box-shadow: 0 4px 12px rgba(90, 53, 32, 0.2); }
.btn-auth-dashboard:hover { background: var(--secondary-brown); border-color: var(--secondary-brown); color: #FFFFFF !important; transform: translateY(-2px); box-shadow: 0 6px 15px rgba(90, 53, 32, 0.4); }

/* === PROJECT DETAIL & PORTFOLIO EXTENSIONS === */
.breadcrumb-custom .breadcrumb-item a { color: var(--text-gray); text-decoration: none; font-weight: 500; transition: 0.2s; }
.breadcrumb-custom .breadcrumb-item a:hover { color: var(--primary-gold); }
.breadcrumb-custom .breadcrumb-item.active { color: var(--primary-brown); font-weight: 600; }
.project-title-detail { font-family: 'Inter', sans-serif; color: var(--primary-brown); font-weight: 800; font-size: 2.2rem; line-height: 1.3; }
.meta-info { font-size: 0.9rem; color: var(--text-gray); border-bottom: 1px solid #eee; padding-bottom: 20px; margin-bottom: 30px; }
.meta-info i { color: var(--primary-gold); }
.project-content { line-height: 1.8; font-size: 1.05rem; color: var(--text-dark); }
.project-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
.sim-project-item { display: flex; gap: 15px; margin-bottom: 20px; transition: 0.3s; padding: 10px; border-radius: 8px; border: 1px solid transparent; text-decoration: none; }
.sim-project-item:hover { background: #fcfcfc; border-color: #f0f0f0; box-shadow: 0 4px 10px rgba(0,0,0,0.03); transform: translateY(-2px); }
.sim-img-wrap { width: 90px; height: 70px; flex-shrink: 0; border-radius: 6px; overflow: hidden; border: 1px solid #eee; background: #fff; display: flex; align-items: center; justify-content: center; }
.sim-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.sim-img-wrap img.is-logo { object-fit: contain; padding: 10px; filter: brightness(0) saturate(100%) invert(14%) sepia(32%) saturate(1215%) hue-rotate(345deg) brightness(92%) contrast(92%); }
.sim-title { font-size: 0.95rem; font-weight: 700; color: var(--primary-brown); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: 0.2s; }
.sim-title:hover { color: var(--primary-gold); }
.sim-date { font-size: 0.75rem; color: var(--text-gray); margin-top: 5px; }
.btn-back { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--text-gray); text-decoration: none; padding: 8px 20px; border: 1px solid #ddd; border-radius: 30px; transition: 0.3s; font-size: 0.9rem; }
.btn-back:hover { background: var(--primary-gold); color: #fff; border-color: var(--primary-gold); }
.gallery-thumb-link { display: block; border-radius: 8px; overflow: hidden; border: 1px solid #eee; height: 180px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.gallery-thumb-link img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s; }
.gallery-thumb-link img:hover { transform: scale(1.05); }

/* === PROJECT GALLERY EXTENSIONS === */
.gallery-container .gallery-thumb-link { display: block; border-radius: 8px; overflow: hidden; border: 1px solid #eee; height: 180px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); transition: all 0.3s ease; }
.gallery-container .gallery-thumb-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.gallery-container .gallery-thumb-link:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.1); transform: translateY(-3px); }
.gallery-container .gallery-thumb-link:hover img { transform: scale(1.05); }

/* === MODULE PROJECTS (DANH SÁCH & THƯ VIỆN DỰ ÁN) === */
.section-title-wrapper { text-align: center; margin-bottom: 35px; }
.section-heading { font-family: 'Inter', sans-serif; font-size: 1.1rem; color: var(--primary-brown); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; display: inline-flex; align-items: center; gap: 10px; position: relative; padding-bottom: 12px; margin-bottom: 0; }
.section-heading i { color: var(--primary-gold); font-size: 1.2rem; }
.section-heading::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 2px; background: var(--primary-gold); }
.project-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; overflow: hidden; transition: 0.3s; height: 100%; display: flex; flex-direction: column; }
.project-card.border-warning { border-color: var(--primary-gold) !important; box-shadow: 0 0 10px rgba(245, 157, 49, 0.15); }
.project-card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.08); transform: translateY(-4px); }
/* Thay thế 4 dòng .card-img-wrapper cũ bằng đoạn này */
.card-img-wrapper { position: relative; overflow: hidden; background: #f8f9fa; width: 100%; aspect-ratio: 16/9; display: block; }
.card-img-wrapper a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.card-img-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.4s ease; display: block; }
.card-img-wrapper img.is-logo { object-fit: contain !important; padding: 25px !important; background: #fff; }
.project-card:hover .card-img-wrapper img:not(.is-logo) { transform: scale(1.05); }
.zone-1 .card-img-wrapper { aspect-ratio: 16/10; }
.zone-2 .card-img-wrapper { aspect-ratio: 4/3; }
.status-badge { position: absolute; top: 10px; left: 10px; background: #fff; color: var(--primary-brown); padding: 4px 10px; border-radius: 20px; font-size: 0.7rem; font-weight: 700; z-index: 2; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.featured-badge { position: absolute; top: 10px; right: 10px; background: var(--primary-gold); color: #fff; padding: 4px 10px; border-radius: 20px; font-size: 0.7rem; font-weight: bold; z-index: 2; }
.project-category { color: var(--primary-gold); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.project-title { font-family: 'Inter', sans-serif; color: var(--primary-brown); font-weight: 700; margin-bottom: 10px; line-height: 1.4; transition: 0.3s; }
.zone-1 .project-title { font-size: 1.2rem; }
.zone-2 .project-title { font-size: 1.05rem; }
.project-card:hover .project-title { color: var(--primary-gold); }
.project-desc { color: #666; font-size: 0.85rem; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 15px; }
.card-footer-lite { margin-top: auto; border-top: 1px solid #f0f0f0; padding-top: 15px; display: flex; justify-content: space-between; align-items: center; }
.contact-actions { display: flex; gap: 8px; }
.btn-mini-contact { display: inline-flex; align-items: center; gap: 5px; background: #f8f9fa; color: var(--primary-brown); border: 1px solid #eaeaea; padding: 6px 10px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; text-decoration: none; transition: 0.3s; }
.btn-mini-contact:hover { background: var(--primary-gold); color: #fff; border-color: var(--primary-gold); }
.link-detail { color: var(--primary-brown); font-weight: 700; font-size: 0.8rem; text-decoration: none; transition: 0.3s; text-transform: uppercase; }
.link-detail:hover { color: var(--primary-gold); }
.video-cta-section { position: relative; padding: 80px 0; overflow: hidden; display: flex; align-items: center; justify-content: center; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.video-cta-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.video-cta-bg video { width: 100%; height: 100%; object-fit: cover; }
.video-cta-content { position: relative; z-index: 3; text-align: center; color: #fff; }
.btn-cta-massive { background: var(--primary-gold); color: #fff; font-size: 1rem; font-weight: 700; padding: 14px 35px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: 0.3s; border: none; }
.btn-cta-massive:hover { transform: translateY(-3px); color: #fff; background: var(--dark-gold); }

/* === MODULE CONTACT (TRANG LIÊN HỆ) === */
.contact-header { background: #2A1A12; padding: 100px 0 80px; color: #fff; position: relative; overflow: hidden; }
.contact-header::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../../uploads/map.png') center/cover no-repeat; opacity: 0.05; z-index: 0; }
.contact-header::after { content: ''; position: absolute; top: -40%; right: -10%; width: 600px; height: 600px; background: url('../../uploads/hoavan.png') center/contain no-repeat; opacity: 0.15; z-index: 0; animation: rotatePattern 60s linear infinite; pointer-events: none; }
@keyframes rotatePattern { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.info-box { background: #f8f9fa; padding: 50px 40px; border-radius: 12px; height: 100%; border: 1px solid #eee; }
.info-item { display: flex; margin-bottom: 30px; }
.info-icon { width: 50px; height: 50px; background: #fff; border: 1px solid rgba(245, 157, 49, 0.3); color: var(--primary-gold); display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 1.2rem; margin-right: 20px; flex-shrink: 0; }
.info-text h5 { font-weight: 600; color: var(--primary-brown); margin-bottom: 5px; font-size: 1.1rem; }
.info-text p { color: #666; margin: 0; line-height: 1.6; }
.ticket-form { padding: 20px 10px; }
.ticket-form .form-label { font-weight: 500; color: var(--primary-brown); font-size: 0.95rem; }
.ticket-form .form-control, .ticket-form .form-select { padding: 12px 15px; border: 1px solid #ddd; border-radius: 8px; font-size: 0.95rem; transition: all 0.3s; }
.ticket-form .form-control:focus, .ticket-form .form-select:focus { border-color: var(--primary-gold); box-shadow: 0 0 0 3px rgba(245, 157, 49, 0.15); }
.btn-submit { background: var(--primary-gold); color: #fff; font-weight: 600; padding: 14px 30px; border: none; border-radius: 8px; cursor: pointer; transition: 0.3s; letter-spacing: 1px; width: 100%; }
.btn-submit:hover { background: var(--dark-gold); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 15px rgba(245, 157, 49, 0.2); }
.btn-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; box-shadow: none; }
.captcha-box { background: rgba(245, 157, 49, 0.05); border: 1px dashed var(--primary-gold); padding: 15px 20px; border-radius: 8px; }
@media (max-width: 768px) { .contact-header::after { width: 400px; height: 400px; top: -20%; right: -30%; opacity: 0.1; } }

/* === MODULE CAREER (TUYỂN DỤNG ATS) === */
:root { --lv-brown: #2A1C14; --lv-gold: #D4AF37; --lv-gold-hover: #b8962c; }
.career-container { padding-top: 10px; padding-bottom: 50px; }
.career-banner { background: linear-gradient(135deg, var(--lv-brown) 0%, #3a2214 100%); border-radius: 16px; padding: 40px; position: relative; overflow: hidden; margin-bottom: 25px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.career-banner::after { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: radial-gradient(circle at top right, rgba(212,175,55,0.15), transparent); pointer-events: none; }
.banner-title { color: #fff; font-size: 2.2rem; font-weight: 800; margin-bottom: 15px; letter-spacing: -0.5px; }
.banner-text { color: #d1c7c0; font-size: 1rem; max-width: 550px; line-height: 1.6; margin-bottom: 0; }
.message-box { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 12px; padding: 25px; position: relative; z-index: 2; }
.message-box h4 { color: var(--lv-gold); font-size: 1.1rem; font-weight: 700; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.msg-input { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; border-radius: 8px; padding: 10px 15px; font-size: 0.9rem; margin-bottom: 12px; width: 100%; transition: 0.3s; }
.msg-input::placeholder { color: rgba(255, 255, 255, 0.5); }
.msg-input:focus { outline: none; border-color: var(--lv-gold); background: rgba(255, 255, 255, 0.15); }
.btn-msg { background: var(--lv-gold); color: #fff; border: none; padding: 10px 20px; border-radius: 8px; font-weight: 600; width: 100%; transition: 0.3s; }
.btn-msg:hover { background: var(--lv-gold-hover); }
.filter-bar { background: #fff; border-radius: 12px; border: 1px solid #e2e8f0; display: flex; align-items: center; padding: 5px; margin-bottom: 25px; box-shadow: 0 4px 10px rgba(0,0,0,0.02); }
.filter-item { flex: 1; display: flex; align-items: center; gap: 10px; padding: 10px 20px; border-right: 1px solid #e2e8f0; }
.filter-item:last-child { border-right: none; }
.filter-item i { color: #a0aec0; font-size: 1.1rem; }
.filter-item select, .filter-item input { border: none; outline: none; width: 100%; font-size: 0.95rem; color: var(--lv-brown); background: transparent; font-weight: 500; }
.filter-item select { cursor: pointer; }
.btn-filter { background: var(--lv-brown); color: #fff; border: none; border-radius: 8px; padding: 12px 30px; font-weight: 600; transition: 0.2s; height: 100%; }
.btn-filter:hover { background: var(--lv-gold); }
.job-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px 25px; margin-bottom: 15px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; transition: 0.2s; gap: 15px; }
.job-card:hover { border-color: var(--lv-gold); box-shadow: 0 4px 15px rgba(0,0,0,0.03); transform: translateY(-2px); }
.job-title { font-size: 1.1rem; font-weight: 700; color: var(--lv-brown); text-decoration: none; display: block; margin-bottom: 8px; transition: 0.2s; }
.job-title:hover { color: var(--lv-gold); }
.job-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.job-tag { background: #f1f5f9; color: #4a5568; font-size: 0.8rem; padding: 4px 10px; border-radius: 6px; font-weight: 500; display: inline-flex; align-items: center; }
.tag-salary { background: rgba(40,167,69,0.1); color: #28a745; }
.btn-apply { background: #fff; border: 1px solid #cbd5e1; color: var(--lv-brown); padding: 8px 20px; border-radius: 8px; font-weight: 600; font-size: 0.85rem; text-decoration: none; transition: 0.2s; white-space: nowrap; }
.btn-apply:hover { background: var(--lv-gold); border-color: var(--lv-gold); color: #fff; }
.info-sidebar { position: sticky; top: 90px; }
.culture-card { background: #fff; border-radius: 16px; padding: 30px; border: 1px solid #e2e8f0; margin-bottom: 20px; }
.culture-card h3 { font-size: 1.25rem; font-weight: 700; color: var(--lv-brown); margin-bottom: 8px; }
.culture-card h4 { font-size: 1.1rem; font-weight: 700; color: var(--lv-brown); margin-bottom: 15px; line-height: 1.4; }
.culture-card p { font-size: 0.9rem; color: #4a5568; line-height: 1.6; margin-bottom: 20px; }
.value-item { margin-bottom: 15px; }
.value-item:last-child { margin-bottom: 0; }
.value-item strong { color: var(--lv-brown); font-size: 0.95rem; display: block; margin-bottom: 4px; }
.value-item span { font-size: 0.85rem; color: #718096; line-height: 1.5; display: block; }
.talent-box { background: var(--lv-gold); border-radius: 16px; padding: 30px; text-align: center; color: #fff; }
.talent-box h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
.talent-box p { font-size: 0.9rem; opacity: 0.9; margin-bottom: 20px; line-height: 1.5; }
.btn-talent { background: var(--lv-brown); color: #fff; border: none; padding: 10px 20px; border-radius: 8px; font-weight: 600; font-size: 0.9rem; width: 100%; transition: 0.2s; }
.btn-talent:hover { background: #1a110c; color: #fff; }
.breadcrumb-custom { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; margin-bottom: 20px; }
.breadcrumb-custom a { color: #6c757d; text-decoration: none; transition: 0.2s; }
.breadcrumb-custom a:hover { color: var(--lv-gold); }
.breadcrumb-custom span { color: var(--lv-brown); font-weight: 600; }
.job-header-detail { background: linear-gradient(135deg, var(--lv-brown) 0%, #3a2214 100%); border-radius: 16px; padding: 40px; position: relative; overflow: hidden; margin-bottom: 25px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.job-header-detail::after { content: ''; position: absolute; top: -50%; right: -10%; width: 40%; height: 200%; background: radial-gradient(ellipse at center, rgba(212,175,55,0.15) 0%, transparent 70%); pointer-events: none; }
.job-title-detail { color: #fff; font-size: 2rem; font-weight: 700; margin-bottom: 15px; }
.job-meta-header { display: flex; flex-wrap: wrap; gap: 12px; }
.job-tag-detail { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); color: #fff; padding: 6px 15px; border-radius: 8px; font-size: 0.85rem; display: inline-flex; align-items: center; backdrop-filter: blur(5px); }
.job-tag-detail i { color: var(--lv-gold); margin-right: 8px; }
.job-content-box { background: #fff; border-radius: 16px; padding: 35px 40px; border: 1px solid #e2e8f0; box-shadow: 0 4px 10px rgba(0,0,0,0.02); height: 100%; }
.jd-content { font-size: 1rem; line-height: 1.8; color: #333; }
.jd-content h1, .jd-content h2, .jd-content h3, .jd-content h4 { color: var(--lv-brown); font-weight: 700; margin-top: 25px; margin-bottom: 15px; font-size: 1.2rem; }
.jd-content ul, .jd-content ol { padding-left: 20px; margin-bottom: 20px; }
.jd-content li { margin-bottom: 10px; }
.action-box { background: #fff; border-radius: 16px; padding: 30px; border: 1px solid #e2e8f0; box-shadow: 0 4px 10px rgba(0,0,0,0.02); }
.action-box h4 { font-size: 1.1rem; font-weight: 700; color: var(--lv-brown); margin-bottom: 20px; border-bottom: 1px solid #f0f0f0; padding-bottom: 15px; }
.summary-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; }
.summary-icon { background: #f8f9fa; color: var(--lv-brown); width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid #eaeaea; }
.summary-text p { font-size: 0.75rem; color: #888; margin-bottom: 2px; text-transform: uppercase; font-weight: 600; letter-spacing: 0.5px; }
.summary-text strong { font-size: 0.95rem; color: #333; }
.btn-apply-main { background: var(--lv-gold); color: #fff; border: none; padding: 14px; border-radius: 8px; font-weight: 700; font-size: 1rem; width: 100%; transition: 0.3s; text-transform: uppercase; margin-top: 10px; }
.btn-apply-main:hover { background: var(--lv-gold-hover); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(212,175,55,0.3); color: #fff; }
.btn-apply-main:disabled { background: #cbd5e1; cursor: not-allowed; transform: none; box-shadow: none; }
.share-box { display: flex; align-items: center; gap: 10px; justify-content: center; margin-top: 25px; padding-top: 20px; border-top: 1px dashed #e2e8f0; }
.share-btn { width: 35px; height: 35px; border-radius: 50%; border: 1px solid #cbd5e1; display: flex; align-items: center; justify-content: center; color: #64748b; text-decoration: none; transition: 0.2s; background: #fff; }
.share-btn:hover { background: var(--lv-gold); color: #fff; border-color: var(--lv-gold); }
.modal-content-apply { border-radius: 16px; border: none; }
.modal-header-apply { border-bottom: 1px solid #f0f0f0; padding: 20px 30px; }
.modal-body-apply { padding: 30px; }
@media (max-width: 991px) { .filter-bar { flex-direction: column; padding: 10px; background: transparent; border: none; box-shadow: none; } .filter-item { border-right: none; border-bottom: 1px solid #e2e8f0; width: 100%; background: #fff; border-radius: 8px; margin-bottom: 10px; } .btn-filter { width: 100%; padding: 12px; } }

/* === TÙY CHỈNH NÚT AUTH VÀ SOCIAL ICONS (MENU FOOTER) === */
.btn-auth-sm { display: inline-flex; align-items: center; justify-content: center; padding: 6px 18px; font-size: 0.85rem; font-weight: 600; color: var(--primary-brown); background-color: var(--light-gold); border: 1px solid rgba(245, 157, 49, 0.3); border-radius: 50px; text-decoration: none; transition: all 0.2s ease-in-out; }
.btn-auth-sm:hover { background-color: var(--primary-gold); color: #fff; box-shadow: 0 3px 10px rgba(245, 157, 49, 0.25); border-color: var(--primary-gold); }
.social-icons-sm a { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background-color: #f1f5f9; color: #64748b; font-size: 0.95rem; text-decoration: none; transition: all 0.2s ease; }
.social-icons-sm a:hover { background-color: var(--primary-gold); color: #fff; transform: translateY(-2px); }

