.elementor-2694 .elementor-element.elementor-element-4d618c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-2694 .elementor-element.elementor-element-f9dac6e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2694 .elementor-element.elementor-element-f9dac6e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2694 .elementor-element.elementor-element-3f8bb8a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2694 .elementor-element.elementor-element-3f8bb8a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2694 .elementor-element.elementor-element-058eaa2{--display:flex;}.elementor-2694 .elementor-element.elementor-element-058eaa2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2694 .elementor-element.elementor-element-d98bf69 > .elementor-widget-container{padding:-1px -1px -1px -1px;}.elementor-2694 .elementor-element.elementor-element-ed2797b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2694 .elementor-element.elementor-element-ed2797b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2694 .elementor-element.elementor-element-03978cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2694 .elementor-element.elementor-element-03978cc.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2694 .elementor-element.elementor-element-f9dac6e{--width:97.787%;}.elementor-2694 .elementor-element.elementor-element-3f8bb8a{--width:129.64%;}.elementor-2694 .elementor-element.elementor-element-058eaa2{--width:97.988%;}.elementor-2694 .elementor-element.elementor-element-ed2797b{--width:111.552%;}.elementor-2694 .elementor-element.elementor-element-03978cc{--width:149.396%;}}/* Start custom CSS for html, class: .elementor-element-09fe058 *//* Import font */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* === Gold Premium variables === */
:root{
  --gold-1: #d7a85b;   /* vàng mờ */
  --gold-2: #f1d08f;   /* gold sáng */
  --gold-3: #fff4d2;   /* champagne */
  --gold-accent: #804622; /* nâu vàng đậm cho text/border */
  --text-dark: #2e241a;  /* chữ chính trên nền vàng */
  --muted: #665244;      /* chữ mô tả */
  --card-border: rgba(215,168,91,0.18);
  --card-shadow: 0 8px 24px rgba(128,70,34,0.08);
}

/* ====== SECTION WRAPPER ====== */
.vision-mission-section {
  padding: 20px 10px;
  background: linear-gradient(
    135deg,
    var(--gold-1) 0%,
    var(--gold-2) 50%,
    var(--gold-3) 100%
  );
  text-align: center;
}

/* Title */
.vision-title {
  font-family: 'Lora', serif;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Description */
.vision-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* ====== GRID ====== */
.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  max-width: 1100px;
  margin: auto;
}

