*{
    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;
}


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




.tlg-mc-page {
    --blue: #1E50A2;
    --blue-dark: #123b7c;
    --blue-light: #3476d4;
    --red: #ff5858;
    --red-light: #ff8585;
    --white: #ffffff;
    --black: #101828;
    --gray: #e9f2ff;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif;
    color: var(--white);
    background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,.08) 0 2px, transparent 3px),
    radial-gradient(circle at 90% 80%, rgba(255,88,88,.10) 0 2px, transparent 3px),
    linear-gradient(135deg, #1E50A2 0%, #17478f 50%, #123b7c 100%);

    border: 2px solid var(--red);
    border-radius: 18px;
    box-shadow:
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 0 25px rgba(255,88,88,.18),
    0 20px 50px rgba(0,0,0,.25);

    line-height: 1.75;
    overflow: hidden;
    position: relative;
}

/* Hiệu ứng nền */
.tlg-mc-page::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 35px 35px;
    mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.tlg-mc-page * {
    box-sizing: border-box;
}

.tlg-mc-page .tlg-content {
    position: relative;
    z-index: 2;
}

/* Tiêu đề */
.tlg-mc-page h2,
.tlg-mc-page h3 {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    letter-spacing: .2px;
}

.tlg-mc-page h2 {
    margin: 38px 0 18px;
    padding: 13px 18px 13px 22px;

    color: #ffffff;
    background:
    linear-gradient(90deg, rgba(255,88,88,.18), rgba(255,255,255,.06));
    border: 1px solid rgba(255,88,88,.75);
    border-left: 5px solid var(--red);
    border-radius: 8px;

    font-size: clamp(21px, 3vw, 29px);
    line-height: 1.35;

    text-shadow: 0 0 12px rgba(255,255,255,.18);
    box-shadow: 0 0 20px rgba(255,88,88,.08);
}

.tlg-mc-page h2::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 45px;
    height: 2px;
    background: var(--red);
    box-shadow: 0 0 10px var(--red);
    transform: translateY(-50%);
}

.tlg-mc-page h3 {
    margin: 27px 0 12px;
    padding-left: 15px;

    color: #ffffff;
    font-size: clamp(17px, 2.2vw, 21px);
    line-height: 1.45;
}

.tlg-mc-page h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;

    width: 6px;
    height: 65%;

    background: var(--red);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255,88,88,.8);
}

/* Đoạn văn */
.tlg-mc-page p {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 16px;
}

.tlg-mc-page strong {
    color: #ffffff;
    font-weight: 700;
}

.tlg-mc-page a {
    color: #ffffff;
}

/* Box tóm tắt */
.tlg-mc-page .tlg-summary {
    margin: 25px 0 30px;
    padding: 22px;

    background: rgba(8, 37, 83, .55);
    border: 1px solid var(--red);
    border-radius: 12px;

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

.tlg-mc-page .tlg-summary-title {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

/* Danh sách */
.tlg-mc-page ul,
.tlg-mc-page ol {
    margin: 12px 0 20px;
    padding-left: 27px;
}

.tlg-mc-page li {
    margin: 7px 0;
    padding-left: 4px;
    color: #ffffff;
}

.tlg-mc-page ul li::marker,
.tlg-mc-page ol li::marker {
    color: var(--red);
    font-weight: bold;
}

/* Box thông tin */
.tlg-mc-page .tlg-info {
    margin: 20px 0;
    padding: 18px 20px;

    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,88,88,.65);
    border-radius: 10px;

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

.tlg-mc-page .tlg-info strong {
    color: #ffffff;
}

/* Highlight */
.tlg-mc-page .tlg-highlight {
    display: inline-block;
    padding: 2px 7px;

    color: #ffffff;
    background: rgba(255,88,88,.18);
    border: 1px solid rgba(255,88,88,.7);
    border-radius: 5px;
}

/* TABLE */
.tlg-mc-page .tlg-table-wrap {
    width: 100%;
    margin: 20px 0 28px;
    overflow-x: auto;

    border: 1px solid var(--red);
    border-radius: 10px;

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

.tlg-mc-page table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;

    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #101828;
}

.tlg-mc-page th {
    padding: 14px 13px;

    color: #ffffff !important;
    background: #123b7c !important;

    border: 1px solid #ff5858;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
}

.tlg-mc-page td {
    padding: 13px;

    color: #101828 !important;
    background: #ffffff !important;

    border: 1px solid #b9c9dd;
    vertical-align: top;
}

.tlg-mc-page tr:nth-child(even) td {
    background: #edf4ff !important;
    color: #101828 !important;
}

.tlg-mc-page tr:hover td {
    background: #dceaff !important;
    color: #101828 !important;
}

.tlg-mc-page td strong {
    color: #123b7c !important;
}

/* Giá */
.tlg-mc-page .tlg-price {
    display: inline-block;
    color: #ff5858 !important;
    background: #ffffff;
    padding: 2px 7px;
    border-radius: 5px;
    font-weight: 700;
}

/* Card giá */
.tlg-mc-page .tlg-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0 25px;
}

.tlg-mc-page .tlg-price-card {
    padding: 20px 15px;
    text-align: center;

    background: rgba(255,255,255,.09);
    border: 1px solid var(--red);
    border-radius: 12px;

    transition: transform .25s ease, box-shadow .25s ease;
}

.tlg-mc-page .tlg-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(255,88,88,.15);
}

