/* Reset CSS */
* {
    /* Emmet */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Đặt những style chữ cho toàn thẻ html */
html {
    scroll-behavior: smooth;
    font-family: Helvetica, Arial, sans-serif;
}

/* 
1. Từ ngoài vào trong
2. Từ trên xuống dưới
3. Tổng quan đến chi tiết   
 */

/* 
1. Vị trí
2. Kích thước (width, height)
3. Màu sắc
4. Kiểu dáng (kiểu chữ, ...)
 */

/* Thẻ con dùng float khiến thẻ cha không bao quanh được
Dùng clear để khắc phục */
.clear {
    clear: both; 
}

/* Dùng cho những đoạn text chữ trắng */
.text-white {
    color: #fff !important;
}

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

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

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

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

.col-half {
    width: 50%;
}

.col-third {
    width: 33.33333%;
}

.col-full {
    width: 100%;
}

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

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

/* Main */
#main {

}

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

#nav {
    display: inline-block;
}

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

#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: 46px;
    padding: 0 24px;
    display: block;
}

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

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

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

#nav .subnav a {
    color: #000;
    line-height: 38px;
    padding: 0 12px;

}

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

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

#header .search-btn:hover {
    background-color: #f44336; 
    cursor: pointer;  /* Di chuyển chuột hiện ngón tay */
}

#header .search-icon {
    color: #fff;
    font-size: 20px;
    line-height: 46px;
}

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

#slider .text-content {
    position: absolute;
    bottom: 48px;
    color: #fff;
    /* Cách căn giữa 1 */
    /* left: 50%;
    transform: translateX(-50%); */

    /* Cách căn giữa 2 */
    width: 100%;

    /* Cách căn giữa 3 */
    /* right: 0;
    left: 0; */
    text-align: center ;
}

#slider .text-heading {
    font-weight: 500;
    font-size: 24px;
}

#slider .text-description {
    font-size: 15px;
    margin-top: 25px;
}

#content {

}

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

#content .section-heading {
    text-align: center;
    letter-spacing: 4px; /*Tăng khoảng cách giữa các chữ cái trong 1 từ*/
    font-weight: 500;
    font-size: 30px;
}

#content .section-sub-heading {
    text-align: center;
    font-size: 15px;
    margin-top: 25px;
    font-style: italic; /*Chữ nghiêng*/
    opacity: 0.6; /* Làm độ trong suốt, làm mờ,*/
}

#content .about-text {
    font-size: 15px;
    margin-top: 25px;
    text-align: justify; /*Căn chữ đều 2 bên*/
    line-height: 1.4; /*Chỉnh chiều cao của 1 dòng , Tiếng ảnh là 1.4 và tiếng việt là 1.6*/
}

#content .members-list {
    margin-top: 48px;
}

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

}

#content .member-img {
    margin-top: 15px;
    width: 154px;
    border-radius: 4px; /*bo góc ảnh lại*/
}

#content .tour-section {
    background-color: #000;
}

#content .tickets-list {
    background-color: #fff;
    list-style: none; /*Bỏ chấm đầu list*/
    margin-top: 40px;
}

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

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

#content .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 */
#content .places-list {
    margin-top: 32px;
}

#content .place-img {
    width: 100%;
    display: block; /*Loại bỏ phần tử có display:inline*/
}

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

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

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

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

#content .place-desc {
    margin-top: 15px;
    line-height: 1.4;
}

#content .place-buy-btn {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 11px 16px;
    display: inline-block;
    margin-top: 15px;
}

#content .place-buy-btn:hover {
    background-color: #757575;
    color: #000;

}

#content .contact-section {
    margin-top: 48px;
}

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

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

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

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

.contact-form .form-submit-btn {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 10px 16px;
    float: right;
}

.contact-form .form-submit-btn:hover {
    background-color: #ccc;
    color: #000;
    cursor: pointer;
    border:none;
}

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

/* Footer section */
#footer {
    padding: 64px 16px;
    text-align: center;
}

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

#footer .social-list a{
    text-decoration: none;
    color: #757575;
    cursor: default;
}

#footer .social-list a:hover {
    color: #acaaaa;
}

#footer .copyright {
    font-size: 15px;
    margin-top: 15px;
    color: #757575;
}

#footer .copyright a {
    color: #757575;
}
