*{
margin: 0;
padding: 0;
box-sizing: border-box;
}



body {
font-family: 'Segoe UI', Arial, sans-serif; 
line-height: 1.6;
color: #333;
background-color: #f0f2f5;}



.wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px; 
}

a {
text-decoration: none;
color: inherit; 
}

ul {
list-style: none;
}
.main-header {
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-top {
background-color:#003366; 
color: #fff;
padding: 8px 0;
font-size: 0.85em;
border-bottom: 1px solid #003a72;
}

.header-top .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}

.member-of a {
color: #fff;
font-weight: bold;
display: inline-flex;
align-items: center;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
gap: 5px;
}

.member-of img {
height: 50px;
width: 75px;
vertical-align: middle;
border-radius: 50%; }
.social-icons a {
color: #fff;
margin-left: 13px;
font-size: 1.1em;
transition: color 0.3s ease;
}

.social-icons a:hover {
color: #e0e0e0;
}

.header-bottom {
padding: 15px 0;
background-color: #fff;
}
.main-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f4f7f6;
}

a {
    text-decoration: none;
    color: inherit;
}

.section {
    padding: 60px 5%;
    text-align: center;
}

h1, h2 {
    color: #007
}
:root {
    --primary-blue: #007bff; /* Màu chủ đạo: Xanh */
    --secondary-orange: #ff9900; /* Màu nhấn: Cam */
    --text-color: #333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white);
}

a {
    text-decoration: none;
    color: var(--primary-blue);
    transition: color 0.3s;
}

/* HEADER */
.header {
    width: 100%;
    background-color: var(--white);
    border-bottom: 1px solid #eee;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
    color: var(--primary-blue);
}

.logo img {
    height: 30px; /* Điều chỉnh kích thước logo */
    margin-right: 10px;
}

.top-nav a {
    color: #6c757d;
    margin-left: 20px;
    padding: 5px 0;
    font-size: 0.9em;
}

.top-nav a.active, .top-nav a:hover {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
}

:root {
    --primary-blue: #007bff; /* Xanh Chủ Đạo */
    --secondary-orange: #ff9900; /* Màu nhấn Cam */
    --text-color: #333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white);
}

a {
    text-decoration: none;
    color: var(--primary-blue);
    transition: color 0.3s;
}

/* ==================================== */
/* HEADER CỐ ĐỊNH                      */
/* ==================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    border-bottom: 1px solid #eee;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.3em;
    font-weight: 800;
    color: var(--primary-blue);
}

.logo i {
    margin-right: 10px;
    color: var(--secondary-orange);
}

.top-nav a {
    color: #6c757d;
    margin-left: 25px;
    padding: 5px 0;
    font-weight: 500;
}

.top-nav a.active, .top-nav a:hover {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}



body {
font-family: 'Segoe UI', Arial, sans-serif; 
line-height: 1.6;
color: #333;
background-color: #f0f2f5;}



.wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px; 
}

a {
text-decoration: none;
color: inherit; 
}

ul {
list-style: none;
}
.main-header {
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-top {
background-color:#003366; 
color: #fff;
padding: 8px 0;
font-size: 0.85em;
border-bottom: 1px solid #003a72;
}

.header-top .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}

.member-of a {
color: #fff;
font-weight: bold;
display: inline-flex;
align-items: center;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
gap: 5px;
}

.member-of img {
height: 50px;
width: 75px;
vertical-align: middle;
border-radius: 50%; }
.social-icons a {
color: #fff;
margin-left: 13px;
font-size: 1.1em;
transition: color 0.3s ease;
}

.social-icons a:hover {
color: #e0e0e0;
}

.header-bottom {
padding: 15px 0;
background-color: #fff;
}
.main-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f4f7f6;
}

a {
    text-decoration: none;
    color: inherit;
}

.section {
    padding: 60px 5%;
    text-align: center;
}

h1, h2 {
    color: #007
}
:root {
    --primary-blue: #007bff; /* Màu chủ đạo: Xanh */
    --secondary-orange: #ff9900; /* Màu nhấn: Cam */
    --text-color: #333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white);
}

