/* ================================================================
   NK Clean Design — Simple & Professional
   ================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800;900&display=swap');

:root {
  --gold:    #f59e0b;
  --gold-dk: #d97706;
  --navy:    #0f172a;
  --navy2:   #1e293b;
  --slate:   #64748b;
  --border:  #e2e8f0;
  --bg:      #f1f5f9;
  --white:   #ffffff;
  --t: all .25s ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Be Vietnam Pro', sans-serif !important;
  background: var(--bg) !important;
  color: #374151 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Be Vietnam Pro', sans-serif !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
  line-height: 1.35 !important;
}

a { transition: var(--t) !important; }

/* ── HEADER ── */
#header, #header_main, .header_color, .header_color .header_bg {
  background: var(--navy) !important;
  box-shadow: 0 2px 20px rgba(0,0,0,.3) !important;
  border-bottom: none !important;
}
#header_meta, .av_header_top {
  background: #000000 !important; /* Pure black to differentiate from header */
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  padding: 5px 0 !important;
}
#header_meta *, #header_meta a {
  color: #cbd5e1 !important; /* Lighter slate for text */
  font-weight: 700 !important;
  font-size: 13px !important;
}
.header_color .main_menu ul:first-child > li > a {
  color: #d1d5db !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
  padding: 8px 13px !important;
  border-radius: 7px !important;
  transition: var(--t) !important;
}
.header_color .main_menu ul:first-child > li > a:hover,
.header_color .main_menu ul:first-child > li.current-menu-item > a {
  color: var(--gold) !important;
  background: transparent !important;
}
.header_color .main_menu ul ul {
  background: var(--navy2) !important;
  border-top: 3px solid var(--gold) !important;
  border-radius: 0 0 10px 10px !important;
  box-shadow: 0 20px 40px rgba(0,0,0,.25) !important;
}
.header_color .main_menu ul ul li a {
  color: #9ca3af !important;
  font-size: 13px !important;
  padding: 10px 18px !important;
  border-bottom: 1px solid rgba(255,255,255,.05) !important;
}
.header_color .main_menu ul ul li a:hover {
  color: var(--gold) !important;
  background: rgba(245,158,11,.08) !important;
}
.header_color div .av-hamburger-inner,
.header_color div .av-hamburger-inner::before,
.header_color div .av-hamburger-inner::after { background: #fff !important; }

/* ── PAGE TITLE BAR ── */
.title_container {
  background: #f8fafc !important; /* Light background to separate from header */
  padding: 14px 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  border-top: none !important;
}
.title_container .main-title,
.title_container .main-title a {
  color: #0f172a !important; /* Dark text */
  font-size: 20px !important;
  font-weight: 900 !important;
  text-shadow: none !important;
}
.breadcrumb-trail *, .breadcrumb-trail a { 
  color: #64748b !important; 
  font-size: 13px !important; 
  text-shadow: none !important;
}
.breadcrumb-trail a:hover { 
  color: #f59e0b !important; 
}

/* ── BUTTONS ── */
.avia-button, .button, input[type=submit], button[type=submit] {
  background: linear-gradient(135deg, var(--gold), var(--gold-dk)) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  font-size: 13.5px !important;
  text-transform: uppercase !important;
  letter-spacing: .4px !important;
  padding: 11px 22px !important;
  box-shadow: 0 4px 14px rgba(245,158,11,.35) !important;
  transition: var(--t) !important;
  cursor: pointer !important;
}
.avia-button:hover, .button:hover, input[type=submit]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(245,158,11,.5) !important;
  color: #fff !important;
}

/* ── HOMEPAGE SECTIONS ── */
/* Section 1 – Service highlight cards (top slider) */
#av_section_1 { background: #fff !important; padding: 50px 0 !important; }
#av_section_1 .slide-entry {
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.07) !important;
  border: 1px solid var(--border) !important;
  transition: var(--t) !important;
}
#av_section_1 .slide-entry:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,.12) !important;
  border-color: var(--gold) !important;
}
#av_section_1 .slide-image { overflow: hidden !important; height: 200px !important; display: block !important; }
#av_section_1 .slide-image img { width:100% !important; height:200px !important; object-fit:cover !important; transition: transform .4s ease !important; }
#av_section_1 .slide-entry:hover .slide-image img { transform: scale(1.06) !important; }
#av_section_1 .slide-content { padding: 16px 18px 18px !important; }
#av_section_1 .slide-entry-title { font-size: 15px !important; font-weight: 800 !important; margin-bottom: 6px !important; }
#av_section_1 .slide-entry-title a { color: var(--navy) !important; }
#av_section_1 .slide-entry-title a:hover { color: var(--gold) !important; }
#av_section_1 .slide-entry-excerpt { font-size: 13.5px !important; color: var(--slate) !important; }

/* Icon boxes (CAM KẾT / 24/7 / TRÁCH NHIỆM) */
#av_section_1 .iconbox {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 28px 20px !important;
  text-align: center !important;
  border: 1px solid var(--border) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.05) !important;
  transition: var(--t) !important;
}
#av_section_1 .iconbox:hover {
  border-color: var(--gold) !important;
  box-shadow: 0 8px 24px rgba(245,158,11,.15) !important;
  transform: translateY(-4px) !important;
}
#av_section_1 .iconbox_icon { font-size: 38px !important; color: var(--gold) !important; margin-bottom: 12px !important; }
#av_section_1 .iconbox_content_title { font-size: 16px !important; font-weight: 900 !important; color: var(--navy) !important; margin-bottom: 8px !important; }
#av_section_1 .iconbox_content_container p { font-size: 14px !important; color: var(--slate) !important; }









