﻿@font-face {
    font-family: 'Manrope';
    src: url('../webfonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../webfonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../webfonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../webfonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-blue: #007bff; /* Màu xanh tiêu đề */
    --primary-orange: #ff6b00; /* Màu cam điểm nhấn */
    --text-color: #333;
    --bg-light: #f9fbff; /* Nền xanh nhạt cho phần thống kê */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 0.875rem;
    /*14px*/
    line-height: 140%;
    font-family: "Manrope", sans-serif;
    overflow-x: clip;
    font-weight: 400;
    color: #222;
}

li, ol, ul {
    padding: 0;
    /*list-style: none;*/
    margin: 0;
}

a {
    text-decoration: none;
    /* -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; */
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
    /* -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; */
}

button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

input, textarea {
    outline: 0;
}

textarea {
    resize: vertical;
}

img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.hover-linear:hover {
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.thumb {
    overflow: hidden;
}

    .thumb img {
        overflow: hidden;
        transition: all linear .3s;
    }

    .thumb:hover img {
        transform: scale(1.2);
    }

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .line-clamp.clamp2 {
        -webkit-line-clamp: 2;
    }

    .line-clamp.clamp3 {
        -webkit-line-clamp: 3;
    }

    .line-clamp.clamp4 {
        -webkit-line-clamp: 4;
    }

    .line-clamp.clamp5 {
        -webkit-line-clamp: 5;
    }

.form-check-input:focus {
    box-shadow: none;
}

#back-to-top {
    position: fixed;
    bottom: 15%;
    right: 2%;
    width: 50px;
    height: 50px;
    font-size: 14px;
    background: #1574D3;
    border-radius: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    -webkit-transition: opacity 0s ease-out;
    -o-transition: opacity 0s ease-out;
    transition: opacity 0s ease-out;
    z-index: 90;
    display: none;
    color: #fff;
}

    #back-to-top.show {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* border: 1px solid var(--primary-color); */
    }

.top-menu .menu {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    align-items: center;
}

/* .top-menu .menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background-color: white;
} */

.top-menu .menu-item {
    padding: 15px 20px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

    .top-menu .menu-item:not(:last-child)::after {
        content: "";
        width: 1px;
        height: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        right: 0;
        top: 25%;
    }

.logo {
    width: 324px;
    height: auto;
}

.top-menu .menu li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
}

.top-header {
    height: 50px;
    max-height: 50px;
    width: 100%;
    background-color: #008CFF;
}

.top-header-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-header-detail {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
}
/* .section-title{
    display: flex;
    gap: 10px;
    margin-top: 15px;
} */

.section-icon {
    font-size: 24px;
    margin-right: 10px;
    font-weight: bold;
}

.section-title {
    color: #007bff;
    font-size: 28px;
    font-weight: 700;
}

/* --- PHẦN NỘI DUNG TRÊN (2 CỘT) --- */
.top-content {
    display: flex;
    gap: 40px;
    margin-bottom: 15px;
}

/* Cột bên trái: Text */
    .text-column {
        flex: 1;
    }

    .text-column h3 {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 10px;
        color: #000;
    }

    .text-column ul {
        list-style: none;
        padding: 0;
    }

    .text-column ul li {
        margin-bottom: 10px;
        font-size: 15px;
        padding-left: 30px;
    }

    .text-column ul strong {
        color: #000;
        font-weight: 700;
    }

.cta-link {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s;
}

    .cta-link:hover {
        color: #ff6b00;
    }

.cta-arrow {
    color: #ff6b00;
    margin-left: 8px;
    font-size: 20px;
    font-weight: bold;
}

/* Cột bên phải: Hình ảnh + Video Button */
.video-column {
    flex: 1;
    position: relative;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Nút Play màu cam */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #ff4500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 0 5px rgba(255, 69, 0, 0.3);
    transition: transform 0.2s;
}

    .play-btn:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }

.play-icon {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff; /* Hình tam giác trắng */
    margin-left: 4px; /* Căn chỉnh nhẹ cho cân đối */
}

/* --- PHẦN HÌNH ẢNH DƯỚI (4 CỘT) --- */
.bottom-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    text-align: center;
}

.gallery-img {
    width: 100%;
    aspect-ratio: 16/10; /* Tỉ lệ khung hình chữ nhật */
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: transform 0.3s;
}

.gallery-item:hover .gallery-img {
    transform: translateY(-5px);
}

.gallery-caption {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    padding: 0 5px;
}

/* =========================================
           PHẦN 2: NHỮNG CON SỐ (STATS)
           ========================================= */
/* .stats-section {
            padding-top: 20px;
            margin-top: 20px;
        } */
.stats-section {
    background: linear-gradient(to bottom, #f0f8ff, #fff);
    /*padding: 50px 0;*/
    overflow: hidden;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
    text-align: left;
}

/* .stat-item h2 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 5px;
            line-height: 1;
        } */
.stat-item h2 {
    font-size: 48px; /* Desktop số to */
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}

/* Màu cam cho số */
.text-orange {
    color: var(--primary-orange);
}
/* Màu xanh cho số */
.text-blue {
    color: var(--primary-blue);
}

/* .stat-item p {
            font-size: 14px;
            font-weight: 500;
            color: #444;
            max-width: 90%;
        } */
.stat-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
    max-width: 90%;
}
/* =========================================
           PHẦN 3: CHƯƠNG TRÌNH ĐÀO TẠO
           ========================================= */
.program-section {
    background-color: #fdfdfd;
    /*padding-top: 50px;
    padding-bottom: 50px;*/
}

.program-section {
    background: center/cover no-repeat url(../images/background/bg\ section\ 1.png);
}