a {
    text-decoration: none;
    color: var(--primary-blue);
    transition: color 0.3s;
}

/* HEADER */
.header {
    width: 100%;
    background-color: var(--white);
    border-bottom: 1px solid #eee;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
    color: var(--primary-blue);
}

.logo img {
    height: 30px; /* Điều chỉnh kích thước logo */
    margin-right: 10px;
}

.top-nav a {
    color: #6c757d;
    margin-left: 20px;
    padding: 5px 0;
    font-size: 0.9em;
}

.top-nav a.active, .top-nav a:hover {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
}

:root {
    --primary-blue: #007bff; /* Xanh Chủ Đạo */
    --secondary-orange: #ff9900; /* Màu nhấn Cam */
    --text-color: #333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white);
}

a {
    text-decoration: none;
    color: var(--primary-blue);
    transition: color 0.3s;
}

/* ==================================== */
/* HEADER CỐ ĐỊNH                      */
/* ==================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    border-bottom: 1px solid #eee;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.3em;
    font-weight: 800;
    color:#0055b3;
    font-family: 'Times New Roman', Times, serif;
}

.logo i {
    margin-right: 10px;
    color: var(--secondary-orange);
}

.top-nav a {
    color: #6c757d;
    margin-left: 25px;
    padding: 5px 0;
    font-weight: 500;
}

.top-nav a.active, .top-nav a:hover {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}



body {
font-family: 'Segoe UI', Arial, sans-serif; 
line-height: 1.6;
color: #333;
background-color: #f0f2f5;}



.wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px; 
}

a {
text-decoration: none;
color: inherit; 
}

ul {
list-style: none;
}
.main-header {
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-top {
background-color:#003366; 
color: #fff;
padding: 8px 0;
font-size: 0.85em;
border-bottom: 1px solid #003a72;
}

.header-top .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}

.member-of a {
color: #fff;
font-weight: bold;
display: inline-flex;
align-items: center;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
gap: 5px;
}

.member-of img {
height: 50px;
width: 75px;
vertical-align: middle;
border-radius: 50%; }
.social-icons a {
color: #fff;
margin-left: 13px;
font-size: 1.1em;
transition: color 0.3s ease;
}

.social-icons a:hover {
color: #e0e0e0;
}

.header-bottom {
padding: 15px 0;
background-color: #fff;
}
.main-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f4f7f6;
}

a {
    text-decoration: none;
    color: inherit;
}

.section {
    padding: 60px 5%;
    text-align: center;
}

h1, h2 {
    color: #007
}
:root {
    --primary-blue: #007bff; /* Màu chủ đạo: Xanh */
    --secondary-orange: #ff9900; /* Màu nhấn: Cam */
    --text-color: #333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white);
}

a {
    text-decoration: none;
    color: var(--primary-blue);
    transition: color 0.3s;
}

/* HEADER */
.header {
    width: 100%;
    background-color: var(--white);
    border-bottom: 1px solid #eee;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
    color: var(--primary-blue);
}

.logo img {
    height: 30px; /* Điều chỉnh kích thước logo */
    margin-right: 10px;
}

.top-nav a {
    color: #6c757d;
    margin-left: 20px;
    padding: 5px 0;
    font-size: 0.9em;
}

.top-nav a.active, .top-nav a:hover {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
}

:root {
    --primary-blue: #007bff; /* Xanh Chủ Đạo */
    --secondary-orange: #ff9900; /* Màu nhấn Cam */
    --text-color: #333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white);
}

a {
    text-decoration: none;
    color: var(--primary-blue);
    transition: color 0.3s;
}

