*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#f5f5f5;
    font-family:Arial, Helvetica, sans-serif;
    color:#333;
    line-height:1.7;
}

/* ===========================
   Khung website
=========================== */

.container{
    width:min(95%,900px);
    margin:30px auto;
    padding:10px;
    background:#fff;
    border-radius:8px;
}

/* ===========================
   Ảnh nền
=========================== */

.image_background img{
    width:100%;
    display:block;
    border-radius:10px;
    object-fit:cover;
}

/* ===========================
   Header
=========================== */

.header_info{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin:20px 0 30px;
    flex-wrap:wrap;
}

.left_info{
    display:flex;
    align-items:center;
    gap:15px;
}

.header_profile{
    width:110px;
    height:110px;
    border:3px solid #ff5858;
    border-radius:50%;
    overflow:hidden;
    flex-shrink:0;
}

.header_profile img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.left_info h1{
    color:#1E50A2;
    font-size:clamp(24px,4vw,38px);
}

.right_info{
    display:flex;
    gap:15px;
    align-items:center;
    flex-wrap:wrap;
}

.logo_social{
    width:55px;
    height:55px;
}

.logo_social img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* ===========================
   BIO
=========================== */

.bio_box{
    width:100%;
    margin-top:20px;
    padding:25px;
    border:2px solid #ff5858;
    border-radius:12px;
    background:#fff;
}

.bio_box h1{
    color:#1E50A2;
    font-size:32px;
    margin-bottom:20px;
    line-height:1.4;
}

.bio_box h2{
    color:#1E50A2;
    font-size:24px;
    margin:30px 0 15px;
}

.bio_box h3{
    color:#ff5858;
    font-size:20px;
    margin:25px 0 10px;
}

.bio_box p{
    margin-bottom:15px;
}

.bio_box ul{
    padding-left:25px;
    margin:15px 0;
}

.bio_box li{
    margin-bottom:8px;
}

.bio_box table{
    width:100%;
    border-collapse:collapse;
    margin:20px 0;
}

.bio_box th,
.bio_box td{
    border:1px solid #ddd;
    padding:12px;
}

.bio_box th{
    background:#1E50A2;
    color:#fff;
    text-align:center;
}

.bio_box td:first-child{
    text-align:left;
}

.bio_box td:last-child{
    text-align:center;
    font-weight:bold;
}

.bio_box tbody tr:nth-child(even){
    background:#f8f9fa;
}

.bio_box a{
    color:#1E50A2;
    text-decoration:none;
    font-weight:bold;
}

.bio_box a:hover{
    text-decoration:underline;
}
.bio_box img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    border-radius:8px; /* tùy chọn */
}

/* ===========================
   Tablet
=========================== */

@media (max-width:768px){

    .container{
        width:95%;
        margin:15px auto;
        padding:10px;
    }

    .header_info{
        flex-direction:column;
        text-align:center;
    }

    .left_info{
        flex-direction:column;
    }

    .right_info{
        justify-content:center;
    }

    .header_profile{
        width:90px;
        height:90px;
    }

    .logo_social{
        width:45px;
        height:45px;
    }

    .bio_box{
        padding:18px;
    }

    .bio_box h1{
        font-size:26px;
    }

    .bio_box h2{
        font-size:22px;
    }

    .bio_box h3{
        font-size:18px;
    }

    .bio_box table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
    }
}

/* ===========================
   Mobile
=========================== */

@media (max-width:480px){

    .container{
        width:98%;
        padding:6px;
    }

    .header_profile{
        width:75px;
        height:75px;
    }

    .left_info h1{
        font-size:22px;
    }

    .logo_social{
        width:38px;
        height:38px;
    }

    .bio_box{
        padding:15px;
    }

    .bio_box h1{
        font-size:22px;
    }

    .bio_box h2{
        font-size:20px;
    }

    .bio_box h3{
        font-size:17px;
    }

    .bio_box th,
    .bio_box td{
        padding:10px;
        font-size:14px;
    }
}
/* ===========================
   CONTENT XE
=========================== */
.content_xe{
    width:100%;
    max-width:880px;
    border:2px solid #ff5858;
    border-radius:3px;
    padding:10px;
    margin:auto;
    overflow-x:auto;
}
.content_xe h2 {
    padding: 20px 0;
}
/* ===========================
   Bảng dịch vụ
=========================== */
.service-table{
    width:100%;
    min-width:600px;
    border-collapse:collapse;
    border:2px solid #ff5858;
}