/* Section 3 – Grid dịch vụ */
#av_section_3 { background: var(--bg) !important; padding: 55px 0 !important; }
#av_section_3 .inner-entry {
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.06) !important;
  border: 1px solid var(--border) !important;
  transition: var(--t) !important;
}
#av_section_3 .inner-entry:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,.13) !important;
  border-color: var(--gold) !important;
}
#av_section_3 .grid-image { overflow: hidden !important; height: 185px !important; display: block !important; }
#av_section_3 .grid-image img { width:100% !important; height:185px !important; object-fit:cover !important; transition: transform .4s ease !important; }
#av_section_3 .inner-entry:hover .grid-image img { transform: scale(1.07) !important; }
#av_section_3 .grid-entry-title {
  font-size: 13.5px !important; font-weight: 800 !important;
  color: var(--navy) !important; text-align: center !important;
  padding: 12px 10px 8px !important; text-transform: uppercase !important;
  line-height: 1.35 !important;
}
#av_section_3 .grid-entry-title a { color: var(--navy) !important; }
#av_section_3 .grid-entry-title a:hover { color: var(--gold) !important; }
#av_section_3 .grid-entry { padding: 6px !important; }

/* Section 4 – Quy trình */
#av_section_4 {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%) !important;
  padding: 60px 0 !important;
  border-top: 3px solid var(--gold) !important;
  border-bottom: 3px solid var(--gold) !important;
}
#av_section_4 h2 { color: #fff !important; }
#av_section_4 p { color: rgba(255,255,255,.75) !important; }
#av_section_4 .av_iconlist_title { color: #fff !important; font-weight: 700 !important; }
#av_section_4 .iconlist_content p { color: rgba(255,255,255,.7) !important; font-size: 13.5px !important; }
#av_section_4 .iconbox_icon, #av_section_4 .iconlist_icon { color: var(--gold) !important; }

/* Section 5 – Testimonials */
#av_section_5 { background: #fff !important; padding: 55px 0 !important; }
#av_section_5 h2 { text-align: center !important; font-size: 26px !important; }