/* ==================================== */
/* HEADER CỐ ĐỊNH                      */
/* ==================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    border-bottom: 1px solid #eee;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.3em;
    font-weight: 800;
    color: var(--primary-blue);
}

.logo i {
    margin-right: 10px;
    color: var(--secondary-orange);
}

.top-nav a {
    color: #6c757d;
    margin-left: 25px;
    padding: 5px 0;
    font-weight: 500;
}

.top-nav a.active, .top-nav a:hover {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
}
.registration-container {
    padding-top: 50px; 
    padding-bottom: 80px;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.registration-form-box {
    background-color: var(--light-bg);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.registration-form-box h2 {
    color:#003366;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid var(--primary-blue);
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 2.5em;
}

.form-section-title {
    color: var(--primary-blue);
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 15px;
    border-left: 5px solid var(--secondary-orange);
    padding-left: 10px;
    font-weight: 600;
}

.form-group-reg {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.form-group-reg label {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-color);
}

.form-group-reg input[type="text"],
.form-group-reg input[type="email"],
.form-group-reg input[type="tel"],
.form-group-reg input[type="date"],
.form-group-reg select,
.form-group-reg textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    font-size: 1em;
    font-family: inherit; /* Giúp phông chữ đồng nhất */
}

.form-group-reg textarea {
    resize: vertical;
}

.form-group-reg input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2); /* Phóng to checkbox */
}

.form-actions {
    text-align: center;
    margin-top: 30px;
}

.btn-submit-reg {
    background-color: var(--secondary-orange);
    color: var(--white);
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-submit-reg:hover {
    background-color: #e08400;
    transform: translateY(-2px);
}
.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
    padding: 20px;
    font-size: 0.9em;
}

