/* === VÙNG CHUNG === */
.about {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: sans-serif;
  background-color: #000;
}

.about-avatar {
  position: relative;
  width: 100%;
  height: 500px; /* Chiều cao cố định cho ảnh nền */
}

/* === ẢNH NỀN === */
.about-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  animation: fadeBg1 15s infinite ease-in-out, bgZoom1 45s infinite ease-in-out;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-color: #222; /* fallback */
}

.about-bg.bg1 {
  animation-delay: 0s, 0s;
}
.about-bg.bg2 {
  animation-delay: 10s, 0s;
}

@keyframes fadeBg1 {
  0%   { opacity: 0; }
  5%   { opacity: 1; }

}

@keyframes bgZoom1 {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* === NỘI DUNG OVERLAY === */
.overlay-about {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  gap: 2rem;
}

/* === CỘT TRÁI === */
.about-left-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  overflow-wrap: break-word;
}

.about-left-text h2 {
  color: white;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.45;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  white-space: normal;
  word-break: break-word;
  margin: 0;
}

.about-right-text {
  text-align: right;
  align-self: flex-end;
  max-width: 100%;
  overflow-wrap: break-word;
}

.company-info {
  color: white;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  text-shadow: 1px 1px 2px black;
  display: inline-block;
  margin-bottom: 0.3rem;
}

.about-heading {
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  font-weight: 900;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  line-height: 1;
  margin: 0;
  font-family: 'Times New Roman', Times, serif;
}

.submenu-tabs{
  background-image:url('/image/caption-009.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding: 10px;
  text-align:center;
  overflow:visible;
}

.submenu-tabs.vi{
  background-image:url('/image/caption-009.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding: 10px;
  text-align:center;
  overflow:visible;
}

.submenu-tabs.en{
  background-image:url('/image/caption-009.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding: 10px;
  text-align:center;
  overflow:visible;
}

.submenu-tabs ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0px;
  padding: 0px 0px;
  list-style:none;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
}

.submenu-tabs.vi ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0px;
  padding: 0px 0px;
  list-style:none;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
}

.submenu-tabs.en ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0px;
  padding: 0px 0px;
  list-style:none;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
}

.submenu-tabs ul::-webkit-scrollbar{ height:6px; }
.submenu-tabs ul::-webkit-scrollbar-thumb{
  background:#a00000; border-radius:10px;
}


.submenu-tabs.en ul::-webkit-scrollbar{ height:6px; }
.submenu-tabs.en ul::-webkit-scrollbar-thumb{
  background:#a00000; border-radius:10px;
}

.submenu-tabs.vi ul::-webkit-scrollbar{ height:6px; }
.submenu-tabs.vi ul::-webkit-scrollbar-thumb{
  background:#a00000; border-radius:10px;
}

.submenu-tabs li{flex:0 0 auto;scroll-snap-align:center;}

.submenu-tabs li a{
  display: flex;
  padding: 12px 66px;
  min-height: 44px;
  line-height: 1.3;
  background: #fff;
  color: #0e0e0e;
  font-weight: 700;
  font-size: 17px;
  border-radius: 2rem;
  border: 2px solid #a00000;
  white-space: nowrap;
  text-decoration: none;
  transition: all .3s ease;
}

.submenu-tabs li a:hover,
.submenu-tabs li a.active{
  background:#e99b9b;
  color:#a00000;
}


.submenu-tabs.vi li{flex:0 0 auto;scroll-snap-align:center;}

.submenu-tabs.vi li a{
  display: flex;
  padding: 12px 45px;
  min-height: 44px;
  line-height: 1.3;
  background: #fff;
  color: #171616;
  font-weight: 700;
  font-size: 16px;
  border-radius: 2rem;
  border: 2px solid #a00000;
  white-space: nowrap;
  text-decoration: none;
  transition: all .3s ease;
}

.submenu-tabs.vi li a:hover,
.submenu-tabs.vi li a.active{
  background:#e99b9b;
  color:#a00000;
}


.submenu-tabs.en li{flex:0 0 auto;scroll-snap-align:center;}

.submenu-tabs.en li a{
  display: flex;
  padding: 12px 45px;
  min-height: 44px;
  line-height: 1.3;
  background: #fff;
  color: #191919;
  font-weight: 700;
  font-size: 16px;
  border-radius: 2rem;
  border: 2px solid #a00000;
  white-space: nowrap;
  text-decoration: none;
  transition: all .3s ease;
}

.submenu-tabs.en li a:hover,
.submenu-tabs.en li a.active{
  background:#e99b9b;
  color:#a00000;
}

