*{
    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-moc-chau-bac-ninh {
    --blue: #1E50A2;
    --blue-dark: #123875;
    --blue-light: #2d68c7;
    --red: #ff5858;
    --white: #ffffff;
    --black: #111111;
    --gray: #f4f7fb;
    --gray-border: #dce3ed;

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

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

    color: var(--white);
    background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    var(--blue);

    background-size: 35px 35px;

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

    box-shadow:
    0 0 0 1px rgba(255,88,88,.15),
    0 0 30px rgba(255,88,88,.16),
    inset 0 0 35px rgba(0,0,0,.12);

    position: relative;
    overflow: hidden;
}

/* Hiệu ứng đường sáng sci-fi */
.tlg-moc-chau-bac-ninh::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--red);
    box-shadow:
    0 0 10px var(--red),
    0 0 25px var(--red);
    z-index: 1;
}

.tlg-moc-chau-bac-ninh * {
    box-sizing: border-box;
}

/* Heading */
.tlg-moc-chau-bac-ninh h2,
.tlg-moc-chau-bac-ninh h3 {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    margin-top: 32px;
    margin-bottom: 16px;
    line-height: 1.35;
}

.tlg-moc-chau-bac-ninh h2 {
    padding: 14px 18px;
    color: var(--white);
    background:
    linear-gradient(90deg, rgba(0,0,0,.24), rgba(255,255,255,.06));
    border-left: 5px solid var(--red);
    border-bottom: 1px solid rgba(255,255,255,.35);
    border-radius: 4px 12px 12px 4px;
    text-shadow: 0 0 8px rgba(255,255,255,.18);
}

.tlg-moc-chau-bac-ninh h2::after {
    content: "//";
    float: right;
    color: var(--red);
    font-weight: bold;
    opacity: .8;
}

.tlg-moc-chau-bac-ninh h3 {
    padding: 10px 14px;
    color: var(--black);
    background: var(--white);
    border-left: 4px solid var(--red);
    border-radius: 5px;
    box-shadow: 0 3px 12px rgba(0,0,0,.12);
}

/* Paragraph */
.tlg-moc-chau-bac-ninh p {
    margin: 12px 0;
    color: var(--white);
}

/* Chữ nhấn mạnh */
.tlg-moc-chau-bac-ninh strong {
    color: #ffffff;
    font-weight: 700;
}

/* Link */
.tlg-moc-chau-bac-ninh a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--red);
    text-decoration-thickness: 2px;
}

.tlg-moc-chau-bac-ninh a:hover {
    color: #ffe1e1;
}

/* Danh sách */
.tlg-moc-chau-bac-ninh ul,
.tlg-moc-chau-bac-ninh ol {
    margin: 15px 0;
    padding: 18px 25px 18px 45px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 10px;
}

.tlg-moc-chau-bac-ninh li {
    margin: 7px 0;
    color: #ffffff;
}

.tlg-moc-chau-bac-ninh li::marker {
    color: var(--red);
    font-weight: bold;
}

/* ================================
    TABLE
    Header: xanh đậm + chữ trắng
    Body: trắng + chữ đen
    => không bị lỗi màu chữ
    ================================ */

.tlg-table-wrap {
    width: 100%;
    margin: 22px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    border: 2px solid var(--red);
    border-radius: 12px;
    background: #ffffff;
    box-shadow:
    0 0 18px rgba(0,0,0,.15),
    0 0 15px rgba(255,88,88,.12);
}

.tlg-moc-chau-bac-ninh table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    background: #ffffff;
    color: #111111;
}

.tlg-moc-chau-bac-ninh thead {
    background: var(--blue-dark);
}

.tlg-moc-chau-bac-ninh th {
    padding: 14px 12px;
    color: #ffffff !important;
    background: var(--blue-dark) !important;
    border: 1px solid rgba(255,255,255,.3);
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
}

.tlg-moc-chau-bac-ninh td {
    padding: 13px 12px;
    color: #111111 !important;
    background: #ffffff !important;
    border: 1px solid var(--gray-border);
    vertical-align: top;
}

.tlg-moc-chau-bac-ninh tbody tr:nth-child(even) td {
    background: #f3f6fa !important;
    color: #111111 !important;
}

.tlg-moc-chau-bac-ninh tbody tr:hover td {
    background: #e7eef9 !important;
    color: #111111 !important;
}

.tlg-moc-chau-bac-ninh table strong {
    color: #111111 !important;
}

.tlg-moc-chau-bac-ninh th strong {
    color: #ffffff !important;
}

/* Ghi chú */
.tlg-note {
    margin: 15px 0 25px;
    padding: 14px 18px;
    color: #111111 !important;
    background: #ffffff;
    border-left: 5px solid var(--red);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,.12);
    font-style: italic;
}

/* Box thông tin */
.tlg-info-box {
    margin: 20px 0;
    padding: 20px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.35);
    border-left: 5px solid var(--red);
    border-radius: 12px;
}

/* Box hotline */
.tlg-hotline {
    margin: 25px 0;
    padding: 25px;
    text-align: center;
    background:
    linear-gradient(135deg, #123875, #1E50A2);
    border: 2px solid var(--red);
    border-radius: 14px;
    box-shadow:
    0 0 20px rgba(255,88,88,.2),
    inset 0 0 20px rgba(0,0,0,.12);
}

.tlg-hotline-title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.tlg-hotline-number {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 22px;
    color: #111111 !important;
    background: #ffffff;
    border: 2px solid var(--red);
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 0 12px rgba(255,88,88,.3);
}

.tlg-hotline-number:hover {
    background: #ffecec;
    color: #111111 !important;
}

/* Check icon */
.tlg-check {
    color: #111111;
    font-weight: 700;
}

/* FAQ */
.tlg-faq {
    margin: 12px 0;
    padding: 16px 18px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 10px;
}

.tlg-faq strong {
    color: #ffffff;
}

/* Mobile */
@media (max-width: 768px) {
    .tlg-moc-chau-bac-ninh {
    padding: 17px 13px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.65;
    }

    .tlg-moc-chau-bac-ninh h2 {
    padding: 12px 13px;
    margin-top: 25px;
    font-size: 21px;
    }

    .tlg-moc-chau-bac-ninh h2::after {
    display: none;
    }

    .tlg-moc-chau-bac-ninh h3 {
    padding: 9px 11px;
    font-size: 18px;
    }

    .tlg-moc-chau-bac-ninh ul,
    .tlg-moc-chau-bac-ninh ol {
    padding-left: 30px;
    }

    .tlg-hotline {
    padding: 20px 12px;
    }

    .tlg-hotline-number {
    font-size: 20px;
    }

    .tlg-table-wrap {
    margin-left: 0;
    margin-right: 0;
    }
}

/* Mobile nhỏ */
@media (max-width: 480px) {
    .tlg-moc-chau-bac-ninh {
    padding: 12px 9px;
    font-size: 14px;
    }

    .tlg-moc-chau-bac-ninh h2 {
    font-size: 19px;
    }

    .tlg-moc-chau-bac-ninh h3 {
    font-size: 17px;
    }

    .tlg-hotline-number {
    display: block;
    font-size: 19px;
    }
}