   *{
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; 
    --secondary-orange: #ff9900;
    --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 {
    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; 
    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; 
    --secondary-orange: #ff9900; 
    --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:#003366 ;
    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);
}


/* ==================================== */
/* HERO SECTION VÀ KHUNG ĐĂNG NHẬP     */
/* ==================================== */
.hero-section {
    position: relative;
    padding-top: 70px; /* Bù đắp cho header cố định */
    height: 550px;
    background-image: url('ảnh.jpg'); /* Đổi tên ảnh nền của bạn */
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Tái tạo màu Overlay như ảnh mẫu */
    background-color: rgba(81, 77, 77, 0.4); 
}

.hero-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

/* Văn bản chính */
.hero-text {
    color:#888;
    text-align: left;
    max-width: 55%;
    padding-left: 20px;
}

.hero-text h2 {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--white);
}

.hero-text h1 {
    font-size: 3em;
    margin-bottom: 25px;
    color: var(--white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.btn-primary-link {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s;
}
.btn-primary-link:hover {
    background-color: #0056b3;
}

/* Khung Đăng Nhập */
.main-login-box {
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); 
    overflow: hidden;
    background-color: white;
   
}

.login-header-main {
    background-color: rgba(18, 18, 129, 0.885); 
    color: white;
    padding: 18px 25px; 
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
}

.login-header-main i {
    margin-right: 8px;
    color: #1e48d3c3;
}

.login-form-main {
    padding: 30px 25px; 
}

.login-form-main input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
}

.login-btn-main {
    width: 100%;
    padding: 14px;
    background-color: #ff9900; 
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
    margin-top: 10px;
}

.login-btn-main:hover {
    background-color: #e68a00;
}

.login-links {
    text-align: center;
    margin-top: 15px;
    font-size: 0.9em;
}

.login-links a {
    color: #004d99;
    font-weight: 500;
}
/* ======================================= */
@media (max-width: 992px) {
    /* Khi màn hình nhỏ, chuyển Hero Section sang bố cục xếp chồng */
    .hero-content-wrapper {
        flex-direction: column;
        justify-content: center; /* Giúp căn giữa nội dung theo chiều dọc */
        /* QUAN TRỌNG: Cho phép nội dung tràn ra ngoài (ví dụ: khi cuộn) */
        height: auto; 
        padding: 40px 5%; /* Thêm padding trên và dưới khi xếp chồng */
    }
    
    .hero-section {
        /* Đảm bảo toàn bộ Hero Section có thể cuộn nếu nội dung quá dài */
        min-height: auto; 
        padding-bottom: 20px; /* Padding cuối cùng */
    }

    .hero-text {
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px; /* Thêm khoảng cách giữa chữ và khung đăng nhập */
    }

    .login-box {
        /* Đảm bảo khung đăng nhập không bị giới hạn chiều cao cứng */
        max-width: 300px; 
        width: 100%;
    }
}

/* ==================================== */
/* PHẦN GIỚI THIỆU (ABOUT SECTION)     */
/* ==================================== */
.section {
    padding: 80px 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-heading-center {
    text-align: center;
    font-size: 1.8em;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 50px;
}

/* Bố cục Ảnh Trái - Chữ Phải */
.about-container {
    display: flex;
    gap: 50px;
    align-items: center; 
    text-align: left;
}

.about-image {
    flex: 0 0 40%; 
    max-width: 400px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden; 
}

.about-image img {
    width: 100%;
    height:300px;
    display: block;
    object-fit: cover;
}

.about-text {
    flex: 1; 
}

.section-heading-left {
    color: var(--primary-blue);
    font-size: 1.5em; /* Nhỏ hơn heading chính */
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--primary-blue); /* Đường kẻ dưới như mẫu */
    display: inline-block;
}

.about-text p {
    margin-bottom: 15px;
    color: #555;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: var(--primary-blue);
    color: var(--white);
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s;
}

/* ==================================== */
/* LÝ DO CHỌN KÝ TÚC XÁ                */
/* ==================================== */
.reasons-section {
    background-color: var(--light-bg);
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.reason-item {
    padding: 20px 10px;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.reason-item i {
    font-size: 2.5em;
    color: var(--secondary-orange);
    margin-bottom: 10px;
}

.reason-item h3 {
    font-size: 1.1em;
    color: var(--text-color);
    margin-bottom: 10px;
}

.reason-item p {
    font-size: 0.9em;
    color: #6c757d;
}

/* ==================================== */
/* FOOTER                              */
/* ==================================== */
.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; 
}
}

.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 */
}
.section-location {
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px 20px;
    background-color: #ffffff; /* Nền trắng */
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.section-location h2 {
    text-align: center;
    font-size: 2em;
    color: #004a99; /* Màu xanh nổi bật */
    margin-bottom: 30px;
}

/* Bố cục 2 cột (Flexbox) */
.location-content {
    display: flex;
    align-items: center; /* Căn giữa theo chiều dọc */
    gap: 40px;
}

/* Cột Thông tin (Bên trái) */
.location-info {
    flex: 1;
    padding-right: 20px;
}

.location-info p {
    font-size: 1.05em;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;
}

/* Định dạng Danh sách */
.location-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.location-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1em;
}