.section-heading {
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
  background: #f9f9f9;
}

.section-heading-table {
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
  background: #f9f9f9;
}


.section-heading-history {
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
  background: #f9f9f9;
}
.section-header {
  position: relative;
  height: 120px;
}

.section-bg {
  position: absolute;
  width: 550px;
  height: 100%;
  z-index: 1;
}

.section-title {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 1rem;
  bottom: 75px;
}

.message-image-wrapper {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    overflow: visible;
}

.message-block-wrapper {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  position: relative;
  z-index: 2;
  margin: 60px auto;
  background-color: #fff;
  padding: 14px 17px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: visible;
}

.route-block-wrapper {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.message-photo {
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 4;
  /* max-height: 590px; */
  clip-path: polygon(0% 2%, 100% 0%, 100% 98%, 0% 100%);
}

.message-overlay-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
  padding-left: 30px;
  width: 100%;
  display: flex;
  align-items: center;
}

.message-overlay {
  padding: 10px 20px;
  border-radius: 6px;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-size: 1.3rem;
  text-align: left;
}

.message-role,
.message-name {
  margin: 0;
  line-height: 1.3;
}

.message-name {
  font-size: 2rem;
}
.message-frame{
  position: relative;
    width: 100%;
}
.overlay-decor {
  position: absolute;
  z-index: 3;
  width: 100%;
  max-width: 98%;
  height: 115%;
  pointer-events: none;
  top: -41px;
  left: 14px;
}
.overlay-decor-top{
  position: absolute;
  z-index: 4;
  width: 100%;
  max-width: 98%;
  height: 115%;
  pointer-events: none;
  top: -41px;
  left: 14px;
}

/* Nội dung bên dưới */
.message-box {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  padding: 27px 40px;
  font-weight: 600;
}

