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




















/* ================================================= */
:root{--blue:#1E50A2;--red:#ff5858;--ink:#fff;--dark:#07162b;--line:rgba(255,88,88,.72);--glass:rgba(7,22,43,.34)}
*{box-sizing:border-box}
.tlg-future{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:radial-gradient(circle at 10% 0%,rgba(255,88,88,.13),transparent 28%),radial-gradient(circle at 90% 20%,rgba(112,190,255,.18),transparent 25%),linear-gradient(135deg,#163e7d 0%,#1E50A2 46%,#123b79 100%);padding:clamp(14px,3vw,36px);line-height:1.7;min-height:100%;position:relative;overflow:hidden}
.tlg-future:before{content:"";position:absolute;inset:0;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:34px 34px;pointer-events:none;mask-image:linear-gradient(to bottom,rgba(0,0,0,.95),transparent 90%)}
.tlg-future .tlg-shell{position:relative;max-width:1180px;margin:auto;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border:1px solid var(--line);box-shadow:0 0 0 1px rgba(255,88,88,.12) inset,0 18px 60px rgba(0,0,0,.28);backdrop-filter:blur(10px);border-radius:20px;padding:clamp(18px,3vw,40px)}
.tlg-future h1,.tlg-future h2,.tlg-future h3{font-weight:800;letter-spacing:.02em;line-height:1.22;margin:1.6em 0 .65em;color:#fff;text-wrap:balance}
.tlg-future h1{font-size:clamp(28px,4vw,48px);margin-top:0;text-shadow:0 0 22px rgba(255,88,88,.25)}
.tlg-future h2{font-size:clamp(22px,3vw,34px);padding-left:14px;border-left:4px solid var(--red)}
.tlg-future h3{font-size:clamp(18px,2.2vw,24px);color:#fff}
.tlg-future p{margin:0 0 1rem}
.tlg-future strong{color:#fff;text-shadow:0 0 9px rgba(255,88,88,.16)}
.tlg-future a{color:#fff;text-decoration-thickness:2px;text-underline-offset:3px}
.tlg-future ul,.tlg-future ol{padding-left:1.25rem;margin:.5rem 0 1.2rem}
.tlg-future li{margin:.35rem 0}
.tlg-future blockquote{margin:1rem 0;padding:1rem 1.2rem;border:1px solid var(--line);border-left:4px solid var(--red);background:var(--glass);border-radius:12px;box-shadow:inset 0 0 24px rgba(255,88,88,.05)}
.tlg-future table{width:100%;border-collapse:separate;border-spacing:0;margin:1.25rem 0;overflow:hidden;border:2px solid #ff5858;border-radius:14px;background:#fff!important;color:#111!important}
.tlg-future th,.tlg-future td{padding:12px 14px;text-align:left;border-bottom:1px solid #ff5858;border-right:1px solid #ff5858;vertical-align:top;background:#fff!important;color:#111!important}
.tlg-future th:last-child,.tlg-future td:last-child{border-right:0}
.tlg-future tr:last-child td{border-bottom:0}
.tlg-future thead th{background:#1E50A2!important;color:#fff!important;font-weight:800;position:sticky;top:0}
.tlg-future thead th strong{color:#fff!important}
.tlg-future tbody td strong{color:#1E50A2!important;text-shadow:none}
.tlg-future tbody td:nth-child(3) strong{color:#ff5858!important}
.tlg-future tbody tr:hover td{background:#f2f6ff!important;color:#111!important}
.tlg-future hr{border:0;border-top:1px solid var(--line);margin:2rem 0}
.tlg-future .tlg-shell>*:first-child{margin-top:0}
@media (max-width:800px){.tlg-future{padding:10px}.tlg-future .tlg-shell{padding:16px;border-radius:14px}.tlg-future table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;background:#fff!important}.tlg-future th,.tlg-future td{min-width:150px;background:#fff!important;color:#111!important}.tlg-future thead th{background:#1E50A2!important;color:#fff!important}.tlg-future p,.tlg-future li{font-size:15px}}
@media (max-width:480px){.tlg-future h2{padding-left:10px}.tlg-future th,.tlg-future td{padding:10px 11px}.tlg-future{line-height:1.6}}
@media (prefers-reduced-motion:no-preference){.tlg-future .tlg-shell{animation:tlgIn .7s ease both}@keyframes tlgIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}}
          