/* ── BLOG LISTING (tin-tuc) ── */
.avia-content-slider .slide-entry {
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.06) !important;
  border: 1px solid var(--border) !important;
  transition: var(--t) !important;
  margin-bottom: 24px !important;
}
.avia-content-slider .slide-entry:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,.12) !important;
  border-color: var(--gold) !important;
}
.avia-content-slider .slide-image { overflow: hidden !important; height: 210px !important; display: block !important; }
.avia-content-slider .slide-image img { width:100% !important; height:210px !important; object-fit:cover !important; transition: transform .4s ease !important; }
.avia-content-slider .slide-entry:hover .slide-image img { transform: scale(1.06) !important; }
.avia-content-slider .slide-content { padding: 18px 20px 20px !important; }
.avia-content-slider .slide-entry-title { font-size: 16px !important; font-weight: 800 !important; margin-bottom: 8px !important; }
.avia-content-slider .slide-entry-title a { color: var(--navy) !important; }
.avia-content-slider .slide-entry-title a:hover { color: var(--gold) !important; }
.avia-content-slider .slide-entry-excerpt { font-size: 13.5px !important; color: var(--slate) !important; line-height: 1.65 !important; }
.blog-categories a {
  display: inline-block;
  background: rgba(245,158,11,.1);
  color: var(--gold-dk) !important;
  border: 1px solid rgba(245,158,11,.3);
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* ── SINGLE POST — CLEAN LAYOUT ── */
.single-post #main, .posttype-post #main { background: var(--bg) !important; }

/* Featured image — full width ABOVE title */
.single-post .wp-post-image,
.posttype-post .wp-post-image {
  width: 100% !important;
  max-height: 420px !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  display: block !important;
  margin: 0 !important;
}
.single-post .template-blog,
.posttype-post .template-blog { padding: 24px 0 50px !important; }

/* Main article card */
.single-post .post-entry,
.posttype-post .post-entry {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 32px 38px !important;
  box-shadow: 0 2px 16px rgba(0,0,0,.07) !important;
  border: 1px solid var(--border) !important;
}

/* Post title */
.single-post .entry-title,
.posttype-post .entry-title {
  font-size: 26px !important;
  font-weight: 900 !important;
  color: var(--navy) !important;
  margin-bottom: 20px !important;
  padding-bottom: 16px !important;
  border-bottom: 3px solid var(--gold) !important;
  line-height: 1.35 !important;
}

/* Content typography */
.single-post .entry-content h2,
.posttype-post .entry-content h2 {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
  margin: 28px 0 12px !important;
  padding: 10px 16px !important;
  background: #fefce8 !important;
  border-left: 4px solid var(--gold) !important;
  border-radius: 0 8px 8px 0 !important;
}
.single-post .entry-content h3,
.posttype-post .entry-content h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: var(--navy2) !important;
  margin: 22px 0 8px !important;
  padding-left: 12px !important;
  border-left: 3px solid var(--gold) !important;
}
.single-post .entry-content p,
.posttype-post .entry-content p {
  font-size: 15.5px !important;
  line-height: 1.85 !important;
  color: #374151 !important;
  margin-bottom: 16px !important;
}
.single-post .entry-content ul li,
.posttype-post .entry-content ul li {
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #374151 !important;
  padding: 5px 0 5px 22px !important;
  border-bottom: 1px solid #f3f4f6 !important;
  position: relative;
}
.single-post .entry-content ul li::before,
.posttype-post .entry-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
/* Tables */
.single-post .entry-content table,
.posttype-post .entry-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 20px 0 !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}
.single-post .entry-content table th,
.posttype-post .entry-content table th {
  background: var(--navy) !important;
  color: #fff !important;
  padding: 12px 16px !important;
  text-align: left !important;
  font-weight: 700 !important;
}
.single-post .entry-content table td,
.posttype-post .entry-content table td {
  padding: 10px 16px !important;
  border-bottom: 1px solid var(--border) !important;
}
.single-post .entry-content table tr:nth-child(even) td,
.posttype-post .entry-content table tr:nth-child(even) td { background: #f9fafb !important; }

/* Images inside content */
.single-post .entry-content img,
.posttype-post .entry-content img {
  border-radius: 10px !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Sidebar */
.template-blog .sidebar {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 22px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.06) !important;
  border: 1px solid var(--border) !important;
}
.template-blog .sidebar .widgettitle {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid var(--gold) !important;
  margin-bottom: 14px !important;
  text-transform: uppercase !important;
}
.template-blog .sidebar ul li {
  padding: 7px 0 !important;
  border-bottom: 1px solid var(--border) !important;
}
.template-blog .sidebar ul li a { color: #4b5563 !important; font-size: 14px !important; }
.template-blog .sidebar ul li a:hover { color: var(--gold) !important; }
.template-blog .sidebar .attachment-thumbnail { border-radius: 6px !important; }

/* ── POST CTA BOX (bottom of post) — simple, not intrusive ── */
.nk-post-cta {
  background: linear-gradient(135deg, var(--navy) 0%, #1e3a8a 100%);
  border-radius: 14px;
  padding: 28px 30px;
  margin: 32px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.nk-post-cta-text h4 {
  color: var(--gold) !important;
  font-size: 18px !important;
  margin: 0 0 6px !important;
}
.nk-post-cta-text p { color: rgba(255,255,255,.8) !important; font-size: 14px !important; margin: 0 !important; }
.nk-post-cta-btn {
  background: linear-gradient(135deg, var(--gold), var(--gold-dk));
  color: #fff !important;
  text-decoration: none !important;
  padding: 13px 28px;
  border-radius: 9px;
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
  box-shadow: 0 5px 16px rgba(245,158,11,.42);
  transition: var(--t);
  display: inline-block;
}
.nk-post-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,158,11,.55); color: #fff !important; }

/* Post Rating (small, top of post) */
.nk-post-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fefce8;
  border: 1px solid #fde68a;
  border-radius: 8px;
  padding: 7px 14px;
  margin-bottom: 20px;
  font-size: 14px;
}
.nk-post-rating .stars { color: #f59e0b; font-size: 15px; letter-spacing: 1px; }
.nk-post-rating .score { font-weight: 800; color: var(--navy); }
.nk-post-rating .count { color: var(--slate); font-size: 13px; }

/* ── TOC ── */
.nk-toc {
  background: #fefce8;
  border: 1px solid #fde68a;
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  padding: 18px 22px;
  margin: 0 0 26px;
}
.nk-toc-title { font-weight: 800; font-size: 15px; color: var(--navy); margin-bottom: 12px; }
.nk-toc ol { margin: 0; padding-left: 18px; }
.nk-toc ol li { margin-bottom: 6px; }
.nk-toc ol li a { color: #1d4ed8; font-size: 14px; font-weight: 600; text-decoration: none; }
.nk-toc ol li a:hover { color: var(--gold); }

/* ── CONTACT FORM ── */
.avia_ajax_form {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 32px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.08) !important;
  border: 1px solid var(--border) !important;
  max-width: 700px !important;
  margin: 0 auto !important;
}
.avia_ajax_form label { font-weight: 700 !important; color: var(--navy) !important; font-size: 14px !important; display: block; margin-bottom: 5px !important; }
.avia_ajax_form input[type=text], .avia_ajax_form textarea {
  width: 100% !important;
  border: 2px solid var(--border) !important;
  border-radius: 8px !important;
  padding: 11px 14px !important;
  font-size: 14.5px !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
  transition: var(--t) !important;
  background: #f9fafb !important;
  color: var(--navy) !important;
}
.avia_ajax_form input[type=text]:focus, .avia_ajax_form textarea:focus {
  border-color: var(--gold) !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(245,158,11,.12) !important;
}
.avia_ajax_form input[type=submit] { width: 100% !important; margin-top: 8px !important; font-size: 15px !important; }

/* ── PORTFOLIO DETAIL ── */
.posttype-portfolio .post-entry, .portfolio .post-entry {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 30px 36px !important;
  box-shadow: 0 2px 14px rgba(0,0,0,.07) !important;
  border: 1px solid var(--border) !important;
}
.posttype-portfolio .entry-title, .portfolio .entry-title {
  font-size: 26px !important; font-weight: 900 !important;
  border-bottom: 3px solid var(--gold) !important;
  padding-bottom: 14px !important; margin-bottom: 22px !important;
}

/* ── FOOTER ── */
#footer, .footer_color {
  background: var(--navy) !important;
  border-top: 4px solid var(--gold) !important;
  color: #9ca3af !important;
}
#footer h3, #footer h4, #footer .widgettitle {
  color: var(--gold) !important;
  font-size: 14px !important; font-weight: 800 !important;
  text-transform: uppercase !important; letter-spacing: .5px !important;
  margin-bottom: 14px !important; padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
}
#footer p, #footer li, #footer address { color: #9ca3af !important; font-size: 13.5px !important; line-height: 1.7 !important; }
#footer a { color: #cbd5e1 !important; }
#footer a:hover { color: var(--gold) !important; }
#socket, .socket_color {
  background: #040d1a !important;
  border-top: 1px solid rgba(255,255,255,.07) !important;
  color: #4b5563 !important; font-size: 13px !important;
}

/* ── STATS BAR ── */
.nk-stats-bar {
  background: #fff;
  border-bottom: 2px solid var(--border);
}
.nk-stats-bar .nk-stat-item {
  flex: 1;
  min-width: 120px;
  padding: 14px 8px;
  text-align: center;
  border-right: 1px solid var(--border);
}
.nk-stats-bar .nk-stat-item:last-child { border-right: none; }
.nk-stats-bar .nk-stat-num { font-size: 22px; font-weight: 900; color: var(--gold); line-height: 1; margin-bottom: 3px; }
.nk-stats-bar .nk-stat-label { font-size: 12px; color: var(--slate); font-weight: 600; }

