:root {

  --bg:       #ffffff;
  --bg2:      #f8faf7;
  --bg3:      #edf4e0;

  --surface:  #ffffff;
  --surface2: #f3f8ec;
  --divider: rgba(16,24,40,0.06);
  --border:   rgba(16,24,40,0.08);
  --borderG:  rgba(74,140,28,0.24);
  --border2:  rgba(74,140,28,0.5);
  
  --text:     #111827;
  --text2:    #475467;
  --text3:    #667085;

  --accent:       #4a8c1c;
  --accent-dark:  #2f5f12;
  --accent-light: #62aa22;

  --accent-light-bg: #f3f8ec;
  --accent-pale:  #edf4e0;
  --accent-glow:  rgba(74,140,28,0.14);

  --gold:     #e8a020;

  --shadow-sm: 0 2px 8px rgba(16,24,40,0.05);
  --shadow-md: 0 10px 30px rgba(16,24,40,0.08);
  --shadow-lg: 0 20px 60px rgba(16,24,40,0.12);
}
html { scroll-behavior: smooth; }

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  background: #fff;
  color: var(--text2);
  line-height: 1.6;
  overflow-x: hidden;
}
.bg-light{
  background: var(--accent-light-bg);
}

.elbzotech-swiper-slider.swiper-grid{
  overflow: visible;
}
.elbzotech-swiper-slider.swiper-grid .swiper-wrapper {
    flex-wrap: wrap !important;
}

.elbzotech-swiper-slider.swiper-grid .swiper-slide {
    height: auto;
}

.pre-title .elbzoframe-text-editor-global{
  background: #f3f8ec;
  color: var(--accent);
  border: 1px solid #e2edd4;
}
.pre-title .elbzoframe-text-editor-global p{

}

.elbzoframe-bt-global-default{
  font-size: var(--bzo-body_typo-font-size);
  padding: 9px 22px;
  font-weight: 600;
  transition: background .2s, transform .15s;
  background: var(--bzo-main-color);
  z-index: unset;
}
.elbzoframe-bt-global-default:hover{
  background: var(--accent-dark);
  transform: translateY(-1px);
  color: #fff;
  opacity: 1;
}
.elbzoframe-bt-global-style3{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border: 1.5px solid var(--border2);
  color: var(--text);
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: border-color .2s, background .2s;
  background: transparent;
  text-transform: inherit;
  z-index: unset;
}
.elbzoframe-bt-global-style3:hover { border-color: var(--accent); background: var(--accent-pale); }

#home-hero{
  position: relative;
}
.hero-title .elbzoframe-heading-global{
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -2px;
  color: var(--text);
}

.hero-title .elbzoframe-heading-global em {
  font-style: normal;
  color: var(--accent);
  position: relative;
}

.hero-title .elbzoframe-heading-global em::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 0; right: 0;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  opacity: 0.3;
}

.box-number-gioi-thieu h3:after{
  display: none;
}
.box-number-gioi-thieu .unit{
  color: var(--accent);
}










/* decorative bg shapes */
#home-hero::before {
  content: '';
  position: absolute;
  top: -40px; right: -120px; left: auto;
  width: 700px; height: 700px;
  background: radial-gradient(circle at 60% 40%, rgba(108,161,43,0.09) 0%, transparent 65%);
  pointer-events: none;
}

#home-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border2), transparent);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--accent-pale);
  border: 1px solid var(--borderG);
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 4px;
}

.badge-dot {
  width: 6px; height: 6px;
  background: #febc2e;
  border-radius: 50%;
  animation: pulse 1.6s ease infinite;
  font-size: 0;
}

@keyframes pulse {
  0%,100% { opacity:1; transform:scale(1.1); }
  50% { opacity:.6; transform:scale(.8); }
}
/* ─── HERO VISUAL ─── */
.hero-visual { position: relative; }