/* --- TABS --- */
.program-tabs {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.tab-item {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    transition: color 0.3s;
}

    .tab-item:hover {
        color: var(--primary-orange);
    }

    /* Tab đang chọn (Active) */
    .tab-item.active {
        color: #000;
        font-weight: 700;
    }

        /* Đường gạch chân màu cam cho tab active */
        .tab-item.active::after {
            content: '';
            position: absolute;
            bottom: -1px; /* Đè lên đường viền xám */
            left: 0;
            width: 100%;
            height: 3px;
            background-color: var(--primary-orange);
        }

/* --- NỘI DUNG CHƯƠNG TRÌNH --- */
.program-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Cột Ảnh */
.program-image {
    flex: 1;
}

    .program-image img {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        object-fit: cover;
        /* Tạo góc bo tròn giống ảnh mẫu */
    }

/* Cột Text */
.program-text {
    flex: 1.2; /* Text rộng hơn ảnh một chút */
}

.program-heading {
    color: var(--primary-orange);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.program-desc {
    font-size: 15px;
    color: #333;
    line-height: 1.8; /* Giãn dòng rộng cho dễ đọc */
    text-align: justify;
    margin-bottom: 25px;
}

.btn-detail {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s;
}

    .btn-detail:hover {
        color: var(--primary-orange);
    }
.program-content {
    display: none;
    animation: fadeIn 0.5s; 
}
    .program-content.active {
        display: flex;
    }
/* =========================================
        PHẦN 4: 27 NGÀNH ĐÀO TẠO
========================================= */
.disciplines-section {
    background-color: #fff;
}

.disciplines-grid {
    display: grid;
    /* Chia thành 4 cột bằng nhau */
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; /* Khoảng cách giữa các cột */
}

.disc-group {
    margin-bottom: 10px;
}

.disc-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize; /* Viết hoa chữ cái đầu */
}

.disc-list {
    list-style: none; /* Bỏ dấu chấm tròn mặc định */
    padding: 0;
}

    .disc-list li {
        font-size: 15px;
        color: #444;
        margin-bottom: 10px;
        cursor: pointer;
        transition: color 0.2s;
    }

        /* Hiệu ứng khi di chuột vào tên ngành */
        .disc-list li:hover {
            color: var(--primary-orange);
            font-weight: 500;
        }
/* =========================================
   SỬA LẠI PHẦN ĐĂNG KÝ TƯ VẤN
   ========================================= */

.register-section {
    position: relative;
    /*padding-top: 60px;*/
    padding-bottom: 0;
    overflow: hidden;
    background: center/cover no-repeat url(../images/background/bg\ section\ 2.png);
}

.relative-content {
    position: relative;
    z-index: 2; /* Để nội dung nổi lên trên nền mờ */
}

.register-desc {
    max-width: 800px;
    margin-bottom: 30px;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

.register-layout {
    display: flex;
    align-items: flex-end; /* QUAN TRỌNG: Căn các phần tử xuống đáy */
    gap: 30px; /* Khoảng cách giữa form và ảnh */
    /* Không đặt height cố định để nó tự co giãn theo nội dung */
}

/* --- FORM CARD --- */
.register-form-card {
    flex: 1;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 600px;
    margin-bottom: 60px; /* Thêm margin dưới cho Form để nó không bị dính sát đáy như ảnh */
    z-index: 2; /* Để form nổi lên trên nếu cần */
}

/* --- ẢNH SINH VIÊN --- */
.register-image {
    flex: 0.8;
    display: flex;
    align-items: flex-end; /* Căn ảnh xuống đáy của khung chứa nó */
    justify-content: center;
    position: relative;
    z-index: 1;
}

    .register-image img {
        width: 100%;
        max-width: 628px;
        height: auto;
        display: block;
        margin-bottom: -5px;
    }
/* --- FORM CARD --- */
.register-form-card {
    flex: 1; /* Form chiếm 1 phần */
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 600px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
    width: 100%;
}

    .form-group.half {
        flex: 1; /* Chia đôi cột */
    }

    .form-group label {
        display: block;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 8px;
        color: #333;
    }

.text-red {
    color: red;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border 0.3s;
}

    .form-group input:focus,
    .form-group select:focus {
        border-color: var(--primary-orange); /* Viền cam khi nhập */
    }

/* Nút Submit */
.btn-submit {
    width: 100%;
    background-color: #ff4500; /* Màu cam đậm */
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s;
    margin-top: 10px;
}

    .btn-submit:hover {
        background-color: #e03e00;
    }

/* =========================================
           PHẦN 6: TIN TỨC & TIÊU ĐIỂM MỚI
           ========================================= */
.news-section {
    /*padding: 60px 0;*/
    background-color: #fff;
}

/* Header: Flex để đẩy nút "Xem tất cả" sang phải */
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.news-title-wrapper {
    display: flex;
    align-items: center;
}

.view-all-link {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

    .view-all-link:hover {
        color: var(--primary-orange); /* Màu cam chủ đạo */
    }

/* Layout Grid: Chia cột trái (lớn) và cột phải (nhỏ) */
.news-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr; /* Cột trái chiếm 1.4 phần, cột phải 1 phần */
    gap: 40px;
}

/* --- CỘT TRÁI: TIN NỔI BẬT --- */
.news-featured .featured-img-wrapper a img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 16/9; /* Tỷ lệ khung hình chuẩn đẹp */
    margin-bottom: 20px;
}

.featured-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin-bottom: 10px;
    cursor: pointer;
    transition: color 0.3s;
}

    .featured-title:hover {
        color: var(--primary-blue); /* Màu xanh chủ đạo */
    }

/* Meta: Ngày tháng */
.news-meta {
    font-size: 14px;
    color: #007bff; /* Màu xanh dương cho ngày */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.icon-calendar {
    font-size: 12px;
}

.featured-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    text-align: justify;
}

/* --- CỘT PHẢI: DANH SÁCH TIN --- */
.news-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

/* Ảnh thumbnail bên phải */
.news-thumb {
    flex-shrink: 0;
    /*width: 140px;*/
}

    .news-thumb a img {
        width: 100%;
        height: 90px;
        object-fit: cover;
        border-radius: 8px;
    }

.news-item-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Giới hạn 3 dòng, thừa thì hiện dấu ... */
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.3s;
}

    .news-item-title:hover {
        color: var(--primary-orange);
    }
/* =========================================
           PHẦN 7: SỰ KIỆN MỚI
           ========================================= */
.events-section {
    /*padding: 60px 0;*/
    background-color: #f9fbff; /* Nền xanh rất nhạt */
}

/* Header Flex dùng chung (nếu chưa có ở phần trước) */
.section-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.header-title-wrapper {
    display: flex;
    align-items: center;
}

/* Grid Layout: 3 Cột */
.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --- EVENT CARD --- */
.event-card {
    background: transparent; /* Nền trong suốt hoặc trắng tùy ý */
    transition: transform 0.3s;
}

    .event-card:hover {
        transform: translateY(-5px); /* Hiệu ứng nổi lên khi di chuột */
    }

/* Ảnh sự kiện */
.event-thumb {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 12px; /* Bo góc ảnh như hình mẫu */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

    .event-thumb img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        display: block;
    }