/* ── MOBILE STICKY BAR ── */
.nk-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 99999;
  background: var(--navy);
  border-top: 3px solid var(--gold);
}
.nk-mobile-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 9px 5px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 10.5px;
  font-weight: 800;
  flex: 1;
  border-right: 1px solid rgba(255,255,255,.1);
  transition: var(--t);
}
.nk-mobile-btn:last-child { border-right: none; }
.nk-btn-call { background: #16a34a; }
.nk-btn-zalo { background: #0068ff; }
.nk-btn-quote { background: var(--gold-dk); }
.nk-mobile-btn:hover { filter: brightness(1.1); }

/* ── MOBILE POPUP HIDE ── */
@media (max-width: 767px) {
  .nk-mobile-bar { display: flex !important; }
  body { padding-bottom: 60px !important; }

  /* Hide popup chat widget content on mobile */
  #popup-showroom-vr,
  div#popup-form-contact-vr,
  .bg-popup-vr,
  .content-popup-vr,
  [class*="content-popup-vr"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* Single post mobile */
  .single-post .post-entry,
  .posttype-post .post-entry { padding: 18px 16px !important; }
  .single-post .entry-title { font-size: 20px !important; }
  .single-post .entry-content h2 { font-size: 17px !important; }
  .nk-post-cta { flex-direction: column; }
  .nk-post-cta-btn { width: 100%; text-align: center; }

  /* Contact form */
  .avia_ajax_form { padding: 20px 16px !important; }

  h1 { font-size: 22px !important; }
  h2 { font-size: 19px !important; }
  h3 { font-size: 16px !important; }
  .title_container .main-title { font-size: 17px !important; }

  #av_section_1 .slide-image, #av_section_1 .slide-image img { height: 170px !important; }
  #av_section_3 .grid-image, #av_section_3 .grid-image img { height: 155px !important; }
  .avia-content-slider .slide-image, .avia-content-slider .slide-image img { height: 180px !important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nk-hero-title { font-size: 25px !important; }
}


/* ================================================================
   FIX: Section 2 (Về chúng tôi) — show all text, remove hide rules
   ================================================================ */


/* ================================================================
   FIX: Section 4 (Quy trình) — make text white/visible on dark bg
   ================================================================ */
#av_section_4 .iconlist_content,
#av_section_4 .iconlist_content p,
#av_section_4 .iconlist_content *,
#av_section_4 .article-icon-entry .iconlist_content {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

#av_section_4 .av_iconlist_title,
#av_section_4 .iconlist_title {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .3px !important;
    margin-bottom: 5px !important;
}

/* Process step description paragraph color fix */
#av_section_4 p,
#av_section_4 span,
#av_section_4 .iconbox_content_container p,
#av_section_4 .avia_textblock p {
    color: rgba(255, 255, 255, 0.82) !important;
}

/* Also ensure the left-side description paragraph is visible */
#av_section_4 .av_textblock_section p,
#av_section_4 .av_textblock_section span {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

/* Step icon circles */
#av_section_4 .iconlist_icon {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    border-radius: 50% !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(245,158,11,.45) !important;
}

/* Dashed timeline connector line */
#av_section_4 .iconlist-timeline {
    border-left: 2px dashed rgba(245,158,11,.35) !important;
    margin-left: 20px !important;
}


/* ================================================================
   SECTION 2 — VỀ CHÚNG TÔI (definitive, single source)
   ================================================================ */
#av_section_2 {
    background: linear-gradient(135deg, #0a1628 0%, #1a3460 100%) !important;
    padding: 60px 0 !important;
    border-top: 4px solid #f59e0b !important;
    border-bottom: 4px solid #f59e0b !important;
}

/* Show ALL content inside section 2 */
#av_section_2 .avia_textblock,
#av_section_2 .avia_textblock *,
#av_section_2 .av_textblock_section,
#av_section_2 .av_textblock_section * {
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
}

/* Text colors */
#av_section_2 h2 {
    color: #ffffff !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    margin-bottom: 8px !important;
}
#av_section_2 p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
    margin-bottom: 14px !important;
    display: block !important;
}
#av_section_2 strong {
    color: #f59e0b !important;
}
#av_section_2 a:not(.avia-button) {
    color: #f59e0b !important;
}
#av_section_2 .avia_textblock img {
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.3) !important;
}
/* HR accent line */
#av_section_2 .hr-inner-style {
    background: #f59e0b !important;
    height: 3px !important;
}


/* ================================================================
   MOBILE: Ẩn hoàn toàn plugin button-contact-vr trên mobile
   (Dùng nk-mobile-bar thay thế)
   ================================================================ */
@media (max-width: 767px) {
    /* Ẩn toàn bộ widget nổi của plugin button-contact-vr */
    #button-contact-vr,
    #button-contact-vr *,
    .button-contact-vr,
    .button-contact-vr *,
    [id="button-contact-vr"],
    .button-contact,
    .phone-vr,
    .phone-vr-circle-fill,
    .phone-vr-img-circle,
    .phone-bar,
    #popup-showroom-vr,
    div#popup-form-contact-vr,
    .bg-popup-vr,
    .content-popup-vr,
    [class*="content-popup-vr"],
    [class*="zalo-vr"],
    [class*="phone-vr"],
    [class*="bcvr-"],
    [class*="popup-vr"] {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        position: absolute !important;
        left: -9999px !important;
    }
}


/* ================================================================
   MOBILE: Ẩn popup-chat-container (custom WP CSS widget)
   ================================================================ */
@media (max-width: 767px) {
    .popup-chat-container,
    .popup-chat-container *,
    .chat-widget,
    .chat-button,
    .popup-box,
    .popup-box.collapsed,
    .popup-content,
    .popup-mini-icon {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
}


/* ================================================================
   FIX 1: MOBILE MENU — Override green background → Navy dark
   ================================================================ */
/* Enfold overlay side menu */
.av-overlay-side,
.av-overlay-side .av-overlay-inner,
#av-burger-menu-main,
.av-burger-menu-main,
.html_av-overlay-side .av-overlay-side,
.avia-mobile-menu-toggle + *,
body .av-overlay-side {
    background: #0a1628 !important;
    background-color: #0a1628 !important;
}

/* Menu links */
.av-overlay-side .menu-item a,
.av-overlay-side li a,
#av-burger-menu-main li a,
.av-burger-menu-main li a {
    color: #e2e8f0 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    padding: 14px 24px !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    display: block !important;
}
.av-overlay-side .menu-item a:hover,
#av-burger-menu-main li a:hover {
    color: #f59e0b !important;
    background: rgba(245,158,11,.1) !important;
    padding-left: 32px !important;
}
.av-overlay-side .current-menu-item > a,
#av-burger-menu-main .current-menu-item > a {
    color: #f59e0b !important;
    border-left: 3px solid #f59e0b !important;
}

