
 @font-face {
     font-family: 'SF Pro Regular';
     src: url('/assets/font/SF-Pro-Display-Regular.otf') format('opentype');
     font-weight: 400;
     font-style: normal;
}
 @font-face {
     font-family: 'SF Pro Bold';
     src: url('/assets/font/SF-Pro-Display-Bold.otf') format('opentype');
     font-weight: 700;
     font-style: normal;
}
 html, body {
     min-height: 100%;
    /* overflow-x: hidden;
     */
}
 body {
     width: 393px;
     max-width: 100vw;
     height: auto;
     margin: 0 auto;
     background: #ffffff;
     box-sizing: border-box;
    /* border: 2px solid #1a49bb;
     */
     border-radius: 20px;
     position: relative;
     overflow-x: hidden;
     overflow-y: auto;
}
 .profile-section {
     display: flex;
     flex-direction: column;
     align-items: center;
     position: relative;
     padding: 0 20px;
     box-sizing: border-box;
}
 .profile-section .gradient-text, .profile-section .subtitle, .profile-section .company {
     align-self: flex-start;
     margin-left: 24px;
     z-index: 1;
}
 .gradient-text {
     background: linear-gradient(73deg, #000 28.21%, #1a49bb 88.37%);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font-size: 40px;
     line-height: 44px;
     margin-top: -560px;
     text-align: left;
     margin-left: 0;
     font-family: "SF Pro Bold", sans-serif !important;
}
.rect-green {
  position: relative;
  border-radius: 90px;
  background: var(--Light-Blue-0, #CEF);
  height: 412px;
  max-width: 144px;
  margin-top: 22px;
  margin-left: 22px;
  overflow: hidden; /* để gradient + ảnh không tràn */
}

/* Ảnh nền */
.rect-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/9ead3f5e48f6f33cdda01144a31ac1eb4118267d.png');
  background-size: 165px 398px;
  background-repeat: no-repeat;
  background-position: center 0;
  transform: scaleX(-1);   /* chỉ lật ảnh */
  z-index: 0;
}

/* Gradient overlay */
.rect-green::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 186px;
  height: 143px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.00) 0%,
    rgba(0, 0, 0, 0.50) 33.17%,
    #000 77.89%
  );
  z-index: 1;
}