.highlight {
  background: linear-gradient(transparent 60%, #ecec7d 60%);
  font-weight: bold;
}
/* Table Styling */
.company-table-wrapper {
  background: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  overflow-x: auto;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.company-table th {
  width: 25%;
  background: #96c7b4; /* xanh lá như hình */
  color: #2d312f;
  padding: 14px 18px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  border-right: 4px solid #f1f0f0;
}

.company-table td {
  padding: 14px 18px;
  background: #fff;
  vertical-align: top;
  line-height: 1.6;
}

.company-table tr {
  border-bottom: 4px solid #f1f0f0;
}

.history-table-wrapper {
  background:white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  overflow-x: auto;
}
.history-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1rem;
}

.history-table td {
  padding: 16px 12px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.history-table tr{
  border-bottom: 4px solid #f1f0f0;
}

.history-table .year {
  background: #96c7b4;
  color: #2d312f;
  border-right: 4px solid #f1f0f0;
  text-align: center;
  width: 25%;
  line-height: 1.4;
  padding: 14px 18px;
  vertical-align: middle;
}

.history-table .year span {
  font-weight: normal;
  font-size: 0.9rem;
  display: block;
}

.history-table .month {
  text-align: center;
  width: 10%;
  border-right: 4px solid #f1f0f0;
  white-space: nowrap;
}


.history-table .content {
  width: 68%;
  text-align: left;
}

/* ===== ORG CHART – horizontal line is one continuous stroke ===== */

.section-orgchart{padding:60px 0;background:#f9f9f9}
/* ===== ORG CHART – continuous tree lines ===== */

.org-chart{
  display:flex;
  flex-direction:column;
  align-items:center;
}

/* Node chung */
.org-node{
  position:relative;
  z-index:3;                  /* cao hơn đường kẻ */
  background:#fff;
  border:1px solid #000;
  text-align:center;
  padding: 14px 20px;
  line-height:1.3;
  font-size: 14px;
}

/* Cây: dùng biến để chỉnh nhanh */
.org-branches{
  --gap: 60px;                /* khoảng cách giữa các ô */
  --stem: 34px;               /* chiều cao đoạn dọc từ ô lên/đường ngang */
  --mask-bg: #fff;          /* NỀN phía sau đường kẻ (route-block-wrapper của bạn là #fff) */
  display:flex;
  justify-content:center;
  gap:var(--gap);
  position:relative;
  margin: 0px 0 60px 0px;
}

.org-branches.vi{
  --gap: 60px;                /* khoảng cách giữa các ô */
  --stem: 34px;               /* chiều cao đoạn dọc từ ô lên/đường ngang */
  --mask-bg: #fff;          /* NỀN phía sau đường kẻ (route-block-wrapper của bạn là #fff) */
  display:flex;
  justify-content:center;
  gap:var(--gap);
  position:relative;
  margin: 0px 0 30px 0px;
}
.org-branches.en{
  --gap: 60px;                /* khoảng cách giữa các ô */
  --stem: 34px;               /* chiều cao đoạn dọc từ ô lên/đường ngang */
  --mask-bg: #fff;          /* NỀN phía sau đường kẻ (route-block-wrapper của bạn là #fff) */
  display:flex;
  justify-content:center;
  gap:var(--gap);
  position:relative;
  margin: 0px 0 30px 0px;
}

/* 1) ĐƯỜNG NGANG LIỀN MẠCH MỘT NÉT */
.org-branches::before{
  content:"";
  position:absolute;
  top:calc(-1 * var(--stem)); /* đúng cao độ để chạm các stem dọc */
  left:0;
  right:0;
  height:1px;
  background:#000;
  z-index:1;
}

.org-branches.vi::before{
  content:"";
  position:absolute;
  top:calc(-1 * var(--stem)); /* đúng cao độ để chạm các stem dọc */
  left:0;
  right:0;
  height:1px;
  background:#000;
  z-index:1;
}
.org-branches.en::before{
  content:"";
  position:absolute;
  top:calc(-1 * var(--stem)); /* đúng cao độ để chạm các stem dọc */
  left:0;
  right:0;
  height:1px;
  background:#000;
  z-index:1;
}
/* 2) "MẶT NẠ" CẮT 2 ĐẦU để đường ngang chỉ chạy từ tâm ô đầu tới tâm ô cuối */
.org-branches > .org-node:first-child::before,
.org-branches > .org-node:last-child::before{
  content:"";
  position:absolute;
  top:calc(-1 * var(--stem) - 1px);
  height: 1px;                 /* 3px để che anti-aliasing */
  background:var(--mask-bg);
  z-index:2;                  /* che được đường ngang */
}

/* che bên TRÁI: từ mép trái container đến giữa ô đầu tiên */
.org-branches > .org-node:first-child::before{
  left:-200vw;
  width:calc(200vw + 50%);
}

/* che bên PHẢI: từ giữa ô cuối đến mép phải container */
.org-branches > .org-node:last-child::before{
  left:50%;
  width:200vw;
}

/* 3) MỖI Ô VẼ 1 ĐOẠN DỌC đi lên để chạm đường ngang (liền mạch) */
.org-branches > .org-node::after{
  content:"";
  position:absolute;
  left:50%;
  top:calc(-1 * var(--stem));
  width:1px;
  height:var(--stem);
  background:#000;
  /* transform: translateX(0.5px); */ /* canh nét dọc sắc nét */
  z-index:1;
}

/* CEO: trục dọc chính đi xuống cấp giữa */
.org-node.ceo{margin-bottom:70px;}
.org-node.ceo::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  width:1px;
  height: 138px;               /* chỉnh nếu muốn gần/xa hơn với hàng giữa */
  background:#000;
  /* transform:translateX(-0.5px); */
  z-index:1;
}

/* Tên lớp cho tầng giữa và tầng dưới (dùng chung cơ chế trên) */
.org-node.mid{padding: 10px 20px;}
.org-node.mid.vi {
    padding: 10px 10px;
}
.org-branches.higher{margin-left:27px;}
.org-branches.higher.vi{margin-left:80px;}
.org-branches.higher.en{margin-left:30px;}
.org-branches.lower.vi{margin-top:30px;}
.org-branches.lower.en{margin-top:30px;}



@media screen and (max-width: 1280px) {
.overlay-decor {
  max-width: 98%;
  top: -30px;
  left: 14px;
}

.overlay-decor-top {
  max-width: 98%;
  top: -30px;
  left: 14px;
}

}

@media screen and (max-width: 1200px) {

.submenu-tabs ul {
  gap: 15px;
}
.submenu-tabs li a{
  padding: 12px 50px;
  font-size: 16px;
}


.submenu-tabs.vi ul {
  gap: 15px;
}
.submenu-tabs.vi li a{
  padding: 12px 35px;
  font-size: 14px;
}

.submenu-tabs.en ul {
  gap: 15px;
}
.submenu-tabs.en li a{
  padding: 12px 35px;
  font-size: 14px;
}
}



/* Responsive cho mobile */
@media screen and (max-width: 1024px) {
  .overlay-about {
    /* grid-template-columns: minmax(340px, 55%) 1fr; */
    padding: 2rem 1.5rem;
  }
    .section-title {
    font-size: 1.8rem;
    bottom: 60px;
  }

  .message-box {
    padding: 20px 30px;
    font-size: 1.5rem;
  }

  .message-overlay {
    top: 15px;
    left: 20px;
    font-size: 0.9rem;
  }


.submenu-tabs ul {
  gap: 15px;
}
.submenu-tabs li a{
  padding: 13px 40px;
}


.submenu-tabs.vi ul {
  gap: 15px;
}
.submenu-tabs.vi li a{
  padding: 13px 30px;
}


.submenu-tabs.en ul {
  gap: 15px;
}
.submenu-tabs.en li a{
  padding: 13px 30px;
}

.overlay-decor {
  max-width: 97%;
  top: -23px;
  left: 15px;
}

.overlay-decor-top {
  max-width: 97%;
  top: -23px;
  left: 15px;
}
}
@media screen and (max-width: 992px) {

.submenu-tabs ul {
  gap: 12px;
}
.submenu-tabs li a{
  padding: 12px 40px;
  font-size: 15px;
}

.submenu-tabs.vi ul {
  gap: 12px;
}
.submenu-tabs.vi li a{
  padding: 12px 25px;
  font-size: 13px;
}

.submenu-tabs.en ul {
  gap: 12px;
}
.submenu-tabs.en li a{
  padding: 12px 25px;
  font-size: 13px;
}
}
@media screen and (max-width: 900px) {
.submenu-tabs ul {
  gap: 11px;
}

.submenu-tabs li a {
  padding: 12px 30px;
  /* padding-block: 14px; */
  font-size: 13px;
}

.submenu-tabs.vi ul {
  gap: 11px;
}

.submenu-tabs.vi li a {
  padding: 12px 20px;
  /* padding-block: 14px; */
  font-size: 13px;
}

.submenu-tabs.en ul {
  gap: 11px;
}

.submenu-tabs.en li a {
  padding: 12px 20px;
  /* padding-block: 14px; */
  font-size: 13px;
}
}

@media screen and (max-width:830px){
.submenu-tabs ul {
  gap: 10px;
}

.submenu-tabs li a {
  padding: 12px 35px;
  font-size: 12px;
}

.submenu-tabs.vi ul {
  gap: 10px;
}

.submenu-tabs.vi li a {
  padding: 12px 20px;
  font-size: 12px;
}

.submenu-tabs.en ul {
  gap: 10px;
}

.submenu-tabs.en li a {
  padding: 12px 20px;
  font-size: 12px;
}
}

@media screen and (max-width: 768px) {
  .overlay-decor {left: 10px;top: -17px;max-width: 97%;}
  .overlay-decor-top {left: 10px;top: -17px;max-width: 97%;}

  .submenu-tabs li{flex:0 0 auto;scroll-snap-align:center;width: 100%;}

   .message-overlay-wrapper {
    padding-left: 20px;
  }

  .message-overlay {
    font-size: 1rem;
    padding: 8px 16px;
  }

  .message-name {
    font-size: 1.5rem;
  }
  .overlay-about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    padding: 1.5rem 1.25rem 2.5rem;
    gap: 1.5rem;
  }

  .about-left-text {
    max-width: 100%;
  }

  .about-left-text h2 {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }

  .about-right-text {
    text-align: left;
    align-self: flex-start;
  }

  .about-heading {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
  }

   .submenu-tabs ul {
    flex-direction: column;
    align-items: center;
    /* gap:1.5rem; */
    width: 100%;
  }

  .submenu-tabs li a {
    width: 100%;
    /* max-width: 280px; */
    font-size: 15px;
    display: flex;
    justify-content: center;
  }

    .submenu-tabs.vi ul {
    flex-direction: column;
    align-items: center;
    /* gap:1.5rem; */
    width: 100%;
  }

  .submenu-tabs.vi li a {
    width: 100%;
    /* max-width: 280px; */
    font-size: 15px;
    display: flex;
    justify-content: center;
  }

      .submenu-tabs.en ul {
    flex-direction: column;
    align-items: center;
    /* gap:1.5rem; */
    width: 100%;
  }

  .submenu-tabs.en li a {
    width: 100%;
    /* max-width: 280px; */
    font-size: 15px;
    display: flex;
    justify-content: center;
  }

   .section-title {
    font-size: 1.8rem;
    bottom: 60px;
  }

  .message-box {
    padding: 20px 30px;
    font-size: 1.5rem;
  }

   .message-overlay-wrapper {
    padding-left: 20px;
    bottom: 8px;
  }

  .message-overlay {
    font-size: 1rem;
    padding: 8px 15px;
  }


.company-table th,
  .company-table td {
    padding: 10px 12px;
    font-size: 0.95rem;
  }
 .history-table td {
    font-size: 0.95rem;
    padding: 12px 8px;
  }

  .history-table .year {
    font-size: 1rem;
  }

  .history-table .year span {
    font-size: 0.8rem;
  }
}



@media screen and (max-width: 738px) {

  .org-branches{--gap: 60px;--stem: 26px;}
  .org-branches.vi{--gap: 40px;--stem: 26px;}
  .org-branches.en{--gap: 20px;--stem: 26px;}
  .org-node{font-size: 14px;padding: 10px 10px;}
  .org-node.ceo::after{height:145px;}
  .org-node.ceo.vi::after{height:165px;}
  .org-node.ceo.en::after{height: 138px;}
  .org-branches.higher.vi {
    margin-left: 81px;
}

    .org-node.en {
        font-size: 12px;
        padding: 10px 5px;
    }
}

@media screen and (max-width: 530px) {
       .org-branches.higher.vi {
        margin-left: 75px;
    }
}
@media screen and (max-width: 480px){
  .overlay-decor {left: 12px;top: -10px;max-width: 95%;}
  .overlay-decor-top {left: 12px;top: -10px;max-width: 95%;}
}

@media screen and (max-width: 480px) {


  .history-table {
    font-size: 0.85rem;
  }

  .history-table .year,
  .history-table .month,
  .history-table .content {
    display: block;
    width: 100%;
    text-align: left;
  }

  .history-table td {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 6px;
  }
   .message-overlay-wrapper {
    padding-left: 12px;
  }

  .message-overlay {
    font-size: 0.9rem;
    padding: 6px 12px;
  }

  .message-name {
    font-size: 1.2rem;
  }
  .section-title {
    font-size: 1.4rem;
    bottom: 40px;
  }

  .message-box {
    padding: 10px 15px;
    font-size: 1.2rem;
  }

  .message-overlay-wrapper {
    padding-left: 10px;
    bottom: 6px;
  }

  .message-overlay {
    font-size: 0.85rem;
    padding: 6px 12px;
  }

  .company-table th,
  .company-table td {
      font-size: 0.85rem;
      padding: 8px 10px;
      width: 100%;
      display: block;
    }

}
@media screen and (max-width: 446px) {
  .org-branches{--gap: 34px;--stem:24px;}
  .org-branches.vi{--gap: 25px;--stem:24px;}
  .org-branches.en{--gap: 10px;--stem:24px;}
  .org-node{font-size: 14px;padding: 8px 8px;}
  .org-node.en{font-size: 9px;padding: 8px 8px;}
  .org-node.ceo::after{ height:146px; }
  .org-branches.higher {
    margin-left: 27px;
  }
  .org-branches.higher.vi{
    margin-left: 58px;
  }
  .org-branches.higher.en{
    margin-left: 27px;
  }
}


@media (max-width: 360px) {

  /* Viền trắng & mảng xanh bám sát ảnh */
  .overlay-decor-top { /* viền trắng */
    left: 8px;
    top: -9px;
    max-width: 94%;
  }
  .overlay-decor { /* mảng xanh */
    left: 8px;
    top: -9px;
    max-width: 94%;
  }
  .org-branches{/* --gap: 25px; */--stem: 22px;}
  .org-branches.vi{--gap: 10px;--stem: 22px;}
  .org-branches.en{--gap: 5px;--stem: 22px;}
  .org-node.en{font-size: 9px;padding: 6px 5px;}
  .org-node.ceo::after{ height:147px; }
  .org-branches.higher.vi {
    margin-left: 45px;
}
.org-branches.higher.en {
    margin-left: 25px;
}
}

@media screen and (max-width: 320px) {
  .overlay-decor-top {left: 7px;top: -7px;}
  .overlay-decor {left: 7px;top: -7px;}
  .org-branches{/* --gap: 4px; */--stem: 23px;}
  .org-branches.vi{--gap: 10px;--stem: 23px;}
  .org-branches.en{--gap: 5px;--stem: 23px;}
  .org-node{font-size: 14px;padding: 6px 8px;}
  .org-node.ceo::after{height: 168px;}
  .org-node.en{font-size: 9px;padding: 6px 5px;}
  .org-branches.higher {
    margin-left: 21px;
}
.org-branches.higher.vi {
    margin-left: 43px;
}
.org-branches.higher.en {
    margin-left: 21px;
}
.org-node.ceo.vi::after {
        height: 185px;
    }
}