/* ====== CARD ====== */
.vision-card {
  background: #ffffff;
  padding: 32px;
  border-radius: 14px;
  border: 1px solid var(--card-border);
  transition: 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* Hover giữ nguyên transform nhưng đổi shadow & border sang gold-accent */
.vision-card:hover {
  transform: translateY(-5px);
}

/* ====== CARD TITLE – LORA ====== */
.vision-card h3 {
  font-family: 'Lora', serif;
  font-size: 22px;
  margin-bottom: 12px;
}

/* ====== CARD TEXT – ROBOTO ====== */
.vision-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

/* subtle accent bar on top of card (optional visual polish) */
.vision-card::before{
  content: "";
  display:block;
  height:6px;
  width:60px;
  margin:0 auto 16px;
  border-radius:4px;
  background: linear-gradient(90deg, var(--gold-1), var(--gold-2));
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
  .vision-grid {
    grid-template-columns: 1fr;
  }
  .vision-title {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d416b6 */:root{
  --gold-1: #d7a85b;
  --gold-2: #f1d08f;
  --gold-3: #fff4d2;
  --gold-accent: #b57e34;
  --brand-green: #0F7A43;
  --bg: #f6f5f2;
  --card-border: #efe8dd;
  --text-dark: #2f2a25;
  --muted: #57514b;
}

/* Section */
.core-values-section {
  text-align: center;
  padding: 20px 12px;
  background: var(--bg);
}

/* Title */
.section-title {
  font-family: 'Lora', serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.section-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 24px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid */
.core-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Card */
.core-card {
  background: #fff;
  padding: 22px 18px;
  border-radius: 12px;
  border: 1px solid var(--card-border);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;

  transition: transform .25s ease, box-shadow .25s ease;
}

/* SAFE HOVER – KHÔNG PHÁ GIAO DIỆN */
.core-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* Icon */
.icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  background: linear-gradient(180deg, rgba(47,107,68,0.06), rgba(255,255,255,0.3));
  box-shadow: 0 6px 18px rgba(215,168,91,0.12);
  border: 1px solid rgba(181,126,52,0.12);

  transition: transform .25s ease, box-shadow .25s ease;
}

/* Icon hover – chỉ nổi nhẹ */
.core-card:hover .icon-wrap {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(215,168,91,0.18);
}

.icon-wrap img {
  width: 65%;
  height: auto;
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f56d78b */:root {
  /* Brand Colors */
  --color-primary: #b57e34;      /* Gold chính */
  --color-secondary: #d7a85b;    /* Gold nhạt */
  --color-accent: #f6efe0;       /* Nền gold */
  --color-bg: #fffdfa;

  /* Text */
  --text-primary: #2b2b2b;
  --text-secondary: #6b6b6b;

  /* Typography */
  --font-heading: "Lora", serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  --fs-title: 32px;
  --fs-heading: 18px;
  --fs-body: 14px;
  --fs-year: 14px;

  /* Layout */
  --line-width: 6px;
  --radius-lg: 14px;
  --radius-md: 10px;

  /* Spacing */
  --space-section: 60px;
  --space-item: 36px;
  --space-box: 18px;

  /* Effects */
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.04);
  --shadow-hover: 0 18px 40px rgba(0,0,0,0.08);
}

/* =================================================
   TIMELINE – SECTION BASE
   ================================================= */
.gv-timeline-section {
  padding: var(--space-section) 20px;
  background: linear-gradient(180deg, #fffaf7 0%, var(--color-bg) 100%);
  font-family: var(--font-body);
  color: var(--text-primary);
}

.gv-timeline-wrap {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.gv-timeline-title {
  font-family: var(--font-heading);
  font-size: var(--fs-title);
  font-weight: 700;
  margin-bottom: 30px;
}

/* =================================================
   TIMELINE CORE + CENTER LINE
   ================================================= */
.gv-timeline {
  position: relative;
  padding: 0 20px;
}

.gv-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: var(--line-width);
  height: 100%;
  border-radius: var(--line-width);
  background: linear-gradient(
    180deg,
    var(--color-secondary),
    var(--color-primary)
  );
}

/* =================================================
   TIMELINE ITEM
   ================================================= */
.gv-timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: var(--space-item) 0;
}

/* Dot */
.gv-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff, var(--color-secondary));
  border: 3px solid var(--color-primary);
  z-index: 2;
}

/* Year badge */
.gv-year {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 16px;
  font-size: var(--fs-year);
  font-weight: 700;
  color: var(--color-primary);
  background: var(--color-accent);
  border-radius: 20px;
  white-space: nowrap;
}

/* Content box */
.gv-content {
  width: 46%;
  padding: var(--space-box);
  background: #ffffff;
  border-radius: var(--radius-lg);
  border-left: var(--line-width) solid var(--color-secondary);
  box-shadow: var(--shadow-soft);
  text-align: left;
  transition: transform .3s ease, box-shadow .3s ease;
}

.gv-content h3 {
  font-family: var(--font-heading);
  font-size: var(--fs-heading);
  margin: 0 0 6px;
}

.gv-content p {
  font-size: var(--fs-body);
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.5;
}

.gv-content:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

/* =================================================
   LEFT / RIGHT LOGIC
   ================================================= */
.gv-timeline-item.left .gv-content {
  margin-right: auto;
}

.gv-timeline-item.left .gv-year {
  right: calc(50% + 20px);
}

.gv-timeline-item.right .gv-content {
  margin-left: auto;
}

.gv-timeline-item.right .gv-year {
  left: calc(50% + 20px);
}

/* =================================================
   RESPONSIVE – MOBILE
   ================================================= */
@media (max-width: 880px) {

  /* Ẩn line dọc và chấm giữa */
  .gv-timeline::before { display: none !important; }
  .gv-dot { display: none !important; }

  /* Stack items thành cột */
  .gv-timeline-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding-left: 0 !important;
    margin: 18px 0 !important;
  }

  /* Đưa badge năm lên trên cùng, căn giữa, ưu tiên hiển thị (z-index) */
  .gv-year {
    order: -1 !important;               /* xuất hiện trước nội dung */
    position: relative !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    display: inline-block !important;
    align-self: center !important;
    margin: 0 0 12px !important;
    padding: 8px 14px !important;
    min-width: 84px !important;
    font-size: 13px !important;
    border-radius: 20px !important;
    background: rgba(181,126,52,0.06) !important; /* nhẹ nền gold */
    color: var(--color-primary) !important;
    box-shadow: 0 8px 20px rgba(181,126,52,0.06) !important;
    z-index: 9999 !important;            /* ưu tiên hiển thị trên các nút nổi */
    text-align: center;
    white-space: nowrap;
  }

  /* Nội dung thành card full-width; tạo visual hierarchy */
  .gv-content {
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border-left: none !important;
    border-top: var(--line-width) solid var(--color-secondary) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.04) !important;
  }

  /* Typography & spacing tối ưu mobile */
  .gv-content h3 {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  .gv-content p {
    font-size: 14px !important;
    line-height: 1.5;
  }

  /* Giảm khoảng cách giữa các item để giảm chiều dài scroll */
  .gv-timeline-item + .gv-timeline-item { margin-top: 10px !important; }

  /* Edge-case nhỏ màn hình rất nhỏ */
  @media (max-width: 360px) {
    .gv-year { min-width: 68px; padding: 6px 10px; font-size: 12px; }
    .gv-content { padding: 12px; border-radius: 10px; }
    .gv-content h3 { font-size: 15px; }
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d98bf69 */.core-scope .core {
  text-align: center;
  padding: 10px 0;
}

/* Title */
.core-scope .core-title {
  font-family: "Lora", serif;
  color: #f1d08f;
  margin-bottom: 8px;
}

/* Subtitle */
.core-scope .core-subtitle {
  font-family: "Roboto", sans-serif;
  color: #6b6b6b;
  margin-bottom: 28px;
}

/* Grid */
.core-scope .core-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding: 0 20px;
}

/* Card default */
.core-scope .core-card {
  border: 1px solid #ebd9c7;
  border-radius: 20px;
  padding: 24px 14px;
  background: #fff;
  text-align: center;
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

/* Hover nhẹ */
.core-scope .core-card:hover {
  transform: translateY(-4px);
  border-color: #d7a85b;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

/* Heading */
.core-scope .core-card h3 {
  font-family: "Lora", serif;
  font-size: 1.35rem;
  margin-bottom: 6px;
  color: #6a4b2a;
  font-weight: 700;
  transition: color 0.25s ease;
}

/* Text */
.core-scope .core-card p {
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  margin: 0;
  color: #6b6b6b;
  transition: color 0.25s ease;
}

/* Active state */
.core-scope .core-card.active h3,
.core-scope .core-card.active p {
  color: #4a351d;
}

/* Hover đổi màu chữ nhẹ */
.core-scope .core-card:hover h3 {
  color: #4a351d;
}

.core-scope .core-card:hover p {
  color: #5a5a5a;
}

/* Mobile 2×2 */
@media (max-width: 480px) {
  .core-scope .core-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .core-scope .core-card {
    padding: 18px 10px;
    border-radius: 16px;
  }

  .core-scope .core-card h3 {
    font-size: 1.1rem;
  }

  .core-scope .core-card p {
    font-size: 0.85rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25b2720 */.team { text-align:center; padding:10px 10px 0; }
.team h2 {
  font-family:'Lora',serif;
  font-size:30px;
  font-weight:700;
  color:#f1d08f;
  margin:0 0 5px;
}
.team p  {
  font-family:'Roboto',sans-serif;
  font-size:15px;
  color:#4b5d52;
  margin:0 0px -10px;
  line-height: 2.0;
}

/* Fonts mapping */
.why-card h3 { font-family:'Lora',serif; margin:10 20px 0px 20px; font-size:22px; color:#1c1c1c; font-weight:600; }
.team-subtitle, .why-card p, .learn-more { font-family:'Roboto',sans-serif; }

/* Core layout */
.why-choose-section { padding:40px 0; }
.container{ max-width:1200px; margin:0 auto; padding:0 16px; }

/* Grid */
.why-grid {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
  align-items:start;
}

/* Card (no heavy shadow, no hover) */
.why-card {
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,0.04);
  /* lightweight shadow for subtle depth */
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  position:relative;
  transition: none; /* remove transitions to save CPU */
}

/* Image wrapper */
.why-image-wrapper { position:relative; }
.why-image-wrapper img {
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
  transform:none; /* no zoom */
}

/* Badge */
.why-badge {
  position:absolute;
  top:12px;
  left:12px;
  background:#ffdf70;
  color:#000;
  padding:6px 12px;
  border-radius:20px;
  font-size:13px;
  font-weight:600;
  z-index:10;
  font-family:'Lora';
}

/* Text */
.why-card p  { margin: 0 70px 30px; color:#555; }
.learn-more { 
    display:inline-block; 
    margin:0 20px 24px; color:#1a7b42; 
    font-weight:600; text-decoration:none; }

/* Accessibility: keep focus visible for keyboard users */
.why-card:focus-within { outline: 3px solid rgba(26,123,66,0.10); outline-offset:4px; }

/* Responsive */
@media (max-width: 768px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-image-wrapper img { height:00px; }
}
@media (max-width: 540px) {
  .team h2 { font-size:25px; }
  .team p  { font-size:12px; margin-bottom:2px; }
  .why-grid { grid-template-columns: 1fr; gap:20px; }
  .why-image-wrapper img { height:180px; }
  .why-card h3 { margin:5px; font-size:20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61557af *//* Font import */
.cta-section {
  padding: 40px;
  text-align: center;
  color: white;
  background: linear-gradient(
    90deg,
    #6A4B2A 0%,
    #9e6c57 40%,
    #D8B237 100%
  );
}

/* Heading → Lora */
.cta-section h2 {
  font-family: 'Lora', serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* Body → Roboto */
.cta-section p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Nút */
.btn-primary,
.btn-outline {
  font-family: 'Roboto', sans-serif;
  padding: 14px 28px;
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
  cursor: pointer;
}

.btn-primary {
  background: white;
  color: #6A4B2A;
  border: 2px solid white;
}

.btn-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
}

/* Hover */
.btn-primary:hover,
.btn-outline:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.35);
  opacity: 0.95;
}

/* 📱 Mobile */
@media (max-width: 600px) {
  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
  }
}/* End custom CSS */