/* ======================================= */
/* NỘI DUNG TỪ FILE: css.css */
/* ======================================= */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

body {
    /* Font-family được định nghĩa lại ở file dưới, sẽ lấy giá trị cuối cùng */
    font-family: 'Nunito', sans-serif;
    scroll-behavior: smooth;
}

.menu-button:hover {
    color: #0851ee;
    transition: all 0.3s ease;
}

.hero img {
    transition: filter 0.8s ease;
}

.hero img {
    filter: brightness(1.2);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.group:hover .group-hover\:block {
    display: block;
}

.group-hover\:block {
    display: none;
}

.hero div {
    top: 54%;
}

.hero:hover img {
    transform: scale(1.001) translateY(-0.5%);
    transition: transform 0.5s ease;
}

.hero-text:hover {
    text-shadow: 2px 2px 5px rgba(171, 0, 250, 0.5);
    color: #ffffff;
}

.swiper-slide p,
.swiper-slide h2 {
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.9);
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #eef1f7;
    border-radius: 10px;
    padding: 50px;
}

section {
    margin-bottom: 40px;
}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff7f0;
}

.hinh {
    width: 50%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: inline-block;
}

img:hover {
    transform: scale(1.05);
}

.highlight {
    color: #e74c3c;
    font-weight: bold;
}

/* GHI CHÚ: Đã chủ động xóa "p { text-indent: 60px; }" vì nó gây lỗi và đã được khắc phục bằng giải pháp khác */

hr.chibi-line {
    border: 0;
    height: 10px;
    background: linear-gradient(to right, pink, lightblue, pink);
    border-radius: 5px;
}

.gradient-text {
    font-size: 52px;
    font-weight: 900;
    background: linear-gradient(90deg, #a2d2ff, #00b4d8, #b388eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}

@keyframes shimmer {
    0% { background-position: 0% }
    100% { background-position: 100% }
}

.map {
    background-color: #eff6fc;
    font-family: 'Fredoka', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.slo h1 {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(90deg, #00b4d8, #a2d2ff, #b388eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
    text-align: center;
}

.map-gradient-wrapper {
    padding: 5px;
    background: linear-gradient(135deg, #00b4d8, #a2d2ff, #b388eb);
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    width: 70%;
}

.map-inner {
    border-radius: 16px;
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 550px;
    border: none;
    display: block;
}

footer {
    background: linear-gradient(to right, #005f99, #0077b6);
    color: white;
    padding: 50px 20px;
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer-container {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding-left: 10%;
}

.footer-column {
    flex: 1 1 25%;
    min-width: 180px;
}

.footer-column h3 {
    font-size: 22px;
    margin-bottom: 15px;
    border-left: 4px solid #90e0ef;
    padding-left: 10px;
}

.footer-column p,
.footer-column a {
    font-size: 16px;
    line-height: 1.8;
    margin: 6px 0;
    text-decoration: none;
    color: #e0f7fa;
}

.footer-column a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #bbdfee;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 10px;
    }
    .footer-column {
        width: 100%;
    }
    .icongoc {
        width: 5rem;
        height: 5rem;
    }
    .icongoc i {
        font-size: 5rem;
    }
}

footer p {
    text-indent: 0;
}

.icongoc {
    width: 2rem;
    height: 2rem;
}

.icongoc i {
    font-size: 2rem;
}

:target::before {
    content: "";
    display: block;
    height: 100px;
    margin-top: -100px;
    grid-column: 1 / -1;
}

/* ======================================= */
/* NỘI DUNG TỪ FILE: index.css */
/* ======================================= */
.font-bevietnam {
    font-family: 'Be Vietnam Pro', sans-serif;
}

.menu-button {
    position: relative;
    color: #111c64;
    font-weight: 600;
    transition: color 0.3s ease;
}

.menu-button::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 3px;
    background-color: #fbbf00;
    transition: transform 0.3s ease;
}

.menu-button:hover {
    color: #fbbf00;
}

.menu-button:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.logo-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 3px;
    background-color: #fbbf00;
    transition: transform 0.3s ease;
}

.logo-link:hover {
    color: #fbbf00;
}

.logo-link:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.group:hover .group-hover\:block {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ======================================= */
/* NỘI DUNG TỪ FILE: chuongtrinh.css */
/* ======================================= */
/* Ghi chú: Phần này chứa rất nhiều định dạng, kể cả những cái có thể không dùng,
   nhưng được giữ lại đầy đủ theo yêu cầu của bạn. */

.font-bevietnam {
    font-family: 'Be Vietnam Pro', sans-serif;
}
/* ... (toàn bộ nội dung của chuongtrinh.css được dán vào đây) ... */
section img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}
section img:hover {
    transform: scale(1.07);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}
[data-aos][data-aos][data-aos][data-aos] h1 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
[data-aos].aos-animate h1 {
    opacity: 1;
    transform: translateY(0);
}
section p {
    margin-bottom: 1rem;
    line-height: 1.6;
}
.btn {
    transition: background-color 0.3s ease, color 0.3s ease;
}
/* ... và tất cả các style khác từ chuongtrinh.css ... */
html {
    scroll-behavior: smooth;
}
.angled-section {
    position: relative;
    background-color: #f9fafb;
}
.angled-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    transform: skewY(-2.5deg);
    transform-origin: top left;
}
.angled-section-reverse::before {
    transform: skewY(2.5deg);
    transform-origin: top right;
    background-color: #f0f4ff;
}
main {
    font-family: 'Be Vietnam Pro', sans-serif;
}