.hero-browser {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hb-titlebar {
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hb-dot { width: 10px; height: 10px; border-radius: 50%; }
.hb-dot-r { background: #ff5f57; }
.hb-dot-y { background: #febc2e; }
.hb-dot-g { background: #28c840; }

.hb-url {
  flex: 1;
  margin: 0 10px;
  background: #ebebeb;
  border-radius: 5px;
  height: 22px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 11px;
  color: #777;
  gap: 4px;
}

.hb-url-lock { color: #6ca12b; font-size: 10px; }

.hb-body { background: var(--bg2); }
/* site preview inside browser */
.sp-nav {
  background: #fff;
  border-bottom: 1px solid #e8ede0;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 10px;
}

.sp-logo-bar {
  height: 16px; width: 80px;
  background: var(--accent);
  border-radius: 4px;
  opacity: 0.8;
}

.sp-nav-links { display: flex; gap: 6px; margin-left: auto; }
.sp-nav-link { height: 6px; width: 32px; background: #e0e7d8; border-radius: 2px; }
.sp-nav-btn { height: 22px; width: 60px; background: var(--accent); border-radius: 4px; opacity: 0.7; }

.sp-hero-section {
  padding: 20px 16px 12px;
  background: linear-gradient(160deg, #f6f9f1 0%, #fff 100%);
  position: relative;
}

.sp-hero-tag {
  display: inline-block;
  height: 16px; width: 80px;
  background: var(--accent-pale);
  border-radius: 100px;
  margin-bottom: 8px;
}

.sp-hero-h1 {
  height: 14px; width: 72%;
  background: linear-gradient(90deg, #2a3520, #6ca12b50);
  border-radius: 3px;
  margin-bottom: 6px;
}

.sp-hero-h2 { height: 14px; width: 60%; background: #dde8cc; border-radius: 3px; margin-bottom: 10px; }

.sp-hero-checks { display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; }

.sp-hc { display: flex; align-items: center; gap: 5px; }
.sp-hc-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.sp-hc-line { height: 6px; border-radius: 2px; background: #dde8cc; }

.sp-btns { display: flex; gap: 6px; }
.sp-btn { height: 22px; border-radius: 5px; }
.sp-btn-p { width: 80px; background: var(--accent); }
.sp-btn-o { width: 60px; border: 1.5px solid var(--accent); background: transparent; }

.sp-badges {
  display: flex;
  gap: 5px;
  padding: 10px 16px;
  background: #fff;
  border-top: 1px solid #e8ede0;
  border-bottom: 1px solid #e8ede0;
}

.sp-badge {
  flex: 1;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  gap: 3px;
}

.sp-badge-green { background: var(--accent-pale); color: var(--accent-dark); }
.sp-badge-blue  { background: #e6f0fb; color: #2a5ea8; }
.sp-badge-amber { background: #fef3e2; color: #9a6010; }

.sp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 10px 16px 14px;
}

.sp-svc-card {
  background: #fff;
  border: 1px solid #e5eddb;
  border-radius: 7px;
  padding: 10px;
}

.sp-svc-icon { width: 18px; height: 18px; border-radius: 4px; margin-bottom: 6px; }
.sp-svc-line { height: 5px; border-radius: 2px; background: #e0e8d5; margin-bottom: 3px; }
.sp-svc-line2 { height: 5px; border-radius: 2px; background: #e0e8d5; width: 65%; }

/* floating info cards */
.float-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--borderG);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}

.fc-badge {
  bottom: -20px; left: -28px;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: flt 4s ease-in-out infinite;
}

.fc-score {
  top: 24px; right: -28px;
  text-align: center;
  animation: flt 4s ease-in-out 2s infinite;
}

@keyframes flt {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.fc-ic {
  width: 36px; height: 36px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: var(--accent-pale);
}

.fc-txt .fc-t { font-size: 13px; font-weight: 700; color: var(--text); }
.fc-txt .fc-s { font-size: 11.5px; color: var(--text3); margin-top: 1px; }

.fc-big { font-size: 23px; font-weight: 900; color: var(--accent); letter-spacing: -0.5px; }
.fc-sm  { font-size: 11.5px; color: var(--text3); font-weight: 500; margin-top: 2px; }
.hero-geo {
  position: absolute;
  top: 35px; right: 80px;
  width: 340px; height: 340px;
  border: 1.5px solid rgba(108,161,43,0.15);
  border-radius: 50%;
  pointer-events: none;
  font-size: 0;
}

.hero-geo::before {
  content: '';
  position: absolute;
  inset: 30px;
  border: 1.5px solid rgba(108,161,43,0.1);
  border-radius: 50%;
}

/* ═══════════════════════════════════════════
   TRUST / MARQUEE
═══════════════════════════════════════════ */
#trust-bar {
  padding: 25px 0;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}
#trust-bar:hover .trust-track {
  animation-play-state: paused;
}
.trust-track {
  display: flex;
  width: max-content;
  animation: marq 35s linear infinite;
}
#trust-bar::before,
#trust-bar::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 1;
  pointer-events: none;
  @media(max-width: 767px){ display: none; }
}
#trust-bar::before { left: 0;  background: linear-gradient(to right,  var(--bg2), transparent); }
#trust-bar::after  { right: 0; background: linear-gradient(to left, var(--bg2), transparent); }
@keyframes marq {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 24px;
    font-weight: 600;
    color: var(--text);
    white-space: nowrap;
    position: relative;
}

.trust-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--border2); flex-shrink: 0; }
.trust-item::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--border2);
}

/* ════════════════════════════════════
   SERVICES
════════════════════════════════════ */

/* Individual cards instead of 1px-gap grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

div .service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px 28px;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s, transform .25s, border-color .25s;
  overflow: hidden;
}

/* colored top border – toujours visible */
div .service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: 14px 14px 0 0;
}

div .service-card:nth-child(1)::before { background: var(--accent); }
div .service-card:nth-child(4)::before { background: #e32684; }
div .service-card:nth-child(2)::before { background: #3b82f6; }
div .service-card:nth-child(5)::before { background: #17c091; }
div .service-card:nth-child(3)::before { background: var(--gold); }
div .service-card:nth-child(6)::before { background: #8b5cf6; }

div .service-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: var(--borderG);
}
.service-card .sc-num {
  position: absolute; top: 28px; right: 28px;
  font-size: 11px; font-weight: 700; letter-spacing: 1px; color: var(--text3);
}

.service-card .sc-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.service-card .sc-title { font-size: 17px; font-weight: 700; letter-spacing: -.3px; margin-bottom: 8px; color: var(--text); }
.service-card .sc-desc  { font-size: 14px; color: var(--text2); line-height: 1.7; }

.service-card .sc-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 18px; }
.service-card .sc-tag {
  font-size: 11px; padding: 3px 10px;
  border-radius: 100px; border: 1px solid #e5e7eb;
  background: #f9fafb; color: var(--text3);
  font-weight: 500; transition: background .2s, color .2s, border-color .2s;
}
div .service-card:hover .sc-tag { background: var(--accent-pale); color: var(--accent); border-color: rgba(108,161,43,0.28); }
.service-card .elementor-widget-bzoframework-heading{
  position: static;
}
.service-card-top .elbzoframe-text-editor-global{
  display: flex;
}

.home-brands .item-slider-global-{
  padding: 10px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s, transform .2s, border-color .2s;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.home-brands .item-slider-global- img{
  border-radius: 10px;
}
.home-brands .item-slider-global- .adv-thumb-link{
  display: flex;
}
.home-brands .item-slider-global-:hover { 
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: var(--borderG);
}

.tech-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 8px;
  transition: border-color .18s, box-shadow .18s;
  cursor: default;
}

.tech-row:last-child { margin-bottom: 0; }
.tech-row:hover {
  border-color: var(--borderG);
  box-shadow: var(--shadow-sm);
}
.tech-row .row-icon {
  width: 42px; height: 42px; min-width: 42px;
  border-radius: 10px;
  background: var(--accent-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.tech-row .row-body { flex: 1; min-width: 0; }
.tech-row .row-name {
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}
.tech-row .row-desc {
  font-size: 13px;
  color: var(--text3);
  line-height: 1.5;
}
.tech-row .row-pill {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--accent-dark);
  background: var(--accent-pale);
  border: 1px solid var(--border);
  border-radius: 99px;
  padding: 3px 11px;
  white-space: nowrap;
  flex-shrink: 0;
}

.home-quote p{
  line-height: 1.7;
}

div .port-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s, transform .25s, border-color .25s;
  overflow: hidden;
}

div .port-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: var(--borderG);
}
.home-projects .elbzoframe-banner-info-default img{
  display: flex;
}

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

/*==============================================================================*/
div .process-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 30px 24px;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s, transform .25s, border-color .25s;
  overflow: hidden;
}

div .process-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: var(--borderG);
}
/* step badge */
.process-card .pc-badge {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  padding: 3px 10px; border-radius: 100px;
  margin-bottom: 14px;
}
.process-card-1{--c:#16a34a;--cs:rgba(22,163,74,.4);--cb:#f0fdf4;}
.process-card-2{--c:#d97706;--cs:rgba(217,119,6,.4);--cb:#fffbeb;}
.process-card-3{--c:#2563eb;--cs:rgba(37,99,235,.4);--cb:#eff6ff;}

.process-card .pc-badge { background: var(--cb); color: var(--c); border: 1px solid var(--cs); }
div .process-card::before {
  content: '';
  position: absolute;
  top: 0px; left: 0; right: 0;
  height: 3px;
  border-radius: 14px 14px 0 0;
  background: var(--c);
}
div .process-card-4{--c:rgba(255,255,255,.75);--cs:rgba(255,255,255,.3);--cb:rgba(255,255,255,.18);background:#4a8c1c;
  border: 1px solid rgba(255,255,255,.6);
}
div .process-card-4 .pc-badge{border-color:rgba(255,255,255,.6);color:#fff}
div .process-card-4::before{
  display: none;
}
/* icon */
.process-card .pc-icon {
  width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0; margin: 0 auto 14px;
}

/* Background màu từng icon */
.process-card .pc-icon-1 { background-color: #f0fdf4; }
.process-card .pc-icon-2 { background-color: #fffbeb; }
.process-card .pc-icon-3 { background-color: #eff6ff; }
.process-card .pc-icon-4 { background-color: rgba(255,255,255,0.18); }
/* Bước 01 – Chat – #16a34a */
.process-card .pc-icon-1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cline x1='9' y1='10' x2='15' y2='10'/%3E%3Cline x1='9' y1='14' x2='13' y2='14'/%3E%3C/svg%3E");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Bước 02 – Palette – #d97706 */
.process-card .pc-icon-2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d97706' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='13.5' cy='6.5' r='1.5'/%3E%3Ccircle cx='17.5' cy='10.5' r='1.5'/%3E%3Ccircle cx='8.5' cy='7.5' r='1.5'/%3E%3Ccircle cx='6.5' cy='12.5' r='1.5'/%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z'/%3E%3C/svg%3E");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Bước 03 – Laptop + code – #2563eb */
.process-card .pc-icon-3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='14' rx='2'/%3E%3Cline x1='8' y1='21' x2='16' y2='21'/%3E%3Cline x1='12' y1='18' x2='12' y2='21'/%3E%3Cpolyline points='9 9 6 12 9 15'/%3E%3Cpolyline points='15 9 18 12 15 15'/%3E%3C/svg%3E");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Bước 04 – Rocket – #ffffff */
.process-card .pc-icon-4 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Ẩn emoji gốc */
.process-card .pc-icon img.emoji { display: none; }

/* bullets */
.process-card .pc-bullets { list-style: none; display: flex; flex-direction: column; gap: 7px; margin-bottom: 0px; margin-left: 0; }
.process-card .pc-bullets li {
  display: flex; align-items: flex-start; gap: 7px;
  line-height: 1.5;
}
.process-card .pc-bullets li::before {
  content: '';
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--c); flex-shrink: 0; margin-top: 7px;
}

/* ════════════════════════════════════
   WHY US
════════════════════════════════════ */
/* dashboard */
.dash-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.dash-card .dash-header {
  padding: 17px 22px; background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  display: flex; align-items: center; justify-content: space-between;
}
.dash-card .dash-title-t { font-size: 13px; font-weight: 700; color: var(--text); }
.dash-card .dash-badge { font-size: 11px; padding: 3px 10px; border-radius: 100px; background: rgba(5,150,105,0.10); color: #059669; font-weight: 600; }
.dash-card .dash-body { padding: 22px; }

.dash-card .dash-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 20px; }
.dash-card .dm-card { background: #f9fafb; border-radius: 10px; padding: 14px; border: 1px solid #e5e7eb; }
.dash-card .dm-val { font-size: 20px; font-weight: 800; letter-spacing: -.5px; }
.dash-card .dm-val.green { color: var(--accent); }
.dash-card .dm-val.blue  { color: #3b82f6; }
.dash-card .dm-val.gold  { color: var(--gold); }
.dash-card .dm-lbl { font-size: 11px; color: var(--text3); margin-top: 3px; font-weight: 500; }

.dash-card .mc-title  { font-size: 12px; color: var(--text3); font-weight: 600; margin-bottom: 10px; }
.dash-card .mc-bars   { display: flex; gap: 6px; align-items: flex-end; height: 60px; margin-bottom: 18px; }
.dash-card .mc-bar-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; height: 100%; justify-content: flex-end; }
.dash-card .mc-bar { width: 100%; border-radius: 3px 3px 0 0; background: var(--accent); opacity: .3; transition: opacity .2s; }
.dash-card .mc-bar:hover { opacity: .8; }
.dash-card .mc-bar.highlight { opacity: 1; }
.dash-card .mc-label { font-size: 9.5px; color: var(--text3); }

.dash-card .dl-item { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #f3f4f6; font-size: 13px; }
.dash-card .dl-item:last-child { border-bottom: none; }
.dash-card .dl-name { color: var(--text2); display: flex; align-items: center; gap: 8px; }
.dash-card .dl-dot  { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.dash-card .dl-val  { font-weight: 700; color: var(--accent); }


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

==========================================================================*/
/* Làm swiper-slide stretch full height */
.home-testimonials .swiper-wrapper {
    align-items: stretch !important;
}
.home-testimonials .swiper-slide.wslider-item {
    height: auto !important;
}
/* Box testimonial chiếm full height của slide */
.home-testimonials .item-slider-global-client2 {
    height: 100% !important;
}

.item-slider-global-client2 em {
    font-style: italic;
    color: var(--text);
    font-family: 'Instrument Serif', serif;
}
.item-slider-global-client2{

}
.item-slider-global-client2{
  padding: 30px 24px;
  display: flex; flex-direction: column; 
  transition: box-shadow .2s, transform .2s, border-color .2s;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.item-slider-global-client2 .img-wrap{
  display: flex;
  width: 60px;
  overflow: hidden;
  border-radius: 100%;
}
.item-slider-global-client2 .img-wrap img{
  border-radius: 100%;
  transition: .2s;
}
.item-slider-global-client2:hover { 
  border-color: var(--border2);
}
.item-slider-global-client2 .info-client{
  width: 100%;
  align-items: center;
}
.item-slider-global-client2 .info-client h3{
  margin-bottom: 6px;
}
.item-slider-global-client2 .info-client .desc{
  font-size: 12px;
}
.home-testimonials .elbzotech-swiper-slider{
  padding: 1px;
}
.item-slider-global-client2 .content-slider-custom p{
  font-size: 15px;
  line-height: 1.7;
}


/* Ẩn style mặc định, reset */
.home-testimonials .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav{
    background: #ffffff;
    border: 2px solid var(--border);
    border-radius: 50%;
    box-shadow: var(--shadow-sm);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.home-testimonials .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav i {
    font-size: 20px;
    color: var(--text);
    transition: color 0.25s ease;
}

/* Hover effect */
.home-testimonials .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav:hover {
    background: var(--accent);
    border-color: var(--accent);
    box-shadow: var(--shadow-md);
}
.home-testimonials .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav:hover i {
    color: #ffffff;
}
/* Hover vào section thì hiện */
.home-testimonials:hover .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav{
    opacity: 1;
    pointer-events: auto;
}

/*=====================================================================================*/
.home-about .elbzoframe-list-link-global .item-link{
  margin: 5px 0;
  color: var(--bzo-title_typo-color);
  font-size: 16px;
}

/*========================================================================================*/
.cta-section{
  position: relative;
  overflow: hidden;
}
/*.cta-section .e-con-inner::before{
  content:'';position:absolute;left:-5%;bottom:-25%;
  width:430px;height:430px;border-radius:50%;
  background:rgba(255,255,255,.06);pointer-events:none;
}
.cta-section::after{
  content:'';position:absolute;left:17%;top:-15%;
  width:230px;height:230px;border-radius:50%;
  background:rgba(255,255,255,.04);pointer-events:none;
}*/
.cta-section .cta-title {
    font-size: clamp(30px, 4.5vw, 52px);
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.08;
    color: #fff;
    margin-bottom: 20px;
}
.cta-section .cta-title em {
    font-style: normal;
    opacity: 0.85;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.4);
    text-underline-offset: 4px;
}
.btn-cta-white a.button-inner{
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 30px; background: #fff; color: var(--accent-dark);
  border-radius: 10px; font-weight: 700; font-size: 15px;
  text-decoration: none;
  transition: transform .15s, box-shadow .2s;
}
.btn-cta-white a.button-inner:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(0,0,0,0.18); }
.btn-cta-outline a.button-inner{
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border: 2px solid rgba(255,255,255,0.5); color: #fff;
  border-radius: 10px; font-weight: 600; font-size: 15px;
  text-decoration: none; transition: border-color .2s, background .2s;
}
.btn-cta-outline a.button-inner:hover { border-color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.08); }
.cta-trust .item-link { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.72); }

@media(max-width: 767px){
  .btn-cta-outline a.button-inner{
    padding: 8px 16px;
  }
}
/*====================== FOOTER ====================================*/
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea{
  font-size: 14px !important;
  border-color: var(--borderG) !important;
}
#footer #wpforms-169{
  margin: 0;
}

.ft-contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 0;
}
.ft-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ft-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(74,140,28,0.15);
  border: 1px solid rgba(74,140,28,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ft-contact-icon i { font-size: 16px; color: #4a8c1c; }
.ft-contact-info {}
.ft-contact-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2px;
}
.ft-contact-value {
  color: rgba(255,255,255,0.6);
}

.footer-menu .elbzoframe-list-link-global a{
  display: flex;
  align-items: center;
  gap: 8px;
  transition: .2s;
  position: relative;
}
.footer-menu .elbzoframe-list-link-global a::before{
  content: '•';
  font-size: 12px;
  color: rgba(74,140,28,0.5);
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 1px;
}
.footer-menu .elbzoframe-list-link-global a:hover {
  color: #fff;
  padding-left: 12px;
}
.footer-menu .elbzoframe-list-link-global a:hover::before {
  color: rgba(74,140,28,0.8);
  opacity: 1;
  visibility: visible;
}

/* ─────────────────────────────────────────
   FORM BÁO GIÁ — BZOTech
   Parent class: .form-bao-gia
   Brand color: #4a8c1c
───────────────────────────────────────── */

/* WRAPPER CARD */
.form-bao-gia {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 24px;
}

/* ── RESET WPFORMS DEFAULT ── */
.form-bao-gia .wpforms-form {
  margin: 0;
  padding: 0;
}

/* ── FIELD CONTAINER ── */
.form-bao-gia .wpforms-field-container {

}

/* ── HALF-WIDTH FIELDS (Họ tên + Email) ── */
.form-bao-gia .wpforms-one-half {
 
}

/* ── INPUT CHUNG ── */
.form-bao-gia input[type="text"],
.form-bao-gia input[type="email"],
.form-bao-gia input[type="number"],
.form-bao-gia input[type="tel"] {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  padding: 11px 14px !important;
  font-size: 13px !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s, background 0.2s !important;
  font-family: inherit !important;
  -moz-appearance: textfield;
  height: auto !important;
}

/* Ẩn spinner input[number] */
.form-bao-gia input[type="number"]::-webkit-outer-spin-button,
.form-bao-gia input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ── PLACEHOLDER ── */
.form-bao-gia input::placeholder,
.form-bao-gia textarea::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ── FOCUS STATE ── */
.form-bao-gia input:focus,
.form-bao-gia textarea:focus,
.form-bao-gia select:focus {
  border-color: #4a8c1c !important;
  background: rgba(74, 140, 28, 0.07) !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ── SELECT ── */
.form-bao-gia select {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  padding: 11px 36px 11px 14px !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.35) !important;
  outline: none !important;
  cursor: pointer !important;
  font-family: inherit !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  height: auto !important;
  /* Mũi tên custom */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.3)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 14px !important;
  transition: border-color 0.2s !important;
}

.form-bao-gia select option {
  background: #1a2a10;
  color: #fff;
}

/* ── TEXTAREA ── */
.form-bao-gia textarea {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  padding: 11px 14px !important;
  font-size: 13px !important;
  color: #fff !important;
  outline: none !important;
  resize: none !important;
  height: 88px !important;
  font-family: inherit !important;
  box-shadow: none !important;
  transition: border-color 0.2s, background 0.2s !important;
}

/* ── SUBMIT CONTAINER ── */
.form-bao-gia .wpforms-submit-container {
  margin-top: 10px;
  padding: 0;
  text-align: left;
}

/* ── BUTTON ── */
.form-bao-gia .wpforms-submit {
  width: 100%;
}

.form-bao-gia .wpforms-submit:hover {
  background: var(--accent-dark) !important;
}

/* ── SPINNER ── */
.form-bao-gia .wpforms-submit-spinner {
  filter: brightness(0) invert(1);
}

/* ── ERROR MESSAGES ── */
.form-bao-gia .wpforms-error {
  color: #ff7b7b !important;
  font-size: 11px !important;
  margin-top: 4px !important;
}

.form-bao-gia input.wpforms-error,
.form-bao-gia textarea.wpforms-error,
.form-bao-gia select.wpforms-error {
  border-color: #ff4d4d !important;
}

/* ── ẨN HONEYPOT / HIDDEN FIELDS ── */
.form-bao-gia #wpforms-169-field_7-container,
.form-bao-gia #wpforms-169-field_1-container {
  display: none !important;
}

/* ── SUCCESS MESSAGE ── */
.form-bao-gia .wpforms-confirmation-container-full {
  background: rgba(74, 140, 28, 0.1) !important;
  border: 1px solid rgba(74, 140, 28, 0.3) !important;
  border-radius: 8px !important;
  padding: 16px !important;
  color: #a8e67a !important;
  font-size: 13px !important;
  text-align: center !important;
}

/* ─────────────────────────────────────────
   CONTACT SCROLL — BZOTech
   Floating action buttons (fixed sidebar)
───────────────────────────────────────── */

.contact-scroll {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Đường kẻ nối giữa các nút */
.contact-scroll::before {
  content: '';
  position: absolute;
  top: 46px;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.1), transparent);
  z-index: 0;
  pointer-events: none;
}

.contact-scroll a {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.contact-scroll a:hover {
  transform: scale(1.12) translateX(-3px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}
.contact-scroll a.scroll-top:hover {
  transform: none;
  box-shadow: none;
}

/* ── Scroll to top ── */
/*.contact-scroll .scroll-top {
  background: var(--accent);
  width: 38px;
  height: 38px;
}
.contact-scroll .scroll-top:hover {
  background: var(--accent-dark);
}
.contact-scroll .scroll-top i {
  color: #fff;
  font-size: 14px;
}*/
.scroll-top-wrap {
  position: relative;
  width: 40px;
  height: 40px;
  order: -1; /* luôn nằm trên cùng */
}
.scroll-top-wrap .scroll-top {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1.5px solid var(--borderG);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transition: background .2s, color .2s;
  position: relative;
  z-index: 1;
}

.scroll-top-wrap .scroll-top:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.progress-ring {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 46px;
  height: 46px;
  transform: rotate(-90deg);
  pointer-events: none;
}

.progress-ring circle {
  fill: none;
  stroke: var(--accent-pale);
  stroke-width: 3;
}

.progress-ring circle.progress-track {
  stroke: var(--accent);
  stroke-dasharray: 138;
  stroke-dashoffset: 138;
  stroke-linecap: round;
  transition: stroke-dashoffset .1s linear;
}
/* ── Phone ── */
.contact-scroll .phone {
  background: #00B894;
}
.contact-scroll .phone i {
  color: #fff;
  font-size: 20px;
}
.contact-scroll .phone::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid #00B894;
  opacity: 0;
  animation: bzo-pulse 2.2s ease-out infinite 0s;
}

/* ── Zalo — brand #0068FF ── */
.contact-scroll .zalo {
  background: #0068FF;
}
.contact-scroll .zalo svg {
  width: 24px;
  height: 22px;
}
.contact-scroll .zalo::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid #0068FF;
  opacity: 0;
  animation: bzo-pulse 2.2s ease-out infinite 0.4s;
}

/* ── Messenger — brand gradient ── */
.contact-scroll .facebook {
  background: linear-gradient(135deg, #00B2FF 0%, #006AFF 60%, #7B2FFF 100%);
}
.contact-scroll .facebook i {
  color: #fff;
  font-size: 20px;
}
.contact-scroll .facebook::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid #006AFF;
  opacity: 0;
  animation: bzo-pulse 2.2s ease-out infinite 0.8s;
}

/* ── Pulse keyframe (dùng chung) ── */
@keyframes bzo-pulse {
  0%   { inset: -2px; opacity: 0.6; }
  100% { inset: -10px; opacity: 0; }
}

/* Dropdown options */
.form-bao-gia select option {
    padding: 12px;
    color: #1f2937;
    background: #f3f8ec;
    color: var(--bzo-main-color);
}
.form-bao-gia select option:hover{
  background: var(--bzo-main-color);
  color: #fff;
}

/*===========================================================================================================================
  page about 
  ==========================================================================================================================*/
.woo-products-header .hero-title .elbzoframe-heading-global em::after{
  display: none;
}
.about-hero{background:linear-gradient(160deg,#fff 0%,var(--bg2) 60%,var(--bg3) 100%);position:relative;overflow:hidden}
.category-hero-inner{
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}
.category-hero-inner .desc{
  margin-top: 14px;
  color: var(--text-secondary, #666);
}
@media (max-width: 767px){
  .category-hero-inner{
    padding: 32px 16px;
  }
}
.about-hero::after{content:'';position:absolute;inset:0;
  background-image:linear-gradient(rgba(74,140,28,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(74,140,28,.05) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(75% 75% at 50% 100%,#000 20%,transparent 100%);
}
@media (max-width: 767px){
    .about-hero{
        background:
           radial-gradient(
              ellipse 140% 80% at 50% 0%,
              rgba(74,140,28,.12) 0%,
              rgba(74,140,28,.05) 30%,
              transparent 70%
          ),

            linear-gradient(
                to bottom,
                #fff 0%,
                var(--bg2) 70%,
                var(--bg3) 100%
            );
    }
}
div .service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px 28px;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s, transform .25s, border-color .25s;
  overflow: hidden;
}

/* colored top border – toujours visible */
div .value-card{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 30px 24px;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s, transform .25s, border-color .25s;
  overflow: hidden;
}
div .value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: 14px 14px 0 0;
background: var(--accent); }


div .value-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: var(--borderG);
}
.value-card .vc-icon{  
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--accent-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 0;
}
/* Icon 1 – Sứ mệnh (bullseye/target) */
.value-card .vc-icon-1{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a8c1c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

/* Icon 2 – Tầm nhìn (eye) */
.value-card .vc-icon-2{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a8c1c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

/* Icon 3 – Giá trị cốt lõi (star) */
.value-card .vc-icon-3{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a8c1c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

/* Icon 4 – Triết lý làm việc (lightbulb) */
.value-card .vc-icon-4{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a8c1c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6M10 22h4M12 2a7 7 0 0 1 7 7c0 2.6-1.4 4.9-3.5 6.2-.5.3-.5.8-.5 1.3V17H9v-.5c0-.5 0-1-.5-1.3A7 7 0 0 1 12 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

/* timeline */
  .about-timeline .timeline {
    padding-top: 14px;
  }
  .about-timeline .tl-labels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 16px;
    text-align: center;
  }
  .about-timeline .tl-label {
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    padding-right: 12px;
  }

  .about-timeline .tl-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    margin-bottom: 20px;
  }
  .about-timeline .tl-line {
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    height: 2px;
    background: var(--accent-light);
    transform: translateY(-50%);
    z-index: 0;
  }
  .about-timeline .tl-dot-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-left: 0;
  }
/*
  .about-timeline .tl-dot-wrap:last-child {
    justify-content: flex-end;
  }*/
  .about-timeline .tl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--surface);
    border: 2.5px solid var(--accent);
    box-shadow: 0 0 0 4px var(--accent-glow);
  }

  .about-timeline .tl-descs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .about-timeline .tl-desc {
    line-height: 1.6;
    color: var(--text3);
    text-align: center;
    font-size: 16px;
  }
@media(max-width: 1200px){
  .about-timeline .tl-desc {
    font-size: 14px;
  }
  .about-timeline .tl-label {
    font-size: 16px;
  }
}
/* ── Responsive ── */
@media(max-width: 1200px){
  #trust-bar{
    padding: 20px 0;
  }
  .item-slider-global-client2,
  div .process-card,
  div .service-card{
    padding: 25px 20px;
  }
  div .bzotech-menu-inner > .bzotech-navbar-nav>li > a{
    height: 50px !important;
    line-height: 50px !important;
  }
  div .btn-toggle-mobile-menu{
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
}
  @media (max-width: 767px) {
    .about-timeline .tl-labels, 
    .about-timeline .tl-descs { grid-template-columns: 1fr; }
    .about-timeline .tl-line { display: none; }
    .about-timeline .tl-dot-wrap { justify-content: center; }
    .about-timeline .tl-descs { gap: 12px; }
    .tech-row{
      gap: 12px;
    }
    #trust-bar{
      padding: 18px 0;
    }
    .hero-geo {
      top: -72px;
      right: -81px;
      width: 240px;
      height: 240px;
    }
    .hero-geo::before{ inset:20px; }
    .hero-geo::after{
      width: 70%; right: 0; left: auto;
    }
    .home-about .elbzoframe-list-link-global .item-link{
      font-size: 14px;
    }
    .form-bao-gia{
      padding: 20px;
    }
    .service-card .sc-tags{
      margin-top: 12px;
    }
    .service-card .sc-icon{ margin-bottom: 12px; }
    .process-card .pc-icon{
      margin-bottom: 10px;
    }
    .process-card .pc-badge{ margin-bottom: 8px; }
    .trust-item{
      padding: 0 15px;
    }
    .trust-item::after{ right: 0px; }
    .contact-scroll{
      right: 10px;
      bottom: 25px;
    }
}

/*==================================================================================================
PAGE LIÊN HỆ
===================================================================================================*/

.contact-hero {
    position: relative !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at top left,
            rgba(74, 140, 28, 0.12),
            transparent 28%),

        radial-gradient(circle at right center,
            rgba(74, 140, 28, 0.08),
            transparent 25%),

        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7faf5 100%
        );
}
.contact-hero::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;

    background: radial-gradient(
        circle,
        rgba(74,140,28,0.06) 0%,
        transparent 70%
    );

    bottom:-280px;
    left:-120px;
    pointer-events:none;
}

@media(max-width: 1200px){
  .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field{
    padding: 8px 0 !important;
  }
}

/*==================================================================================================
PAGE HOSTING
===================================================================================================*/

.hosting-cards .value-card::before{
    display: none;
}
/* ── .hosting-cards .value-card .why-icon — dùng data-icon attribute ── */
.hosting-cards .value-card:nth-child(1) .vc-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%234a8c1c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 20px 20px; }
.hosting-cards .value-card:nth-child(2) .vc-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%234a8c1c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 20px 20px; }
.hosting-cards .value-card:nth-child(3) .vc-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%234a8c1c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='1 4 1 10 7 10'/%3E%3Cpath d='M3.51 15a9 9 0 1 0 .49-4.9L1 10'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 20px 20px; }
.hosting-cards .value-card:nth-child(4) .vc-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%234a8c1c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 20px 20px; }
.hosting-cards .value-card:nth-child(5) .vc-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%234a8c1c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 20px 20px; }
.hosting-cards .value-card:nth-child(6) .vc-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%234a8c1c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cline x1='8' y1='21' x2='16' y2='21'/%3E%3Cline x1='12' y1='17' x2='12' y2='21'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 20px 20px; }