.service-table th,
.service-table td{
    border:1px solid #ff5858;
    padding:10px 12px;
    text-align:center;
}

.service-table th{
    background:#1E50A2;
    color:#fff;
    font-weight:bold;
}

.service-table tbody tr:nth-child(even){
    background:#f8f9fa;
}

.service-table tbody tr:hover{
    background:#eef5ff;
}

.service-table a{
    color:#1E50A2;
    text-decoration:none;
    font-weight:600;
}

.service-table a:hover{
    text-decoration:underline;
}





/* =============================================================== */





.tlm-content,
.tlm-content * {
  box-sizing: border-box;
}

.tlm-content {
  --tlm-blue: #1E50A2;
  --tlm-blue-dark: #123873;
  --tlm-blue-deep: #0d2857;
  --tlm-blue-light: #2d72d5;
  --tlm-red: #ff5858;
  --tlm-red-light: #ff8585;
  --tlm-white: #ffffff;

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 45px);

  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(255,255,255,.10),
      transparent 25%
    ),
    radial-gradient(
      circle at 90% 20%,
      rgba(255,88,88,.12),
      transparent 25%
    ),
    linear-gradient(
      145deg,
      #1E50A2 0%,
      #17458d 50%,
      #123873 100%
    );

  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;

  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;

  position: relative;
  overflow: hidden;

  box-shadow:
    0 20px 60px rgba(0,0,0,.25),
    inset 0 0 50px rgba(255,255,255,.035);
}


/* ==========================================
   FUTURISTIC GRID BACKGROUND
   ========================================== */

.tlm-content::before {
  content: "";
  position: absolute;
  inset: 0;

  pointer-events: none;

  opacity: .25;

  background-image:
    linear-gradient(
      rgba(255,255,255,.04) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.04) 1px,
      transparent 1px
    );

  background-size: 32px 32px;

  mask-image:
    linear-gradient(
      to bottom,
      black,
      transparent 85%
    );
}


/* ==========================================
   FUTURISTIC CIRCLE
   ========================================== */

.tlm-content::after {
  content: "";

  position: absolute;

  width: 280px;
  height: 280px;

  top: -150px;
  right: -100px;

  border: 1px solid rgba(255,88,88,.45);

  border-radius: 50%;

  box-shadow:
    0 0 0 25px rgba(255,88,88,.04),
    0 0 0 50px rgba(255,88,88,.025);

  pointer-events: none;
}


/* ==========================================
   CONTENT LAYER
   ========================================== */

.tlm-content > * {
  position: relative;
  z-index: 1;
}


/* ==========================================
   TEXT
   ========================================== */

.tlm-content p {
  margin: 0 0 18px;
  color: #ffffff;
}

.tlm-content strong {
  color: #ffffff;
  font-weight: 700;
}

.tlm-content em {
  color: #ffffff;
}

.tlm-content a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #ff5858;
  text-underline-offset: 3px;
}

.tlm-content a:hover {
  color: #ff8585;
}


/* ==========================================
   H2
   ========================================== */

.tlm-content h2 {
  margin: 48px 0 22px;

  padding: 15px 20px;

  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.35;

  color: #ffffff !important;

  background:
    linear-gradient(
      90deg,
      rgba(255,88,88,.18),
      rgba(255,255,255,.05),
      transparent
    );

  border-left: 5px solid #ff5858;
  border-bottom: 1px solid rgba(255,255,255,.16);

  text-shadow:
    0 0 15px rgba(255,255,255,.18);

  position: relative;
}

.tlm-content h2::after {
  content: "";

  position: absolute;

  left: 20px;
  bottom: -1px;

  width: 70px;
  height: 2px;

  background: #ff5858;

  box-shadow:
    0 0 10px #ff5858;
}


/* ==========================================
   H3
   ========================================== */

.tlm-content h3 {
  margin: 30px 0 14px;

  padding-left: 15px;

  font-size: clamp(18px, 2.3vw, 22px);
  line-height: 1.4;

  color: #ffffff !important;

  border-left: 3px solid #ff5858;

  text-shadow:
    0 0 8px rgba(255,255,255,.08);
}


/* ==========================================
   LIST
   ========================================== */

.tlm-content ul,
.tlm-content ol {
  margin: 0 0 22px;
  padding-left: 25px;
}