/* Định dạng Icon check */
.location-info li .fas.fa-check-circle {
    color: #28a745; /* Màu xanh lá cây cho check */
    font-size: 1.2em;
    margin-right: 12px;
    margin-top: 2px; /* Căn chỉnh icon với chữ */
    flex-shrink: 0; /* Đảm bảo icon không bị co lại */
}

/* Cột Bản đồ (Bên phải) */
.location-map-placeholder {
    flex: 1;
    min-height: 350px; /* Đặt chiều cao lớn hơn cho bản đồ */
    background-color: #e6e6e6; /* Màu xám sáng cho khu vực giữ chỗ */
    border-radius: 8px;
    overflow: hidden; /* Quan trọng khi nhúng bản đồ thật */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    
    /* Thiết lập cho chữ giữ chỗ */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-style: italic;
    font-size: 0.9em;
}

.location-map-placeholder::after {
    content: "Khu vực giữ chỗ cho Bản đồ tương tác";
}

/* Định dạng Nút Xem Bản Đồ */
.btn-secondary {
    display: inline-flex; /* Dùng flex để căn chỉnh icon và chữ */
    align-items: center;
    background-color: #ff9900; /* Màu cam/vàng nổi bật */
    color: #ffffff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #e68a00;
}

.btn-secondary .fas.fa-map-marked-alt {
    margin-left: 10px;
}

/* === Responsive === */
@media (max-width: 992px) {
    .location-content {
        flex-direction: column; /* Xếp 2 cột chồng lên nhau trên màn hình nhỏ */
    }

    .location-info {
        padding-right: 0;
    }

    .location-map-placeholder {
        width: 100%;
        min-height: 250px;
    }
}
:root {
    --color-main-blue: #007bff;
    --color-main-green: #28a745;
    --color-main-orange: #ff9900;
    --color-dark-text: #333;
    --color-border-light: #eee;
}

/* === 1. BẢNG GIÁ PHÒNG (PRICING CARDS) === */

.section-pricing-cards {
    padding: 60px 20px;
    background-color: #f4f4f4; /* Nền xám nhạt */
}

