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

/* ===========================
   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;
    }
}
.bio_box img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    border-radius:8px; /* tùy chọn */
}

/* ===========================
   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-future-content {
    --tlg-blue: #1E50A2;
    --tlg-blue-dark: #12366f;
    --tlg-blue-light: #2a6bc8;
    --tlg-red: #ff5858;
    --tlg-white: #ffffff;
    --tlg-black: #101318;
    --tlg-gray: #f4f7fb;
    --tlg-border: rgba(255, 88, 88, 0.65);

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(20px, 4vw, 50px);
    box-sizing: border-box;

    background:
        radial-gradient(circle at 10% 10%, rgba(255,255,255,.10) 0, transparent 28%),
        radial-gradient(circle at 90% 20%, rgba(255,88,88,.13) 0, transparent 24%),
        linear-gradient(145deg, #1E50A2 0%, #18458e 45%, #12366f 100%);

    color: var(--tlg-white);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.75;
    font-size: 16px;

    border: 1px solid var(--tlg-border);
    border-radius: 24px;

    position: relative;
    overflow: hidden;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, .22),
        inset 0 0 40px rgba(255,255,255,.04);
}

/* =========================================================
    HIỆU ỨNG NỀN CÔNG NGHỆ
========================================================= */

.tlg-future-content::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

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

    background-size: 30px 30px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent);
}

.tlg-future-content::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -100px;
    right: -80px;
    border: 1px solid rgba(255,88,88,.35);
    border-radius: 50%;
    box-shadow:
        0 0 0 20px rgba(255,255,255,.015),
        0 0 0 40px rgba(255,255,255,.01);
    pointer-events: none;
}

.tlg-future-content > * {
    position: relative;
    z-index: 2;
}

/* =========================================================
    TIÊU ĐỀ
========================================================= */

.tlg-future-content h1,
.tlg-future-content h2,
.tlg-future-content h3,
.tlg-future-content h4 {
    margin-top: 1.6em;
    margin-bottom: .7em;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .2px;
}

.tlg-future-content h1 {
    margin-top: 0;
    color: #fff;
    font-size: clamp(28px, 5vw, 46px);
    text-align: center;
    text-transform: uppercase;

    padding: 22px 20px;

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

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

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

.tlg-future-content h2 {
    font-size: clamp(23px, 3vw, 33px);
    color: #ffffff;

    padding: 14px 18px;
    border-left: 5px solid var(--tlg-red);

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

    border-radius: 10px;
}

.tlg-future-content h3 {
    font-size: clamp(19px, 2.5vw, 25px);
    color: #ffffff;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255,88,88,.50);
    position: relative;
}

.tlg-future-content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 3px;
    background: var(--tlg-red);
    border-radius: 3px;
}

.tlg-future-content p {
    margin: 0 0 16px;
    color: #ffffff;
}

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

.tlg-future-content em {
    color: #ffe7e7;
}

/* =========================================================
    LINK / HIGHLIGHT
========================================================= */

.tlg-future-content a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: var(--tlg-red);
    text-underline-offset: 3px;
}

.tlg-future-content a:hover {
    color: #ffe4e4;
}

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

.tlg-future-content ul,
.tlg-future-content ol {
    margin: 10px 0 22px;
    padding-left: 24px;
}

.tlg-future-content li {
    margin-bottom: 9px;
    color: #ffffff;
}

.tlg-future-content li::marker {
    color: var(--tlg-red);
    font-weight: bold;
}

/* =========================================================
    BOX THÔNG TIN
========================================================= */

.tlg-future-content blockquote {
    margin: 25px 0;
    padding: 18px 20px;

    border-left: 4px solid var(--tlg-red);
    border-radius: 12px;

    background: rgba(255,255,255,.08);
    color: #ffffff;

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

/* =========================================================
    TABLE
    QUAN TRỌNG: NỀN SÁNG + CHỮ TỐI
========================================================= */

.tlg-future-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 28px 0;
    overflow: hidden;

    background: #ffffff;
    color: #101318;

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

    box-shadow:
        0 12px 30px rgba(0,0,0,.18);
}

