*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-family: Arial, Helvetica, sans-serif;
}

.text-white {
    color: #fff !important;
}
#main{
    
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 46px;
    background-color: #000;
}

#nav {
    display: inline-block;
}

#nav, .subnav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nav > li {
    display: inline-block;
    position: relative;
}

#nav > li > a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 46px;
    padding: 0 24px;
    display: inline-block;
}

#nav li:hover .subnav {
    display: block;
}

#nav .subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#nav .subnav li {
    display: block;
}

#nav .subnav a {
    display: block;
    padding: 8px 16px;
    color: #000;
    background-color: #fff;
    line-height: 38px;
    text-decoration: none;
}

#nav .nav-arrow-down{
    font-size: 14px;
}

#header .search-btn {
    float: right;
    padding: 0 21px;
    cursor: pointer;
}

#header .search-btn:hover {
    background-color: #f44336;
}

#header .search-icon {
    color: #fff;
    font-size: 20px;
    line-height: 46px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#nav .subnav li:hover a,
#nav > li:hover > a {
    background-color: #ccc;
    color: #000;
}
#slider {
    height: 600px;
    width: 100%;
    background: url('../img/slider/slider1.jpg') top center / cover no-repeat;
}
.section-text {
    margin-top: 25px;
    font-size: 15px;
    text-align: justify;
    line-height: 1.6;
    text-align: center;
}
.section-subtitle{
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: italic;
    opacity: 0.6;
}
.section-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 4px;
}
#content-nd {
    max-width: 786px;
    margin: 0 auto;
    text-align: justify; /* Căn đều nội dung */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
#content-nd {
    max-width: 1500px;
    margin: 0 auto;
    text-align: justify;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding: 0 70px; /* lề */
}

#content-nd p {
    text-align: justify; /* Căn đều đoạn văn */
}

/* Bố cục chia 2 bên: chữ & ảnh */
.nd-flex {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

/* Nội dung văn bản bên trái */
.nd-text {
    flex: 1.2;
}

/* Ảnh bên phải */
.nd-img {
    flex: 1.8;
    display: flex;
    justify-content: center; /* Căn giữa ảnh ngang */
    align-items: center;     /* Căn giữa ảnh dọc nếu cần */
}

.nd-img img {
    width: 600px;
    height: 400px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* đổ bóng nhẹ cho đẹp */
}
/* ----------- Responsive cho màn nhỏ ----------- */
@media (max-width: 1500px) {
    .nd-flex {
        flex-direction: column; /* Ảnh xuống dưới */
    }

    .nd-text, .nd-img {
        flex: unset;
        width: 100%;
    }

    .nd-img {
        margin-top: 20px;
    }

    #content-nd {
        padding: 0 15px;
    }
}

#content .content-section {
    width: 800px;
    max-width: 100%;
    padding: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#content .section-heading {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 4px;
}

#content .section-sub-heading {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
    font-family: italic;
    opacity: 0.6;
}

#content .welove-img {
    object-fit: cover;
    border-radius: .75rem !important;
    min-width: 320px;
    max-width: 786px;
    height: auto;
    margin-top: 25px;
}

#content .about-text {
    margin-top: 25px;
    font-size: 15px;
    text-align: justify;
    line-height: 1.6;
    text-align: center;
}

#content .member-list {
    margin-top:48px ;
    display: flex;
    justify-content: center;
    gap: 60px;
    text-align: center;
}

#content .member-item {
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: center;
}

#content .member-name {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

#content .member-img {
    width: 200px;
    height: 300px;
    object-fit: cover; 
    margin-top: 15px;

}

.tour-section {
    background-color: #000;
    margin-top: 60px;
    text-align: left;
    padding-left: 40px;
    padding-top: 30px;
}

.tickets-list {
    background-color: #fff;
    margin-top:40px ;
    list-style: none;
}

.tickets-list li {
    color: #757575;
    font-size: 15px;
    padding: 11px 16px;
    border-bottom: 1px solid #ddd;
}

.tickets-list .sold-out {
    background-color: #f44336;
    color: #fff;
    padding: 3px 4px;
    margin-left: 16px;
}

.tickets-list .quantity {
    float: right;
    width: 24px;
    height: 24px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-top: -3px;
}
.places-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 32px;
    flex-wrap: nowrap; /* Không cho xuống dòng */
    overflow-x: auto;   /* Cho phép cuộn ngang nếu quá nhỏ */
}

.place-item {
    flex: 1 1 0; /* Co giãn đều nhau */
    max-width: 33.33%; /* Mỗi item chiếm 1/3 hàng */
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

.place-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.place-img:hover {
    opacity: 0.8;
}

.place-body {
    padding: 16px;
    font-size: 15px;
}

.place-heading{
    font-size: 15px;
    font-weight: 600;
}
.place-time{
    margin-top: 15px;
    color: #757575;
}
.place-decs{
    margin: 15px;
}
.place-buy-btn{
    color: #fff;
    background-color: #000;
    text-decoration: none;
    padding: 11px 16px;
    display: inline-block;
    margin-top: 15px;
    border: none;
}
.place-buy-btn:hover {
    color: #000;
    background-color: #ccc;
}

#footer {
    
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
}
.modal.open {
    display: flex;
}
.modal-container {
    background:#fff ;
    width: 900px;
    max-width: calc(100% - 32px);
    min-height: 200px;
    position: relative;
    animation: modalFadeIn ease 0.5s;
}
.modal-header {
    background: #009688;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.modal-heading-icon {
    margin-right: 16px;
}
.modal-close:hover {
    opacity: 1;
}
.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    opacity:0.8 ;
}
.modal-body {
    padding: 16px;
}
.modal-label {
    display:block ;
    font-size: 15px;
    margin-bottom: 12px;
}
.modal-input {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 24px;
}
#buy-tickets {
    background: #009688;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    padding: 18px;
    cursor: pointer;
}
#buy-tickets:hover {
    opacity: 0.9;
}
.modal-footer {
    padding: 16px;
    text-align: right;
}
.modal-footer a {
    color:#2196f3;
}
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-140px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}