/* Close button & search */
.av-overlay-side .av-overlay-close,
#av-burger-menu-main .av-overlay-close {
    color: #f59e0b !important;
    font-size: 28px !important;
}

/* Sub-menu arrow */
.av-overlay-side .av-submenu-click,
.av-overlay-side .avia-menu-fx {
    background: rgba(245,158,11,.15) !important;
    color: #f59e0b !important;
}

/* Mobile hamburger icon */
.av-hamburger .av-hamburger-inner,
.av-hamburger .av-hamburger-inner::before,
.av-hamburger .av-hamburger-inner::after,
.header_color .av-hamburger .av-hamburger-inner,
.header_color .av-hamburger .av-hamburger-inner::before,
.header_color .av-hamburger .av-hamburger-inner::after {
    background-color: #ffffff !important;
}

/* ================================================================
   FIX 2: PROCESS STEP ICONS — Replace arrow → numbered circles
   ================================================================ */
/* Counter for process steps */
#av_section_4 .av_iconlist {
    counter-reset: step-counter;
}
#av_section_4 .av_iconlist .iconlist_icon {
    counter-increment: step-counter;
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    border-radius: 50% !important;
    width: 52px !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 16px rgba(245,158,11,.5) !important;
    position: relative !important;
    font-size: 0 !important; /* Hide original icon font */
    color: transparent !important;
}
/* Show number via ::after */
#av_section_4 .av_iconlist .iconlist_icon::after {
    content: counter(step-counter) !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    line-height: 1 !important;
}
/* Hide the actual icon character */
#av_section_4 .av_iconlist .iconlist_icon .iconlist_icon_inner,
#av_section_4 .av_iconlist .iconlist_icon i,
#av_section_4 .av_iconlist .iconlist_icon [data-av_icon] {
    display: none !important;
    visibility: hidden !important;
}

/* Step titles */
#av_section_4 .av_iconlist_title {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .3px !important;
    margin-bottom: 5px !important;
}

/* Step descriptions */
#av_section_4 .iconlist_content,
#av_section_4 .iconlist_content p,
#av_section_4 .iconlist_content * {
    color: rgba(255,255,255,.82) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* Dashed vertical line between steps */
#av_section_4 .iconlist-timeline {
    border-left: 2px dashed rgba(245,158,11,.4) !important;
    margin-left: 26px !important;
    padding-left: 28px !important;
    min-height: 24px !important;
}

/* ================================================================
/* ================================================================
   MOBILE: Responsive tweaks for above fixes
   ================================================================ */
@media (max-width: 767px) {
    /* Icons stay visible and correct on mobile */
    #av_section_4 .av_iconlist .iconlist_icon {
        width: 44px !important;
        height: 44px !important;
    }
    #av_section_4 .av_iconlist .iconlist_icon::after {
        font-size: 17px !important;
    }

        height: 220px !important;
    }
        width: 40px !important;
        height: 30px !important;
    }
}


.single-post .sidebar,
    .posttype-post .sidebar {
        width: 36% !important;
    }
}


/* ================================================================
   FIX: SINGLE POST LAYOUT — Correct selectors (verified from HTML)
   Structure: main.content.units.av-content-small + aside.sidebar
   ================================================================ */

/* Expand the main content (was av-content-small → make it large) */
.template-single-blog main.content.units,
.template-single-blog main.av-content-small,
.template-single-blog .av-content-small {
    width: 68% !important;
    float: right !important;
    padding: 32px 36px !important;
    background: #ffffff !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 16px rgba(0,0,0,.07) !important;
    border: 1px solid #e8edf3 !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
}

/* Sidebar on the LEFT */
.template-single-blog aside.sidebar,
.template-single-blog .sidebar_left,
.template-single-blog .sidebar {
    width: 29% !important;
    float: left !important;
    padding: 0 20px 0 0 !important;
    box-sizing: border-box !important;
    display: block !important;
}

/* Container clears floats */
.template-blog.template-single-blog {
    overflow: hidden !important;
    display: block !important;
    padding: 24px 0 40px !important;
}
.template-blog.template-single-blog::after {
    content: '' !important;
    display: table !important;
    clear: both !important;
}

/* ── Article / Post Entry ── */
.template-single-blog .post-entry {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Post title */
.template-single-blog .entry-title,
.single-post .entry-title,
.posttype-post .entry-title {
    font-size: 25px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    line-height: 1.45 !important;
    padding-bottom: 16px !important;
    margin-bottom: 20px !important;
    border-bottom: 3px solid #f59e0b !important;
}

/* Featured image – full width at top, not tiny on the left */
.template-single-blog .avia-post-meta + *,
.template-single-blog .post-entry .avia-slideshow,
.template-single-blog .post-entry img.wp-post-image,
.template-single-blog .post-entry .avia-featured-image img,
.template-single-blog .post-entry .avia_image_container img {
    width: 100% !important;
    max-height: 420px !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    display: block !important;
    margin: 0 0 24px !important;
}

/* Hide the "with-slider" left thumbnail layout when full single */
.template-single-blog .post-meta-infos {
    display: none !important;
}

/* ── Content typography ── */
.template-single-blog .entry-content p {
    font-size: 15.5px !important;
    line-height: 1.9 !important;
    color: #374151 !important;
    margin-bottom: 16px !important;
}
.template-single-blog .entry-content h2 {
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    background: #fefce8 !important;
    border-left: 4px solid #f59e0b !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 10px 16px !important;
    margin: 28px 0 14px !important;
}
.template-single-blog .entry-content h3 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    border-left: 3px solid #f59e0b !important;
    padding-left: 12px !important;
    margin: 22px 0 10px !important;
}
.template-single-blog .entry-content ul {
    padding-left: 0 !important;
    list-style: none !important;
}
.template-single-blog .entry-content ul li {
    padding: 6px 0 6px 26px !important;
    position: relative !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 15px !important;
    color: #374151 !important;
    line-height: 1.75 !important;
}
.template-single-blog .entry-content ul li::before {
    content: '✓' !important;
    position: absolute !important;
    left: 4px !important;
    color: #f59e0b !important;
    font-weight: 900 !important;
}