/* Chữ */
.works-a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); /* căn giữa ngang */
  width: 123px;
  color: #FFF;
  text-align: center;
  font-family: "SF Pro Bold", sans-serif !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 31.5px;
  text-transform: uppercase;
  z-index: 2; 
  top: 285px;
}
.tt{
  margin-top: 20px;
  z-index: 10;
  margin-left: -195px;
}

 .subtitle {
     color: #000;
     font-size: 16px;
     line-height: normal;
     margin-left: 0;
     margin-top:-5px;
     text-align: left;
     font-family: "SF Pro Bold", sans-serif !important;
     
}
 .company {
     color: #000;
     font-size: 14px;
    
     margin-left: 0;
     margin-top: -1px;
     text-align: left;
     font-family: "SF Pro Regular", sans-serif !important;
 }
 /* Preloader */
 #preloader{
     position: fixed;
     inset: 0;
     background: #ffffff;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 9999;
     transition: opacity .3s ease, visibility .3s ease;
 }
 #preloader.hidden{ opacity:0; visibility:hidden; }
 .preloader-inner{ width: 76%; max-width: 420px; text-align: center; }
 .preloader-bar{ width:100%; height:6px; background:#e9eef8; border-radius:6px; overflow:hidden; margin-bottom:10px; }
 .preloader-bar > span{ display:block; height:100%; width:0%; background:#1A49BB; transition: width .2s ease; }
 .preloader-text{ font-family: "SF Pro Semibold", sans-serif; color:#1A49BB; font-size:14px; }
 .custom-bg {
     width: 240px;
     height: 545px;
     background: url("../img/KHM-1 (160) 3.png") no-repeat;margin: 50px auto 0 133px;
     background-size: cover;
     z-index: 5;
     margin-top: 60px;
}

@media (max-width: 375px) {
  .custom-bg {
    margin-left: 115px;
  }

  .mong-muon-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

 .custom-bgv2 {
     width: 240px;
     height: 486px;
    /* background: url("../img/f3e0d0a7eeb916eb0fc23c8d0394e69c588be425.png") no-repeat;
     */
     margin: 50px auto 0 133px;
     background-size: cover;
     z-index: 5;
    
}
 .custom-img {
     width: 200px;
     height: 386px;
     flex-shrink: 0;
     background: url("../img/anh2.png") no-repeat;
     margin-top: -406px;
     right: 2px;
     background-size: cover;
     position: relative;
     z-index: 10;
}
 .xinchao {
     color: var(--Dark-blue, #1A49BB);
     font-family: "SF Pro Bold", sans-serif !important;
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     position: relative;
     top: -5px;
}
.send {
  color: var(--Dark-blue, #1A49BB);
  text-align: justify;          /* dàn đều các dòng */
  text-align-last: left;        /* dòng cuối căn trái */
  font-family: "SF Pro Regular", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.7px;
  width: 309px;
  word-spacing: 0.15em;
}

 .mong-muon-box {
     position: relative;
     width: 315px;
     height: auto;
     border-radius: 10px;
     background: #fff;
     box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
     flex-shrink: 0;
     z-index: 10;
     padding: 16px 16px;
     font-size: 11px;
     color: #222;
     margin: -10px auto;
     left:175px;
     transform: translateX(-50%);
     opacity: 0.9;
     margin-bottom: 30px;
     
}
 .profile-section {
     display: flex;
     flex-direction: column;
     align-items: center;
     position: relative;
     padding: 0 20px;
     box-sizing: border-box;
}
 .profile-section .gradient-text, .profile-section .subtitle, .profile-section .company {
     align-self: flex-start;
     margin-left: 20px;
}
 .menu-bar {
     width: 5000px;
     height: 170px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     background: linear-gradient(90deg, #0c2155 0%, #1a49bb 77.4%);
     border-radius: 0;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
     padding: 0 18px;
     margin: 0px auto 24px auto;
     flex-shrink: 0;
     position: sticky;
     top: 0;
     z-index: 100;
     overflow-x: auto;
     white-space: nowrap;
     box-sizing: border-box;
     max-width: 390px;
     gap: 10px;
     margin-top: 10px;
}
 .menu-bar::-webkit-scrollbar {
     display: none;
}

 .menu-btn.active {
     background: #0AC23B;
     color: #fff;
    
}
 .menu-bar {
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     background: linear-gradient(90deg, #0c2155 0%, #1a49bb 77.4%);
     border-radius: 0;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
     padding: 0 18px;
     margin: 0px auto 24px auto;
     flex-shrink: 0;
     position: sticky;
     top: 0;
     z-index: 100;
     overflow-x: auto;
     white-space: nowrap;
     box-sizing: border-box;
     max-width: 393px;
     gap: 10px;
}
 .menu-bar::-webkit-scrollbar {
     display: none;
}
 .menu-btn {
  border-radius: 90px;
  background: #FFF;
  display: flex;
height: 28px;
padding: 10px 15px;
justify-content: center;
align-items: center;
gap: 8px;
border: none;
text-align: center;
color: var(--Dark-blue, #1A49BB);

/* SF Pro/14px: Regular */
font-family: "SF Pro Regular", sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19.6px; /* 140% */
     /* 
     font-size: 14px;
     color: #1a49bb;
     cursor: pointer;
     padding: 8px 15px;
   
     font-family: "SF Pro Regular", sans-serif !important;
     font-weight: 400;
     letter-spacing: 1.2px; */
     
}
 .menu-btn.active {
     background: #0AC23B;
     color: #fff;
}
.tab-education {
  margin-top: 15px;
  max-width: 349px;
  height: 263px;
  margin-left: 23px;
  background: url("../img/image 6.png") no-repeat center center;
  background-size: cover;
  border-radius: 9px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative; /* cần để overlay bám theo */
  overflow: hidden;   /* để border-radius áp dụng cả overlay */
}

.tab-education::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.17);
  z-index: 0;
}
.education-title,
.education-school,
.education-major,
.education-stats,
.education-achievement {
  position: relative;
  z-index: 1; /* chữ ở trên overlay */
  color: #fff; 
}
 .skills-diagram {
     border-radius: 10px;
     background: var(--Light-Blue-0, #CEF);
     height: auto;
     max-width: 333px;
     margin-top: -285px;
     margin-left: 22px;
     display: flex;
     flex-wrap: nowrap;
     overflow-x: auto;
     gap: 10px;
     scrollbar-width: Regular;
     -webkit-overflow-scrolling: touch;
     overflow-y: hidden;          /* tránh hiện thanh dọc */
  -ms-overflow-style: none;    /* IE/Edge cũ */
  scrollbar-width: none;       /* Firefox */
  padding-bottom: 20px;
  padding-right: 20px;  /* khoảng trống cuối danh sách, tương thích iOS */
}
.skill-box {
  margin-top: 50px;
  display: flex;
  height: 100%;
  width: 106px;
  min-height: 128px;
  padding: 10px 10px 10px 10px; /* có thể rút gọn thành padding: 10px */
  padding-top: 10px;            /* đảm bảo 10px trên */
  
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;  /* đẩy nội dung lên trên */
  gap: 7px;
  flex: 0 0 auto;
  border-radius: 10px;
  border: 1px solid #1A49BB;
  background: #FFF;
}

.name-skill {
  color: #1A49BB;
  text-align: center;
  font-family: "Inter Regular", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;   /* dãn dòng */
}

.skills-diagram .skill-box:first-child {
  margin-left: 22px; /* chỉ thêm ở đầu */
}

.skills-diagram .skill-box:last-child {
  margin-right: 0; /* dùng padding container để tạo khoảng trống cuối */
}


.tab-skills {
  margin-top: 322px;
  position: relative; 
  
  
}
.skill-text {
  color: #1A49BB;
  font-family: "Inter Bold", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 31.5px;
  text-transform: uppercase;

  position: absolute;  
  top: -2px;     
  left: 44px;
  z-index: 10;        
}

/* Chữ nhỏ bên phải */
.skill-next-text {
  color: var(--Dark-blue, #1A49BB);
  font-family: "Inter Regular", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;

  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 10;

  display: flex;              /* bật flex */
  align-items: center;        /* căn giữa theo chiều dọc */
  gap: 4px;                   /* khoảng cách giữa chữ và icon */
}

.skill-next-text svg {
  display: block;             /* bỏ khoảng trắng thừa */
}



 .education-title{
  font-weight: 700; /* để chữ "GPA:" bình thường */
     margin-top: -240px;
     margin-left: 37px;
     font-family: "Inter Bold", sans-serif !important;
     font-size: 20px;

}
 .education-title, .skills-title {

     color: #ffffff;
     margin-bottom: 15px;
     text-transform: uppercase;
     letter-spacing: 1px;
     /* font-family: "SF Pro Semibold", sans-serif !important; */
}
 .education-school, .education-major {
     color: #ffffff;
     margin-left: 37px;
     margin-top: -5px;
     font-family: "Inter Regular", sans-serif !important;
     font-size: 14px;
     font-weight: 400; 

}
 .education-major {
     margin-bottom: 8px;
     margin-top: -5px;
}
.education-gpa {
  font-size: 14px;
  color: #1a49bb;
  font-weight: 400; /* để chữ "GPA:" bình thường */
  margin: 110px 0px 5px 0;
  display: inline-block;
  border: 1px solid #1a49bb;
  padding: 4px;
  border-radius: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  width: auto;
  min-width: 140px;
  font-family: "SF Pro Regular", sans-serif !important;
  margin-left: 37px;
}
 .education-gpa,
 .education-rank{
    margin-top: 65px;
 }
 .education-rank {
  font-size: 14px;
  color: #1a49bb;
  display: inline-block;
  border: 1px solid #1a49bb;
  padding: 4px;
  border-radius: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  min-width: 140px;
  font-family: "Inter Regular", sans-serif !important;
}

/* Chỉ áp dụng cho chữ “Xuất sắc” */
.rank-value {
  font-family: "Inter Bold", sans-serif !important;
  font-weight: 700;
  font-size: 14px;

}

 .education-achievement {
     font-size: 14px;
     color: #1a49bb;
     font-weight: 400;
     border: 1px solid #1a49bb;
     padding: 6px 0;
     border-radius: 30px;
     display: inline-block;
     text-align: center;
     background-color: rgba(255, 255, 255, 1);
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     width: 300px;
     
     font-family: "Inter Regular", sans-serif !important;
     margin-left: 37px;
     margin-top: 5px;

}
 .year{
     color: #FFF;
     text-align: center;
     font-family: "Inter Bold", sans-serif !important;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: 31.5px;
     text-transform: uppercase;
     margin-left: 35px;
}
 .backgroupv2 {
     position: absolute;
    /* left: -139%;
     */
     top: 0;
     width: 393px;
     height: 790px;
     z-index: 0;
     background-image: url('../img/b2d1c41b2901270f54b3e9aa774c7f820a1cc085.png');
     background-size: cover;
     background-position: center;
     clip-path: inset(0 0 190px 0 );
}
.mong-muon-boxv2 {
  position: relative;
  width: 315px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
  z-index: 10;
  padding: 16px 16px;
  font-size: 11px;
  color: #222;
  margin: 20px auto;
  margin-top: 400px;
  left: -82px;
  transform: translateX(-50%);
  opacity: 0.9;
  margin-bottom: 30px;
}
.bds {
  width: 223px;
  height: 44px;
  border-radius: 90px;
  background: var(--Green-300, #1AB042);
  flex-shrink: 0;
  z-index: 10;
  font-size: 11px;
  margin: 0px auto;
  margin-top: 276px;
  transform: translateX(-100%);
  z-index: 10;
  margin-left: -255px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.log {
  width: 121px;
  height: 44px;
  border-radius: 90px;
  background: var(--Dark-blue, #1A49BB);
  flex-shrink: 0;
  z-index: 10;
  font-size: 11px;
  margin: 0px auto;
  margin-top: 318px;
  margin-left: -223px;
  transform: translateX(-100%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mtk {
  width: 185px;
  height: 44px;
  border-radius: 90px;
  background: var(--Light-Blue-200, #2BACED);
  flex-shrink: 0;
  z-index: 10;
  font-size: 11px;
  margin: 0px auto;
  margin-top: 330px;
  margin-left: -225px;
  transform: translateX(-100%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
} 

 .bdsv1{
     color: var(--Neutral-0, #FFF);
     text-align: center;
     font-family: "SF Pro Regular", sans-serif !important;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 18px;
}
.nut{
  width: 139px;
  height: 100%;
  padding: 15px 0;
  border-radius: 0 10px 10px 0;
background: var(--Green-300, #1AB042);
  flex-shrink: 0;
  z-index: 10;
  font-size: 11px;
  margin-top: 342px;
  margin-left:139px;
  transform: translateX(-100%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
font-weight: 700;
  font-family: "SF Pro Bold", sans-serif !important;
}
 .group-photo {
     background-image: url('../img/group-photo.png');
     background-size: cover;
     background-position: center;
     width: 393px;
     height: 269px;
     margin-top: -25px;
}
 .logoggi{
     margin-top: -83px;
     margin-left: 22px;
}
 .namecty{
     width: 226px;
     color: var(--Green-400, #0E872E);
     font-family: "Inter Bold", sans-serif !important;
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     margin-left: 140px;
     margin-top: -50px;
}
/* CARD */
 .core-values-card {
     max-width: 353px;
     width: 100%;
     margin: 0 auto;
     margin-top: 20px;
}
.core-values-card-x {
     color: var(--Dark-blue, #1A49BB);
     font-family: "Inter Bold", sans-serif !important;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: 31.5px;
     text-transform: uppercase;
     margin-top: 15px;
}
.core-values-card-x2 {
  color: var(--Dark-blue, #1A49BB);
  font-family: "Inter Bold", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.5px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-left: 20px;
}
 .core-values-tabs {
     display: flex;
     align-items: center;
     gap: 8px;
     padding: 2px;
     border-radius: 999px;
     position: relative;
     overflow-x: auto;
     scrollbar-width: none;
     -webkit-overflow-scrolling: touch;
     margin-top: -10px;
}
 .core-values-tabs::-webkit-scrollbar {
     display: none;
}
 .core-values-tab {
     --h: 40px;
     height: var(--h);
     min-width: var(--h);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     border: 0;
     cursor: pointer;
     transition: all .18s ease;
     flex: 0 0 auto;
     white-space: nowrap;
     box-sizing: border-box;
 }
 /* Khi active thì giãn thành pill */
 .core-values-tab.active {
     width: 153px;
     border-radius: 999px;
    /* viên thuốc */
     justify-content: center;
     gap: 10px; /* khoảng cách giữa icon svg và label */
 }
 .core-values-tab:not(.active) .icon {
     color: var(--Green-400, #0E872E);
 }
 .core-values-tab:focus-visible {
     outline: 2px solid var(--green-200);
     outline-offset: 2px;
 }
 .core-values-tab:active {
     transform: translateY(1px);
 }
 .core-values-tab .icon {
     width: 22px;
     height: 22px;
     display: grid;
     place-items: center;
     color: #fff;
 }
 .core-values-tab svg {
     width: 20px;
     height: 20px;
     stroke: currentColor;
 }
 .core-values-tab .label {
     font-weight: 700;
     font-size: 14px;
     display: none;
 }
 .core-values-tab:not(.active) {
     color: var(--muted);
 }
 .core-values-tab:hover:not(.active) {
     color: #7391a6;
 }
 /* ACTIVE */
 .core-values-tab.active {
     border-radius: 90px;
     background: var(--Green-400, #0E872E);
     box-shadow: 0 8px 18px rgba(15, 141, 78, .25);
     width: 153px;
     justify-content: center;
     gap: 10px;
     padding: 0 15px; /* lút nội dung vào 15px hai bên */
 }
 .core-values-tab.active .label {
     display: inline;
     font-family: 'Inter Bold' , sans-serif !important;
     font-size: 14px;
     font-weight: 700;
     line-height: 19.6px; 
     color: #FFF;
 }
/* PANEL */
 .core-values-panel {
     margin-top: 12px;
}
 .core-values-panel .bubble {
     background: var(--green);
     border-radius: 10px;
     background: var(--Green-400, #0E872E);
     padding: 10px 15px 10px 15px;
     font-family: "Inter Regular", sans-serif !important;
     font-size: 14px;
     font-weight: 300;
     line-height: 19.6px; 
     margin-top: -14px;
     color: var(--Neutral-0, #FFF);
    }

/* Core values content switching - CSS only */
.core-values-content {
  display: none !important;
}

/* Show content based on active tab - using parent container classes */
.core-values-card.tab-ketnoi .core-values-panel .core-values-content[data-tab="ketnoi"],
.core-values-card.tab-sangtao .core-values-panel .core-values-content[data-tab="sangtao"],
.core-values-card.tab-chuanmuc .core-values-panel .core-values-content[data-tab="chuanmuc"],
.core-values-card.tab-hoptac .core-values-panel .core-values-content[data-tab="hoptac"],
.core-values-card.tab-benvung .core-values-panel .core-values-content[data-tab="benvung"] {
  display: block !important;
}

/* Fallback: show first content by default when no tab is active */
.core-values-card:not(.tab-ketnoi):not(.tab-sangtao):not(.tab-chuanmuc):not(.tab-hoptac):not(.tab-benvung) .core-values-content:first-child {
  display: block !important;
}
/* Slide-in animation for bubble (directional) */
@keyframes bubbleSlideInRight { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: translateX(0); } }
@keyframes bubbleSlideInLeft  { from { opacity: 0; transform: translateX(-16px);} to { opacity: 1; transform: translateX(0); } }
.core-values-panel .bubble.bubble-slide-in-right { animation: bubbleSlideInRight .28s ease both; will-change: transform, opacity; }
.core-values-panel .bubble.bubble-slide-in-left  { animation: bubbleSlideInLeft  .28s ease both; will-change: transform, opacity; }

/* Services Grid with Images */
.services-grid-section {
  padding: 40px 20px;
  background: #f8f9fa;
  margin: 20px 0;
}

.services-grid-title {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1A49BB;
  text-align: center;
  margin-bottom: 8px;
}

.services-grid-subtitle {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}

.services-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.service-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-content {
  padding: 24px;
}

.service-content h3 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1A49BB;
  margin-bottom: 12px;
  line-height: 1.4;
}

.service-content p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .services-image-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .services-grid-title {
    font-size: 20px;
  }
  
  .services-grid-subtitle {
    font-size: 14px;
  }
  
  .service-content {
    padding: 20px;
  }
  
  .service-content h3 {
    font-size: 16px;
  }
  
  .service-content p {
    font-size: 13px;
  }
}
 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: translateY(2px) 
    }
     to {
         opacity: 1;
         transform: none 
    }
}

 @media (prefers-reduced-motion: reduce) {
     .core-values-tab {
         transition: none;
    }
     .core-values-panel .bubble {
         animation: none;
    }
}
 .activity-title {
     padding: 16px 20px 8px;
     margin: 0;
   color: #1A49BB;
     line-height: 31.5px;
     font-size: 20px;
}
.activity-header {
  position: relative; /* để chứa được phần tử con absolute */
  width: 220px;
  height: 39px;
  display: flex;
  align-items: center;
  /* padding: 10px; */
  border-radius: 90px;
  background: var(--Neutral-100, #F4F4F4);
  margin-left: 20px;
}
.activity-header-v2 {
  position: relative; /* để chứa được phần tử con absolute */
  width: 90px;
  height: 39px;
  display: flex;
  align-items: center;
  /* padding: 10px; */
  border-radius: 90px;
  background: var(--Neutral-100, #F4F4F4);
  margin-left: 22px;
  margin-top: 0px;
}
.activity-header-v3 {
  position: relative; /* để chứa được phần tử con absolute */
  width: 165px;
  height: 39px;
  display: flex;
  align-items: center;
  /* padding: 10px; */
  border-radius: 90px;
  background: var(--Neutral-100, #F4F4F4);
  margin-left: 22px;
}
.activity-next,
.activity-next-v2,
.activity-next-v3 {
  position: absolute;   /* hoặc fixed nếu muốn dính màn hình khi cuộn */
  display: flex;
  align-items: center;
  gap: 0;               /* sát chữ ↔ icon, có thể đổi 1px nếu muốn hở nhẹ */
  color: var(--Green-400, #0E872E);
  font-family: "SF Pro Regular", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  
}
/* hạ thường toàn bộ cụm chữ */
.activity-label{
  text-transform: lowercase !important;
}

/* chỉ CHỮ CÁI ĐẦU viết hoa */
.activity-label::first-letter{
  text-transform: uppercase;
}

.activity-next   { top: 10px; right: -127px; }
.activity-next-v2{ top: 10px; right: -258px;} /* đổi top nếu muốn tách hàng */
.activity-next-v3{ top: 10px; right: -192px; }


.activity-cap{
    color: var(--Green-400, #0E872E);
font-family: "Inter Bold", sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left: 10px;
}
/* ===== Horizontal scroller ===== */
/* ====== ACTIVITY SCROLLER ====== */
.activity-scroller{
  display: flex;
  gap: -20px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
  margin-top: 16px;
  touch-action: pan-x;                  
  -webkit-overflow-scrolling: touch;    
  overscroll-behavior-x: contain;       
  scrollbar-width: none;                
  -ms-overflow-style: none;            
  padding-right: 20px;
}
.activity-card :first-child {
  margin-left: 25px;
}

/* Thêm khoảng cách bên phải cho thẻ cuối */
.activity-scroller > .activity-card:last-child{
  margin-right: 22px;
}

.activity-scroller.dragging{ cursor: grabbing; user-select: none; }
.activity-scroller.dragging .activity-card{ pointer-events: none; }

/* Snap từng thẻ (tuỳ chọn) */
.activity-card{ scroll-snap-align: start; scroll-snap-stop: always; }

/* ====== CERTIFICATE SLIDER — sửa lại để kéo NGANG ====== */
.certificate-slider{
  /* Nếu dùng cùng kỹ thuật kéo bằng chuột như đã thêm JS */
  overflow-x: auto;                     /* Cho phép scroll ngang */
  touch-action: pan-x;                  /* Vuốt NGANG (đang sai là pan-y) */
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;        /* Nếu muốn snap như activity */
}
.certificate-slider.dragging{ cursor: grabbing; user-select: none; }
.certificate-slider .certificate-slide{ 
  scroll-snap-align: start; 
  scroll-snap-stop: always; 
  flex: 0 0 auto;
}

/* ====== THANH CUỘN: chọn 1 trong 2 MODE bên dưới ====== */

/* MODE A — ẨN hẳn thanh cuộn (Chrome/Safari/Edge) */
.activity-scroller::-webkit-scrollbar,
.certificate-slider::-webkit-scrollbar{
  width: 0;
  height: 0;
}
/* Firefox đã ẩn bằng scrollbar-width:none phía trên */

/* MODE B — Hiển thị mảnh (nếu muốn thấy 1 tí để gợi ý có thể kéo) */
/*
.activity-scroller{ scrollbar-width: Regular; } 
.certificate-slider{ scrollbar-width: Regular; }

.activity-scroller::-webkit-scrollbar,
.certificate-slider::-webkit-scrollbar{ height: 6px; }
.activity-scroller::-webkit-scrollbar-thumb,
.certificate-slider::-webkit-scrollbar-thumb{
  background: #E0E6EF;
  border-radius: 999px;
}
*/

/* Lưu ý: KHÔNG bật đồng thời Mode A và B (chọn một).
   Nếu đang dùng Mode A thì hãy xoá block Mode B và ngược lại. */

/* Card */
 .activity-card {
     flex: 0 0 auto;
     width: 150px;
     height: auto;
     border-radius: 14px;
     overflow: hidden;
     background: #fff;
     scroll-snap-align: start;
     display: flex;
     flex-direction: column;
     align-items: center;   /* căn ngang giữa nội dung */
  justify-content: flex-start; /* caption sẽ xuống dưới ảnh */
}
.thumb-wrap{
  align-items: center;     /* căn giữa dọc */

}
.activity-thumb {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
  border-radius: 8px;     /* bo 4 góc */
  align-items: center;
}

 .activity-caption {
     color: #000;
    /* SF Pro/14px: Regular */
     font-family: "Inter Regular", sans-serif !important;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 18px;
       padding-left: 5px;
       margin-top: 10px; 
       height: auto;
       text-align: center;
}
.tab-works{
    margin-top: 22px;
}
.skills-lines{
    margin-top: 10px;
}

.activity-end {
  position: relative;
  width: auto;
  height: 18px;
  display: inline-flex;           
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  margin-top: 25px;
  margin-left: 30%;
  border-radius: 900px;
  border: 1px solid var(--Dark-blue, #1A49BB);
  background: var(--Neutral-0, #FFF);
}

.activity-end-link {
  text-decoration: none;      /* bỏ gạch chân */
  text-align: center;
  color: var(--Dark-blue, #1A49BB);

/* SF Pro/14px: Regular */
font-family: "Inter Regular", sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 150% */
}


.companion-section{
    margin-top: 35px;
   width: 393px;
height: auto;
flex-shrink: 0;
background: var(--Light-Blue-0, #CEF);
  display: flex;
    flex-direction: column;
    justify-content: center; /* căn giữa dọc */
    padding-bottom: 30px;
}

.companion-title{
    color: var(--Dark-blue, #1A49BB);
font-family: "Inter Bold", sans-serif !important;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 31.5px;
text-transform: uppercase;
margin-left: 22px;
margin-top: 26px;
}
.companion-title-2{
    margin-left: 22px;
    color: #000;
font-family: "Inter Bold", sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.companion-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    /* padding: 0 20px; */
    margin-top: 24px;
    margin-left: 20px;
}
.companion-item {
    width: 323px;
    height:auto;
  display: flex;
padding: 15px;
align-items: center;
gap: 15px;
align-self: stretch;
border-radius: 10px;
border: 1px solid var(--Dark-blue-200, #426ED3);
background: var(--Neutral-0, #FFF);
}
.companion-comment {
  color: #000;
  text-align: left;
  font-family: "Inter Regular", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  width: 258px;
  height: auto;           /* bỏ height cứng để text tự giãn */
}
.companion-item svg {
  margin-left: 10px;
}
.connect-now {
  margin-top: 35px;
  display: flex;
  align-items: center;         /* căn giữa dọc */
  justify-content: center;     /* căn giữa ngang */
  width: 353px;
  height: 76px;
  gap: 10px;                   /* khoảng cách icon ↔ text */
  border-radius: 900px;
  background: var(--Dark-blue, #1A49BB);
  color: #fff;
  margin-left: 20px;
  margin-bottom: 40px;         /* thêm khoảng trống dưới cùng */
}


.connect-now svg {
  flex-shrink: 0;              /* giữ kích thước icon */
}

.connect-text {
  display: flex;
  flex-direction: column;      /* text xếp 2 dòng */
  line-height: 1.2;
  text-align: left;
}

.connect-text .title {
color: var(--Neutral-0, #FFF);
font-family: "Inter Bold", sans-serif !important;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 31.5px; 
text-transform: uppercase;
}

.connect-text .desc {
 color: var(--Neutral-0, #FFF);
font-family: "Inter Bold", sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}
 .mong-muon-boxv3 {
     position: relative;
     width: 315px;
     height: auto;
     border-radius: 10px;
     background: #fff;
     box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
     flex-shrink: 0;
     z-index: 10;
     padding: 16px 16px;
     font-size: 11px;
     color: #222;
     margin: 0px auto;
     margin-top: 475px;
     left: 172px;
     transform: translateX(-50%);
     opacity: 0.9;
     margin-bottom: 40px;
}
 .custom-btn {
     position: relative;
     transform: none;
     border-radius: 0 10px 10px 0;
     background: var(--Green-300, #1AB042);
     display: inline-flex;
     padding: 15px 22px;
     align-items: center;
     gap: 10px;
     width: 139px;
     height: 49px;
     border: none;
     color: #fff;
     font-size: 16px;
     cursor: pointer;
     margin: 55px 0;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
     z-index: 30;
     align-self: flex-start;
     margin-left: 2px;
     left: -22px;
     font-family: "SF Pro Bold", sans-serif !important;
}
.project-section{
    border-radius: 10px;
    background: var(--Neutral-100, #F4F4F4);
    width: 349px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;

}
.trang-web{
    margin-top: 35px;
    width: 349px;
    height: 50px;
   background-color: #fff;
}
.project-info h3 {
    color: var(--Dark-blue, #1A49BB);
    font-family: "Inter Bold", sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.5px;
    text-transform: uppercase;
    width: 100%;
        margin: 20px 20px 0px 20px;
}
.project-name-cty{
    width: 289px;
    height: auto;
    border-radius: 10px;
background: var(--Neutral-0, #FFF);
 margin-left: auto;
    margin-right: auto;
    padding: 10px;
    color: var(--Green-400, #0E872E);
font-family: "Inter Regular", sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 19.6px; /* 140% */    
}
.project-name-cty svg {
  margin-right: 10px; /* SVG cách chữ 10px */
  vertical-align: middle; /* canh giữa theo dòng chữ */
}

.project-info{
    display: flex;
  flex-direction: column;
  gap: 8px; 
  padding-bottom: 18px;
}
.project-name {
  display: flex;
  align-items: center;   /* căn giữa dọc nếu nội dung nhiều dòng */
  gap: 10px;
  word-break: break-word;
  margin-top: 25px;
  margin-left: 10px;

}
.project-name-text-005{
  display: inline-block;
  font-family: "Inter Regular", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: left;
  vertical-align: top;
  white-space: normal;
    margin-top: -22px;
  margin-left: 20.5px;
  line-height: 19.6px; 
}

.project-name-text-001 {
  display: inline-block;
  font-family: "Inter Regular", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: left;
  vertical-align: top;
  white-space: normal;
    margin-top: -25px;
  margin-left: 20.5px;
  line-height: 19.6px; 

}
.chudautu{
  margin-left: 30px;
  margin-top: -17px;
}
.dia-diem{
  margin-left: 30px;
  margin-top: -18px;
}
.motada{
  margin-left: 30px;
  margin-top: -17px;
}
.matada2{
  margin-left:30px;
  margin-top: -17px;
}
.giadoan {
  margin-left: 30px;
  margin-top: -19px;
}
.giadoan1{
  margin-left: -3px;
  margin-top: -1  7px;
}
.project-name-text-002 {
  display: inline-block;
  font-family: "Inter Regular", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: left;
  vertical-align: top;
  white-space: normal;
    margin-top: -25px;
  margin-left: 20.5px;
  line-height: 19.6px; 

}
.project-name-text {
  display: inline-block;
  font-family: "Inter Regular", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: left;
  vertical-align: top;
  white-space: normal;
    margin-top: -30px;
  margin-left: 20px;
  line-height: 19.6px; 

}
.project-name-text-011{
  display: inline-block;
  font-family: "Inter Regular", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: left;
  vertical-align: top;
  white-space: normal;
    margin-top: -25px;
  margin-left: 20px;
  line-height: 19.6px; 
}
.project-name-text-1{
      display: inline-block;
  font-family: "Inter Regular", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
      color: #000;
  text-align: justify;
  vertical-align: top;
  white-space: normal;
  margin-top: -26px;
  margin-left: 22px;
  width: 90%;
}
.project-name-text-003{
  display: inline-block;
font-family: "Inter Regular", sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19.6px; /* 140% */
  color: #000;
text-align: justify;
vertical-align: top;
white-space: normal;
margin-top: -26px;
margin-left: 20px;
width: 90%;
}
.project-name-text-2{
  display: inline-block;
font-family: "Inter Regular", sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19.6px; /* 140% */
  color: #000;
text-align: justify;
vertical-align: top;
white-space: normal;
margin-top: -26px;
margin-left: 22px;
width: 90%;
}

.project-slider {
  position: relative;
  width: 309px;
  height: 261px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.project-border {
  position: absolute;
  margin-top: 140px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  width: 434px;
  height: 119px;
  flex-shrink: 0;
  z-index: 1;
}

.project-text{
  color: var(--Dark-blue, #1A49BB);
  font-family: "Inter Bold", sans-serif !important;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.5px;
  margin-left: 23px;
  margin-top: 36px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.project-slide {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 253px;
  position: absolute;
  left: 0; top: 0;
}
.project-slide.active {
  display: flex;
}
.project-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* Tự phóng to/thu nhỏ ảnh để lấp đầy khung */
  border-radius: 8px;
  background: var(--Neutral-100, #F4F4F4);
}
/* .project-slide img.loading {
  filter: blur(10px);
  background: #eee url("assets/img/Loadding_icon.gif") center center no-repeat;
} */

.project-caption {
  color: #FFF;
  text-align: center;
  font-family: "SF Pro Bold", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-top: -90px;
  z-index: 11;
  word-break: break-word;
  overflow: hidden;
  max-height: 60px;
  padding: 0 8px;
  display: block;
}
.project-prev,
.project-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: background 0.2s, transform 0.2s;
  color: #333; /* màu mũi tên */
}

.project-prev { left: 8px; }
.project-next { right: 8px; }

.project-prev:hover,
.project-next:hover {
  background: #f0f0f0;
  transform: translateY(-50%) scale(1.1);
}

/* ===== Certificate slider layout + transitions ===== */
#project-img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}
#project-img-modal img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 14px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.3);
  display: block;
  margin: auto;
}
#project-img-modal .project-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  color: #111827;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#project-img-modal .project-modal-prev { left: 24px; }
#project-img-modal .project-modal-next { right: 24px; }
#project-img-modal .project-modal-nav:hover { background: #fff; }
#project-img-modal-close {
  position: absolute;
  top: 32px;
  right: 48px;
  font-size: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 10001;
  font-weight: bold;
}
.contact-section h2{
    color: #000;
text-align: center;
font-family: "Inter Bold", sans-serif !important;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 31.5px; /* 150% */
text-transform: uppercase;
margin-left: auto;
margin-right: auto;
}
.contact-section p{
    color: #000;
/* SF Pro/16px: Regular */
font-family: "Inter Regular", sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
text-transform: none;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 268px;
}

.circle-icon-list {
  display: flex;
  justify-content: center; /* căn giữa toàn bộ */
  gap: 14px;              /* khoảng cách giữa các hình tròn */
}

.circle-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;                /* làm tròn */
  background: var(--Green-300, #1AB042);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.circle-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.contact-phone {
  width: 134px;
padding: 10px;  
border-radius: 90px;
  border: 1px solid var(--Dark-blue, #1A49BB);
  background: var(--Neutral-0, #FFF);
  margin: 24px auto;           /* căn giữa khối cha */
  text-decoration: none;
  display: flex;               /* bật flexbox */
  justify-content: center;     /* căn ngang */
  align-items: center;         /* căn dọc */
  gap: 6px;                    /* khoảng cách giữa icon và số */
  font-family: "Inter Regular", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1A49BB;
}
.contact-email{
    width: 213px;
padding: 10px;  
border-radius: 90px;
  border: 1px solid var(--Dark-blue, #1A49BB);
  background: var(--Neutral-0, #FFF);
  margin: 24px auto;           /* căn giữa khối cha */
  
  display: flex;               /* bật flexbox */
  justify-content: center;     /* căn ngang */
  align-items: center;         /* căn dọc */
  gap: 6px;                    /* khoảng cách giữa icon và số */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1A49BB;
  margin-bottom: 400px;         /* thêm khoảng trống dưới cùng */

}

.skill-vu{
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  width: 353px;
height: 187px;
border-radius: 10px;
background: var(--Light-Blue-0, #CEF);
}

.khoihinhxanhv2 {
  position: relative; /* cho phép con dùng absolute */
  margin: 300px auto 0 118px;
  width: 70%;
  height: 300px;
  z-index: 0;
  background-image: url('../img/khoihinhxanh.png');
  background-size: cover;
}

.custom-bgss1 {
  position: absolute;       /* nằm đè lên trong khoi */
  bottom: -0px;            /* hạ xuống 10px */
  right: 0;                 /* sát cạnh phải */
  width: 240px;
  height: 535px;
  background: url("../img/KHM-1 (160) 3.png") no-repeat;
  background-size: cover;
  z-index: 10;
  margin: 0;                /* bỏ margin để không bị đẩy */
}
.khoihinhtrongv2 {
  position: absolute;
  top: 130px;
  transform: translate(-25%, -45%);
  width: 433px;
  height: 433px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--Neutral-100, #F4F4F4);
  z-index: 0;
  clip-path: inset(0 0 0 48.5%);
  margin-left: -103px;

  display: flex;               /* bật flexbox */
  justify-content: center;     /* căn ngang chữ */
  align-items: flex-start;     /* đưa chữ lên trên */
  padding-top: 20px;           /* cách viền trên một chút */
}

.gradient-text1 {
  background: linear-gradient(73deg, #000 28.21%, #1a49bb 88.37%);
  background-clip: text;
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;
font-size: 40px;
text-align: left;
margin-left: 0;
font-family: "Inter Bold", sans-serif !important;          /* chữ màu đen */
  font-weight: bold;
  margin-top: 105px;
  margin-left: 200px;
  line-height: 44px;

}
.subtitle1 {
  position: absolute;   /* đặt độc lập */
  top: 145px;           /* canh dưới vòng tròn */
  left: 22px;          /* chỉnh ngang */
  color: #000;
  font-size: 16px;
  line-height: normal;
  font-family: "Inter Bold", sans-serif !important;
  z-index: 10;
}

.company1{
  position: absolute;   /* đặt độc lập */
  top: 165px;           /* canh dưới vòng tròn */
  left: 22px;          /* chỉnh ngang */
  color: #000;
  font-size: 14px;
font-style: normal;
font-weight: 400;
    font-family: "Inter Regular", sans-serif !important;
  z-index: 10;
}
.subtitle2 {
  position: absolute;   /* đặt độc lập */
  top: 190px;           /* canh dưới vòng tròn */
  left: 22px;          /* chỉnh ngang */
  color: #000;
  font-size: 16px;
  line-height: normal;
  font-family: "Inter Bold", sans-serif !important;
  z-index: 10;
}

.company2{
  position: absolute;   /* đặt độc lập */
  top: 209px;           /* canh dưới vòng tròn */
  left: 22px;          /* chỉnh ngang */
  color: #000;
  font-size: 14px;
font-style: normal;
font-weight: 400;
  font-family: "Inter Regular", sans-serif !important;
  z-index: 10;
}
.subtitle3 {
  position: absolute;   /* đặt độc lập */
  top: 251px;           /* canh dưới vòng tròn */
  left: 22px;           /* chỉnh ngang */
  color: #000;
  font-size: 16px;
  line-height: normal;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;     /* in đậm */
  z-index: 10;
}

.mong-muon-boxxx1{
  position: absolute;   /* đặt độc lập */
  z-index: 20;
  width: 315px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
  z-index: 10;
  padding: 16px 16px;
  font-size: 11px;
  color: #222;
  margin: 0px auto;
  margin-top: 475px;
  left: 197px;
  transform: translateX(-50%);
  opacity: 0.9;
  margin-bottom: 30px;
}
.nutv4{
  position: absolute;   /* đặt độc lập */
  width: 139px;
  height: auto;
  padding: 15px 0;
  border-radius: 0 10px 10px 0;
background: var(--Green-300, #1AB042);
  flex-shrink: 0;
  z-index: 10;
  font-size: 11px;
  margin-top: 402px;
  margin-left:139px;
  transform: translateX(-100%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
font-weight: 700;
  font-family: "Inter Bold", sans-serif !important;
  
}
.wrapper {
  width:393px;
  background:#fff;
  padding:16px;
  box-sizing:border-box;
}

.values input{display:none}

.values-tabs {
  display:flex;
  align-items:center;
  gap:12px;
  padding:8px 6px;
}

.tab {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;height:48px;
  border-radius:999px;
  background:var(--white);
  box-shadow:0 1px 0 rgba(0,0,0,.04), inset 0 0 0 1px rgba(16,24,40,.06);
  cursor:pointer;
  transition:all .2s ease;
  color:var(--green-600);
  font-size:20px;
}
.tab:hover{background:var(--green-050)}

.tab.pill{
  min-width:156px;height:56px;padding:0 16px;gap:10px;
  border-radius:999px;
  background:var(--green-600);
  color:var(--white);
  box-shadow:none;
  font-weight:700;font-size:16px;
}

/* Active state for each tab */
#v1:checked ~ .values-tabs label[for="v1"],
#v2:checked ~ .values-tabs label[for="v2"],
#v3:checked ~ .values-tabs label[for="v3"],
#v4:checked ~ .values-tabs label[for="v4"],
#v5:checked ~ .values-tabs label[for="v5"] {
  background:var(--green-600);
  color:var(--white);
  box-shadow:none;
  outline:none;
}

.values-panels{margin-top:4px}
.panel{
  display:none;
  background:var(--green-600);
  color:var(--white);
  border-radius:var(--radius-xl);
  padding:16px 20px;
  font-size:15px;line-height:1.5;
}

#v1:checked ~ .values-panels .p1{display:block}
#v2:checked ~ .values-panels .p2{display:block}
#v3:checked ~ .values-panels .p3{display:block}
#v4:checked ~ .values-panels .p4{display:block}
#v5:checked ~ .values-panels .p5{display:block}

/* WeChat Modal Styles */
.wechat-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease;
}

.wechat-modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
  text-align: center;
  animation: slideIn 0.3s ease;
}

.wechat-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
}

.wechat-close:hover,
.wechat-close:focus {
  color: #000;
  text-decoration: none;
}

.wechat-modal-content h3 {
  color: #1A49BB;
  font-family: "Inter Bold", sans-serif !important;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.wechat-qr-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto 15px auto;
  display: block;
}

.wechat-modal-content p {
  color: #666;
  font-family: "Inter Regular", sans-serif !important;
  font-size: 14px;
  margin: 0;
}

.wechat-url-section {
  margin-top: 20px;
  text-align: center;
}

.wechat-url-text {
  color: #666;
  font-family: "Inter Regular", sans-serif !important;
  font-size: 12px;
  margin-bottom: 10px;
}

.wechat-url-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1AAD19;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-family: "Inter Bold", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(26, 173, 25, 0.3);
}

.wechat-url-link:hover {
  background: #179B16;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 173, 25, 0.4);
  color: white;
  text-decoration: none;
}

.wechat-url-link svg {
  flex-shrink: 0;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* WeChat icon specific styling */
.wechat-icon {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
}

.wechat-icon img {
  border-radius: 50% !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  transform: scale(1.3);
}

.wechat-icon:hover {
  background: transparent !important;
  border: none !important;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