/* ── Xoá SVG con bên trong sau khi dùng background ── */
.hosting-cards .value-card .why-icon svg { display: none; }


.hosting-pricing .box-pricing {
    background: #ffffff;
    border: 1.5px solid rgba(16, 24, 40, 0.09);
    border-radius: 14px;
    padding: 0;
    position: relative;
    box-shadow: none;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.hosting-pricing .box-pricing:hover {
    box-shadow: 0 10px 40px rgba(74, 140, 28, 0.10);
    border-color: rgba(74, 140, 28, 0.30);
    transform: translateY(-3px);
}
.hosting-pricing .element-pricing-table-global-{
  border-radius: 14px;
}
.hosting-pricing .element-pricing-table-global-:hover {
  box-shadow: none;
}

/* Active/featured card */
.hosting-pricing .box-pricing:has(.pricing-active-) {
    border-color: #4a8c1c;
    box-shadow: 0 0 0 3px rgba(74, 140, 28, 0.12);
}

.hosting-pricing .box-pricing:has(.pricing-active-)::after {
    content: 'Phổ biến nhất';
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #4a8c1c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 4px 16px;
    border-radius: 99px;
    white-space: nowrap;
}

/* Title */
.hosting-pricing .title-pricing-table {
    letter-spacing: 0.07em;
    color: var(--text);
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Price block */
.hosting-pricing .price-pricing-table {
    margin-bottom: 4px;
    line-height: 1;
}

.hosting-pricing .price-pricing-table .chitu {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 500;
    color: var(--text2);
}

.hosting-pricing .price-pricing-table {
    font-size: 28px;
    font-weight: 900;
    color: #111827;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 3px;
}

.hosting-pricing .price-pricing-table .unit {
    font-size: 14px;
    color: var(--text2);
    font-weight: 500;
}

/* Description */
.hosting-pricing .desc-pricing-table {
    margin: 12px 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.07);
}

.hosting-pricing .desc-pricing-table p {
    margin: 0;
}

/* CTA Button */
.hosting-pricing .elbzoframe-bt-global-default {
    /*display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 11px 16px !important;
    border-radius: 8px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    text-align: center;
    text-decoration: none !important;*/
    border: 1.5px solid rgba(74, 140, 28, 0.45) ;
    color: #4a8c1c;
    background: transparent;
    transition: all 0.18s;
    margin-bottom: 20px;
}

.hosting-pricing .elbzoframe-bt-global-default:hover {
    background: #4a8c1c;
    color: #fff;
    border-color: #4a8c1c;
}

.hosting-pricing .elbzoframe-bt-global-default i {
    font-size: 15px;
    transition: transform 0.18s;
}

.hosting-pricing .elbzoframe-bt-global-default:hover i {
    transform: translateX(3px);
}

/* Active card: button filled */
.hosting-pricing .pricing-active- .elbzoframe-bt-global-default {
    background: #4a8c1c;
    color: #fff;
    border-color: #4a8c1c;
}

.hosting-pricing .pricing-active- .elbzoframe-bt-global-default:hover {
    background: #2f5f12;
    border-color: #2f5f12;
}

/* Feature list */
.hosting-pricing .list-pricing-table {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hosting-pricing .list-pricing-table .item-link {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #475467;
    line-height: 1.45;
    padding: 0;
    background: none !important;
    border: none;
}

/* Ẩn icon font awesome gốc, thay bằng checkmark CSS */
.hosting-pricing .list-pricing-table .item-link i {
    display: none !important;
}

.hosting-pricing .list-pricing-table .item-link::before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #edf4e0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 5l2 2 4-4' stroke='%234a8c1c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.hosting-pricing .list-pricing-table__text {
    flex: 1;
}

/* Star icon item — highlight khác màu */
.hosting-pricing .item-link.active-style__yes i.fa-star ~ .list-pricing-table__text {
    color: #111827;
    font-weight: 600;
}
@media(max-width: 880px){
  .hosting-pricing .title-pricing-table{
    font-size: 12px;
  }
  .hosting-pricing .price-pricing-table{
    font-size: 20px;
  }
}


/*=============================================================================================
page blog
===========================================================================================*/
/* ===== BLOG GRID ===== */
.blog-grid-post-item- .item-grid-post-:hover{
  box-shadow: none;
  transform: none;
}
div .item-grid-post- .item-post {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow .2s, border-color .2s;
}
div .item-grid-post-:hover{
  box-shadow: none;
  transform: none;
}
div .item-grid-post- .item-post:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--borderG);
}

