/* Regular
@font-face {
    font-family: 'UTM Aptima';
    src: url('/fonts/UTM-Aptima.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Aptima';
    src: url('/fonts/UTM-AptimaItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'UTM Aptima';
    src: url('/fonts/UTM-Aptima-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Aptima';
    src: url('/fonts/UTM-Aptima-Bold-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Anton';
    src: url('/fonts/UTM-Impact.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
body {
    font-family: 'UTM Aptima';
} */

/* @font-face {
    font-family: 'Anton';
    src: url('/fonts/UTM-HelvetIns.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
} */

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Roboto", sans-serif;
} 

@media (min-width: 1200px) {
    .container {
        max-width: 1030px;
    }
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    font-family: "Roboto", sans-serif;
}

a:hover{
  text-decoration:unset;
}
ul{
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.gap-20{
  gap: 20px;
}
.line_3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line_1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bg_gray{
  background-color: #F6F5F2;
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}



/* ===== RESET ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Arial", sans-serif; */
}

body {
  background: #fdf8ef;
  color: #333;
  line-height: 1.6;
}

/* ===== HEADER ===== */

.header_home{
  background-image: url('/images/bg-banner.png');
}

.header{
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #000;
  height: 117px;
  padding: 0;
}
.header.header_home{
  height: auto;
  padding: 45px 0 55px;
}
.header-top {
  width: 100%;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 76px;
}

.menus a {
  margin-left: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  text-decoration: underline;
}

.menus a.active{
  color: #E2AC36;
  text-decoration: unset;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  width: 800px;
  margin: 0 auto;
}

.hero-img {
  width: 100%;
  display: block;
}

.hero-title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  color: #d12720;
  font-weight: 500;
}

.hero-sub {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
}

/* ===== MASTER SECTION ===== */
.master {
  padding: 40px;
  display: flex;
  justify-content: center;
}

.master-content {
  max-width: 1100px;
  display: flex;
  align-items: center;
}

.master-photo img {
  width: 377px;
  border-radius: 50%;
  border: 10px solid #d6b36a;
}

.master-text {
  padding-left: 70px;
}

.master-name {
  color: #b30000;
  font-size: 40px;
  font-weight: 500;
  margin-top: 10px;
  font-family: "Anton";

}

.quote {
  font-style: italic;
  margin-bottom: 10px;
}

