/* RESET CSS */

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

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

/* 
Vị trí
Kích thuớc
Màu sắc
Kiểu dáng (Kieu chũ, hình tròn, vuông, ....)

*/

/* Common */

.clear {
    clear: both;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.col {
    float: left;
    padding: 0 8px;
}

.col-full {
    width: 100%;
}

.col-two {
    width: 50%;
}

.col-three {
    width: 33.33333%;
}

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

.text-center {
    text-align: center !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.btn {
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    line-height: 22.5px;
    text-decoration: none;
    display: inline-block;
}

.btn:hover {
    color: #000;
    background-color: #ccc;
}

.modal.open {
    display: flex;
}

#main {}

/* Header */





#header {
    background-color: #000;
    height: 46.5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

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

#nav li {
    position: relative;
}

#nav>li>a {
    color: #fff;
    text-transform: uppercase;
}

#nav li a {
    text-decoration: none;
    line-height: 46.5px;
    display: block;
    padding: 0 24px;
}

#nav>li:hover>a {
    color: #000;
    background-color: #ccc;
}





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

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

#nav .subnav a {
    color: #000;
    padding: 0 16px;
    line-height: 38.5px;
}

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

}

#nav .subnav li:hover a {
    color: #000;
    background-color: #ccc;
}

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

#header .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    line-height: 46.5px;
    padding: 0 18px;
}

#header .mobile-menu {
    display: none;
}


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

#header .mobile-menu:hover {
    background-color: #ccc;
}



#slider {
    position: relative;
    margin-top: 46px;
    padding-top: 50%;
    background: url('../img/chicago.jpg') top center / cover no-repeat;
}

.text-content {
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 32px 16px;
}

.text-content .content-heading {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 25px;
}

.text-content .content-slogan {
    font-size: 16px;
}

#content {}

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

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

#content .section-sub-heading {
    padding-top: 25px;
    font-size: 15px;
    text-align: center;
    font-style: italic;
    opacity: 0.6;
}

#content .about-text {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 15px;
    text-align: justify;
    line-height: 1.4;
}


#content .member-list {
    padding: 32px 0;
    overflow: hidden;
}


#content .name-member {
    padding: 15px 0;
}

#content .member {
    width: 154px;
    height: 154px;
    border-radius: 4px;
}

.tour-section {
    background-color: #000;
    width: 100%;
}

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

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

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

.ticket-list .quantity {
    float: right;
    background-color: #000;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-top: -3px;
    padding: 0 8px;
    margin-right: 16px;
}

/* places */

.place-list {
    margin: 32px -8px 0;
    padding-bottom: 48px;
    overflow: hidden;
}

.place-list .place-img {
    width: 100%;
    display: block;
}

.place-list .place-img:hover {
    opacity: 0.6;
}

.place-list .place-body {
    background-color: #fff;
    padding: 16px;
    font-size: 15px;
}

.place-list .place-heading {
    margin: 15px 0;
    font-size: 15px;
    font-weight: 550;
}

.place-list .place-time {
    margin: 15px 0;
    opacity: 0.6;
}

.place-list .place-desc {
    margin: 15px 0;
    line-height: 22.5px;
}

/* Contact */

.contact-content {
    margin-top: 48px;
    overflow: hidden;
}

.contact-info {
    font-size: 18px;
    line-height: 1.5;
}

.contact-info i[class*="ti-"] {
    width: 30px;
    display: inline-block;
}

.contact-form {
    overflow: hidden;
}

.contact-form .form-control {
    width: 100%;
    border: 1px solid #ccc;
    padding: 12px 8px;
}

.contact-form .btn-primary {
    float: right;
}

.map-img {
    width: 100%;
}

#footer {
    padding: 64px 16px;
    text-align: center;
}

#footer .social-list {
    font-size: 24px;
}

#footer .social-list a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

#footer .social-list a:hover {
    color: rgba(0, 0, 0, 0.4);
}

#footer .copyright {
    margin: 15px 0;
    font-size: 15px;
}

#footer .copyright a {
    color: rgba(0, 0, 0, 0.6);
}

#footer .copyright a:hover {
    color: rgba(0, 0, 0, 0.4);
}



.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
    display: none;

}

.modal-container {
    position: absolute;
    background-color: #fff;
    width: 900px;
    min-height: 400px;
    max-width: calc(100% - 32px);
    animation: modalFadeIn ease 0.5s;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-140px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 12px;
    cursor: pointer;
}

.modal-header {
    padding: 32px 16px;
    font-size: 30px;
    line-height: 65px;
    background-color: #009688;
    color: #fff;
    text-align: center;
}

.modal-body {
    padding: 0 16px;
}

.modal-label {
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}

.modal-input {
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 15px;

}

#buy-tickets {
    padding: 16px;
    margin: 16px 0;
    width: 100%;
    font-size: 15px;
    background-color: #009688;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

#buy-tickets:hover {
    opacity: 0.8;
}


.modal-footer {
    margin: 15px 0;
    padding: 16px;
    float: right;
}

.modal-footer a {
    color: #2196F3;
}


/* tablet   */
@media (min-width: 740px) and (max-width: 1023px) {}

/* mobile */
@media (max-width: 740px) {
    #header {
        overflow: hidden;
    }

    #nav>li {
        display: block;
    }

    #nav>li:first-child {
        display: inline-block;
    }

    #header .search-btn {
        display: none;
    }

    #header .mobile-menu {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        line-height: 46.5px;
        padding: 0 18px;
    }

    #nav .subnav {
        position: initial;
        width: 100%;
        background-color: #333;
    }

    #nav .subnav a {
        color: #fff;
        padding: 4px 40px;
    }

}