div .item-grid-post- .post-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--accent-pale);
  line-height: 0;
  height: unset;
  max-height: unset;
}

div .item-grid-post- .post-thumb a.adv-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

div .item-grid-post- .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
div .item-grid-post- .post-info {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
div .item-grid-post- .post-info .post-title {
  font-weight: 600;
  line-height: 1.45;
  color: var(--text);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
}
div .item-grid-post- .post-title a { color: inherit; text-decoration: none; }
div .item-grid-post- .post-title a:hover { color: var(--accent); }
div .item-grid-post- .post-info .desc {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0;
  border: none;
}
div .item-grid-post- .readmore-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto; 
  padding-top: 12px;
  margin-bottom: 2px;
  border-top: 1px solid var(--bzo-border-color);
}
div .item-grid-post- .meta-post-style1__date {
  font-size: 13px;
  color: var(--text3);
}
div .item-grid-post- .readmore {
  color: var(--accent);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: gap .2s;
}
div .item-grid-post- .readmore:hover { gap: 8px; }
div .item-grid-post- .readmore svg path { fill: var(--accent); }

/*=== blog list ====*/
/* ===== LIST VIEW ===== */
.blog-list-view .list-post-wrap.bzotech-row {

}

.blog-list-view .bzotech-col-md-12 {

}

