
  :root {
    --blue-dark: #1a3c6e;
    --blue-mid: #1e6bbf;
    --blue-light: #b8d4f0;
    --blue-tag: #ddeaf8;
    --green: #2e8b3c;
    --green-title: #2e8b3c;
    --orange: #e87722;
    --red-esg: #d32f2f;
    --text: #1a1a1a;
    --text-muted: #444;
    --bg: #ffffff;
    --gray-border: #c5c5c5;
    --section-pad: 20px 0;
  }

  body {
   /* font-family: 'Be Vietnam Pro', sans-serif;*/
    color: var(--text);
    background: var(--bg);
    font-size: 15px;
    line-height: 1.7;
  }

  
  /* ──────────── HERO ──────────── */
  .hero {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
	  width:100%;
    margin-top:0 !important;
    padding-top:0 !important;
    line-height:0;


  }
  #grad{
    margin-bottom:0 !important;
  }
	.hero-bg{
    width:100%;
    height:100%;
    display:block;
	}
.content-wrap{
    margin-top:0 !important;
    padding-top:0 !important;
}

  /* ──────────── CONTAINER ──────────── */
  .esg-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

  /* ──────────── SECTION: THÔNG ĐIỆP ──────────── */
  .msg-section { padding: var(--section-pad); }
  .msg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .msg-label {
    font-size: 18px; font-weight: 700; letter-spacing: .12em;
    text-transform: uppercase; color: var(--text); margin-bottom: 16px;
  }
  .msg-body { font-size: 15px; line-height: 1.8; color: var(--text-muted); max-width: 520px; text-align: justify;}
  .esg-logo { display: flex; gap: 0; justify-content: center; align-items: flex-end; line-height: 1; }
  .esg-logo span { font-size: 280px; }
  .esg-logo .e { color: var(--green); }
  .esg-logo .s { color: var(--orange); }
  .esg-logo .g { color: var(--red-esg); }

  /* ──────────── SECTION TITLE STYLE ──────────── */
  .section-italic-title {
    font-size: 52px; font-weight: 800; font-style: italic;
    color: var(--blue-dark); margin-bottom: 6px; line-height: 1.1;
  }
  .section-sub {
    font-size: 13px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; color: var(--text); margin-bottom: 10px;
  }

  .env-right p {
    text-align: justify;
  }
  .social-intro-right p {
    text-align: justify;
  }
  .gov-left p {
    text-align: justify;
  }
  .report-body p {
    text-align: justify;
  }
  .xem-them {
    display: inline-block; margin-top: 10px;
    font-size: 14px; font-weight: 600; color: var(--text);
    text-decoration: underline; text-underline-offset: 3px;
  }

  /* ──────────── DIVIDER ──────────── */
  .divider { border: none; border-top: 1px solid #e0e0e0; margin: 0; }

  /* ──────────── MÔI TRƯỜNG ──────────── */
  .env-section { padding: var(--section-pad); }
  .env-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
  .env-right p { font-size: 14.5px; line-height: 1.8; color: var(--text-muted); margin-bottom: 20px; }

  .env-tags { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
  .env-tag {
    background: var(--blue-tag); border-radius: 6px;
    padding: 10px 18px; font-size: 14px; font-weight: 500;
    color: var(--blue-dark); cursor: pointer;
    transition: background .2s;
  }
  .env-tag:hover { background: var(--blue-light); }

  /* Net-Zero Timeline */
  .timeline { display: flex; align-items: stretch; gap: 0; }
  .timeline-label { font-size: 25px; font-weight: 500; letter-spacing: .1em;
    text-transform: uppercase; color: #1a3c6e; margin-bottom: 16px; }

  .tl-phase {
    border: 2px solid; border-radius: 8px;
    padding: 12px 10px; flex: 1;
    position: relative; background: #fff;
  }
  .tl-phase-1 {
    border: 2px solid #8f2280; border-radius: 8px;
    padding: 12px 10px; flex: 1;
    position: relative; background: #fff;
    background-color: rgb(250, 247, 250);
  }
   .tl-phase-2 {
    border: 2px solid #316ebd; border-radius: 8px;
    padding: 12px 10px; flex: 1;
    position: relative; background: #fff;
    background-color: rgb(242, 244, 247);
  }
  .tl-phase + .tl-phase { margin-left: -1px; }
  .tl-arrow {
    display: flex; align-items: center; padding: 0 4px;
    font-size: 22px; color: #555; flex-shrink: 0;
  }
  .tl-phase.last { border: 2px solid var(--green); background: #f0faf2; text-align: center; }
  .tl-phase .phase-target {
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .04em; color: #555; border-bottom: 1px solid #ddd;
    padding-bottom: 6px; margin-bottom: 6px;
  }
  .tl-phase .phase-year {
    font-size: 15px; font-weight: 800; margin-bottom: 4px;
  }
  .tl-phase .stars { color: #f5a623; font-size: 12px; margin-bottom: 6px; }
  .tl-phase ul { list-style: none; padding: 0; }
  .tl-phase p { color: #d32f2f;}
  .tl-phase ul li {
    font-size: 11px; color: #333; padding: 2px 0;
    display: flex; align-items: flex-start; gap: 4px;
  }
  .tl-phase ul li::before { content: '🔹'; font-size: 9px; margin-top: 3px; flex-shrink: 0; }
  .net-zero-badge {
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; height: 100%; gap: 4px;
  }
  .net-zero-badge .leaf { font-size: 36px; }
  .net-zero-badge .label { font-size: 11px; font-weight: 700; color: var(--green); line-height: 1.3; text-align: center; }
  .net-zero-badge .label-last { font-size:18px;font-weight:800;color:#1a3c6e;}
   /* ──────────── XÃ HỘI ──────────── */
  .social-section { padding: var(--section-pad); }
  .social-intro { display: grid; grid-template-columns: auto 1fr; gap: 60px; align-items: start; margin-bottom: 40px; }
  .social-intro-left { min-width: 220px; }
  .social-intro-right p { font-size: 14.5px; line-height: 1.8; color: var(--text-muted); }
 
  .social-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .social-card {
    border: 1.5px solid var(--blue-light); border-radius: 10px;
    padding: 20px 18px;
    position: relative;
    margin-top: 26px;
  }
  .social-card h4 {
    font-size: 14px; font-weight: 700; color: var(--blue-mid);
    background: var(--blue-tag); border-radius: 6px;
    padding: 8px 12px; text-align: center; line-height: 1.4;
    position: absolute;
    top: -26px; left: 16px; right: 16px;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.06);
  }
  .social-card ul {
    margin-top: 34px;
  }
  .social-card ul { padding-left: 16px; }
  .social-card ul li { font-size: 13px; color: var(--text-muted); margin-bottom: 6px; line-height: 1.6; }
 

  /* ──────────── QUẢN TRỊ ──────────── */
  .gov-section { padding: var(--section-pad); }
  .gov-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: start; }
  .gov-right-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .gov-box { border: 1.5px solid #333; border-radius: 4px; padding: 16px 14px; }
  .gov-box h5 {
    font-size: 13px; font-weight: 700; color: var(--blue-mid);
    margin-bottom: 10px;
  }
  .gov-box ul { padding-left: 16px; }
  .gov-box ul li { font-size: 12.5px; color: var(--text-muted); margin-bottom: 5px; line-height: 1.6; }
  .gov-left p { font-size: 14px; line-height: 1.8; color: var(--text-muted); margin-bottom: 14px; }

  /* ──────────── BÁO CÁO ──────────── */
  .report-section { padding: var(--section-pad); }
  .report-banner {
    border-radius: 14px; overflow: hidden; position: relative;
    height: 200px; margin-bottom: 40px;
    background: url(../images/esg/ESGReport.jpg) center/cover;
    display: flex; align-items: center; justify-content: center;
  }
  .report-banner::after {
    content: ''; position: absolute; inset: 0;
    background: rgba(0,0,0,.45); border-radius: 14px;
  }
  .report-banner h2 {
    position: relative; z-index: 1;
    color: #fff; font-size: 48px; font-weight: 500;
    letter-spacing: .08em; text-transform: uppercase; text-align: center;
  }
  .report-body { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: start; }
  .report-body p { font-size: 14.5px; line-height: 1.8; color: var(--text-muted); margin-bottom: 18px; }
  .report-links { display: flex; flex-direction: column; gap: 4px; }
  .report-links a {
    font-size: 14px; color: var(--blue-mid); text-decoration: underline;
    text-underline-offset: 2px;
  }
  .report-cover { width: 660px; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,.15); }

  /* ──────────── BÁO CHÍ ──────────── */
  .newsa-section { padding: 10px; }
  .news-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; margin-top: 32px; }
  .news-card { cursor: pointer; }
  .news-card .img-wrap { position: relative; border-radius: 6px; overflow: hidden; margin-bottom: 12px; }
  .news-card img { width: 100%; height: 220px; object-fit: cover; display: block; }
  .news-card.featured img { height: 300px; }
  .news-caption {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,.72));
    color: #fff; padding: 32px 14px 14px;
    font-size: 13px; font-weight: 700; text-transform: uppercase; line-height: 1.4;
  }
  .news-card p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin-bottom: 8px; }
  .news-card h4 { font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.5; margin-bottom: 8px; }
  .xem-chi-tiet {
    font-size: 13px; color: var(--blue-mid); text-decoration: underline;
    text-underline-offset: 2px; font-weight: 500;
  }

  /* ──────────── FOOTER ──────────── */
  footer {
    background: #1a1a2e; color: #aaa;
    padding: 32px 40px; font-size: 12px; text-align: center;
  }

  @media (max-width: 900px) {
    .msg-grid, .env-grid, .social-intro, .gov-grid, .report-body, .news-grid { grid-template-columns: 1fr; }
    .social-cards { grid-template-columns: 1fr; }
    .gov-right-grid { grid-template-columns: 1fr; }
    .hero { padding: 0 30px; }
    .hero-text h1 { font-size: 44px; }
    .esg-logo span { font-size: 80px; }
    .section-italic-title { font-size: 38px; }
  }