/* Phần nội dung bên dưới ảnh */
.event-body {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

/* Hộp ngày tháng (Date Box) */
.event-date-box {
    flex-shrink: 0; /* Không bị co lại */
    width: 70px;
    height: 70px;
    border: 1px solid #007bff; /* Viền xanh dương */
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.date-num {
    font-size: 24px;
    font-weight: 700;
    color: #ff6b00; /* Số màu cam */
    line-height: 1;
}

.date-month {
    font-size: 11px;
    color: #ff6b00; /* Chữ tháng màu cam */
    text-transform: uppercase;
    margin-top: 2px;
}

/* Tiêu đề sự kiện */
.event-title {
    font-size: 16px;
    font-weight: 500; /* Font vừa phải, không quá đậm */
    color: #333;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Giới hạn 3 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s;
    cursor: pointer;
}

    .event-title:hover {
        color: #007bff;
    }

/* --- PAGINATION DOTS (Nút chấm tròn) --- */
.pagination-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: #ddd; /* Màu xám cho dot thường */
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

    .dot.active {
        background-color: #007bff;
    }

    .dot:hover {
        background-color: #99caff;
    }

/* =========================================
           HOẠT ĐỘNG SINH VIÊN
        ========================================= */
.activity-section {
    /*padding: 60px 0;*/
    background-color: #fff;
}

.activity-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    min-height:300px;
}

.act-item {
    position: relative;
    overflow: hidden;
}

    .act-item a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.5s;
    }

    .act-item:hover a img {
        transform: scale(1.05);
    }

.act-big {
    grid-column: span 2;
    grid-row: span 2;
    position: relative;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.btn-play-orange {
    width: 60px;
    height: 60px;
    background-color: #ff4500;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 5px rgba(255, 69, 0, 0.3);
    transition: transform 0.3s;
}

    .btn-play-orange:hover {
        transform: scale(1.1);
    }

    .btn-play-orange .triangle {
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 14px solid #fff;
        margin-left: 4px;
    }

.act-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    z-index: 3;
}

    .act-caption h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        line-height: 1.4;
    }

/* =========================================
            CẢM NHẬN SINH VIÊN
           ========================================= */
.block-feedback {
    background: url(../images/bg-ykiennhanxet.png) center center no-repeat;
    background-size: cover;
}

.bl-feedback-avatar .gallery-thumbs {
    z-index: 0;
}

.bl-feedback-saying .testimonial {
    height: 100%;
    margin-right: -60px;
    z-index: 2;
}

.bl-feedback-saying .bl-feedback-content {
    padding: 50px 35px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(63, 85, 203, 0.15);
    margin: 30px 10px;
}

    .bl-feedback-saying .bl-feedback-content .wrap {
        margin-bottom: 15px;
    }

    .bl-feedback-saying .bl-feedback-content .info {
        color: #212121;
        line-height: 32px;
        position: relative;
        border-bottom: 2px solid #183883;
        padding-bottom: 20px;
        margin-bottom: 5px;
    }

        .bl-feedback-saying .bl-feedback-content .info::before {
            content: "";
            background: url(../images/icon.png) no-repeat;
            position: absolute;
            left: 0;
            top: -80px;
            width: 76.8px;
            height: 64.3px;
            background-size: cover;
        }

    .bl-feedback-saying .bl-feedback-content .name {
        color: #183883;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .bl-feedback-saying .bl-feedback-content .pos {
        color: #787878;
        line-height: 32px;
    }

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
    top: 75%;
    width: 44px;
    height: 44px;
    border-radius: 1471.221px;
    border: 0.85px solid #E0F0FF;
    background: #fff;
    border-radius: 100%;
    color: #007CC2;
}

    .testimonial .swiper-button-next::after,
    .testimonial .swiper-button-prev::after {
        font-size: 18px;
        font-weight: 700;
    }

.testimonial .swiper-button-prev {
    left: auto;
    right: 100px;
}

.testimonial .swiper-button-next {
    right: 45px;
}

    .testimonial .swiper-button-next:hover,
    .testimonial .swiper-button-prev:hover {
        color: #fff;
        background-color: #007CC2;
        transition: all .1s linear;
    }

.swiper-container {
    height: auto;
    overflow: hidden;
}

.bl-feedback-avatar .avatar {
    cursor: pointer;
}

.bl-feedback-avatar span {
    border-radius: 22px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding-top: 100%;
    width: 100%;
    position: relative;
    display: block;
}

    .bl-feedback-avatar span img {
        height: 100%;
        left: 50%;
        margin: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.25s;
        width: 100%;
        z-index: 0;
        position: absolute;
    }

/* =========================================
           PHẦN 10: ĐỐI TÁC KHÁCH HÀNG
           ========================================= */
.partners-section {
    /*padding: 60px 0;*/
    background-color: #fff;
    /*border-top: 1px solid #eee;*/
}

.partners-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    gap: 30px;
}

.partners-title-box {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.partners-desc-box {
    max-width: 600px;
    text-align: right;
}

    .partners-desc-box p {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
        margin: 0;
    }

.partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    align-items: center;
}

.partner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: transform 0.3s;
}

    .partner-item:hover {
        transform: scale(1.1);
    }

    .partner-item img {
        max-width: 100%;
        height: auto;
        max-height: 60px;
        object-fit: contain;
        /*filter: grayscale(100%);*/
        /*opacity: 0.7;*/
        transition: all 0.3s;
    }

    .partner-item:hover img {
        filter: grayscale(0%);
        opacity: 1;
    }
/* =========================================
         FOOTER (CHÂN TRANG)
           ========================================= */
.footer-section {
    background-color: #111B8C;
    background: linear-gradient(135deg, #0a1f6d 0%, #153590 100%);
    color: #fff;
    padding-top: 60px;
    position: relative;
    font-size: 14px;
    border-top: 4px solid #ff6b00;
}

.footer-grid {
    display: grid;
    /* Cột 1 rộng gấp 1.5 lần các cột khác */
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}

/* --- Cột Liên hệ --- */
.footer-logo img {
    max-width: 280px;
    margin-bottom: 20px;
    /* filter: brightness(0) invert(1); */
}

.contact-row {
    margin-bottom: 12px;
    line-height: 1.5;
}

/* Danh sách mạng xã hội */
.social-list {
    margin-top: 20px;
}

.social-item {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    transition: opacity 0.3s;
}

    .social-item:hover {
        opacity: 0.8;
    }

/* Icon tròn giả lập */
.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%; /* Hình tròn */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 16px;
}

    /* Màu nền cho từng icon giống ảnh */
    .social-icon.fb {
        background-color: #3b5998;
    }

    .social-icon.tiktok {
        background-color: #000;
        border: 1px solid #333;
    }

    .social-icon.yt {
        background-color: #c4302b;
        font-size: 12px;
    }

    .social-icon.zalo {
        background-color: #0068ff;
        font-size: 14px;
    }