.blog-list-view .item-list-post-style2 {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--divider);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s;
  padding: 20px;
  margin-bottom: 30px;
}

.blog-list-view .item-list-post-style2:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--borderG);
}

/* Thumb */
.blog-list-view .item-list-post-style2 .post-thumb {
  width: 300px;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--accent-pale);
  position: relative;
  border: 1px solid var(--border);
}

.blog-list-view .item-list-post-style2 .post-thumb a.adv-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.blog-list-view .item-list-post-style2 .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
  position: absolute;
  inset: 0;
}

.blog-list-view .item-list-post-style2:hover .post-thumb img {
  transform: scale(1.04);
}

/* Info */
.blog-list-view .item-list-post-style2 .post-info {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  width: auto;
}

.blog-list-view .item-list-post-style2 .post-info2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding-left: 24px;
}

.blog-list-view .item-list-post-style2 .meta-post-style1__date {
  font-size: 12px;
  color: var(--text3);
}

.blog-list-view .item-list-post-style2 .post-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-list-view .item-list-post-style2 .post-title a {
  color: var(--text);
  text-decoration: none;
  transition: color .15s;
}

.blog-list-view .item-list-post-style2 .post-title a:hover {
  color: var(--accent);
}

.blog-list-view .item-list-post-style2 .desc {
  color: var(--text2);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-list-view .item-list-post-style2 .readmore-wrap {
  margin-top: auto;
  padding-top: 6px;
}

.blog-list-view .item-list-post-style2 .elbzoframe-bt-global-default {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  color: var(--accent);
  text-decoration: none;
  padding: 6px 14px;
  border: 1px solid var(--borderG);
  border-radius: 6px;
  background: transparent;
  transition: background .15s, color .15s, border-color .15s;
}

.blog-list-view .item-list-post-style2 .elbzoframe-bt-global-default:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

/* ===== RESPONSIVE ===== */

/* Tablet: 768px - 1024px — thu nhỏ thumb */
@media (max-width: 1024px) {
  .blog-list-view .item-list-post-style2{
    flex-direction: row;
  }
  .blog-list-view .item-list-post-style2 .post-thumb {
    width: 220px;
  }
  .blog-list-view .item-list-post-style2 .post-info2 {
    
  }
  .blog-list-view .item-list-post-style2 .post-title {
    font-size: 15px;
  }
  
}

/* Mobile: dưới 768px — stack dọc */
@media (max-width: 880px) {
  .blog-list-view .item-list-post-style2 {
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
  }
  .blog-list-view .item-list-post-style2 .post-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    height: auto;
    border-radius: 0;
    border: none;
  }
  .blog-list-view .item-list-post-style2 .post-thumb a.adv-thumb-link,
  .blog-list-view .item-list-post-style2 .post-thumb img {
    position: static;
    width: 100%;
    height: 100%;
  }
  .blog-list-view .item-list-post-style2 .post-info {
    border-left: none;
    border-top: 1px solid var(--divider);
  }
  .blog-list-view .item-list-post-style2 .post-info2 {
    padding: 14px 16px 16px;
  }
  .blog-list-view .item-list-post-style2 .post-title {
    font-size: 16px;
  }
  .blog-list-view .item-list-post-style2 .desc {
    -webkit-line-clamp: 2;
  }
}
/* ===== SIDEBAR WIDGETS ===== */
/* ===== WIDGET WRAPPER CHUNG ===== */
#bzoframework_bloglistpostswidget-2,
#categories-2 {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}