.tlm-content li {
  margin-bottom: 9px;
  color: #ffffff !important;
}

.tlm-content ul li::marker,
.tlm-content ol li::marker {
  color: #ff5858;
  font-weight: 700;
}


/* ==========================================
   INTRO BOX
   ========================================== */

.tlm-content .tlm-intro {
  padding: clamp(20px, 4vw, 32px);

  margin-bottom: 30px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.10),
      rgba(255,255,255,.035)
    );

  border: 1px solid rgba(255,255,255,.20);

  border-left: 5px solid #ff5858;

  border-radius: 14px;

  box-shadow:
    inset 0 0 25px rgba(255,255,255,.025),
    0 10px 35px rgba(0,0,0,.12);
}

.tlm-content .tlm-intro p:last-child {
  margin-bottom: 0;
}


/* ==========================================
   BADGE
   ========================================== */

.tlm-content .tlm-badge {
  display: inline-block;

  margin-bottom: 12px;

  padding: 6px 13px;

  color: #ffffff !important;

  background:
    rgba(255,88,88,.15);

  border:
    1px solid rgba(255,88,88,.55);

  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: .7px;
  text-transform: uppercase;

  box-shadow:
    0 0 15px rgba(255,88,88,.08);
}


/* ==========================================
   HIGHLIGHT BOX
   ========================================== */

.tlm-content .tlm-highlight {
  margin: 25px 0;

  padding: 20px 22px;

  background:
    rgba(255,88,88,.10);

  border:
    1px solid rgba(255,88,88,.55);

  border-radius: 12px;

  color: #ffffff !important;

  box-shadow:
    0 0 25px rgba(255,88,88,.08);
}

.tlm-content .tlm-highlight strong {
  color: #ffffff !important;
}


/* ==========================================
   CARD
   ========================================== */

.tlm-content .tlm-card {
  margin: 22px 0;

  padding: 22px;

  background:
    rgba(255,255,255,.055);

  border:
    1px solid rgba(255,255,255,.16);

  border-radius: 14px;

  position: relative;

  overflow: hidden;

  color: #ffffff !important;
}

.tlm-content .tlm-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 4px;
  height: 100%;

  background: #ff5858;

  box-shadow:
    0 0 12px rgba(255,88,88,.7);
}

.tlm-content .tlm-card-title {
  margin: 0 0 12px;

  font-size: 19px;
  font-weight: 700;

  color: #ffffff !important;
}


/* ==========================================
   TABLE WRAPPER
   ========================================== */

.tlm-content .tlm-table-wrap {
  width: 100%;

  overflow-x: auto;

  margin: 25px 0 32px;

  border:
    1px solid #ff5858;

  border-radius: 14px;

  background: #123873 !important;

  box-shadow:
    0 10px 30px rgba(0,0,0,.22),
    0 0 20px rgba(255,88,88,.08);

  -webkit-overflow-scrolling: touch;
}


/* ==========================================
   TABLE
   QUAN TRỌNG:
   ÉP NỀN XANH + CHỮ TRẮNG
   ========================================== */

.tlm-content table {
  width: 100%;

  min-width: 680px;

  border-collapse: collapse;
  border-spacing: 0;

  background: #123873 !important;

  color: #ffffff !important;

  font-family:
    Arial,
    Helvetica,
    sans-serif;
}


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

.tlm-content table thead {
  background: #ff5858 !important;
  color: #ffffff !important;
}

.tlm-content table thead tr {
  background: #ff5858 !important;
  color: #ffffff !important;
}

.tlm-content table th {
  padding: 16px 15px;

  background: #ff5858 !important;

  color: #ffffff !important;

  border:
    1px solid rgba(255,255,255,.40);

  font-weight: 700;

  text-align: left;

  vertical-align: middle;
}

.tlm-content table th strong {
  color: #ffffff !important;
}


/* ==========================================
   TABLE BODY
   ========================================== */

.tlm-content table tbody {
  background: #123873 !important;
  color: #ffffff !important;
}


/* Dòng lẻ */

.tlm-content table tbody tr:nth-child(odd) {
  background: #123873 !important;

  color: #ffffff !important;
}


/* Dòng chẵn */

.tlm-content table tbody tr:nth-child(even) {
  background: #17458d !important;

  color: #ffffff !important;
}