/* --- Các cột Link --- */
.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #ccc; /* Màu xám nhạt */
        text-decoration: none;
        transition: color 0.3s, padding-left 0.3s;
        position: relative;
    }

        /* Icon mũi tên > trước link */
        .footer-links a::before {
            content: "›";
            font-size: 18px;
            margin-right: 5px;
            line-height: 1;
            vertical-align: middle;
        }

        .footer-links a:hover {
            color: #fff;
            padding-left: 5px; /* Hiệu ứng đẩy nhẹ sang phải */
        }

/* --- Bản quyền --- */
.copyright-bar {
    background-color: #0b1c5c; /* Màu xanh đậm hơn */
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}

    .copyright-bar p {
        margin: 0;
        font-size: 13px;
        opacity: 0.8;
    }

/* --- RESPONSIVE --- */

.language-dropdown {
    display: none;
}

.head-link {
    position: fixed;
    bottom: 210px;
    right: 33px;
    z-index: 1000;
}

.contact-toggle {
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: none;
}

    .contact-toggle img {
        width: 100%;
        height: auto;
        display: block;
    }

.link-contact {
    display: block;
    text-align: center;
}

    .link-contact img {
        width: 60px;
        height: 60px;
        display: block;
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .15));
        transition: transform .2s ease;
    }

    .link-contact a:hover img {
        transform: translateY(-2px);
    }








.block-logoMenu {
    clear: both;
    align-items: center;
}

.top-header .menu-toggle {
    display: none;
}

.itemMenu-outside {
    display: none;
}

.box-search {
    position: relative;
}

.btn-search:hover {
    cursor: pointer;
    color: #111;
}

.btn-search.l-title i {
    color: #fff;
    font-size: 1rem;
}