#bzoframework_bloglistpostswidget-2 .widget-title,
#categories-2 .widget-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: var(--accent-dark);
  background: var(--accent-light-bg);
  border-bottom: 1px solid var(--borderG);
  padding: 15px 16px;
  margin: 0;
}

/* ===== RECENT POSTS ===== */
#bzoframework_bloglistpostswidget-2 .wap-post-wg {
  padding: 6px 0;
}

#bzoframework_bloglistpostswidget-2 .item-post-wg {
  display: flex;
  gap: 12px;
  padding: 10px 14px;
  margin: 0;
  border-bottom: 1px solid var(--divider);
  align-items: center;
  transition: background .15s;
}

#bzoframework_bloglistpostswidget-2 .item-post-wg:last-child {
  border-bottom: none;
}

#bzoframework_bloglistpostswidget-2 .item-post-wg:hover {
  background: var(--bg2);
}

/* Thumb */
#bzoframework_bloglistpostswidget-2 .post-thumb {
  width: 68px;
  height: 52px;
  border-radius: 7px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--accent-pale);
  line-height: 0;
  margin: 0;
}

#bzoframework_bloglistpostswidget-2 .post-thumb .adv-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

#bzoframework_bloglistpostswidget-2 .post-thumb picture,
#bzoframework_bloglistpostswidget-2 .post-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info */
#bzoframework_bloglistpostswidget-2 .post-info {
  flex: 1;
  min-width: 0;
}

#bzoframework_bloglistpostswidget-2 .the-date {
  font-size: 11px;
  color: var(--text3);
  margin-bottom: 4px;
}

#bzoframework_bloglistpostswidget-2 .w-p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

#bzoframework_bloglistpostswidget-2 .tit-post {
  color: var(--text);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .15s;
}

#bzoframework_bloglistpostswidget-2 .tit-post:hover {
  color: var(--accent);
}

/* ===== CATEGORIES ===== */
#content #categories-2 ul {
  list-style: none;
  padding: 6px 0;
  margin: 0;
}

#categories-2 .cat-item {
  border-bottom: 1px solid var(--divider);
  margin: 0;
}

#categories-2 .cat-item:last-child {
  border-bottom: none;
}

#categories-2 .cat-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  color: var(--text2);
  font-weight: 500;
  text-decoration: none;
  transition: color .15s, background .15s;
}

#categories-2 .cat-item a:hover {
  color: var(--accent);
  background: var(--bg2);
}

/* Wrap số bài vào pill — cần JS nhỏ bên dưới vì WP render text node */
#categories-2 .cat-item a .cat-count {
  background: var(--accent-pale);
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 99px;
  margin-left: auto;
}

/* Subcategories */
#categories-2 .cat-item .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

#categories-2 .cat-item .children .cat-item {
  border-bottom: 1px solid var(--divider);
}

#categories-2 .cat-item .children .cat-item:last-child {
  border-bottom: none;
}

#categories-2 .cat-item .children .cat-item a {
  position: relative;
  padding: 9px 14px 9px 30px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text3);
}

#categories-2 .cat-item .children .cat-item a::before {
  content: "\2013";
  position: absolute;
  left: 14px;
  color: var(--text3);
}

#categories-2 .cat-item .children .cat-item a:hover {
  color: var(--accent);
}

#categories-2 .cat-item .children .cat-item a .cat-count {
  font-size: 10px;
  padding: 1px 7px;
}

#categories-2 .cat-item.current-cat > a,
#categories-2 .cat-item.current-cat-parent > a {
  background: var(--accent-light-bg);
  color: var(--accent-dark);
}

/* ===== BLOG hero ===== */
.elbzotech-bread-crumb-global__content.container-flex-e, .elbzotech-bread-crumb-global__content.container-flex-e a{
  color: var(--text);
}
.elbzotech-bread-crumb-global__content.container-flex-e a:hover{
  color: var(--accent);
}
.elbzotech-search-global-style1 .elbzotech-search-global-form input[name="s"]{
  height: 52px;
  line-height: 52px;
  border: none;
}
.elbzotech-search-global-style1 .elbzotech-search-global-form{
  border-radius: 12px;
  overflow: hidden;
}
.elbzotech-search-global-style1 .elbzotech-submit-form .elbzotech-text-bt-search{
  padding: 0 25px;
  line-height: 50px;
  white-space: nowrap;
  font-size: 16px;
}