/* ==========================================
   TABLE CELL
   ========================================== */

.tlm-content table td {
  padding: 15px;

  background: transparent !important;

  color: #ffffff !important;

  border:
    1px solid rgba(255,255,255,.18);

  text-align: left;

  vertical-align: middle;
}

.tlm-content table td strong {
  color: #ffffff !important;
}


/* ==========================================
   TABLE HOVER
   ========================================== */

.tlm-content table tbody tr:hover {
  background: #1E50A2 !important;
}

.tlm-content table tbody tr:hover td {
  background: #1E50A2 !important;

  color: #ffffff !important;
}


/* ==========================================
   TABLE LINK
   ========================================== */

.tlm-content table a {
  color: #ffffff !important;

  text-decoration:
    underline;

  text-decoration-color:
    #ff5858;
}


/* ==========================================
   CTA
   ========================================== */

.tlm-content .tlm-cta {
  margin-top: 45px;

  padding:
    clamp(25px, 5vw, 40px);

  text-align: center;

  background:
    linear-gradient(
      135deg,
      rgba(255,88,88,.18),
      rgba(255,255,255,.06)
    );

  border:
    2px solid #ff5858;

  border-radius: 18px;

  color: #ffffff !important;

  box-shadow:
    0 0 30px rgba(255,88,88,.13),
    inset 0 0 30px rgba(255,255,255,.025);
}

.tlm-content .tlm-cta h2 {
  margin-top: 0;

  border: 0;

  padding-left: 0;

  background: none;
}

.tlm-content .tlm-cta p,
.tlm-content .tlm-cta strong {
  color: #ffffff !important;
}


/* ==========================================
   PHONE BUTTON
   ========================================== */

.tlm-content .tlm-phone {
  display: inline-block;

  margin: 10px 0;

  padding:
    12px 25px;

  color: #ffffff !important;

  background:
    #ff5858 !important;

  border:
    1px solid #ff8585;

  border-radius: 8px;

  font-size:
    clamp(20px, 4vw, 28px);

  font-weight: 700;

  letter-spacing: .5px;

  text-decoration: none !important;

  box-shadow:
    0 8px 25px rgba(255,88,88,.25);

  transition:
    all .25s ease;
}

.tlm-content .tlm-phone:hover {
  color: #ffffff !important;

  background: #e84747 !important;

  transform:
    translateY(-2px);

  box-shadow:
    0 12px 30px rgba(255,88,88,.4);
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 768px) {

  .tlm-content {
    padding: 18px 15px;

    border-radius: 12px;

    font-size: 15px;

    line-height: 1.7;
  }

  .tlm-content h2 {
    margin-top: 36px;

    padding:
      13px 15px;

    font-size: 22px;
  }

  .tlm-content h3 {
    margin-top: 25px;

    padding-left: 12px;

    font-size: 18px;
  }

  .tlm-content .tlm-card {
    padding: 18px 17px;
  }

  .tlm-content table {
    min-width: 650px;
  }

  .tlm-content table th,
  .tlm-content table td {
    padding: 12px;

    font-size: 14px;
  }

  .tlm-content ul,
  .tlm-content ol {
    padding-left: 22px;
  }
}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 480px) {

  .tlm-content {
    padding: 14px 11px;

    font-size: 14px;

    line-height: 1.7;
  }

  .tlm-content h2 {
    font-size: 20px;

    padding:
      12px 13px;
  }

  .tlm-content h3 {
    font-size: 17px;
  }

  .tlm-content .tlm-intro,
  .tlm-content .tlm-highlight {
    padding: 16px;
  }

  .tlm-content .tlm-card {
    padding: 17px 15px;
  }

  .tlm-content .tlm-cta {
    padding:
      22px 15px;
  }

  .tlm-content .tlm-phone {
    width: 100%;

    font-size: 20px;
  }

  .tlm-content .tlm-badge {
    font-size: 11px;
  }
}


/* ==========================================
   SIÊU NHỎ
   ========================================== */

@media (max-width: 360px) {

  .tlm-content {
    padding: 12px 9px;

    font-size: 13px;
  }

  .tlm-content h2 {
    font-size: 18px;
  }

  .tlm-content h3 {
    font-size: 16px;
  }

  .tlm-content table {
    min-width: 600px;
  }

  .tlm-content table th,
  .tlm-content table td {
    padding: 10px;

    font-size: 13px;
  }
}