.pricing-header {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

.pricing-header h2 {
    font-size: 2.2em;
    color: var(--color-main-blue); /* Tiêu đề màu xanh */
    margin-bottom: 5px;
}

.pricing-header .unit {
    font-size: 0.7em;
    font-weight: normal;
    color: #6c757d;
    display: block;
}

.pricing-header p {
    color: #888;
}

.pricing-cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.price-card {
    flex: 1;
    min-width: 300px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 30px 20px 20px 20px; /* Padding trên/dưới/trái/phải */
    
    /* Thiết lập Flex để căn chỉnh nội dung bên trong */
    display: flex;
    flex-direction: column;
    justify-content: space-between; 

    /* Viền bên ngoài */
    border: 1px solid var(--color-border-light);
    border-top: 5px solid transparent; 
}

/* Định dạng Viền và Màu sắc */
.type-single { border-color: var(--color-main-blue); border-top-color: var(--color-main-blue); }
.type-double { border-color: var(--color-main-green); border-top-color: var(--color-main-green); }
.type-group { border-color: var(--color-main-orange); border-top-color: var(--color-main-orange); }

/* Tiêu đề và Sức chứa */
.card-title {
    margin-bottom: 25px;
}

.card-title h3 {
    font-size: 1.6em;
    color: var(--color-dark-text);
    margin: 0;
}

.card-title .capacity {
    display: block;
    color: #6c757d;
    font-size: 0.9em;
    font-weight: normal;
    margin-top: 5px;
}

/* Giá */
.card-price {
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.card-price .currency {
    font-size: 1.2em;
    font-weight: 500;
    display: block;
    line-height: 1;
}

.card-price .amount {
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
}

/* Màu sắc cho Giá trị */
.card-price .color-blue { color: var(--color-main-blue); }
.card-price .color-green { color: var(--color-main-green); }
.card-price .color-orange { color: var(--color-main-orange); }

/* Danh sách tiện ích (Features) */
.card-features {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

/* Phong cách cho thẻ Single (1 Người) - Chi tiết nằm bên trái */
.features-full {
    text-align: left;
}
.features-full li {
    padding: 12px 0;
    color: #555;
    font-size: 0.95em;
    border-bottom: 1px dashed #eee;
}
.features-full li:last-child {
    border-bottom: none;
}

/* Phong cách cho thẻ Double và Group - Chi tiết nằm giữa, có đường viền */
.features-compact {
    text-align: center;
    padding: 0 10px;
    flex-grow: 1; /* Quan trọng để đẩy nút xuống dưới cùng */
}
.features-compact li {
    padding: 12px 0;
    color: #555;
    font-size: 0.95em;
    border-bottom: 1px dashed #eee;
}
.features-compact li:last-child {
    border-bottom: none;
}


/* Nút bấm */
.btn1 {
    display: block;
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
    text-align: center;
}

.btn-blue {
    background-color: var(--color-main-blue);
    color: white;
}
.btn-blue:hover { background-color: #0056b3; }

.btn-green {
    background-color: var(--color-main-green);
    color: white;
}
.btn-green:hover { background-color: #1e7e34; }

.btn-orange {
    background-color: var(--color-main-orange);
    color: white;
}
.btn-orange:hover { background-color: #e68a00; }

/* === Responsive === */
@media (max-width: 992px) {
    .pricing-cards-container {
        flex-direction: column; /* Xếp chồng 3 thẻ lên nhau */
        gap: 40px;
    }
    
    .price-card {
        max-width: 450px;
        margin: 0 auto;
    }
}
:root {
    --color-main-blue: #007bff;
}

/* === KHÁM PHÁ KHÔNG GIAN KTX (CAROUSEL) === */

.section-gallery {
    padding: 60px 20px;
    background-color: #ffffff;
    text-align: center;
}

.section-gallery h2 {
    font-size: 2.2em;
    color: var(--color-main-blue);
    margin-bottom: 40px;
}

/* Khung chứa Slider */
.slider-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; /* QUAN TRỌNG: Ẩn các ảnh bị tràn */
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Thanh trượt chứa ảnh */
.slider-track {
    display: flex; /* BỐ CỤC NGANG */
    transition: transform 0.5s ease-in-out; /* Hiệu ứng trượt */
    width: 100%;
}

/* Định dạng từng ảnh */
.slide {
    min-width: 100%; /* Đảm bảo ảnh luôn chiếm 100% viewport slider */
    height: auto;
    max-height: 500px; /* Giới hạn chiều cao cho desktop */
    display: block;
    object-fit: cover;
}

/* Nút điều hướng */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(100, 100, 100, 0.7);
    color: white;
    border: none;
    padding: 15px 12px;
    cursor: pointer;
    font-size: 1.2em;
    z-index: 10;
    line-height: 1; 
}

.slider-btn.prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.slider-btn.next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

/* === ĐỊNH DẠNG THIẾT BỊ DI ĐỘNG (MOBILE) === */
@media (max-width: 600px) {
    
    .section-gallery {
        padding: 30px 0; 
    }

    .slider-container {
        /* Chiếm toàn bộ chiều rộng, loại bỏ viền/bóng */
        max-width: 100%; 
        border-radius: 0; 
        box-shadow: none; 
    }
    
    .slide {
        /* Giới hạn chiều cao trên mobile */
        max-height: 280px; 
    }

    .slider-btn {
        /* Nút nhỏ hơn trên mobile */
        padding: 8px 10px;
        font-size: 1em;
    }
}


.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;
    }
}
.video-thumbnail {
    /* Đặt vị trí tương đối để căn chỉnh nút Play */
    position: relative; 
    /* Đặt kích thước, ví dụ 480px hoặc 100% */
    width: 300px; 
    max-width: 100%;
    display: block; 
    cursor: pointer; 
    overflow: hidden;
   margin-left: 60%;
   margin-top: -97px;;
    
}

/* Kiểu cho hình ảnh thu nhỏ */
.video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease; 
}

/* Hiệu ứng phóng to nhẹ khi di chuột */
.video-thumbnail:hover img {
    transform: scale(1.03);
}

/* Kiểu cho Nút Play (hình tròn đen có mũi tên trắng) */
.play-button {
    /* Đặt vị trí tuyệt đối để nằm trên ảnh */
    position: absolute; 
    top: 50%;
    left: 50%;
    /* Căn giữa chính xác */
    transform: translate(-50%, -50%); 
    
    width: 70px;
    height: 70px;
    background-color: rgba(255, 0, 0, 0.85); /* Màu đỏ mờ của YouTube */
    border-radius: 50%;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

/* Tạo hình tam giác (mũi tên Play) bằng CSS */
.play-button::after {
    content: '';
    position: absolute;
    /* Điều chỉnh vị trí để mũi tên nằm giữa hình tròn */
    left: 55%; 
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* Nút Play rõ hơn khi di chuột */
.video-thumbnail:hover .play-button {
    opacity: 1;
}
@media (max-width: 768px) {
    .play-button {
        width: 50px; /* Giảm kích thước nút play */
        height: 50px;
    }

    .play-button::after {
        border-left: 15px solid white; /* Giảm kích thước mũi tên */
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }
}

/* Khi màn hình nhỏ hơn hoặc bằng 480px (điển hình cho điện thoại di động) */
@media (max-width: 480px) {
    .play-button {
        width: 40px; /* Giảm kích thước nút play hơn nữa */
        height: 40px;
    }

    .play-button::after {
        border-left: 12px solid white; /* Giảm kích thước mũi tên */
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }
}