/*====== box contact sidebar ============*/
.contact-box-sidebar {
  background: #fff;
  border: 1px solid rgba(74,140,28,0.2);
  border-radius: 12px;
  overflow: hidden;
}
.contact-box-sidebar .contact-box-top {
  background: #1a3a0a;
  padding: 20px 18px 24px;
  text-align: center;
  position: relative;
}
.contact-box-sidebar .contact-box-top::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  height: 12px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.contact-box-sidebar .cbox-icon {
  width: 44px; height: 44px;
  background: rgba(126,200,50,0.15);
  border: 1.5px solid rgba(126,200,50,0.35);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
  font-size: 20px; color: #7ec832;
}
.contact-box-sidebar .cbox-title {
  font-size: 15px; font-weight: 700;
  color: #fff; margin-bottom: 6px; line-height: 1.3;
}
.contact-box-sidebar .cbox-sub { font-size: 12px; color: #9ab98a; line-height: 1.55; }

.contact-box-sidebar .contact-box-body { padding: 20px 18px 18px; }

.contact-box-sidebar .cbox-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px;
  background: var(--bg2); /* #f8faf7 */
  border: 1px solid rgba(74,140,28,0.12);
  border-radius: 8px; margin-bottom: 8px;
  text-decoration: none;
  transition: border-color .15s, background .15s;
}
.contact-box-sidebar .cbox-item:hover { background: #f0f7e6; border-color: rgba(74,140,28,0.35); }
.contact-box-sidebar .cbox-item-icon {
  width: 34px; height: 34px;
  border-radius: 8px; background: var(--accent-pale);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 18px; color: var(--accent);
}
.contact-box-sidebar .cbox-item-info { flex: 1; min-width: 0; }
.contact-box-sidebar .cbox-item-label { font-size: 11px; color: var(--text3); margin-bottom: 1px; text-transform: uppercase; font-weight:500; }
.contact-box-sidebar .cbox-item-val { font-weight: 600; color: var(--text); }
.contact-box-sidebar .cbox-item > .ti-chevron-right { font-size: 14px; color: #aaa; }

.contact-box-sidebar .cbox-divider {
  text-align: center; font-size: 12px; color: #aaa;
  margin: 4px 0 10px; position: relative;
}
.contact-box-sidebar .cbox-divider::before,
.contact-box-sidebar .cbox-divider::after {
  content: ''; position: absolute; top: 50%;
  width: 38%; height: 1px; background: #e5e7eb;
}
.contact-box-sidebar .cbox-divider::before { left: 0; }
.contact-box-sidebar .cbox-divider::after { right: 0; }

.contact-box-sidebar .cbox-btn {
  display: block; background: var(--accent);
  color: #fff; font-weight: 700;
  padding: 11px; border-radius: 8px;
  text-align: center; text-decoration: none;
  transition: background .15s;
}
.contact-box-sidebar .cbox-btn:hover { background: var(--accent-dark); }

.contact-box-sidebar .cbox-note {
  text-align: center; font-size: 12px; color: var(--text3);
  margin-top: 10px;
  display: flex; align-items: center; justify-content: center; gap: 4px;
}
.contact-box-sidebar .cbox-note .ti-clock { color: var(--accent); }
@media(max-width: 1200px){
  .elbzotech-search-global-style1 .elbzotech-search-global-form input[name="s"]{
    height: 44px;
    line-height: 44px;
    border: none;
  }
  .elbzotech-search-global-style1 .elbzotech-submit-form .elbzotech-text-bt-search{
    font-size: 14px;
    padding: 0 15px;
  }
  .elbzotech-search-global-style1 .elbzotech-submit-form .elbzotech-text-bt-search{
    line-height: 44px;
  }
  .step-bread-crumb i{
    font-size: 12px;
  }
}

/*=============================================================================================
page single blog
==============================================================================================*/
.single-post-media-format img{
  border-radius: 12px;
}
/* ===== SINGLE POST FEATURED IMAGE ===== */
.single-post-media-format {
  margin-bottom: 32px;
}
.single-post-media-format .format-standard {
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}
.single-post-media-format img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== CONTENT TYPOGRAPHY ===== */
.detail-content-wrap {

}
.detail-content-wrap h2,
.detail-content-wrap h3,
.detail-content-wrap h4,
.detail-content-wrap h5 {
  color: var(--text);
  line-height: 1.35;
  margin: 20px 0 10px 0;
}
.detail-content-wrap h2 { font-size: 20px; }
.detail-content-wrap h3 { font-size: 18px; }
.detail-content-wrap h4 { font-size: 16px; }

.detail-content-wrap a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.detail-content-wrap a:hover { color: var(--accent-dark); }

#content .detail-content-wrap ul,
#content .detail-content-wrap ol {
  margin: 0 0 15px 23px;
  padding: 0;
}
.content-product-detail ul,
.content-product-detail ol{
  margin: 0 0 15px 23px;
}
#content .detail-content-wrap .faq-bai-viet ul{
  margin-left: 0;
}
.detail-content-wrap li { margin-bottom: .45em; line-height: 1.6; }
.detail-content-wrap li > p {
  margin: 0;
}
.detail-content-wrap b,
.detail-content-wrap strong { color: var(--text); }

/* Ảnh trong content */
.detail-content-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: .5em auto 1.25em;
}

/* Emoji inline không bị scale */
.detail-content-wrap img.emoji {
  width: 1em;
  height: 1em;
  display: inline;
  margin: 0 .15em;
  vertical-align: -0.1em;
  border-radius: 0;
}

.detail-content-wrap blockquote {
  position: relative;
  margin: 1.5em 0;
  padding: 18px 20px 18px 45px;
  background: var(--accent-light-bg);
  border: 1px solid var(--borderG);
  border-left: 3px solid var(--accent);
  border-radius: 0 8px 8px 0;
  font-style: normal;
  color: var(--text2);
}

/* dấu ngoặc kép trang trí */
.detail-content-wrap blockquote::before {
  content: '\201C';
  position: absolute;
  left: 14px;
  top: 12px;
  font-size: 38px;
  line-height: 1;
  color: var(--accent);
  font-family: Georgia, serif;
  opacity: 0.5;
}

.detail-content-wrap blockquote p {
  margin: 0 0 6px;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--text2);
}
.detail-content-wrap blockquote p:last-child { margin-bottom: 0; }

.detail-content-wrap blockquote strong,
.detail-content-wrap blockquote b {
  color: var(--accent-dark);
  font-weight: 700;
}
.detail-content-wrap .cta-box {
  position: relative;
  margin: 1.5em 0;
  padding: 22px 24px;
  background: var(--accent-light-bg);
  border: 1px solid var(--borderG);
  border-left: 4px solid var(--accent);
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

/* vòng tròn trang trí góc phải */
.detail-content-wrap .cta-box::after {
  content: '';
  position: absolute;
  right: -30px; top: -30px;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: rgba(74,140,28,0.06);
  pointer-events: none;
}

.detail-content-wrap .cta-title {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--accent-dark);
  line-height: 1.5;
  margin: 0 0 10px;
}

.detail-content-wrap .cta-desc {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.75;
  margin: 0 0 16px;
  display: block; /* thay vì flex */
}
.detail-content-wrap .cta-desc img {
  width: 18px; height: 18px;
  vertical-align: middle;
  margin-right: 4px;
}
.detail-content-wrap .cta-desc strong { color: var(--accent-dark); font-weight: 700; }
.detail-content-wrap .cta-desc img { width: 18px; height: 18px; flex-shrink: 0; }

.detail-content-wrap .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 6px;
  transition: background .2s;
  line-height: 1;
}
.detail-content-wrap .cta-btn:hover { background: var(--accent-dark); color: #fff; }
.detail-content-wrap .cta-btn img {
  width: 18px; height: 18px;
  filter: brightness(0) invert(1);
}
/*==table===*/
.detail-content-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25em 0;
}
.detail-content-wrap th,
.detail-content-wrap td {
  border: 1px solid var(--borderG);
  padding: 9px 13px;
  text-align: left;
}
.detail-content-wrap th {
  background: var(--accent-light-bg);
  font-weight: 600;
  color: var(--accent-dark);
}
.detail-content-wrap tr:nth-child(even) td {
  background: var(--bg2);
}