/* Tables */
.template-single-blog .entry-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-size: 14px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.07) !important;
}
.template-single-blog .entry-content th {
    background: #0f172a !important;
    color: #fff !important;
    padding: 11px 14px !important;
    font-weight: 700 !important;
    text-align: left !important;
}
.template-single-blog .entry-content td {
    padding: 9px 14px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    color: #374151 !important;
}
.template-single-blog .entry-content tr:nth-child(even) td {
    background: #f8fafc !important;
}

/* ── Sidebar ── */
.template-single-blog .sidebar .widget {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 18px 20px !important;
    margin-bottom: 18px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.06) !important;
    border: 1px solid #e2e8f0 !important;
}
.template-single-blog .sidebar .widgettitle {
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    text-transform: uppercase !important;
    letter-spacing: .6px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #f59e0b !important;
    margin-bottom: 12px !important;
}
.template-single-blog .sidebar ul { padding-left: 0 !important; }
.template-single-blog .sidebar ul li {
    list-style: none !important;
    padding: 7px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.template-single-blog .sidebar ul li a {
    color: #374151 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}
.template-single-blog .sidebar ul li a:hover { color: #f59e0b !important; }

/* ── Responsive ── */
@media (max-width: 767px) {
    .template-single-blog main.content.units,
    .template-single-blog main.av-content-small,
    .template-single-blog .av-content-small {
        width: 100% !important;
        float: none !important;
        padding: 20px 16px !important;
        margin-bottom: 16px !important;
    }
    .template-single-blog aside.sidebar,
    .template-single-blog .sidebar_right,
    .template-single-blog .sidebar {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }
    .template-single-blog .entry-title { font-size: 20px !important; }
    .template-single-blog .entry-content h2 { font-size: 16px !important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .template-single-blog main.content.units,
    .template-single-blog .av-content-small {
        width: 60% !important;
    }
    .template-single-blog aside.sidebar,
    .template-single-blog .sidebar {
        width: 37% !important;
    }
}


/* ================================================================

/* ================================================================
   SERVICE CARDS (Homepage) — Modern Design System
   ================================================================ */
.nk-service-card {
  background: #ffffff !important;
  border-radius: 14px !important;
  border: 1px solid #e2e8f0 !important;
  overflow: hidden !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05) !important;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.nk-service-card-link:hover .nk-service-card {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 32px rgba(15,23,42,0.12) !important;
  border-color: #f59e0b !important;
}

.nk-card-img-wrap {
  position: relative !important;
  height: 210px !important;
  overflow: hidden !important;
}

.nk-card-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .4s ease !important;
}

.nk-service-card-link:hover .nk-card-img-wrap img {
  transform: scale(1.06) !important;
}

.nk-card-badge {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  background: rgba(15,23,42,0.75) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 4px 10px !important;
  border-radius: 20px !important;
  backdrop-filter: blur(4px) !important;
}

.nk-card-body {
  padding: 22px 22px !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.nk-card-title {
  font-size: 19px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.35 !important;
  transition: color .2s ease !important;
}

.nk-service-card-link:hover .nk-card-title {
  color: #d97706 !important;
}

.nk-card-desc {
  font-size: 14px !important;
  color: #64748b !important;
  margin: 0 0 18px 0 !important;
  line-height: 1.6 !important;
}

.nk-card-footer {
  display: flex !important;
  align-items: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-top: auto !important;
}

.nk-card-footer .arrow {
  margin-left: 6px !important;
  color: #f59e0b !important;
  font-size: 16px !important;
  transition: transform .25s ease !important;
}

.nk-service-card-link:hover .nk-card-footer .arrow {
  transform: translateX(6px) !important;
}


/* ================================================================
   BLOG ARCHIVE PAGE (/tin-tuc/) — 2-Column Grid & Sidebar Fix
   ================================================================ */
.template-blog .container {
  max-width: 1200px !important;
  padding: 0 15px !important;
}

@media (min-width: 768px) {
  /* Main area: 100% width (No sidebar on archive) */
  .template-blog main.content.units,
  .template-blog main.av-content-small {
    width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    border: none !important;
  }

  /* Right sidebar: hidden on archive */
  .template-blog aside.sidebar,
  .template-blog .sidebar_right {
    display: none !important;
  }

  /* Slider inner flex container */
  .template-blog .slide-entry-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin: 0 !important;
  }

  /* 3 Clean columns for full-width layout */
  .template-blog .slide-entry.av_one_third,
  .template-blog .slide-entry {
    width: calc(33.333% - 14px) !important;
    float: none !important;
    margin: 0 0 20px 0 !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04) !important;
    transition: all .25s ease !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .template-blog .slide-entry:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 24px rgba(15,23,42,0.1) !important;
    border-color: #cbd5e1 !important;
  }

  .template-blog .slide-entry .slide-image {
    height: 190px !important;
    overflow: hidden !important;
    display: block !important;
    margin: 0 !important;
  }

  .template-blog .slide-entry .slide-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .3s ease !important;
  }

  .template-blog .slide-entry:hover .slide-image img {
    transform: scale(1.05) !important;
  }

  .template-blog .slide-entry .slide-content {
    padding: 18px 18px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .template-blog .slide-entry-title,
  .template-blog .slide-entry-title a {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }

  .template-blog .slide-entry-title a:hover {
    color: #f59e0b !important;
  }

  .template-blog .slide-entry-excerpt {
    font-size: 13.5px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
  }
}

/* Sidebar Widgets styling */
.template-blog .sidebar .widget {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 20px !important;
  margin-bottom: 24px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04) !important;
}

.template-blog .sidebar .widgettitle {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #f59e0b !important;
  margin-bottom: 16px !important;
}

.template-blog .sidebar .news-wrap li {
  padding: 10px 0 !important;
  border-bottom: 1px solid #f1f5f9 !important;
  list-style: none !important;
}

.template-blog .sidebar .news-link {
  display: flex !important;
  gap: 12px !important;
  align-items: flex-start !important;
}

.template-blog .sidebar .news-thumb img {
  width: 52px !important;
  height: 52px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

.template-blog .sidebar .news-title {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  line-height: 1.4 !important;
  display: block !important;
  margin-bottom: 4px !important;
}

.template-blog .sidebar .news-title:hover {
  color: #f59e0b !important;
}

.template-blog .sidebar .news-time {
  font-size: 12px !important;
  color: #94a3b8 !important;
}

/* Mobile responsive for blog */
@media (max-width: 767px) {
  .template-blog main.content.units,
  .template-blog main.av-content-small,
  .template-blog aside.sidebar,
  .template-blog .sidebar_right {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  .template-blog .slide-entry.av_one_third,
  .template-blog .slide-entry {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}


/* ================================================================
   FIX: BLOG POST META & TAGS
   ================================================================ */
.avia-content-slider .slide-meta {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin-top: 10px !important;
}
.avia-content-slider .slide-meta .slide-meta-del {
  display: none !important; /* Hide the separator lines */
}
.avia-content-slider .blog-categories {
  display: inline-block !important;
  position: relative !important;
  z-index: 2 !important;
  margin-bottom: 12px !important;
}
.avia-content-slider .blog-categories a {
  background: #f1f5f9 !important;
  color: #0f172a !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 4px 10px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block !important;
  line-height: 1 !important;
  box-shadow: none !important;
}
.avia-content-slider .slide-meta-comments,
.avia-content-slider .slide-meta-time {
  font-size: 13px !important;
  color: #94a3b8 !important;
}

/* ── COMMENTS STYLING ── */
.commentlist { padding: 0 !important; margin-top: 30px !important; }
.commentlist .comment { list-style: none !important; margin-bottom: 24px !important; background: #fff !important; padding: 20px !important; border-radius: 12px !important; border: 1px solid #e2e8f0 !important; box-shadow: 0 2px 10px rgba(0,0,0,0.03) !important; }
.commentlist .comment-author { font-weight: 800 !important; color: #0f172a !important; font-size: 15px !important; }
.commentlist .comment-meta { font-size: 12px !important; color: #94a3b8 !important; margin-bottom: 8px !important; }
.commentlist .comment-content { font-size: 14.5px !important; color: #334155 !important; line-height: 1.6 !important; }
#respond { background: #f8fafc !important; padding: 24px !important; border-radius: 12px !important; border: 1px solid #e2e8f0 !important; margin-top: 40px !important; }
#respond h3 { font-size: 20px !important; font-weight: 800 !important; margin-bottom: 16px !important; color: #0f172a !important; }
#respond label { font-size: 13.5px !important; font-weight: 700 !important; color: #475569 !important; }
#respond input[type="text"], #respond textarea { border-radius: 8px !important; border: 1px solid #cbd5e1 !important; background: #fff !important; padding: 12px !important; font-family: inherit !important; }
#respond input[type="submit"] { background: #f59e0b !important; color: #fff !important; border: none !important; border-radius: 8px !important; font-weight: 800 !important; padding: 12px 24px !important; transition: all .2s ease !important; cursor: pointer !important; }
#respond input[type="submit"]:hover { background: #d97706 !important; }

/* ── STRONG COMMENTS STYLING OVERRIDE ── */
#top #comments .commentlist { padding: 0 !important; margin-top: 30px !important; }
#top #comments .commentlist > li,
#top #comments .commentlist .comment_container { 
    list-style: none !important; 
    margin-bottom: 24px !important; 
    background: #ffffff !important; 
    padding: 24px !important; 
    border-radius: 12px !important; 
    border: 1px solid #e2e8f0 !important; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important; 
    display: block !important;
}
#top #comments .comment-author cite,
#top #comments .comment-author { font-weight: 800 !important; color: #0f172a !important; font-size: 16px !important; font-style: normal !important; text-decoration: none !important; }
#top #comments .comment-meta,
#top #comments .comment-meta a { font-size: 13px !important; color: #94a3b8 !important; margin-bottom: 12px !important; text-decoration: none !important; display: block !important; }
#top #comments .comment-text,
#top #comments .comment-content,
#top #comments .comment-content p { font-size: 16px !important; color: #334155 !important; line-height: 1.7 !important; }
#top #comments .comment_container { border: none !important; }

/* ── FLEXBOX REORDERING FOR SINGLE POST (IMAGE BELOW TITLE) ── */
.template-single-blog .post-entry {
    display: flex !important;
    flex-direction: column !important;
}
.template-single-blog .post-entry .entry-content-header {
    order: 1 !important;
    width: 100% !important;
}
.template-single-blog .post-entry .big-preview,
.template-single-blog .post-entry .blog-meta {
    order: 2 !important;
    width: 100% !important;
    margin: 20px 0 30px !important;
}
.template-single-blog .post-entry .big-preview img,
.template-single-blog .post-entry .blog-meta img {
    width: 100% !important;
    height: auto !important;
    max-height: 480px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}
.template-single-blog .post-entry .nk-post-rating {
    order: 3 !important;
}
.template-single-blog .post-entry .entry-content {
    order: 4 !important;
    width: 100% !important;
}
.template-single-blog .post-entry .post-meta-infos {
    order: 5 !important;
    width: 100% !important;
}

/* ================================================================
   FIX: SECTION 4 (QUY TRÌNH) - LEFT COLUMN BALANCED ALIGNMENT
   ================================================================ */
#av_section_4 .flex_column.av_one_half:first-child {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    text-align: left !important;
    padding-right: 50px !important;
}
#av_section_4 .flex_column.av_one_half:first-child h2 {
    text-align: left !important;
    width: 100% !important;
}
#av_section_4 .flex_column.av_one_half:first-child .hr {
    float: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    width: 60px !important;
}
#av_section_4 .flex_column.av_one_half:first-child .avia_textblock,
#av_section_4 .flex_column.av_one_half:first-child .avia_textblock p,
#av_section_4 .flex_column.av_one_half:first-child .av_textblock_section p {
    text-align: left !important;
}

/* Hide the old arrow icons properly */
#av_section_4 .av_iconlist .iconlist_icon .iconlist-char,
#av_section_4 .av_iconlist .iconlist_icon [data-av_icon],
#av_section_4 .av_iconlist .iconlist_icon i {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Ensure the numbers are perfectly centered */
#av_section_4 .av_iconlist {
    counter-reset: step-counter !important;
}
#av_section_4 .av_iconlist .iconlist_icon {
    counter-increment: step-counter !important;
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    border-radius: 50% !important;
    width: 52px !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 16px rgba(245,158,11,.5) !important;
    position: relative !important;
}
#av_section_4 .av_iconlist .iconlist_icon::after {
    content: counter(step-counter) !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    line-height: 1 !important;
    display: block !important;
    text-align: center !important;
}