/* ===== FORM SECTION ===== */
.form-section {
  padding: 40px;
  border-radius: 10px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-row input,
.form-row select {
  width: calc(33.33% - 20px);
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

textarea,
input[type=text],
input[type=number],
input[type=email] {
  font-size: 16px;
}

/* Buttons */
.btn-action {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.btn-free,
.btn-vip {
  padding: 14px 40px;
  font-size: 20px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  font-weight: 500;
}

.btn-free {
  background: #fff7b2;
  color: #7d5c00;
}

.btn-vip {
  background: #b91507;
  color: #fff;
}

/* ===== FEATURES SECTION ===== */
.features {
  max-width: 1100px;
  margin: 60px auto;
  padding: 20px;
}

.features h2 {
  text-align: center;
  color: #b58730;
  font-size: 32px;
  margin-bottom: 20px;
}

.features-list {
  list-style: none;
  padding-left: 0;
}

.features-list li {
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
  font-size: 18px;
}

.features-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #c99332;
  font-weight: bold;
}

/* ===== SAMPLE CHART ===== */
.sample-box {
  width: 100%;
  height: 350px;
  background: #ddd;
  border: 2px solid #d6b36a;
  border-radius: 10px;
  margin: 30px 0;
}

/* ===== FOOTER ===== */
.footer {
  background: #1f1f1f;
  color: #fff;
  padding: 40px;
  text-align: center;
  margin-top: 60px;
}

.footer img {
  height: 70px;
  margin-bottom: 20px;
}

.footer .contact {
  font-size: 16px;
  line-height: 1.8;
}
.img_top{
  position: absolute;
  top: -40px;
  left: -20px;
}
.img_bot{
  position: absolute;
  bottom: -20px;
  right: -35px;
}
.form-note{
  background-color: #F3F3F3;
  text-align: center;
  padding: 5px 50px;
  border-radius: 5px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 38px;
}

.form-group{
  margin-bottom: 30px;
}
input, select{
  width: 100%;
  height: 47px;
  border: 1px solid #BABABA;
  font-size: 16px;
  border-radius: 5px;
  text-indent: 20px;
  color: #7e7e7e;
  font-weight: bold;
}
.help-block{
  color: red;
}
input[type=checkbox], input[type=radio]{
  height: 20px;
  width: auto;
  margin-bottom: 0;
}
.options p{
  font-weight: bold;
}
.option{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.option label{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

.btn-box {
    display: flex;
    gap: 40px; /* khoảng cách giữa 2 nút */
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.btn {
    padding: 0 50px;
    font-size: 30px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.2s;
    height: 69px;
    display: flex;
    align-items: center;
    width: max-content;    
    font-family: 'Anton';
}
.form-buttons{
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-top: 36px;
}
.form-buttons .btn{
  width: 320px;
  text-align: center;
  justify-content: center;
}
/* Nút miễn phí */
.btn-yellow {
    background: #fffbb3; /* vàng nhạt */
    color: #9b1b0e; /* đỏ sậm */
}

/* Nút VIP */
.btn-red {
    background: #bb2a1a; /* đỏ đậm */
    color: #ffffff !important;
    border: 2px solid #fffbb3; /* viền vàng nhạt */
}
tr.highlight {
    color: #820000;
}
/* Hiệu ứng hover */
.btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.section-box {
  width: 100%;
  padding: 60px 0 20px;
  background: #faf6ef; /* nền nhạt giống hình */
  position: relative;
}

/* container căn giữa giống Bootstrap */
.container {
  width: 100%;
  /* max-width: 1200px; */
  padding: 0 20px;
  margin: 0 auto;
}

/* Tiêu đề */
.section-box .title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.section-box .subtitle {
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  color: #a0701d;
  margin-bottom: 50px;
  font-family: 'Anton';
}

/* List icon */
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.benefit-list li span{
  color: #B47F2B;
}


.master-section {
  background: #faf6ef;
  padding: 80px 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.master-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}

/* LEFT */
.master-left {
  flex: 1;
}

.master-title {
  font-size: 48px;
  font-weight: 500;
  color: #b2321b;
  margin-bottom: 10px;
  font-family: "Anton";
}

.master-quote {
  font-style: italic;
  font-size: 20px;
  margin-bottom: 30px;
}

.master-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}

.master-list li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* CALL TO ACTION */
.call-title {
  font-size: 26px;
  font-weight: 500;
  color: #E2AC36;
  margin: 40px 0 25px;
  font-family: 'Anton';
}

.tracuu{
  height: 50px !important;
  width: 90% !important;
  margin: 0 auto;
}

.btn-primary {
  display: inline-block;
  background: #c83924;
  color: #fff;
  padding: 16px 40px;
  font-size: 22px;
  font-weight: 500;
}

.cert_top {
    display: flex;
    gap: 27px;
    margin-bottom: 17px;
}
.cert_bot{
  text-align: center;
}
.avatar-circle{
  margin-bottom: 60px;
}

.footer-pg {
    background: url('/images/bg-ft.png') #1a1a1a;
    padding: 95px 0 34px;
    position: relative;
    color: #fff;
    background-size: 100%;
    background-position: center;
    height: 350px;
}

/* .footer-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: center;
} */

.footer-logo img {
    width: 120px;
}

.footer-info h3 {
    font-size: 32px;
    color: #fff;
    font-family: 'Anton';
}
.p_menhchu{
      color: #fff;
    font-style: italic;
    max-width: 900px;
    margin: 0 auto 10px;
    display: flex;
}
.footer-info p {
    margin: 5px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

/* Floating contact icons */
.contact-floating {
    position: absolute;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-floating .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.icon.messenger {
    background-image: url("messenger.png");
}

.icon.zalo {
    background-image: url("zalo.png");
}

.icon.backtop {
    background-image: url("arrow-up.png");
}
.input-error {
    border: 1px solid red !important;
}

.error-text {
    color: red;
    font-size: 13px;
    margin-top: 3px;
}


.laso-box {
  padding: 73px 20px 20px;
  border-radius: 10px;
  font-weight: bold;
}
.title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #c89a2b;
}
.table-wrapper {
  overflow-x: auto;
}
.laso-table, .role-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}
.tr_cangtan td {
    font-size: 14px !important;
}
.laso-table th, .laso-table td, .role-table th, .role-table td {
  padding: 8px;
  border: 1px solid #ccc;
}
/* Color blocks */
.green { background: #3ebf51; color: #fff; }
.red { background: #e24c3b; color: #fff; }
.yellow { background: #f7df6a; color: #000; }
.blue { background: #6eaad8; color: #fff; }
.gray { background: #d7d7d7; color: #000; }
.footer-info { margin-top: 15px; font-size: 14px; padding-right: 10px; }
.role-table { margin-top: 20px; }
.role-table th {
  background: #f5f5f5;
}
.title_result{
  color: #FFF4A7;
  font-size: 30px;
  background-color: #C4150B;
  width: 100%;
  padding: 5px 5px 5px 10px;
  font-family: 'Anton';
}

.info_napam_chutinh{
  margin-top: 20px;
}
.info_napam_chutinh div{
  display: grid;
  grid-template-columns: 200px auto;
}
.info_napam_chutinh strong{
  color: #E2AC36;
  font-size: 22px;
  text-transform: uppercase;
}

.box-van-han {
    padding: 20px 30px;
    line-height: 1.6;
    color: #4a2c1a;
    border-radius: 8px;
}

.title-section {
    background: #b0392f;
    color: white;
    padding: 6px 12px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.main-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
    color: #000;
}

.main-title .score {
    color: #d89c00;
}

.intro {
    font-size: 17px;
    text-align: justify;
    margin-top: 10px;
}

.note {
    text-align: center;
    color: #d89c00;
    font-style: italic;
    font-weight: 500;
    margin: 15px 0 25px;
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    position: relative;
}
.item-right {
    position: absolute;
    bottom: 10px;
    left: 50%;
}
.item-title {
    font-size: 22px;
    color: #C4150B;
    margin-bottom: 6px;
    font-family: 'Anton';
}

.badge {
    width: 70px;
    height: 70px;
    border: 3px solid #C4150B;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
}

.badge-score {
    font-size: 16px;
    font-weight: bold;
    color: #C4150B;
    margin-bottom: 4px;
}

.badge-text {
    font-size: 11px;
    color: #C4150B;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.item-note {
    margin-top: 6px;
    color: #777;
    font-style: italic;
}

.btn-vip {
  display: inline-block;
  padding: 5px 10px;
  height: max-content;
  background: linear-gradient(90deg, #d4a037, #ffec99, #d4a037);
  border-radius: 40px;
  color: #820000 !important;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
font-family: 'Anton';
}


.blur-text {
    margin-top: 10px;
    padding: 12px;
    border-radius: 6px;
    color: #333;
    filter: blur(4px);
    user-select: none;
}
.item-left{
  display: flex;
  align-items: center;
  gap: 50px;
}

 .box_nguhanh {
      border-radius: 6px;
      color: #fff;
      max-width: 900px;
      margin: auto;
  }
  .box_nguhanh_child{
      background: #0E1532;
      border: 1px solid rgba(255,255,255,0.1);
  }

  .title {
      font-size: 26px;
      color: #FFC66B;
      font-weight: 500;
      text-align: center;
      margin-bottom: 20px;
  }

  .stats {
      display: flex;
      justify-content: space-around;
      margin-top: 30px;
      text-align: center;
  }

  .stat-item img {
      width: 30px;
      height: 30px;
      margin-bottom: 5px;
  }

  .footer-box {
      background: rgba(255,255,255,0.05);
      margin-top: 40px;
      padding: 15px;
      border-radius: 6px;
      font-size: 16px;
      display: flex;
      justify-content: space-between;
  }
  .yellow {
      color: #FFC66B;
      font-weight: bold;
  }
  .red {
      color: #FF6A6A;
      font-weight: bold;
  }

  .chart_nguhanh .container{
    background-color: #500202;
    padding: 18px 0;
  }

  .box-section {
    padding: 25px;
}

.section-title {
    font-size: 20px;
    font-weight: 500;
    color: #E2AC36;
    margin-bottom: 15px;
}

.box-content {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    max-width: 900px;
    margin: 10px auto 10px;
}

.point {
    margin-bottom: 15px;
    font-size: 16px;
}

.point strong {
    font-weight: 500;
    color: #000;
}

.lock-btn {
    display: inline-block;
    background: #D1A247;
    color: #7A1F06;
    padding: 8px 18px;
    border-radius: 25px;
    font-weight: 500;
    margin-left: 15px;
    box-shadow: 0px 2px 0px #7A1F06;
    font-size: 14px;
    cursor: pointer;
}

.lock-btn:hover {
    opacity: .9;
}


.dung-than-section {
    padding: 40px 0;
    color: #333;
}
.material-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}



.material-name {
    font-size: 16px;
    color: #222;
    margin: 0 0 4px 0;
}

.material-desc {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}
.laso-table p, .laso-table td{
  margin: 0;
  color: #000 !important;
  font-weight: 600;
}


.title {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 3px solid #b62318;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.sub-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #E2AC36;
}

/* Box */
.boxs {
    margin-top: 20px;
}

.box-header {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 5px;
    gap: 50px;
}

.tag {
    color: white;
    padding: 3px 8px;
    width: 160px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
}


.tag.moc {
    background: #00C21D;
}

.tag.kim {
    background: #A3A3A3;
}

.tag.hoa {
    background: #C70000;
}
.tag.thuy {
    background: #00b9f6;
}

.tag.tho {
    background: #392222;
}

/* Lock button */
.btn-lock {
    background: #b77a1a;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}
.btn-lock:hover {
    opacity: 0.85;
}

/* Career list */
.career-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    align-items: center;
}

.career-name {
    color: #444;
}

.star {
    color: #d3a84f;
    font-size: 20px;
}

.locked .career-name {
    color: #888;
}

.color-box {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 25px 0;
    padding: 25px;
    background: #0b1330;
    border-radius: 10px;
}

.color-item {
    text-align: center;
    color: white;
    font-size: 14px;
}

.circle, .circle_color {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 8px;
}

/* Colors */
.green1 { background: #87d38c; }
.green2 { background: #3d6f54; }
.green3 { background: #7ff2a7; }
.wood   { background: #8f542c; }
.beige  { background: #e9d9b6; }

.mt-10 {
    margin-top: 10px;
}

.dai-van-section {
    padding: 40px 0;
}

.intro-text {
    line-height: 1.6;
    margin-bottom: 25px;
    color: #444;
}

/* Table */
.dai-van-section table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
    font-size: 15px;
}

.dai-van-section table th {
    background: #ACACAC;
    padding: 10px;
    font-weight: 500;
    border: 1px solid #ddd;
    text-align: left;
}

.dai-van-section table td {
    padding: 10px;
    border: 1px solid #eee;
    vertical-align: top;
    background-color: #fff;
}

.good { color: #1ca145; font-weight: 500; }
.neutral { color: #c69d4d; font-weight: 500; }
.bad { color: #c2352b; font-weight: 500; }
.danger { color: #c2352b; font-weight: 500; }

.highlight-row {
    background: #fff2ec;
}

.highlight-text {
    color: #b62318;
    font-weight: 500;
}

.highlight-desc {
    color: #b62318;
    font-weight: 600;
}

/* Lock button */
.btn-lock {
    background: #b77a1a;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.btn-lock:hover {
    opacity: 0.85;
}

/* VIP box */

.vip-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #E2AC36;
}


.center {
    text-align: center;
    margin-top: 25px;
}

.btn-register {
    background: #b62518;
    color: white;
    padding: 1
}

.btn-thinhngay{
  height: 50px;
  color: #FFF4A7 !important;
  border-radius: 25px;
  background-color: #C4150B;
  border: unset;
  font-size: 30px;
  padding: 5px 30px;
  font-weight: bold;
  font-family: 'Anton';
}
.btn-thinh{
  height: 40px;
  color: #FFF4A7 !important;
  border-radius: 25px;
  background-color: #C4150B;
  border: unset;
  font-size: 20px;
  padding: 0 20px;
  font-weight: bold;
  font-family: 'Anton';
}
.group_re {
    display: grid;
    grid-template-columns: 125px auto;
}

.vat-pham-section {
    padding: 40px 0;
}


/* Grid layout items */
.vatpham-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.vatpham-item {
    width: 440px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

/* Image */
.vp-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

/* Content */
.vp-content {
    padding: 18px 22px 25px;
    background: #fff;
    border-radius: 0 0 16px 16px;
}

.vp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vp-title {
    font-size: 20px;
    font-weight: 500;
    color: #E2AC36;
}

.vp-title.yellow {
    color: #d4a53d;
}


/* Subtitle */
.vp-subtitle {
    margin-top: 6px;
    font-weight: 500;
}

/* Bullet list */
.vp-content ul {
    margin-top: 10px;
    padding-left: 18px;
    line-height: 1.5;
    color: #444;
    list-style: disc;
}
.group_title_result{
  text-align: center;
}
.title_re{
  font-size: 36px;
  color: #E2AC36;
  font-family: 'Anton';
}
.title_box{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #000;
  font-family: 'Anton';
}
.user-menu {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.user-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-weight: bold;
}

.user-icon {
    font-size: 20px;
    color: #c68a00;
}

.dropdown-user {
    position: absolute;
    right: 0;
    top: 30px;
    background: #fff;
    border-radius: 6px;
    padding: 10px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    width: 150px;
    display: none;
    z-index: 9999;
}

.dropdown-user a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    text-align: left;
}

.dropdown-user a:hover {
    background: #f0f0f0;
}


.section-mission {
    background: #faf7f2;
    padding-bottom: 80px;
}

/* Logo */
.mission-header {
    text-align: center;
}

.mission-logo {
    width: 100%;
    object-fit: cover;
    height: 50vh;
}

/* Tabs */
.mission-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 90px;
    background: #e8e8e8;
    height: 100px;
}

.mission-tabs a {
    padding: 15px 35px;
    font-size: 16px;
    color: #555;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: 0.25s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.mission-tabs a img {
  width: 30px;
}
.mission-tabs a p {
  margin-bottom: 0;
}


.mission-tabs a.active {
    color: #bf8c00;
    background: #fff;
}

/* Layout */
.mission-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.mission-image {
    flex: 1;
}

.image-frame {
    width: 477px;
    border-radius: 50%;
    padding: 10px;
    margin: auto;
}

.image-frame img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Text */
.mission-text {
    flex: 1.2;
}

.mission-title {
    font-size: 18px;
    color: #bf8c00;
    font-weight: 600;
    margin-bottom: 5px;
}

.mission-subtitle {
    font-size: 32px;
    font-weight: 500;
    color: #E2AC36;
    margin-bottom: 25px;
    position: relative;
}

.mission-list {
    padding-left: 20px;
    line-height: 1.8;
    font-size: 16px;
    list-style: disc;
}

.mission-list li {
    margin-bottom: 12px;
}

.mission-list li::marker {
    color: #C4150B;
}
.mission-list b{
  color: #E2AC36;
  font-weight: bold;
}

.group_mission {
    border-left: 2px solid #E2AC36;
    padding-left: 20px;
    margin-bottom: 20px;
}

.group_mission p{
  font-size: 20px;
  color: #000;
  font-weight: 300;
}
.group_mission span{
  font-size: 32px;
  color: #E2AC36;
  font-weight: bold;
  text-transform: uppercase;
}
.mission-content-his b{
  font-weight: bold;
  color: #E2AC36;
}
.mission-content-his img{
  margin: 20px 0;
}
.mission-cotloi{
  margin-top: 100px;
}
.timeline {
    padding: 60px 0;
    background: #fdf8f2;
}

.timeline .container {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
.timeline h4{
   color: #E2AC36;
   font-size: 32px;
   font-weight: 500;
   text-align: center;
   margin-bottom: 150px;
}
.tl-item {
    position: relative;
    padding: 40px 0;
}


/* Năm */
.tl-year {
    width: 40%;
    position: absolute;
    top: 40px;
}

.tl-year.left { 
    left: 0;
    text-align: right;
    padding-right: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.tl-year.right { 
  right: 0; text-align: left; padding-left: 60px;
      top: 50%;
    transform: translateY(-50%);
}

.tl-text.right{
  padding-left: 60px;
  top: 50%;
  transform: translateY(-50%);  
}
.tl-text.left{
  padding-right: 60px;
  top: 50%;
  transform: translateY(-50%);  
}
.tl-year span {
    font-size: 16px;
    font-weight: 600;
}

.tl-year h2 {
    font-size: 100px;
    margin: 5px 0 0;
    color: #E2AC36;
}

/* Vòng ảnh */
.tl-circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #fdf8ef;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.tl-circle img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Nội dung */
.tl-text {
    width: 40%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    position: absolute;
    top: 260px;
}

.tl-text.left { left: 0; text-align: right; }
.tl-text.right { right: 0; text-align: left; }

img.line_left {
    position: absolute;
    bottom: 68%;
    left: 40%;
}

.line_right{
    position: absolute;
    bottom: 68%;
    right: 40%;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.spin-continuous {
  display: inline-block;
  animation: spin 10s linear infinite; /* thời gian 2s, thay đổi tùy thích */
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.td-3cell {
    display: flex;
    padding: 0;
    width: 100%;
}

.td-3cell .cell {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    line-height: 1.1;
}

/* màu giống bảng mẫu */
.c-yellow { background: #f7df6a; }
.c-blue   { background: #6eaad8; }
.c-gray   { background: #d6d6d6; }
.c-red    { background: #d46a6a; }
.c-green  { background: #6ac06a; }
.tr_cangtan td{
  padding: 0;
  height: 45px;
}
.tr_cangtan td .td-3cell div{
  padding: 10px 0;
}

/* Nút mở menu */
.mobile-toggle {
    width: 30px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
}

/* 3 sọc đảo ngược (trên ngắn, dưới dài) */
.mobile-toggle span:nth-child(1) {
    width: 100%;
}
.mobile-toggle span:nth-child(2) {
    width: 100%;
}
.mobile-toggle span:nth-child(3) {
    width: 100%;
}

.mobile-toggle span {
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 3px;
}

/* MENU MOBILE mở từ PHẢI sang */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -260px;   /* ← đổi từ left sang right */
    width: 260px;
    height: 100vh;
    background: #222;
    padding: 10px 0;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.4);
    transition: all .3s ease;
    z-index: 9999;
}

.mobile-menu.open {
    right: 0;  /* ← trượt từ phải ra */
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.close-mobile {
    font-size: 28px;
    cursor: pointer;
}

.mobile-links a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-links a.active {
    background: #ff9800;
    color: #fff;
}

.mobile-links a:hover {
    background: rgba(255,255,255,0.1);
}

.icon img {
    width: 100%;
}

.mau h2{
  color: #BF8C28;
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
}
.mau img{
  width: 100%;
}
.info_bot span{
  color: #E2AC36;
}
.btn-login-modal, .title-design{
  font-family: 'Anton';

}
.role-table th{
  background-color: #E2AC36;
}
.fullname{
  font-size: 17px;
}
.tr_cangtan_export td .td-3cell div{
  float: left !important;
  width: 33.3333% !important;
}
.dg_1{
  color: #E2AC36;
  margin-bottom: 0;
}
.dg_2{
  color: #C4150B;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.dg_1 span{
  color: #C4150B;
}
.item-left-nam{
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.danhgia {
    display: flex;
    gap: 50px;
}
.item-title-nam{
  font-size: 20px;
  color: #C4150B;
}
.td-can-tang {
    padding: 0;
}

.inner-3cell {
    width: 100%;
    border-collapse: collapse;
}

.inner-3cell td {
    width: 33.33%;
    text-align: center;
    font-weight: bold;
    padding: 6px 0;
    font-size: 13px;
}
td.td_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn_hoidap{
  border-radius: 0;
  padding: 0px 40px;
  margin-bottom: 40px;
  display: inline-block;

}

.vp-header .btn-thinh{
  width: 200px;
  justify-content: center;
  font-weight: 500;
}

@media (max-width: 768px) {


    .register {
      margin-top: 10px;
      font-size: 14px;
      width: 270px;
      margin: 0 auto;
  }
    form#login_form , #signup_form{
      width: 270px;
      margin: 0 auto;
  }
    #login_form input, #login_form select, #signup_form input, #signup_form select{
      height: 30px;
      font-size: 12px !important;
    }
    .register p{
      margin-bottom: 0;
    }
    .help-block{
      font-size: 12px;
    }
    td.td_flex{
          display: table-cell;
    }
    .mission-logo {
      height: auto;
    }
    .menus {
        display: none;
    }
    .mobile-toggle {
        display: flex;
    }
    .hero{
      width: 100%;
      margin-top: 20px;
    }
    .header-top{
      position: relative;
      flex-direction: row-reverse;
      justify-content: flex-end;
      padding: 0;
    }
    .error-text{
      font-size: 10px;
    }

    .header-top .logo {
      position: absolute;
      left: 50%;
      top: 40px;
      transform: translate(-50%, -50%);
      width: 37px;
    }
    .master-photo img{
      width: 141px;
    }
    .master-text p, .master-role{
      font-size: 10px;
      line-height: 140%;
    }
    .master-text{
      padding-left: 0;
    }
    .form-note{
        font-size: 10px;
        margin-bottom: 26px;
        padding: 5px 20px;
    }
    .master-content {
        gap: 13px;
    }
    .master-name{
      font-size: 14px;
    }
    .master-wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .master{
      padding: 45px 0 20px;
    }
    .img_top{
      left: -15px;
      width: 20px;
      top: -25px;
    }
    .header_home {
        background-image: url(/images/bg-banner-mobi.png);
    }
    .header.header_home{
        padding: 5px 0 55px;
        height: 205px;
    }
    .hero-img{
      height: 120px;
      object-fit: contain;
    }
    .img_bot{
      right: -15px;
      width: 20px;
    }
    .form-section{
      padding: 0;
    }
    .btn{
      font-size: 12px;
      padding: 0 20px;
      height: 28px;
    }
    .form-buttons{
      gap: 17px;
      justify-content: space-between;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .form-buttons button, .form-buttons a{
      width: 100%;
      justify-content: center;
    }
    input, select{
      height: 24px;
      font-size: 10px !important;
      border-radius: 3px;
    }
    .pr-2x{
      padding-right: 2px;
    }
    .mr-2-mb {
        margin-top: 10px;
    }
    .options p, .option label{
      font-size: 10px;
      margin: 0;
    }
    .plr-2x{
      padding-left: 2px;
      padding-right: 2px;
    }
    .pl-2x{
      padding-left: 2px;
    }
    .form-group {
      margin-bottom: 16px;
    }
    p, label{
      font-size: 14px;
    }
    .benefit-list p{
      font-size: 13px;
    }
    .section-box{
      padding-top: 60px;
      padding-bottom: 20px;
    }
    .mau h2{
      font-size: 24px;
      text-align: left;
    }
    .title_box {
      font-size: 16px;
    }
    .section-box .subtitle{
      font-size: 28px;
      margin-bottom: 10px;
    }
    .benefit-list li{
      margin-bottom: 0;
      padding-left: 0;
    }
    .master-right {
      width: 100%;
  }
  .master-right img {
      width: 280px;
      margin: 0 auto;
      display: block;
  }
  .master-section{
    padding: 20px 0 40px; 
  }
  .cert_top{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
  }
  .master-right img{
    width: 100%;
  }
  .cert_bot{display: none;}
  .master-title{
    font-size: 28px;
    text-align: center;
  }
  .master-quote{
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
  }
  .master-list li{
    font-size: 12px;
  }
  .call-title{
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .footer-pg {
      background: url(/images/bg-ft-mobi.png);
      height: auto;
      padding: 5px 0 20px 100px;
      background-size: cover;
  }
  .footer-info h3{
    font-size: 12px;
  }
  .footer-info p{
    font-size: 11px;
  }
  table.history {
      width: 100%;
  }
  .group_history{
    margin-bottom: 50px !important;
  }
  .header{
    height: 68px;
  }
  .header-top{
    padding-top: 22px;
  }
  .info-card{
    width: 100% !important;
  }
  .avatar-circle img{
    width: 200px;
    display: flex;
    justify-content: center;
  }
  .avatar-circle{
    margin-bottom: 30px;
  }
  .contact-floating .icon{
    width: 20px;
    height: 20px;
  }
  .contact-floating{
    gap: 5px;
    right: 10px;
  }
  .mission-content {
      flex-direction: column;
      gap: 18px;
  }
  .image-frame{
    width: 232px;
  }
  .mission-tabs p{
    font-size: 11px;
  }
  .mission-tabs{
    margin-bottom: 20px;
  }
  .group_mission p{
    font-size: 12px;
  }
  .group_mission span{
    font-size: 14px;
  }
  .mission-list li{
    font-size: 12px;
  }
  .mission-text{
    width: 100%;
  }
  .mission-text img{
    width: 100%;
  }
  .mission-cotloi{
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .timeline h4{
    font-size: 16px;
    margin-bottom: 100px;
  }
  .line_left, .line_right{
    display: none;
  }
  .tl-item{
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }
  .tl-year.left {
      position: unset;
      transform: unset;
      padding: unset;
      text-align: center;
      width: 100%;
  }
  .tl-text.right {
      position: unset;
      transform: unset;
      text-align: center;
      width: 100%;
      padding-left: 0 !important;
  }
  .tl-year {
    position: unset;
    width: 100%;
    transform: unset !important;
    text-align: center !important;
    padding: 0 !important;
  }
  .timeline .container{
    width: 100%;
  }
  .tl-year h2{
    font-size: 50px;
    line-height: 100%;
  }
  .tl-text {
      position: unset;
      width: 100%;
      transform: unset;
      text-align: center !important;
      padding: 0 !important;
  }
  .tl-circle {
      transform: unset;
      position: unset;
      margin: 0 auto;
      margin-bottom: 20px;
  }

  .tl-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      position: relative;
  }
  .tl-circle { order: 1; }
  .tl-year   { order: 2; }
  .line_left { order: 3; }
  .tl-text   { order: 4; }
  .tl-text.left{
    transform: unset;
  }
  .tl-text.right, .tl-text.left{
    width: 80%;
  }
  div#main_content {
      min-height: calc(100vh - 220px);
  }
  .title_re{
    font-size: 18px;
  }
  .group_title_result p{
    font-size: 12px;
  }
  .laso-box{
    padding: 18px 0 0 0;
  }
  .title_result{
    font-size: 22px;
    text-align: center;
    height: max-content;
    padding: 0;
  }
  .laso-table p, .laso-table td, .laso-table th, .laso-table td, .role-table th, .role-table td, .tr_cangtan td .td-3cell div{
    font-size: 8px;
  }
  .info_napam_chutinh strong, .info_napam_chutinh p{
    font-size: 12px;
  }
  .info_napam_chutinh div{
        grid-template-columns: 100px auto;
  }
  .role-table th, .role-table td{
    font-size: 12px;
  }
  .main-title{
    font-size: 16px;
  }
  .intro, .box-van-han .des_text{
    font-size: 12px;
  }
  
  .note {
      font-size: 12px;
      text-align: left;
  }
  .item-title{
    font-size: 14px;
  }
  .badge{
      width: 50px;
      height: 50px;
      border: 1px solid #C4150B;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 25px;
  }
  .badge-text{
    font-size: 8px;
  }
  .badge-score{
    font-size: 12px;
  }
  .btn-vip {
      font-size: 12px;
      min-width: 90px;
      max-width: max-content;
  }
  .item-note{
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
  }
  .blur-text {
      font-size: 12px;
      margin-top: 0;
      padding: 0;
  }
  .stats{
    font-size: 10px;
  }
  .footer-box{
    font-size: 12px;
  }
  .section-title, .sub-title{
    font-size: 12px;  
    margin-bottom: 5px;
  }
  .point{
    font-size: 12px;
  }
  .tag{
    font-size: 15px;
    width: max-content !important;
    min-width: 100px;
    max-width: 120px;
    padding: 0 5px;
  }
  .box-content{
    margin-bottom: 10px;
  }
  .box-section{
    padding-bottom: 0;
  }
  .tag.moc{
    width: 100px;
    font-size: 14px;
  }
  .dung-than-section p, .dung-than-section b{
    font-size: 12px;
  }
  .color-box{
    overflow-x: auto;
    padding: 10px;
  }
  .dai-van-section table p {
      font-size: 8px;
      margin-bottom: 5px;
  }
  .color-item{
    font-size: 8px;
  }
  .intro-text{
    font-size: 12px;
  }
  .daivan-table th, .daivan-table td{
    font-size: 8px;
  }
  .daivan-table tr th:nth-child(1){
    width: 62px !important  ;
  }
  .daivan-table tr th:nth-child(2){
    width: 70px !important  ;
  }
  .daivan-table tr th:nth-child(3){
    width: 80px !important  ;
  }
  .daivan-table tr th:nth-child(4){
    width: 230px !important  ;
  }
  .vip-title, .dai-van-section li{
    font-size: 12px;
  }
  .btn-thinhngay{
    font-size: 16px;
    height: 30px;
  }
  .btn-thinh{
    font-size: 14px;
  }
  .vp-title, .vp-subtitle, .vp-list{
    font-size: 12px;
    margin: 0;  
  }
  .titles, .desc{
    font-size: 12px !important;
    line-height: 140% !important;
  } 
  .number{
    font-size: 60px !important;
  }
  .loading .wrapper{  
    width: 85%;
  }
  .spin-continuous{
    width: 100%;
  }
  .circle {
      height: 183px !important;
      width: 183px !important;
  }
  .circle_color{
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  .loading{
    height: 730px !important;
    background: url("/images/bg-load-mb.png") no-repeat center center !important;
    background-size: 100% 100% !important;
  }
  .numbers{
    width: 80px;
  }
  .history .action{
    width: 92px;
  }
  tr.tr_cangtan td {
      font-size: 8px !important;
      height: 35px;
  }
  .header-top .logo_index {
      width: 54px;
      height: 54px;
  }
  .tracuu{
    height: 30px !important;
  }
  .item-right {
      position: absolute;
      bottom: 15px;
      left: unset;
      right: 0;
  }
    .item-right a {
      width: 100%;
      display: inline-block;
      padding: 5px 0;
  }
      .item-right {
          position: unset;
          bottom: unset;
          left: unset;
          right: unset;
          width: 100px;
          display: inline-block;
      }
      .dg_1{
        font-size: 10px;
      }
      .danhgia{
        gap: 10px;
      }
        .dg_2{
      font-size: 10px;
    }
    .item-title-nam {
      font-size: 14px;
  }
  .box-header{
    gap: 20px;
  }
  .boxs .btn-vip {
      position: absolute;
      right: 20px;
  }
  .group_re {
      grid-template-columns: repeat(1, 1fr);
      margin-bottom: 12px;
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 500;
  }
  .group_re p{
    margin-bottom: 0;
  }
  .career-item.locked p {
      display: flex;
      flex-direction: column;
      margin: 0;
  }  
  .item {
      flex-direction: column;
      margin-bottom: 10px;
  }
  .item-title{
    margin-bottom: 50px;
    font-size: 16px;
  }
  .bg_login{
    background-image: unset !important; 
  }
  #login_form .forgot, #login_form label, .register .btn-register-now, .register p{
    font-size: 11px !important;
  }
  .btn-login-modal{
    height: 30px !important;
    width: 150px !important;
    padding: 0 !important;
  }
  .input-small {
    width: 60px !important;
    padding: 0 !important;
  }
  .box-van-han {
      padding: 20px 0;
  }  
  .item div:first-child {
      display: inline-block;
      width: 100%;
  }
  .circle, .circle_color {
      width: 55px;
      height: 55px;
  }
  .form-buttons .btn{
    width: 100%;
  }
  .vp-content ul{
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header.header_home{
    height: 400px;
  }
}