/* Bảng thông số trong nội dung sản phẩm: cột đầu (nhãn) rộng hơn, chỉ áp dụng riêng trang sản phẩm */
.content-product-detail table th:first-child,
.content-product-detail table td:first-child {
  width: 22%;
  white-space: nowrap;
}
/* Mobile: bỏ nowrap để cột nhãn không ép bảng tràn ngang, kèm scroll ngang dự phòng nếu nội dung vẫn dài */
@media (max-width: 767px) {
  .content-product-detail table th:first-child,
  .content-product-detail table td:first-child {
    width: auto;
    white-space: normal;
  }
  .content-product-detail table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.detail-content-wrap .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 4px 2px;
}
/*==== grid content ======*/
.detail-content-wrap .features-grid > p { display: none; }

.detail-content-wrap .feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px 20px 20px;
  transition: border-color .2s, box-shadow .2s;
}
.detail-content-wrap .feature-card:hover {
  border-color: var(--borderG);
  box-shadow: var(--shadow-sm);
}

.detail-content-wrap .feature-icon {
  width: 42px; height: 42px;
  background: var(--accent-pale);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.detail-content-wrap .feature-icon img { width: 22px; height: 22px; pointer-events: none; }

.detail-content-wrap .feature-title {
  font-size: 14.5px; font-weight: 700;
  color: var(--text);
  margin-bottom: 8px; line-height: 1.4;
}
.detail-content-wrap .feature-title span { color: inherit; }

.detail-content-wrap .feature-desc {
  font-size: 13.5px; color: var(--text2); line-height: 1.75;
  margin: 0;
}

@media (max-width: 768px) {
  .detail-content-wrap .features-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (max-width: 480px) {
  .detail-content-wrap .features-grid { grid-template-columns: 1fr; gap: 10px; }
  .detail-content-wrap .feature-card { padding: 18px 16px; }
}
/* ===== muc luc ===== */
.rank-math-toc-wrapper{
  background: var(--bg2);
  border: 1px solid var(--borderG);
  border-radius: 8px;
  padding: 20px;
}

.rank-math-toc-title{
  font-weight: 600;
  text-transform: uppercase;
  color: var(--accent-dark);
}
.rank-math-toc-wrapper.lwptoc-light .lwptoc_i A{
  color: var(--accent);
  font-size: 13px;
}
.rank-math-toc-wrapper.lwptoc-notInherit .lwptoc_i DIV A:hover{
  border: none !important;
  color: var(--accent-dark);
}
.rank-math-toc-wrapper.lwptoc-light .lwptoc_i{
  padding: 10px;
}


/* ===== SLIDER WRAPPER ===== */
.elbzotech-wrapper-slider {
  position: relative;
}

/* ===== NAVI ===== */
.display-swiper-navi-group .bzotech-swiper-navi {
  top: -50px;
}

.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav{
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 15px;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
  user-select: none;
}

.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
@media(min-width: 768px) and (max-width: 1200px){
  .contact-box-sidebar .contact-box-body{
    padding: 20px 10px;
  }
}
@media(max-width: 767px){
  .detail-content-wrap h2 { font-size: 19px; }
  .detail-content-wrap h3 { font-size: 17px; }
  .detail-content-wrap h4 { font-size: 15px; }
  div .item-grid-post- .post-info{
    padding: 10px 15px;
  }
  .display-swiper-navi-group .bzotech-swiper-navi{
    top: -40px;
  }
}
/*=== style FAQ trong bài viết ==================*/
.faq-bai-viet ul { list-style: none; padding: 0; margin: 0; }
.faq-bai-viet .faq-item { border-bottom: 1px solid var(--border); margin: 0; }
/* .faq-bai-viet .faq-item:first-child { border-top: 1px solid var(--border); } */

.faq-bai-viet .faq-question-btn {
    width: 100%; background: none; border: none; cursor: pointer;
    display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
    padding: 16px 0; text-align: left;
}
.faq-bai-viet .faq-question-btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 3px; }

.faq-bai-viet .q-text {
    flex: 1; font-size: 15px; font-weight: 600;
    color: var(--text); line-height: 1.55; transition: color .2s;
  font-family: 'Be Vietnam Pro', sans-serif;
}
.faq-bai-viet .faq-item.open .q-text { color: var(--accent-dark); }

.faq-bai-viet .q-icon {
    flex-shrink: 0; margin-top: 3px;
    width: 18px; height: 18px; position: relative;
}
.faq-bai-viet .q-icon::before, .q-icon::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    background: var(--text3); border-radius: 2px;
    transition: transform .28s ease, opacity .28s ease, background .2s;
}
.faq-bai-viet .q-icon::before { width: 12px; height: 1.5px; transform: translate(-50%, -50%); }
.faq-bai-viet .q-icon::after  { width: 1.5px; height: 12px; transform: translate(-50%, -50%); }

.faq-bai-viet .faq-item.open .q-icon::before,
.faq-bai-viet .faq-item.open .q-icon::after { background: var(--accent); }
.faq-bai-viet .faq-item.open .q-icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.faq-bai-viet .faq-answer-wrap {
    display: grid; grid-template-rows: 0fr;
    transition: grid-template-rows .3s cubic-bezier(.4, 0, .2, 1);
}
.faq-bai-viet .faq-item.open .faq-answer-wrap { grid-template-rows: 1fr; }
.faq-bai-viet .faq-answer-inner { overflow: hidden; }

.faq-bai-viet .faq-answer {
    padding: 2px 0 18px 14px;
    font-size: 14.5px; color: var(--text2); line-height: 1.8;
    border-left: 2px solid var(--accent-pale);
}
.faq-bai-viet p,
.faq-bai-viet .faq-answer p { margin: 0; }
/* fix Gutenberg inject <br> và <p> vào trong button */
.faq-question-btn br { display: none; }
.faq-question-btn p  { display: none; }

/* fix các ul lồng nhau do editor tự sinh */
.faq-bai-viet ul ul  { padding: 0; margin: 0; list-style: none; }
/* fix Gutenberg tách ul lồng nhau */
.faq-bai-viet ul ul { padding: 0; margin: 0; list-style: none; }

/* phòng hờ br còn sót */
.faq-question-btn br { display: none; }

/* ── Sticky sidebar – chỉ desktop, chỉ khi content dài hơn sidebar ── */
@media (min-width: 1024px) {
  .sticky-sidebar > .e-con-inner {
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    scrollbar-width: none;
  }
  .sticky-sidebar > .e-con-inner::-webkit-scrollbar { display: none; }
}

.tax-product_cat #bzo-products-grid{
  margin-top: 60px;
  @media(max-width: 767px){ margin-top: 40px; }
}
#bzo-products-grid{
  margin-bottom: 30px;
}
/* Card sản phẩm cao đều nhau, giá luôn nằm sát đáy dù tiêu đề dài/ngắn khác nhau */
.list-col-item{
  display: flex;
}
.list-col-item .item-product{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.list-col-item .item-product .product-info{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.list-col-item .item-product .product-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  min-height: 2.8em;
}
.list-col-item .item-product .product-price{
  margin-top: auto;
}
div.product-price del .woocommerce-Price-amount{
  font-size: 14px;
}
.woo-products-header .hero-title .elbzoframe-heading-global{
    font-size: clamp(26px, 4.5vw, 50px);
    line-height: 1.2;
}
@media(max-width: 767px){
	.list-col-item .item-product .product-title{
		font-size: 14px; min-height: 40px;
	}
	#bzo-products-grid{
	  margin-bottom: 10px;
	}
  .list-2-item-mobile{
    width: 50%;
  }
  .list-col-item .link-image{
    gap: 5px;
  }
  .list-col-item .link-image a{
    padding: 5px 10px;
    font-size: 11px;
  }
  .list-col-item .product-info{
    padding: 12px 10px;
  }
  .list-col-item .product-price{
    gap: 3px;
    font-size: 14px;
  }
  .list-col-item .product-price ins{
    font-size: 15px;
  }
  .woo-products-header .hero-title .elbzoframe-heading-global{
        font-size: 24px;
        letter-spacing: -1px;
        line-height: 1.4;
  }
}

.post-tags-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--bzo-border-color);
}
.post-tags-label{
    font-weight: 600;
    color: var(--bzo-title_typo-color);
}
.post-tags-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.post-tags-list a{
    padding: 5px 10px;
    border: 1px solid var(--bzo-border-color);    
    border-radius: 20px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1.4;
}
.post-tags-list a:hover{
    color: var(--accent-dark);
    background-color: var(--bg2);
    text-decoration: none;
}
@media(max-width: 767px){
  .post-tags-wrap{
    margin-top: 20px;
    padding-top: 16px;
  }
}
.post-date-single{
   text-align: right;
   font-style: italic;
	margin-top: 15px;
}