/* ── HEADER COLORS OVERRIDE ── */
#header_meta, .av_header_top {
    background: #000000 !important;
    border-bottom: none !important;
}
#header_meta .phone-info span {
    color: #f59e0b !important;
    font-weight: 800 !important;
}

/* ── HEIGHT REDUCTION (TOPBAR & BREADCRUMB) ── */
#header_meta, .av_header_top {
    min-height: 28px !important;
    padding: 2px 0 !important;
}
#header_meta *, #header_meta a, #header_meta .phone-info span {
    line-height: 24px !important;
    font-size: 12px !important;
}
.title_container {
    padding: 8px 0 !important;
    min-height: 38px !important;
}
.title_container .main-title,
.title_container .main-title a {
    font-size: 16px !important;
    line-height: 1.4 !important;
}
.breadcrumb-trail *, .breadcrumb-trail a {
    font-size: 12px !important;
    line-height: 1.4 !important;
}


/* ================================================================
   FIX: HOMEPAGE INLINE SERVICE CARDS (Make clickable, remove button)
   ================================================================ */
/* Target the grid container and items */
div[style*="grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))"] > div {
    position: relative !important;
    cursor: pointer !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e2e8f0 !important;
}
div[style*="grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))"] > div:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(15,23,42,0.12) !important;
    border-color: #f59e0b !important;
}
/* Transform the red button into a full-card clickable overlay */
div[style*="grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))"] > div a[href^="/thue-xe"] {
    position: absolute !important;
    inset: 0 !important;
    background: transparent !important;
    color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    z-index: 10 !important;
    border: none !important;
    box-shadow: none !important;
}