/* ==================================== */
/* MEDIA QUERIES (RESPONSIVE)           */
/* ==================================== */
@media (max-width: 992px) {
    .hero-content-wrapper {
        flex-direction: column;
        justify-content: space-around;
        padding: 50px 5%;
    }
    .hero-text {
        max-width: 100%;
        text-align: center;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .hero-text h1 {
        font-size: 2.5em;
    }
    .login-box {
        max-width: 350px;
    }

    .about-container {
        flex-direction: column;
        align-items: center;
    }
    .about-image {
        flex: 0 0 auto; 
        max-width: 100%;
        margin-bottom: 30px;
    }
    .section-heading-left {
        text-align: center;
        display: block;
    }
    .reasons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .reasons-grid {
        grid-template-columns: 1fr;
    }
    .hero-text h1 {
        font-size: 2em;
    }
    .top-nav {
        display: none; /* Ẩn menu nav trên mobile */
    }
}

.simple-footer {
background-color: #003366; 
color: #fff; 
padding: 30px 0; 
margin-top: 40px; 
font-size: 0.9em; 
}

.footer-content-simple {
display: flex;
align-items: center; 
gap: 30px; 
flex-wrap: wrap; }

.footer-logo-simple img {
height: 100px; 
width: auto; 
object-fit: contain;
}

.footer-info-simple {
flex: 1; 
line-height: 1.8; 
text-align: left;
        color:#ffffff;
}

.footer-info-simple p {
margin-bottom: 5px; }

.footer-info-simple p:last-child {
margin-bottom: 0;
}

.footer-info-simple a {
color: #fff; 
text-decoration: underline; 
}

.footer-info-simple a:hover {
color: #cccccc; }

.footer-org-name {
font-weight: bold;
font-size: 1.1em;
margin-bottom: 10px; 
}

@media (max-width: 768px) {
.footer-content-simple {
    flex-direction: column; 
    text-align: center; 
    align-items: center; 
}
.footer-logo-simple {
    margin-bottom: 20px; 
}
.footer-info-simple p {
    margin-bottom: 8px; 
}
}

@media (max-width: 480px) {
.simple-footer {
    padding: 20px 0;
}
.footer-logo-simple img {
    height: 80px; 
}
.footer-info-simple {
    font-size: 0.85em;
}
.footer-org-name {
    font-size: 1em;
}
}


@media (max-width: 992px) {
.footer-content {
    flex-direction: column; 
    align-items: flex-start; 
}
.footer-column {
    min-width: unset; 
    width: 100%; 
    max-width: 100%; 
    margin-bottom: 20px;
}
.footer-column:last-child {
    margin-bottom: 0;
}
}

@media (max-width: 576px) {
.main-footer {
    padding-top: 20px;
}
.footer-column h3 {
    font-size: 1.1em;
    text-align: center; 
}
.footer-column h3::after {
    left: 50%;
    transform: translateX(-50%);
}
.footer-column p, .footer-contact ul li {
    text-align: center; 
    justify-content: center; 
}
.footer-contact ul li i {
    margin-right: 0; 
}
}
.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
    padding: 20px;
    font-size: 0.9em;
}

/* ==================================== */
/* MEDIA QUERIES (RESPONSIVE)           */
/* ==================================== */
@media (max-width: 992px) {
    .hero-content-wrapper {
        flex-direction: column;
        justify-content: space-around;
        padding: 50px 5%;
    }
    .hero-text {
        max-width: 100%;
        text-align: center;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .hero-text h1 {
        font-size: 2.5em;
    }
    .login-box {
        max-width: 350px;
    }

    .about-container {
        flex-direction: column;
        align-items: center;
    }
    .about-image {
        flex: 0 0 auto; 
        max-width: 100%;
        margin-bottom: 30px;
    }
    .section-heading-left {
        text-align: center;
        display: block;
    }
    .reasons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .reasons-grid {
        grid-template-columns: 1fr;
    }
    .hero-text h1 {
        font-size: 2em;
    }
    .top-nav {
        display: none; /* Ẩn menu nav trên mobile */
    }
}

.simple-footer {
background-color: #003366; 
color: #fff; 
padding: 30px 0; 
margin-top: 40px; 
font-size: 0.9em; 
}

.footer-content-simple {
display: flex;
align-items: center; 
gap: 30px; 
flex-wrap: wrap; }

.footer-logo-simple img {
height: 100px; 
width: auto; 
object-fit: contain;
}

.footer-info-simple {
flex: 1; 
line-height: 1.8; 
text-align: left;
        color:#ffffff;
}

.footer-info-simple p {
margin-bottom: 5px; }

.footer-info-simple p:last-child {
margin-bottom: 0;
}

.footer-info-simple a {
color: #fff; 
text-decoration: underline; 
}

.footer-info-simple a:hover {
color: #cccccc; }

.footer-org-name {
font-weight: bold;
font-size: 1.1em;
margin-bottom: 10px; 
}

@media (max-width: 768px) {
.footer-content-simple {
    flex-direction: column; 
    text-align: center; 
    align-items: center; 
}
.footer-logo-simple {
    margin-bottom: 20px; 
}
.footer-info-simple p {
    margin-bottom: 8px; 
}
}

@media (max-width: 480px) {
.simple-footer {
    padding: 20px 0;
}
.footer-logo-simple img {
    height: 80px; 
}
.footer-info-simple {
    font-size: 0.85em;
}
.footer-org-name {
    font-size: 1em;
}
}


@media (max-width: 992px) {
.footer-content {
    flex-direction: column; 
    align-items: flex-start; 
}
.footer-column {
    min-width: unset; 
    width: 100%; 
    max-width: 100%; 
    margin-bottom: 20px;
}
.footer-column:last-child {
    margin-bottom: 0;
}
}

@media (max-width: 576px) {
.main-footer {
    padding-top: 20px;
}
.footer-column h3 {
    font-size: 1.1em;
    text-align: center; 
}
.footer-column h3::after {
    left: 50%;
    transform: translateX(-50%);
}
.footer-column p, .footer-contact ul li {
    text-align: center; 
    justify-content: center; 
}
.footer-contact ul li i {
    margin-right: 0; 
}
}
.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
    padding: 20px;
    font-size: 0.9em;
}

/* ==================================== */
/* MEDIA QUERIES (RESPONSIVE)           */
/* ==================================== */
@media (max-width: 992px) {
    .hero-content-wrapper {
        flex-direction: column;
        justify-content: space-around;
        padding: 50px 5%;
    }
    .hero-text {
        max-width: 100%;
        text-align: center;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .hero-text h1 {
        font-size: 2.5em;
    }
    .login-box {
        max-width: 350px;
    }

    .about-container {
        flex-direction: column;
        align-items: center;
    }
    .about-image {
        flex: 0 0 auto; 
        max-width: 100%;
        margin-bottom: 30px;
    }
    .section-heading-left {
        text-align: center;
        display: block;
    }
    .reasons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .reasons-grid {
        grid-template-columns: 1fr;
    }
    .hero-text h1 {
        font-size: 2em;
    }
    .top-nav {
        display: none; /* Ẩn menu nav trên mobile */
    }
}

.simple-footer {
background-color: #003366; 
color: #fff; 
padding: 30px 0; 
margin-top: 40px; 
font-size: 0.9em; 
}

.footer-content-simple {
display: flex;
align-items: center; 
gap: 30px; 
flex-wrap: wrap; }

.footer-logo-simple img {
height: 100px; 
width: auto; 
object-fit: contain;
}

.footer-info-simple {
flex: 1; 
line-height: 1.8; 
text-align: left;
        color:#ffffff;
}

.footer-info-simple p {
margin-bottom: 5px; }

.footer-info-simple p:last-child {
margin-bottom: 0;
}

.footer-info-simple a {
color: #fff; 
text-decoration: underline; 
}

.footer-info-simple a:hover {
color: #cccccc; }

.footer-org-name {
font-weight: bold;
font-size: 1.1em;
margin-bottom: 10px; 
}

@media (max-width: 768px) {
.footer-content-simple {
    flex-direction: column; 
    text-align: center; 
    align-items: center; 
}
.footer-logo-simple {
    margin-bottom: 20px; 
}
.footer-info-simple p {
    margin-bottom: 8px; 
}
}

@media (max-width: 480px) {
.simple-footer {
    padding: 20px 0;
}
.footer-logo-simple img {
    height: 80px; 
}
.footer-info-simple {
    font-size: 0.85em;
}
.footer-org-name {
    font-size: 1em;
}
}


@media (max-width: 992px) {
.footer-content {
    flex-direction: column; 
    align-items: flex-start; 
}
.footer-column {
    min-width: unset; 
    width: 100%; 
    max-width: 100%; 
    margin-bottom: 20px;
}
.footer-column:last-child {
    margin-bottom: 0;
}
}

@media (max-width: 576px) {
.main-footer {
    padding-top: 20px;
}
.footer-column h3 {
    font-size: 1.1em;
    text-align: center; 
}
.footer-column h3::after {
    left: 50%;
    transform: translateX(-50%);
}
.footer-column p, .footer-contact ul li {
    text-align: center; 
    justify-content: center; 
}
.footer-contact ul li i {
    margin-right: 0; 
}
}
simple-footer {
    background-color: #0f4077;
    color: var(--white);
    padding: 15px 20px;
    font-size: 0.9em;
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-social a {
    color: var(--white);
    margin-left: 15px;
}

/* ==================================== */
/* MEDIA QUERIES (RESPONSIVE)           */
/* ==================================== */

@media (max-width: 992px) {
    /* 2 cột trên Tablet */
    .news-grid-v2 {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    /* Header: Xếp chồng */
    .main-header-inner {
        flex-direction: column;
        text-align: center;
    }
    .main-navigation a {
        margin: 0 10px;
    }
    .announcements-page-content {
        padding-top: 150px; 
    }
    .filter-bar {
        flex-direction: column;
        gap: 15px;
    }
    .category-filters, .sort-options {
        text-align: center;
        width: 100%;
    }
    .footer-inner {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    /* 1 cột trên Mobile */
    .news-grid-v2 {
        grid-template-columns: 1fr;
    }
    .alert-box {
        flex-direction: column;
        text-align: center;
    }
    .alert-box i {
        margin-bottom: 10px;
    }
}

.simple-footer {
    background-color: #0f4077;
    color: var(--white);
    padding: 15px 20px;
    font-size: 0.9em;
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-social a {
    color: var(--white);
    margin-left: 15px;
}

/* ==================================== */
/* MEDIA QUERIES (RESPONSIVE)           */
/* ==================================== */

@media (max-width: 992px) {
    /* 2 cột trên Tablet */
    .news-grid-v2 {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    /* Header: Xếp chồng */
    .main-header-inner {
        flex-direction: column;
        text-align: center;
    }
    .main-navigation a {
        margin: 0 10px;
    }
    .announcements-page-content {
        padding-top: 150px; 
    }
    .filter-bar {
        flex-direction: column;
        gap: 15px;
    }
    .category-filters, .sort-options {
        text-align: center;
        width: 100%;
    }
    .footer-inner {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    /* 1 cột trên Mobile */
    .news-grid-v2 {
        grid-template-columns: 1fr;
    }
    .alert-box {
        flex-direction: column;
        text-align: center;
    }
    .alert-box i {
        margin-bottom: 10px;
    }
}
.simple-footer {
background-color: #003366; 
color: #fff; 
padding: 30px 0; 
margin-top: 40px; 
font-size: 0.9em; 
}

.footer-content-simple {
display: flex;
align-items: center; 
gap: 30px; 
flex-wrap: wrap; }

.footer-logo-simple img {
height: 100px; 
width: auto; 
object-fit: contain;
}

.footer-info-simple {
flex: 1; 
line-height: 1.8; 
text-align: left;
        color:#ffffff;
}

.footer-info-simple p {
margin-bottom: 5px; }

.footer-info-simple p:last-child {
margin-bottom: 0;
}

.footer-info-simple a {
color: #fff; 
text-decoration: underline; 
}

.footer-info-simple a:hover {
color: #cccccc; }

.footer-org-name {
font-weight: bold;
font-size: 1.1em;
margin-bottom: 10px; 
}

@media (max-width: 768px) {
.footer-content-simple {
    flex-direction: column; 
    text-align: center; 
    align-items: center; 
}
.footer-logo-simple {
    margin-bottom: 20px; 
}
.footer-info-simple p {
    margin-bottom: 8px; 
}
}

@media (max-width: 480px) {
.simple-footer {
    padding: 20px 0;
}
.footer-logo-simple img {
    height: 80px; 
}
.footer-info-simple {
    font-size: 0.85em;
}
.footer-org-name {
    font-size: 1em;
}
}


@media (max-width: 992px) {
.footer-content {
    flex-direction: column; 
    align-items: flex-start; 
}
.footer-column {
    min-width: unset; 
    width: 100%; 
    max-width: 100%; 
    margin-bottom: 20px;
}
.footer-column:last-child {
    margin-bottom: 0;
}
}

@media (max-width: 576px) {
.main-footer {
    padding-top: 20px;
}
.footer-column h3 {
    font-size: 1.1em;
    text-align: center; 
}
.footer-column h3::after {
    left: 50%;
    transform: translateX(-50%);
}
.footer-column p, .footer-contact ul li {
    text-align: center; 
    justify-content: center; 
}
.footer-contact ul li i {
    margin-right: 0; 
}
}

.slideshow-container {
  position: relative;
  max-width: 600px;
  margin: auto;
}

.slide {
  display: none;
  margin-bottom: 20px;

}

img {
  width: 100%;
  height: auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.floating-icons {
  position: fixed;
  top: 40%;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.floating-icons .icon {
  width: 48px;
  height: 48px;
  background-color: #4CAF50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.floating-icons .icon svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.floating-icons .icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.simple-footer {
    background-color: #0f4077; /* Màu nền xanh đậm như ảnh mẫu */
    color: white;
    padding: 30px 5%;
}

.footer-content-flex {
    max-width: 1200px;
    margin: 0 auto;
    display: flex; /* Bật Flexbox */
    gap: 40px; /* Khoảng cách giữa 2 cột */
    align-items: flex-start; /* Nội dung bắt đầu từ trên */
}

/* 1. CỘT THÔNG TIN (TRÁI) */
.footer-info-wrapper {
    flex: 2; /* Chiếm khoảng 40% chiều rộng */
}

.footer-logo-simple {
    margin-bottom: 20px;
    /* Giả sử logo là phần tử có kích thước nhất định */
}
.footer-logo-simple img {
    height: 80px;
    display: block;
}

.footer-info-simple p {
    margin: 5px 0;
    font-size: 0.9em;
}

.footer-info-simple a {
    color: #ffcc00; /* Màu vàng nhấn cho liên kết */
    text-decoration: none;
}
.main-content-area {
    position: relative;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.9); /* Lớp phủ đen */
    min-height: 100vh;
}

.left-content-mock {
    position: absolute;
    top: 50px; /* Điều chỉnh vị trí tương đối */
    left: 5%;
    color: #d1d1d1;
    font-size: 1.2em;
    font-weight: 300;
}

/* CONTAINER CHÍNH CỦA CÁC NÚT - Cố định vị trí */
.action-buttons-container {
    position: fixed; /* Rất quan trọng: Giữ cố định khi cuộn */
    bottom: 30px; 
    right: 30px; 
    display: flex;
    flex-direction: column-reverse; /* Đảo ngược để nút đóng nằm dưới */
    align-items: flex-end; 
    gap: 15px; /* Khoảng cách giữa các mục */
    z-index: 1000; 
}

/* Định kiểu cho mỗi mục nút và nhãn */
.action-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    /* Loại bỏ khoảng cách margin-bottom nếu sử dụng gap trên container */
}

/* Nhãn văn bản */
.text-label {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 1em;
    font-weight: 500;
    white-space: nowrap; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Định kiểu chung cho các biểu tượng nút tròn */
.icon-button {
    width: 60px; /* Kích thước lớn hơn để khớp với hình ảnh */
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.6em; 
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: transform 0.2s;
}

.icon-button:hover {
    transform: scale(1.05);
}

/* Màu sắc và biểu tượng cụ thể */
.location-item .red-light {
    background-color: #e54c4c; /* Đỏ/Đỏ nhạt */
}

.call-item .yellow-call {
    background-color: #ffc107; /* Vàng */
    color: #333; /* Chữ màu tối hơn trên nền vàng */
    font-size: 2em;
}

.facebook-item .green-fb {
    background-color: #18b33b; /* Xanh lá Facebook (tương tự hình ảnh) */
    font-size: 2.5em;
    line-height: 0.8;
}

.zalo-item .blue-zalo {
    background-color: #0088ff; /* Xanh Zalo */
    font-size: 1em;
    padding-top: 5px;
}

/* Nút Đóng/Hủy (Luôn nằm dưới cùng) */
.action-close-button {
    /* Đặt riêng để nó nằm phía dưới các nút hành động (nhờ flex-direction: column-reverse) */
    align-self: flex-end; 
    margin-top: 5px; /* Thêm chút khoảng cách với nút Zalo */
}

.action-close-button .red-close {
    background-color: #e53935; /* Màu đỏ đậm */
    font-size: 3em;
    line-height: 0.8;
    width: 65px; 
    height: 65px;
}


/* --- MEDIA QUERY CHO ĐỊNH DẠNG ĐÁP ỨNG (Mobile) --- */
@media (max-width: 600px) {
    
    /* Điều chỉnh vị trí container trên điện thoại */
    .action-buttons-container {
        bottom: 15px; 
        right: 15px; 
        gap: 10px;
    }

    /* Giảm kích thước nút */
    .icon-button {
        width: 50px;
        height: 50px;
        font-size: 1.4em;
    }

    .call-item .yellow-call {
        font-size: 1.8em;
    }
    
    .facebook-item .green-fb {
        font-size: 2.2em;
    }
    
    .action-close-button .red-close {
        width: 55px; 
        height: 55px;
        font-size: 2.5em;
    }
    
    /* Giảm kích thước nhãn */
    .text-label {
        padding: 6px 10px;
        font-size: 0.9em;
        margin-right: 10px;
    }
}