.form-search {
    display: block;
    position: absolute;
    z-index: 999;
    top: calc(100% + 9px);
    right: 0px;
    width: 300px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    background: #ffffff;
}

    .form-search:before {
        /* content: ""; */
        position: absolute;
        bottom: calc(100% - 10px);
        width: 16px;
        height: 16px;
        right: 10px;
        /* background-color: #fff; */
        -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
        box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .form-search input:focus,
    .form-search input:active,
    .form-search input:hover {
        outline: none;
        box-shadow: none;
        border-color: transparent;
    }

    .form-search .form-control {
        border: 0px;
        padding: 10px 20px;
        height: 50px;
        font-size: 16px;
    }

        .form-search .form-control:focus {
            /* border: 1px solid rgba(225, 225, 225, 0.6); */
            border-radius: 4px;
            background: #fefefe;
            color: #333;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .form-search .form-control::-webkit-input-placeholder {
            color: #000;
        }

        .form-search .form-control::-moz-placeholder {
            color: #000;
        }

        .form-search .form-control:-ms-input-placeholder {
            color: #000;
        }

        .form-search .form-control::-ms-input-placeholder {
            color: #000;
        }

        .form-search .form-control::placeholder {
            color: #000;
        }

    .form-search .btn-search {
        position: absolute;
        top: 0;
        margin: 2px;
        height: 44px;
        right: 0;
        background: #fff;
        border: none;
        padding: 0 10px;
        color: #212121;
        font-size: 20px;
        border-radius: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .form-search .btn-search button {
            color: #1445a5;
            font-size: 12px;
            border: none;
            background: transparent;
        }

        .form-search .btn-search p {
            font-size: 16px;
            color: #fff;
            display: none;
            line-height: 18px;
        }

    .form-search.show, .form-search2.show {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s;
        transform: translateY(0);
    }

.search-wrap {
    padding: 15px 20px;
}

.search-wrap2 .btn-search.l-title i {
    color: #00AEED;
}

.form-search2 {
    right: -50px;
    z-index: 2;
}

.search-wrap2 {
    display: none;
}

.slideshow .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid white;
    opacity: 1;
}

.block-new .newsSlider {
    margin-top: 40px;
    min-height: 380px;
}

.newsSlider .swiper-slide {
    padding: 5px;
}
/* .newsSlider .item {
    border-radius: 21.172px;
    padding: 15px;
    box-shadow: 0px 2.87922px 9.59739px 0px rgba(32, 73, 109, 0.10);
} */
/* .newsSlider .item .date {
    font-size: 14px;
    color: #6F7A8A;
    margin-top: 15px;
} */
.newsSlider .item .title h3 a {
    color: #111;
    font-size: 14px;
    font-weight: 600;
}

.newsSlider .item .title:hover h3 a {
    color: #27397B;
}

.newsSlider .swiper-button-next,
.newsSlider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1.187px solid var(--solid-blue-200, #E0F0FF);
    border-radius: 100%;
}

    .newsSlider .swiper-button-next:after, .newsSlider .swiper-button-prev:after {
        color: #007CC2;
        font-size: 20px;
        font-weight: bold;
    }

.newsSlider .swiper-button-next {
    right: 0;
}

.newsSlider .swiper-button-prev {
    left: 0;
}

.newsSlider .swiper-pagination-bullet-active {
    background: #007CC2;
    width: 25px;
    height: 8px;
    border-radius: 10px;
}

.newsSlider .swiper-pagination {
    bottom: 0;
}

.slideshow .swiper-pagination-bullet-active {
    background: white;
    border: 2px solid white;
}

/*.has-dropdown {
    padding-left: 25px;
}*/

.logo {
    padding-bottom: 1rem;
}
/* .backround-news{
    background-color: #EBF4FC;
    background: right/cover no-repeat url(../images/background/bg\ right\ 1.png);
} */
.section-main {
    background: center/cover no-repeat url(../images/background/bg\ right\ 1.png);
    /* margin-bottom: 25px; */
}

.quick-menu {
    background-color: #EBF4FC;
}

    .quick-menu .item-link .item {
        gap: 20px;
        padding: 20px 10px;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
        text-align: center;
        min-height: 151px;
        overflow: hidden;
        transition: transform 0.3s ease-out;
        height: 100%;
    }

    .quick-menu .swiper-slide {
        height: auto;
    }

    .quick-menu .item-link .item:hover {
        transform: translateY(-5px);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

    .quick-menu .item-link .item img {
        width: 46px;
        height: 46px;
        margin-bottom: 20px;
    }

    .quick-menu .item-link .item h4 {
        color: #1D1D1D;
        font-size: 15px;
        font-weight: 400;
        line-height: 150%;
    }

.myQuickMenu .swiper-wrapper {
    margin: 10px 0;
}

.new-titelHead h2 {
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

    .new-titelHead h2::before {
        content: "";
        display: block;
        width: 160px;
        height: 2px;
        background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
        position: absolute;
        bottom: 50%;
        right: -175px;
        transform: translateY(50%);
    }

.block-tilteAndMore .more, .more-bottom {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .block-tilteAndMore .more a, .more-bottom a {
        color: #2D2D2D;
        font-size: 15px;
        font-weight: 500;
    }

    .block-tilteAndMore .more i, .more-bottom i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 16px;
        width: 16px;
        background-color: #00AEED;
        border-radius: 50%;
        font-size: 10px;
        color: #fff;
    }

.more-bottom {
    display: inline-flex;
}

.news-itemMain .item {
    padding: 19.5px;
    border-radius: 16px;
    border: 0.974px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
}

    .news-itemMain .item .thumb {
        width: 100%;
        height: 337px;
        object-fit: cover;
        border-radius: 16px;
    }

        .news-itemMain .item .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 16px;
        }

    .news-itemMain .item .date-news,
    .wrap-listNewsBottom .item .date-news {
        color: #3F3F3F;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
    }

    .news-itemMain .item .content .title a {
        color: #2D2D2D;
        font-size: 28px;
        font-weight: 600;
        line-height: 140%;
    }

    .news-itemMain .item .content .desc p {
        color: #1D1D1D;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }

.list-newsfetured .item {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
}

    .list-newsfetured .item .thumb {
        height: 116px;
        border-radius: 10px;
    }

        .list-newsfetured .item .thumb img {
            border-radius: 10px;
        }

    .list-newsfetured .item .content .title a {
        color: #2D2D2D;
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
    }

.video-intro {
    background: center/cover no-repeat url(../images/background/bg-gioi-thieu.png);
}

    .video-intro .iframe-ytb {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

        .video-intro .iframe-ytb iframe {
            width: 100% !important;
            height: 360px !important;
            border-radius: 10px;
            display: block;
        }

    .video-intro .title-intro-head h3, .video-intro .content-intro .title h3 {
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        line-height: 150%;
    }

    .video-intro .content-intro .desc p {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
        font-style: italic;
        font-feature-settings: 'liga'off, 'clig'off;
    }

.stats-section {
    background: center/cover no-repeat url(../images/background/bg\ right\ 2.png);
}

.stats-title-head h2 {
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: 600;
    line-height: 150%;
}

.stats-title-head.line-bottom::before {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    position: absolute;
    bottom: -5px;
    right: 50%;
    transform: translateX(50%);
}

.item-counter .title-count {
    max-width: 70%;
}

    .item-counter .title-count h3 {
        background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 26px;
        font-weight: 600;
        line-height: 40px;
    }

.wrap-counter .item {
    height: 100%;
}

    .wrap-counter .item .number {
        background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 40px;
        font-weight: 900;
        line-height: 73.438px;
    }

.stats-list .item {
    border-radius: 16px;
    border: 1px solid var(--Linear-TDC, #0F8BFF);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
    padding: 20px;
    height: 100%;
}

    .stats-list .item .icon {
        text-align: start;
    }

    .stats-list .item .title h5 {
        background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
    }

    .stats-list .item .desc p {
        color: #2D2D2D;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
    }

.news-admission {
    background-color: #EBF4FC;
}

    .news-admission .title-head h2,
    .block-brand .title-head h2 {
        color: #0D101A;
        text-align: center;
        font-size: 2.25rem;
        font-weight: 600;
        line-height: 107.912%;
        position: relative;
        padding-bottom: 10px;
    }

        .news-admission .title-head h2::before,
        .block-brand .title-head h2::before {
            content: '';
            width: 80px;
            height: 1px;
            position: absolute;
            background-color: #CC0102;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

    .news-admission .swipper-news .title {
        padding: 15px 10px;
    }

        .news-admission .swipper-news .title .date {
            border-radius: 0px 16px 0px 16px;
            background: #00AEED;
            display: block;
            color: #fff;
            font-weight: 700;
            height: 73.553px;
            width: 72.108px;
            font-size: 2.103rem;
            padding: 10px;
            text-align: center;
        }

            .news-admission .swipper-news .title .date p {
                margin-bottom: 7px;
            }

            .news-admission .swipper-news .title .date span {
                font-size: 0.701rem;
            }

        .news-admission .swipper-news .title h3 a, .news-admission .swipper-news .title h3 {
            color: #0D101A;
            font-size: 1.125rem;
            font-weight: 500;
            line-height: 150%;
        }

    .news-admission .swipper-news {
        padding-bottom: 40px;
    }

        .news-admission .swipper-news .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: transparent;
            border: 2px solid #00AEED;
            opacity: 1;
        }

        .news-admission .swipper-news .swiper-pagination-bullet-active {
            background: #00AEED;
            border: 2px solid #00AEED;
        }

        .news-admission .swipper-news .item {
            border-radius: 16px;
            background: #fff;
            box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
            height: auto;
        }

        .news-admission .swipper-news .swiper-wrapper {
            align-items: stretch;
        }

        .news-admission .swipper-news .item .thumb {
            border-radius: 16px 16px 0 0;
            height: 233.717px;
        }

.wrap-listNewsBottom .item .thumb {
    border-radius: 16px;
    height: 172.048px;
}

.wrap-listNewsBottom .item .title a {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    display: inline;
}

.list-linkExternal .item {
    border-radius: 16px;
    background-color: #F03838;
    text-align: center;
    display: block;
    padding: 20px 10px;
}

.list-linkExternal .box-link:nth-child(2) > .item {
    background-color: #00AEED;
}

.list-linkExternal .box-link:nth-child(3) > .item {
    background-color: #2C3991;
}

.list-linkExternal .item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.link-external {
    background-color: #EBF4FC;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 3px;
}

    .grid-container .grid-item-link:nth-child(1) {
        grid-row: 1 / span 2;
        grid-column: 1;
    }

    .grid-container .grid-item-link:nth-child(2) {
        grid-row: 1;
        grid-column: 2;
    }

    .grid-container .grid-item-link:nth-child(3) {
        grid-row: 1;
        grid-column: 3;
    }

    .grid-container .grid-item-link:nth-child(4) {
        grid-row: 1;
        grid-column: 4 / span 2;
    }

    .grid-container .grid-item-link:nth-child(5) {
        grid-row: 2;
        grid-column: 2 / span 2;
    }

    .grid-container .grid-item-link:nth-child(6) {
        grid-row: 2;
        grid-column: 4;
    }

    .grid-container .grid-item-link:nth-child(7) {
        grid-row: 2;
        grid-column: 5;
    }

    .grid-container .grid-item-link img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .grid-container .grid-item-link {
        position: relative;
        overflow: hidden;
    }

.grid-item-link .image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(12, 57, 205, 0.70) 0%, rgba(15, 139, 255, 0.70) 100%);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.grid-item-link:hover .image-title {
    opacity: 1;
    transform: translateY(0);
}

.brandSlider .item img {
    height: 89px;
}

#footer-wrap {
    background: center/cover no-repeat url(../images/background/bg\ footer.png);
}

.footer-head {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

    .footer-head .footer-desc p {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 32px;
    }

.footer-body .title-footer h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

    .footer-body .title-footer h3::before {
        content: '';
        width: 60px;
        height: 2px;
        position: absolute;
        background-color: #00AEED;
        bottom: 0;
        left: 0;
    }

.footer-body .info-footer p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.footer-bottom {
    background: #008CFF;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

    .footer-bottom::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
        height: 100%;
        background: white;
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .footer-bottom .copy-right {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        display: block;
    }

    .footer-bottom .count-visits {
        font-size: 16px;
        font-weight: 400;
        color: #3D3D3D;
        z-index: 2;
        display: block;
    }

.footer-head .footer-logo {
    margin-bottom: 20px;
}

.breadcrumbs {
    position: relative;
    /* padding: 32px 0; */
    /* background: url("../images/background/bg-breakcrumb.png") center center no-repeat; */

    background-size: cover;
    position: relative;
    min-height: 181px;
    ;
    background-color: #f4f8fc;
    padding: 10px 0;
    font-size: 13px;
    color: #666;
    margin-bottom: 40px;
}

    .breadcrumbs::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.50);
        z-index: 2;
    }

    .breadcrumbs .title {
        display: block;
        font-weight: 700;
        font-size: 1.875rem;
        line-height: 36px;
        color: #fff;
        margin-bottom: 1rem;
        z-index: 3;
        position: relative;
    }

    .breadcrumbs .breadcrumb {
        background: transparent;
        margin-bottom: 50px;
        padding: 0;
    }

        .breadcrumbs .breadcrumb > li + li:before {
            color: #10A8DA;
            content: '\f111';
            font-weight: 700;
            font-family: "Font Awesome 6 Free";
            /* padding: 0 .5rem; */
            font-size: .5rem;
        }

        .breadcrumbs .breadcrumb .breadcrumb-item a,
        .breadcrumbs .breadcrumb .breadcrumb-item,
        .breadcrumbs .breadcrumb .breadcrumb-item.active {
            color: #fff;
            font-size: 0.875rem;
            font-family: 'Manrope';
            font-weight: 600;
            line-height: 25px;
            position: relative;
            z-index: 3;
        }

            .breadcrumbs .breadcrumb .breadcrumb-item.active {
                font-weight: 400;
            }

.date-breadcrumb {
    position: relative;
    z-index: 3;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #fff;
}

    .date-breadcrumb p {
        color: #FFF;
        font-size: 0.825rem;
    }

.wrap-news-itemBottom .link-more .more {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .wrap-news-itemBottom .link-more .more a {
        color: #2D2D2D;
        font-size: 15px;
        font-weight: 500;
    }

    .wrap-news-itemBottom .link-more .more i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 16px;
        width: 16px;
        background-color: #00AEED;
        border-radius: 50%;
        font-size: 10px;
        color: #fff;
    }

.wrap-list-news .list-news .item .content .title a {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.wrap-list-news .item .content .desc p {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.wrap-list-news .list-news .item {
    border-radius: 13.248px;
    background: #FFF;
    box-shadow: 0px 2.928px 9.759px 0px rgba(32, 73, 109, 0.10);
    padding: 16px;
}

    .wrap-list-news .list-news .item .thumb {
        height: 166px;
        border-radius: 10px;
    }

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
}

    .pagination .page-link {
        border-radius: 2px;
        min-width: 33px;
        height: 33px;
        text-align: center;
        line-height: 22px;
        /* margin: 0 5px; */
        border: 1px solid #EFEFEF;
        color: #2C3991;
        font-size: 15px;
        /* background: #fafafa; */
    }

    #pills-tab .nav-item .nav-link:hover, .pagination .page-item:hover {
        -webkit-filter: brightness(0.9);
        filter: brightness(0.9);
    }

    .pagination .page-link.active {
        background: #1445a5 !important;
        color: #fff !important;
    }

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-item.active .page-link {
    background: #2C3991;
    color: #fff;
    border: none;
}

.page-item .page-link i {
    font-weight: 400;
}

.title-pageNews h2 {
    font-size: 22px;
    font-weight: 600;
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
    position: relative;
}

    .title-pageNews h2::before {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
        bottom: 0;
        left: 0;
    }

.wrap-banner .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap-newRight .list-item .item .thumb {
    height: 166px;
    border-radius: 10px;
}

    .wrap-newRight .list-item .item .thumb img {
        height: 100%;
        width: 100%;
        border-radius: 10px;
    }

.wrap-newRight .list-item .item h3 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #2D2D2D;
}

.wrap-newRight .list-item .item {
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
}

.content-detail .desc p {
    font-weight: 600;
    font-style: italic;
    color: #1D1D1D;
    margin-bottom: 1em;
    text-rendering: optimizeSpeed;
    word-break: break-word;
    line-height: 160%;
    font-size: 1rem;
}

/* Use CKEditor start */
.content-detail {
    max-width: 100%;
    word-break: break-word;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

    .content-detail h1,
    .content-detail h2,
    .content-detail h3 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .content-detail img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 10px auto;
    }

    .content-detail table {
        width: 100%;
        border-collapse: collapse;
    }

        .content-detail table th,
        .content-detail table td {
            border: 1px solid #ddd;
            padding: 8px;
        }

        .content-detail table th {
            background-color: #f4f4f4;
            font-weight: bold;
        }

    .content-detail ul,
    .content-detail ol {
        padding-left: 20px;
    }

    .content-detail iframe {
        max-width: 100%;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .content-detail pre {
        background: #f4f4f4;
        padding: 10px;
        overflow-x: auto;
        border-radius: 5px;
    }

    .content-detail blockquote {
        border-left: 4px solid #007bff;
        padding-left: 10px;
        font-style: italic;
        color: #555;
    }

@media screen and (max-width: 768px) {
    .content-detail {
        font-size: 14px;
    }

    .video-column iframe {
        width: 100%;
        height: 250px;
    }
}

/* Use CKEditor end */


.success-page-wrap {
    background-color: #F3F7FB;
}

    .success-page-wrap .success-page {
        padding: 20px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 4px 26px 0px rgba(182, 214, 252, 0.50);
    }

.success-page .title-page h3 {
    color: #024282;
    font-size: 1.375rem;
    font-weight: 700;
}

.success-page .desc-page p {
    font-size: 1rem;
    font-weight: 600;
    color: #1C1C1C;
    line-height: 150%;
}

.success-page .redirect-page p {
    font-size: 1rem;
    color: #1C1C1C;
    font-style: italic;
}

.success-page .btn-backHome a {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 8px;
    background: #00AEED;
    box-shadow: 1px 4px 6px 0px rgba(0, 127, 243, 0.20);
    color: #fff;
}

.block-contact {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
}

    .block-contact input {
        border: 1px solid #D9E1EC;
        border-radius: 8px;
        padding: 10px;
        margin-bottom: 10px;
        color: #111;
        background-color: #fff;
    }

        .block-contact input::placeholder {
            color: #ABB9DA;
            font-weight: 600;
        }

    .block-contact label {
        color: #23273C;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
    }

.wrap-contact .block-contact .title-head h3 {
    color: #2C3991;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}

.wrap-contact .block-contact button {
    background-color: #FF6332;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    width: 100%;
}

.info-contact * {
    word-break: break-word;
}

.info-contact .title h3 {
    font-size: 24px;
    color: #111;
    font-weight: 700;
}

.info-contact .info p {
    font-size: 14px;
    color: #111;
    line-height: 30px;
}

.img-contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.wrap-list-album .item .img-album {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    height: 172px;
    margin-bottom: 15px;
}

    .wrap-list-album .item .img-album img {
        width: 100%;
        display: block;
        transition: 0.3s ease-in-out;
    }

    .wrap-list-album .item .img-album::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.4);
        opacity: 0;
        transition: 0.3s ease-in-out;
    }

    .wrap-list-album .item .img-album:hover img {
        filter: blur(5px);
    }

    .wrap-list-album .item .img-album:hover::before {
        opacity: 1;
    }

    .wrap-list-album .item .img-album .btn-view {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 10px 20px;
        border-radius: 50px;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition: 0.3s ease-in-out;
        color: #2D2D2D;
    }

    .wrap-list-album .item .img-album:hover .btn-view {
        opacity: 1;
    }

.btn-view i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background-color: #00AEED;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
}

.wrap-list-album .item .title-album h3 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #2D2D2D;
}