.tlg-mc-page .tlg-price-card .icon {
    display: block;
    margin-bottom: 8px;
    font-size: 27px;
}

.tlg-mc-page .tlg-price-card .label {
    display: block;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}

.tlg-mc-page .tlg-price-card .amount {
    display: block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
}

/* Timeline quy trình */
.tlg-mc-page .tlg-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin: 22px 0 30px;
}

.tlg-mc-page .tlg-step {
    position: relative;
    padding: 17px 13px;

    background: rgba(9, 43, 93, .6);
    border: 1px solid rgba(255,88,88,.65);
    border-radius: 10px;

    text-align: center;
}

.tlg-mc-page .tlg-step-number {
    display: flex;
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;

    align-items: center;
    justify-content: center;

    color: #ffffff;
    background: var(--red);
    border-radius: 50%;

    font-weight: 700;
    box-shadow: 0 0 14px rgba(255,88,88,.45);
}

.tlg-mc-page .tlg-step-text {
    color: #ffffff;
    font-size: 14px;
}

/* CTA */
.tlg-mc-page .tlg-cta {
    margin-top: 35px;
    padding: 28px 24px;

    text-align: center;

    background:
    linear-gradient(135deg, rgba(255,88,88,.20), rgba(255,255,255,.06)),
    #123b7c;

    border: 2px solid var(--red);
    border-radius: 15px;

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

.tlg-mc-page .tlg-cta-title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(21px, 3vw, 29px);
    font-weight: 700;
}

.tlg-mc-page .tlg-cta p {
    margin-bottom: 8px;
}

.tlg-mc-page .tlg-hotline {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 18px;

    color: #101828 !important;
    background: #ffffff;
    border: 2px solid var(--red);
    border-radius: 8px;

    font-size: 20px;
    font-weight: 700;
    text-decoration: none;

    box-shadow: 0 0 18px rgba(255,255,255,.12);
    transition: .25s ease;
}

.tlg-mc-page .tlg-hotline:hover {
    color: #ffffff !important;
    background: var(--red);
    transform: translateY(-2px);
}

/* FAQ */
.tlg-mc-page .tlg-faq {
    margin: 12px 0;
    padding: 16px 18px;

    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.18);
    border-left: 3px solid var(--red);
    border-radius: 8px;
}

.tlg-mc-page .tlg-faq-question {
    margin-bottom: 7px;
    color: #ffffff;
    font-weight: 700;
}

.tlg-mc-page .tlg-faq-answer {
    color: #ffffff;
}

/* Mobile */
@media (max-width: 900px) {
    .tlg-mc-page {
    padding: 16px;
    border-radius: 12px;
    }

    .tlg-mc-page .tlg-price-grid {
    grid-template-columns: 1fr;
    }

    .tlg-mc-page .tlg-process {
    grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .tlg-mc-page {
    padding: 12px;
    border-width: 1px;
    border-radius: 9px;
    }

    .tlg-mc-page p,
    .tlg-mc-page li {
    font-size: 15px;
    line-height: 1.7;
    }

    .tlg-mc-page h2 {
    margin-top: 27px;
    padding: 11px 13px 11px 16px;
    }

    .tlg-mc-page h2::after {
    display: none;
    }

    .tlg-mc-page h3 {
    font-size: 18px;
    }

    .tlg-mc-page .tlg-summary,
    .tlg-mc-page .tlg-info,
    .tlg-mc-page .tlg-cta {
    padding: 17px 14px;
    }

    .tlg-mc-page .tlg-process {
    grid-template-columns: 1fr;
    }

    .tlg-mc-page table {
    min-width: 620px;
    font-size: 14px;
    }

    .tlg-mc-page th,
    .tlg-mc-page td {
    padding: 10px;
    }

    .tlg-mc-page .tlg-hotline {
    width: 100%;
    font-size: 18px;
    }
}
