/* reset CSS */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*Common - chung*/
/*giải quyết vấn đề khi dùng thuộc tính float thì thẻ div cha không chứa các thẻ div con*/
.clear{
    clear: both;
}

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

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

.row::after{
    content: "";
    display: block;
    clear: both;
}

.column{
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

.column-full{
    width: 100%;
}

.column-half{
    width: 50%;
}

.column-third{
    width: 33.3333%;
}

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

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

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

.btn{
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 11px 16px;
    margin-top: 18px;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
}

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

.pull-right{
    float: right !important;
}

/*main*/
#main{
    
}

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

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

#nav{
    display: inline-block;
}

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

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

#nav li {
    position: relative;
}

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

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

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

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

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

#nav .subnav li a {
    line-height: 38.5px;
    min-width: 160px;
    padding: 0 12px;
    color: #000
}

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

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

#header .mobile-menu-btn{
    position: absolute;
    top: 0;
    right: 0;
}

#header .mobile-menu-btn,
#header .search-icon-btn{
    float: right;
    line-height: 46px;
    padding: 0 21px;
    font-size: 20px;
    color: #fff;
}

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

#header .mobile-menu-btn:hover .menu-icon{
    color: #000;
}

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

#slider .text-content{
    position: absolute;
    bottom: 47px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
}
#slider .text-heading{
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}
#slider .text-description{
    font-size: 15px;
    margin-top: 25px;
    text-shadow: 0px 0px 2px #000;
}

#content {
    
}

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

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

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

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

#content .member-list{
    margin-top: 32px;
}

#content .member-name{
    font-size: 15px;
}

#content .member-img{
    margin-top: 15px;
    border-radius: 4px;
    width: 154px;
}

#content .tour-section{
    background-color: #000;
}
/*ticket*/
.tickets-list {
    background-color: #fff;
    font-size: 15px;
    margin-top: 40px;
}

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

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

.tickets-list .quantity{
    float: right;
    background-color: #000;
    color: #fff;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-top: -3px;
}
/*places-list*/

.places-list{
    margin-top: 16px;
}

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

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

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

.place-heading{
    font-size: 15px;
    font-weight: 600;
    
}

.place-time{
    margin-top: 15px;
    color: #757575;
}

.place-description{
    margin-top: 15px;
    line-height: 1.4;
}

/*Contact*/
.contact-content {
    margin-top: 48px;
}

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

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

.contact-info a {
    color: #4fa7f7;
    opacity: 0.8;
}

.contact-info a:hover {
    opacity: 1.8;
}

.contact-form{
    font-size: 15px;
}

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

.map-section img{
    width: 100%;
}

#footer{
    padding: 64px 16px;
}

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

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

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

#footer .copyright {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    padding: 16px 8px;
}

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

.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.open{
    display: flex;
}

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

.modal-header {
    background-color: #009688;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.modal-heading-icon{
    margin-right: 16px;
}

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

.modal-close:hover{
    color: #000;
    background-color: #ccc;
    cursor: pointer;
}

.modal-body {
    padding: 16px;
}

.modal-label {
    display: block;
    font-size: 15px;
    margin-bottom: 12px;
}

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

#buy-ticket-btn {
    border: none;
    font-size: 15px;
    width: 100%;
    background-color: #009688;
    padding: 18px;
    text-transform: uppercase;
    color: #fff;
}

#buy-ticket-btn:hover{
    opacity: 0.9;
    cursor: pointer;
    color: #000;
}

.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);
    }
}