.wrap-list-album .item .img-album.video:hover img {
    filter: unset;
}

.wrap-list-album .item .img-album.video::before {
    content: none;
}

.wrap-list-album .item .img-album .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .wrap-list-album .item .img-album .icon-play img {
        width: 100%;
        height: auto;
    }

.wrap-list-album .item .img-album .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.khoa_lienhe-form button {
    background-color: #00AEED;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    width: 244px;
}

.khoa_lienhe-wrap {
    border-radius: 16px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
    padding: 20px;
}

    .khoa_lienhe-wrap .title_lienhe h2 {
        background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .khoa_lienhe-wrap .desc_lienhe p {
        font-size: 16px;
        font-weight: 400;
        color: #1D1D1D;
        margin-bottom: 20px;
    }

.thumb_lienhe {
    overflow: hidden;
    border-radius: 8px;
}

    .thumb_lienhe img {
        width: 100%;
        height: 100%;
    }

.khoa_lienhe-form .form-control {
    border-radius: 8px;
    border: 1px solid #D9E1EC;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
    color: #333;
    padding: .5rem .75rem;
}

    .khoa_lienhe-form .form-control::placeholder,
    .khoa_lienhe-form .form-control::-moz-placeholder,
    .khoa_lienhe-form .form-control::-webkit-input-placeholder,
    .khoa_lienhe-form .form-control::-ms-input-placeholder {
        color: #6F7D9D;
        font-weight: 500;
    }

.video-intro2 .iframe-ytb {
    width: 100%;
    max-width: 100%;
}

    .video-intro2 .iframe-ytb iframe {
        width: 100% !important;
        height: 400px !important;
        display: block;
    }

.link-fanpage .item {
    height: 200px;
}

    .link-fanpage .item:first-child {
        padding-bottom: 2px;
    }

    .link-fanpage .item:nth-child(2) {
        padding-top: 2px;
    }

    .link-fanpage .item img {
        width: 100%;
        height: 100%;
    }

#PopupMain .modal-header {
    border: none;
}