.tlg-future-content thead th {
    background:
        linear-gradient(
            135deg,
            #173e7e,
            #1E50A2
        );

    color: #ffffff;
    font-weight: 700;

    text-align: left;
    border-bottom: 2px solid var(--tlg-red);
}

.tlg-future-content th,
.tlg-future-content td {
    padding: 14px 15px;
    vertical-align: top;
    border-right: 1px solid #d7dce4;
    border-bottom: 1px solid #d7dce4;
}

.tlg-future-content th:last-child,
.tlg-future-content td:last-child {
    border-right: none;
}

.tlg-future-content tbody tr:last-child td {
    border-bottom: none;
}

.tlg-future-content tbody tr:nth-child(even) {
    background: #f3f6fa;
}

.tlg-future-content tbody tr:nth-child(odd) {
    background: #ffffff;
}

.tlg-future-content tbody td {
    color: #101318;
}

.tlg-future-content tbody td strong {
    color: #101318;
}

.tlg-future-content tbody tr:hover {
    background: #fff0f0;
}

/* =========================================================
    BADGE GIÁ
========================================================= */

.tlg-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 5px 12px;
    margin: 3px;

    color: #ffffff !important;
    background: linear-gradient(135deg, #ff5858, #d93f3f);

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

    font-weight: 700;

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

/* =========================================================
    KHỐI CTA / CONTACT
========================================================= */

.tlg-cta {
    margin-top: 35px;
    padding: 28px;

    text-align: center;

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

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

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

.tlg-cta h2 {
    border: 0;
    padding: 0;
    margin-top: 0;
    background: transparent;
}

.tlg-phone {
    display: inline-block;

    margin-top: 12px;
    padding: 12px 22px;

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

    text-decoration: none !important;

    border-radius: 999px;
    border: 2px solid #ffffff;

    font-size: clamp(18px, 3vw, 25px);
    font-weight: 700;

    box-shadow:
        0 8px 20px rgba(0,0,0,.15);
}

.tlg-phone:hover {
    background: #ffffff;
    color: #ff5858 !important;
}

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

.tlg-feature-box {
    margin: 24px 0;
    padding: 20px;

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

    background: rgba(255,255,255,.06);
}

.tlg-feature-box strong {
    color: #ffffff;
}

/* =========================================================
    RESPONSIVE TABLE
========================================================= */

@media (max-width: 768px) {
    .tlg-future-content {
        padding: 18px 14px;
        border-radius: 16px;
        font-size: 15px;
    }

    .tlg-future-content h1 {
        padding: 18px 14px;
    }

    .tlg-future-content h2 {
        padding: 12px 14px;
    }

    .tlg-future-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: normal;
    }

    .tlg-future-content table th,
    .tlg-future-content table td {
        min-width: 180px;
        padding: 11px 12px;
        font-size: 14px;
    }

    .tlg-cta {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .tlg-future-content {
        font-size: 14px;
        line-height: 1.65;
    }

    .tlg-future-content h1 {
        font-size: 25px;
    }

    .tlg-future-content h2 {
        font-size: 20px;
    }

    .tlg-future-content h3 {
        font-size: 18px;
    }

    .tlg-future-content ul,
    .tlg-future-content ol {
        padding-left: 20px;
    }

    .tlg-price {
        padding: 4px 9px;
        font-size: 13px;
    }

    .tlg-phone {
        width: 100%;
        box-sizing: border-box;
    }
}

/* =========================================================
    MÀN HÌNH RỘNG
========================================================= */

@media (min-width: 1400px) {
    .tlg-future-content {
        max-width: 1300px;
        padding: 60px;
    }

    .tlg-future-content {
        font-size: 17px;
    }
}
