/* ================================================================
   FIX: PORTFOLIO GRID TITLES (CHO THUÊ XE CẨU TẠI QUẬN 1)
   ================================================================ */
/* Reduce padding to give more room for text */
.grid-content {
    padding: 14px 10px !important;
}
/* Force the title to fit on one line */
.grid-entry-title, 
.grid-entry-title a {
    font-size: 14px !important;
    font-weight: 800 !important;
    text-align: center !important;
    letter-spacing: -0.2px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
}
/* Make the triangle arrow above the title look better */
.avia-arrow {
    background-color: #fff !important;
    border-color: #e2e8f0 !important;
}


/* ================================================================
   FIX: HIDE OLD HARDCODED CTA CARDS
   ================================================================ */
/* Hide the old light-blue and gray hardcoded CTA blocks in single posts */
.template-single-blog .post-entry div[style*="background:#f0fdf4"],
.template-single-blog .post-entry div[style*="background:#eef2f3"],
.template-single-blog .post-entry div[style*="background:#f1f5f9"] {
    display: none !important;
}

/* ================================================================
   STYLES: DYNAMIC CTA CARD & SEO LINKS
   ================================================================ */
.nk-dynamic-cta {
    margin: 40px 0;
    background: linear-gradient(135deg, #0a1628 0%, #1a3460 100%);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.nk-dynamic-cta::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 150px; height: 150px;
    background: rgba(245, 158, 11, 0.15);
    border-radius: 50%;
}
#top #wrap_all .main_color .nk-dynamic-cta h3.nk-cta-title, .nk-dynamic-cta h3.nk-cta-title, .nk-cta-title {
    color: #f59e0b !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    margin-bottom: 12px !important;
    text-transform: uppercase;
}
#top #wrap_all .main_color .nk-dynamic-cta p.nk-cta-desc, .nk-dynamic-cta p.nk-cta-desc, .nk-cta-desc {
    font-size: 14.5px !important;
    color: rgba(255,255,255,0.85) !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}
#top #wrap_all .main_color .nk-dynamic-cta .nk-cta-info p, .nk-dynamic-cta .nk-cta-info p {
    font-size: 15px !important;
    margin-bottom: 8px !important;
    color: #fff !important;
}
#top #wrap_all .main_color .nk-dynamic-cta .nk-cta-info p a, .nk-dynamic-cta .nk-cta-info p a {
    color: #f59e0b !important;
    font-weight: 700 !important;
}
.nk-cta-info p a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
.nk-cta-btn {
    display: inline-block;
    margin-top: 20px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff !important;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(245,158,11,0.4);
    transition: all 0.3s ease;
}
.nk-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(245,158,11,0.6);
}

/* SEO Internal Linking Tags */
.nk-seo-links {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px dashed #e2e8f0;
}
.nk-seo-links h4 {
    font-size: 16px !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}
.nk-seo-links .nk-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.nk-seo-links .nk-tags a {
    background: #f1f5f9;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 6px 14px;
    border-radius: 20px;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
}
.nk-seo-links .nk-tags a:hover {
    background: #0f172a;
    color: #fff !important;
    border-color: #0f172a;
    transform: translateY(-2px);
}

/* EXTRA SPECIFICITY */
#top #wrap_all .main_color .nk-dynamic-cta * {
    text-shadow: none !important;
}
#top #wrap_all .main_color .nk-dynamic-cta h3 { color: #f59e0b !important; }
#top #wrap_all .main_color .nk-dynamic-cta p { color: #fff !important; }
#top #wrap_all .main_color .nk-dynamic-cta a { color: #f59e0b !important; }
#top #wrap_all .main_color .nk-dynamic-cta a.nk-cta-btn { color: #fff !important; }

#top #wrap_all .main_color .nk-dynamic-cta strong,
.nk-dynamic-cta strong {
    color: #fff !important;
}