/* Bổ sung css vào Popup tránh bị bể form */
#PopupMain .modal-dialog {
    max-width: 800px;
    /*width: 90vw;*/
    min-width: 300px;
    margin: 0 auto;
}

#PopupMain .modal-body {
    max-height: 70vh;
    overflow-y: auto;
    word-wrap: break-word;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

    #PopupMain .modal-body * {
        max-width: 100%;
        box-sizing: border-box;
    }

    #PopupMain .modal-body img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    #PopupMain .modal-body table {
        width: 100%;
        table-layout: auto;
        overflow-x: auto;
        display: block;
    }

    #PopupMain .modal-body pre,
    #PopupMain .modal-body code {
        white-space: pre-wrap;
        word-break: break-word;
    }

@media (max-width: 576px) {
    #PopupMain .modal-dialog {
        width: 95vw;
        min-width: 280px;
        margin: 0 auto;
    }
}

.close-popup {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #c2c2c2;
    z-index: 2;
}
/* Bổ sung css vào Popup tránh bị bể form */


.language-select {
    position: relative;
}

    .language-select > a {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #fff;
        transition: background-color 0.3s ease;
    }

    .language-select:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
    }

    .language-select .submenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #ffffff;
        min-width: 100px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        overflow: hidden;
        z-index: 1000;
    }

    .language-select.active .submenu {
        display: block;
        animation: fadeIn 0.3s ease-in-out;
    }

    .language-select .submenu li a {
        display: block;
        padding: 10px 15px;
        color: #333;
        text-decoration: none;
        transition: background-color 0.2s ease;
    }

        .language-select .submenu li a:hover {
            background-color: #f0f0f0;
        }

/* .box-language {
    display: flex;
    gap: 10px;
}

.item-language img {
    width: 30px;
    height: 30px;
} */

.breadcrumb {
    background-color: #f4f8fc;
    padding: 10px 0;
    font-size: 13px;
    color: #666;
    margin-bottom: 40px;
}

    .breadcrumb a {
        color: #007bff;
        font-weight: 500;
    }

    .breadcrumb span {
        margin: 0 5px;
        color: #ccc;
    }

.page-layout {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem !important;
}

.icon-star {
    color: #ff6b00;
    font-size: 20px;
    margin-right: 10px;
}

.section-title {
    color: #2d8cf0;
    font-size: 24px;
    font-weight: 700;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-card {
    display: flex;
    flex-direction: column;
}

.news-thumb {
    /*width: 100%;*/
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
}

    .news-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

.news-card:hover .news-thumb img {
    transform: scale(1.05);
}

.news-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .news-title:hover {
        color: #ff6b00;
    }

.news-date {
    font-size: 13px;
    color: #2d8cf0;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
}

.pagination {
    display: flex;
    gap: 5px;
    margin-top: 40px;
    justify-content: flex-start;
}

.page-item {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #2d8cf0;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s;
}

    .page-item:hover,
    .page-item.active {
        background-color: #2d8cf0;
        color: #fff;
        border-color: #2d8cf0;
    }

.page-dots {
    border: none;
    color: #999;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.sidebar-title {
    font-size: 18px;
    color: #2d8cf0;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.link-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.link-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    color: #2d8cf0;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s;
}

    .link-item:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        border-color: #2d8cf0;
        transform: translateX(5px);
    }

.link-icon {
    color: #ff6b00;
    margin-right: 12px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.recent-news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recent-item {
    display: flex;
    gap: 15px;
}

.recent-thumb {
    width: 70px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

    .recent-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.recent-info h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #444;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .recent-info h4:hover {
        color: #ff6b00;
    }

.page-layout-details {
    display: grid;
    grid-template-columns: 2.8fr 1.2fr;
    gap: 40px;
    margin-bottom: 60px;
}

.article-header {
    margin-bottom: 20px;
}

.article-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin-bottom: 10px;
}

.article-meta {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #777;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.share-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.share-btn {
    width: 28px;
    height: 28px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    transition: 0.3s;
}

    .share-btn:hover {
        background: #007bff;
        color: white;
    }

.article-summary {
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-radius: 6px;
    border-left: 4px solid #ff6b00;
    font-weight: 700;
    color: #444;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
}

.article-content p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
}


.article-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.article-content-baiviet {
    line-height: 1.5;
}
.article-content-baiviet ul {
    margin-left: 35px
}
.article-content-baiviet img {
    width: 200px;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


.related-section {
    margin-top: 50px;
}


.icon-star {
    color: #ff6b00;
    font-size: 20px;
    margin-right: 10px;
}

.section-title {
    color: #2d8cf0;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rel-card {
    display: flex;
    flex-direction: column;
}

.rel-thumb {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .rel-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.3s;
    }

.rel-card:hover .rel-thumb img {
    transform: scale(1.05);
}

.rel-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rel-card:hover .rel-title {
    color: #007bff;
}

/* --- LAYOUT CHÍNH (2 Cột) --- */
.page-layout-album {
    display: grid;
    grid-template-columns: 3fr 1fr; /* Cột trái rộng gấp 3 lần cột phải */
    gap: 30px;
    margin-bottom: 60px;
}

/* --- CỘT TRÁI: THƯ VIỆN ẢNH --- */

.icon-star {
    color: #ff6b00;
    font-size: 20px;
    margin-right: 10px;
}

.section-title {
    color: #2d8cf0;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

/* Lưới Ảnh (Grid 4 cột) */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 cột đều nhau */
    gap: 20px;
}

.gallery-item {
    display: flex;
    flex-direction: column;
}

.gallery-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10; /* Tỷ lệ khung hình chữ nhật */
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #eee;
}

    .gallery-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

.gallery-item:hover .gallery-thumb img {
    transform: scale(1.05);
}

/* Nút "XEM ẢNH" nổi trên hình (Overlay Button) */
.view-photos-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #333;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    opacity: 0.9;
    transition: all 0.2s;
}

    .view-photos-btn i {
        color: #ff6b00;
    }

    .view-photos-btn:hover {
        background: #ff6b00;
        color: #fff;
    }

        .view-photos-btn:hover i {
            color: #fff;
        }

.gallery-title {
    font-size: 13px;
    color: #444;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
}

.gallery-item:hover .gallery-title {
    color: #2d8cf0;
}

.pagination {
    display: flex;
    gap: 5px;
    margin-top: 40px;
}

.page-item {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #2d8cf0;
    font-size: 13px;
    transition: 0.2s;
}

    .page-item:hover, .page-item.active {
        background-color: #2d8cf0;
        color: #fff;
        border-color: #2d8cf0;
    }

.page-dots {
    border: none;
    color: #999;
}

/* --- CỘT PHẢI: SIDEBAR (Giữ nguyên style cũ) --- */
.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 18px;
    color: #2d8cf0;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .sidebar-title i {
        color: #ff6b00;
    }

.link-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.link-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    color: #2d8cf0;
    font-size: 13px;
    font-weight: 500;
    transition: 0.2s;
}

    .link-item:hover {
        border-color: #2d8cf0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

.link-icon {
    color: #ff6b00;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.recent-news-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.recent-item {
    display: flex;
    gap: 10px;
}

.recent-thumb {
    width: 90px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

    .recent-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.recent-info h4 {
    font-size: 12px;
    font-weight: 500;
    color: #444;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-item:hover h4 {
    color: #ff6b00;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .page-layout {
        grid-template-columns: 1fr;
    }
    /* 1 cột dọc trên Tablet */
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    /* Ảnh 3 cột */
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Ảnh 2 cột */
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    /* Ảnh 1 cột trên Mobile */
    .sidebar {
        order: 2;
        margin-top: 30px;
    }
}

/* @keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
} */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
