﻿@charset "UTF-8";

@font-face {
    font-family: "Tahoma Regular";
    src: url(".././assets/fonts/TahomaRegularfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Tahoma Bold";
    src: url(".././assets/fonts/TAHOMAB0.TTF") format("truetype");
    font-weight: bold;
    font-style: normal;
}

:root {
    --main-color: #0069ad;
    --second-color: #c62828;
    --bold: "roboto-bold";
    --tbold: "Tahoma Bold";
}

body {
    font-family: "Tahoma Regular", sans-serif !important;
    font-size: 14px;
    padding-top: 0;
    background: #fafafa;
}

body.signup-page {
    background: #edf1ff;
}

body.signup-page .panel {
    box-shadow: rgba(0, 0, 0, .45) 0 2px 10px;
}

body.body-search {
    background: #eee;
}

body.navbar-top {
    padding-top: 89px !important;
}

body .empty-message {
    font-size: 16px;
    line-height: 26px;
}

body .fab-menu>li>a {
    width: 56px !important;
    height: 56px !important;
}

body .fab-menu>li>a i {
    font-size: 24px;
    margin-top: -12px !important;
    margin-left: -12px !important;
}

body .fab-menu>li ul li a {
    width: 56px !important;
    height: 56px !important;
}

body .fab-menu>li ul li a i {
    font-size: 24px;
}

body.body-hotel-booking {
    background: #f7f9fa;
}

body .recri-card a {
    display: block;
    width: 100%;
}

body .recri-card a img {
    width: 100%;
}

body.body-cate {
    background: #fff !important;
}

body .text-bold,
body b,
body optgroup,
body strong {
    font-family: "Tahoma Bold";
}

body .text-medium {
    font-family: "Tahoma Regular", sans-serif;
}

body .text-summernote {
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: "Tahoma Regular", sans-serif !important;
    margin: 0 !important;
    text-indent: unset !important;
    font-style: normal;
    color: #000 !important;
}

body .text-summernote p,
body .text-summernote span {
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: "Tahoma Regular", sans-serif !important;
    margin: 0 !important;
    text-indent: unset !important;
    font-style: normal;
    text-align: unset !important;
    color: #000 !important;
    background: none !important;
}

body .text-summernote b,
body .text-summernote optgroup,
body .text-summernote strong {
    font-family: "Tahoma Bold" !important;
}

body .text-summernote b p,
body .text-summernote b span,
body .text-summernote optgroup p,
body .text-summernote optgroup span,
body .text-summernote strong p,
body .text-summernote strong span {
    font-family: "Tahoma Bold" !important;
}

body .text-summernote img {
    display: none !important;
}

body .text-summernote table tr th,
body .text-summernote table tr td {
    background: none !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: "Tahoma Regular", sans-serif !important;
}

body .map-modal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

body .map-modal button.close {
    position: absolute;
    z-index: 1000;
    right: 70px;
    top: 2px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 20px;
    background: #dfdfdf;
}

body .btn-map {
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 125px;
    position: relative;
    text-align: center;
    background: none;
}

body .btn-map>.marker {
    margin-bottom: 15px;
}

body .btn-map span {
    padding: 10px 14px;
    border-radius: 15px;
    background: var(--main-color);
    color: #fff;
    opacity: .9;
}

body .highlight-primary {
    background: #ecf8ff;
    color: var(--main-color);
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}

body .article-detail img {
    max-width: 100% !important;
}

body a {
    color: var(--main-color);
}

body .ul-sub-options {
    padding: 0;
    margin: 0;
}

body .ul-sub-options li {
    float: left;
    border: 1px solid var(--second-color);
    padding: 0 10px !important;
    border-radius: 8px;
    background: #fff3e0;
    color: var(--second-color);
    margin-right: 10px;
}

body .login-modal .modal-dialog {
    max-width: 480px;
}

body .login-modal .modal-dialog .modal-content {
    border-radius: 20px;
}

body .login-modal .modal-dialog .modal-content .modal-body {
    max-width: 80%;
    margin: auto;
}

body .login-modal .form-group .form-control-feedback {
    height: 44px;
    line-height: 44px;
}

body .breadcrumb {
    margin-top: 10px;
    width: 100%;
    float: left;
}

body .breadcrumb li {
    display: inline-block;
    float: left;
}

body .breadcrumb li:before {
    padding: 0 2px;
    float: left;
}

body .breadcrumb li span {
    display: block;
    max-width: 50%;
    float: left;
}

body .breadcrumb li a {
    font-size: 12px;
}

body .breadcrumb li a:hover {
    color: var(--main-color);
}

body .breadcrumb li.active {
    color: #757575;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50%;
    font-size: 13px;
}

body .cate-thumbnail {
    border: 0;
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 7px 3px 14px -9px #42445a;
    -moz-box-shadow: 7px 3px 14px -9px #42445a;
    box-shadow: 7px 3px 14px -9px #42445a;
}

body .cate-thumbnail .thumb {
    height: 200px;
    width: 100%;
    background-position: center center;
    overflow: hidden;
    background-image: url("/assets/file/1px.jpg");
    background-size: cover;
}

body .navbar-header {
    max-height: 40px;
    height: unset;
}

body .navbar-header a img {
    max-height: 54px;
    margin-top: -5px;
}

body .static-booking-form .form-group .control-label {
    color: #000;
}

body a.a-center {
    display: inline-block;
}

body .form-control {
    min-height: 44px;
    border-radius: 10px;
    font-size: 14px;
}

body .form-group-sm .form-control {
    height: 44px !important;
    border-radius: 10px;
    font-size: 14px;
}

body .form-group-sm .form-control.select2-container {
    height: 44px;
    overflow: hidden;
}

body .form-group-sm .form-control.select2-container>a {
    height: 44px;
    background: #fff;
}

body .form-group-sm .form-control.select2-container>a .select2-chosen {
    height: 42px;
    line-height: 42px;
}

body .form-group-sm .form-control.select2-container .select2-arrow b {
    background-position: 0 8px;
}

body .form-group-sm .form-p {
    height: 44px;
    line-height: 42px;
}

body .form-group-sm.has-feedback .form-control-feedback {
    top: 0;
    height: 44px;
    line-height: 44px;
}

body .form-horizontal .form-group .control-label {
    padding-top: 9px !important;
}

body .form-horizontal .form-group.has-feedback .form-control-feedback {
    height: 44px;
    line-height: 44px;
    top: 28px;
}

body .hotel-item a .thumbnail {
    border-radius: 15px;
}

body .hotel-item a .thumbnail .thumb {
    height: 150px;
    overflow: hidden;
}

body .hotel-item a .thumbnail .thumb img {
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 100%;
}

body .hotel-item a .thumbnail .caption h6 {
    color: var(--main-color);
    font-size: 16px;
}

body .air-ticket-item a .thumbnail {
    border-radius: 15px;
    border: 0;
}

body .air-ticket-item a .thumbnail .thumb {
    height: 150px;
    overflow: hidden;
}

body .air-ticket-item a .thumbnail .thumb img {
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 100%;
}

body .btn-group-members .btn-name {
    background-color: #ededed;
    border: 1px solid transparent;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 8px 12px;
    height: 36px;
    line-height: 20px;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: none;
    margin-right: 5px;
}

body .btn-group-members .btn-name.active {
    color: #fff;
    background-color: #ff7a30;
    border-color: #ff7a30;
    box-shadow: none;
}

body .btn-group-members .btn-add {
    position: relative;
    background: #fff;
    border: 1px solid var(--second-color);
    color: var(--second-color);
    max-width: 200px;
    padding: 5px 16px 5px 12px;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 8px;
    height: 36px;
}

body .boot-tour-form .form-group.has-feedback .form-control-feedback {
    right: unset;
    z-index: 10;
    left: 0;
    height: 44px;
    line-height: 44px;
}

body .boot-tour-form .form-group.has-feedback .input-group input.form-control {
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 34px;
}

body .ticket-options ul {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

body .ticket-options ul li {
    display: inline-block;
    float: left;
    padding: 6px 10px;
    display: block;
    background: #fff;
    margin-right: 15px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #999;
    font-size: 15px;
    color: #2e2e2e;
    margin-bottom: 10px;
}

body .ticket-options ul li:hover {
    background: #ffe3ce;
}

body .ticket-options ul li.active {
    background: #ffe3b7;
    border-color: var(--second-color);
    color: var(--second-color);
}

body .navbar {
    background: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    min-height: 57px;
}

body .navbar .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
}

body .navbar .navbar-form>.form-group .input-group {
    position: relative;
    border: 0;
}

body .navbar .navbar-form>.form-group .input-group .input-group-addon {
    position: absolute;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 10px 15px;
    z-index: 7;
    left: 0;
    top: 2px;
}

body .navbar .navbar-form>.form-group .input-group .input-group-addon i {
    color: #212121;
}

body .navbar .navbar-form>.form-group .input-group input {
    border: 1px solid #0072bc;
    box-shadow: none;
    padding: 9px 15px 9px 40px;
    font-size: 15px !important;
    border-radius: 20px !important;
    overflow: hidden;
    background: #f5f5f5;
    border-color: #fff;
    width: 250px;
}

body .navbar .navbar-form>.form-group .input-group input:hover,
body .navbar .navbar-form>.form-group .input-group input:focus {
    border-color: #0072bc;
}

body .navbar .navbar-nav>li {
    margin-right: 5px;
}

body .navbar .navbar-nav>li>a {
    padding: 10px 5px;
    border-radius: 20px;
}

body .navbar .navbar-nav>li>a.custom-tour {
    background: #fff0e3;
    font-size: 15px;
    font-weight: bold;
}

body .navbar .navbar-nav .mega-menu {
    position: relative;
}

body .navbar .navbar-nav .mega-menu .dropdown-content {
    max-width: 1200px;
    width: 1200px;
    border-radius: 10px;
    top: 39px;
}

body .navbar .navbar-nav .mega-menu .dropdown-content .dropdown-content-body {
    padding: 10px;
}

body .navbar .navbar-nav .mega-menu .dropdown-content .dropdown-content-body .underlined a img {
    height: 20px;
    margin-right: 5px;
}

body .navbar .navbar-nav .mega-menu .dropdown-content .dropdown-content-body .menu-list {
    margin-bottom: 10px;
}

body .navbar .navbar-nav .mega-menu .dropdown-content .dropdown-content-body .view-more {
    padding: 8px 0;
}

body .navbar .navbar-nav .mega-menu .dropdown-content .dropdown-content-body .menu-table {
    display: table;
    width: 100%;
}

body .navbar .navbar-nav .mega-menu .dropdown-content .dropdown-content-body .menu-table .menu-col {
    display: table-cell;
    border-right: 1px solid #eee;
    padding: 10px;
}

body .navbar .navbar-nav .mega-menu .dropdown-content .dropdown-content-body .menu-table .menu-col .menu-heading {
    border: 0;
    text-transform: unset;
    font-size: 15px;
    margin-bottom: 0;
}

body .navbar .navbar-nav .mega-menu .dropdown-content .dropdown-content-body .menu-table .menu-col .menu-heading a {
    color: #212121;
    font-weight: 400;
}

body .navbar .navbar-nav .mega-menu .dropdown-content .dropdown-content-body .menu-table .menu-col .menu-list {
    max-height: 500px;
}

body .navbar .navbar-nav .mega-menu .dropdown-content .dropdown-content-body .menu-table .menu-col .menu-list li a {
    font-size: 15px;
    padding: 8px 15px;
}

body .navbar .navbar-nav .mega-menu .dropdown-content .dropdown-content-body .menu-table .menu-col .menu-list li a:hover {
    background: none;
    color: #ff3802;
}

body .navbar .navbar-nav .mega-menu .dropdown-vertical .dropdown-content-body {
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}

body .navbar .navbar-nav .mega-menu .dropdown-vertical .dropdown-content-body .nav-tabs li a {
    padding: 10px 15px !important;
    color: #333;
}

body .navbar .navbar-nav .mega-menu .dropdown-vertical .dropdown-content-body .nav-tabs li a i {
    font-size: 13px;
}

body .navbar .navbar-nav .mega-menu .dropdown-vertical .dropdown-content-body .nav-tabs li.active a {
    border-top-color: var(--main-color);
    border-left-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
}

body .navbar .navbar-nav .mega-menu .dropdown-vertical .dropdown-content-body .tab-content {
    padding: 0;
}

body .navbar .navbar-nav .mega-menu .dropdown-vertical .dropdown-content-body .tab-content .tab-pane {
    padding: 10px;
}

body .navbar .navbar-nav .dropdown .dropdown-menu {
    border-radius: 10px;
    box-shadow: -2px 1px 13px 0 rgba(0, 0, 0, .2);
    top: 38px;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    right: unset;
    height: 0;
    display: block;
    transition: height .3s cubic-bezier(.68, -.55, .27, 1.55);
    padding: 0;
}

body .navbar .navbar-nav .dropdown .dropdown-menu li a {
    font-size: 15px;
    padding: 8px 15px;
}

body .navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
    background: none;
    color: var(--main-color);
    text-decoration: underline;
    font-family: var(-\2dtbold);
}

body .navbar .navbar-nav .dropdown.mega-menu li a {
    font-size: 15px;
    padding: 4px 0;
}

body .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    height: 445px;
}

body .navbar.navbar-xs .navbar-nav>li {
    margin-right: 5px;
}

body .navbar.navbar-xs .navbar-nav>li>a {
    color: var(--main-color);
    font-size: 15px;
    font-family: "roboto-bold";
}

body .top-navbar {
    height: 32px;
    min-height: 30px;
    padding: 0;
}

body .top-navbar .nav {
    margin: 0;
}

body .top-navbar .nav>li {
    margin-right: 30px;
}

body .top-navbar .nav>li>a {
    padding: 5px !important;
    font-size: 12px;
}

body .top-navbar .nav>li>a:hover {
    color: #0b78bf;
}

body .nav-tabs.nav-tabs-highlight>li>a {
    border-top-width: 4px;
}

body .nav-tabs.nav-tabs-highlight>li.active>a,
body .nav-tabs.nav-tabs-highlight>li.active>a:hover,
body .nav-tabs.nav-tabs-highlight>li.active>a:focus {
    border-top-color: var(--main-color) !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f5f5f5;
    border-bottom-color: transparent;
}

body .navbar .navbar-right>li.dropdown-user>a {
    padding: 0 11px;
}

body .table-price tr th {
    font-size: 14px !important;
    padding: 5px;
}

body .table-price tr td {
    font-size: 14px !important;
    padding: 5px;
}

body .table-price tr td img {
    height: 25px;
    float: right;
    margin: 0;
    display: none;
}

body .table-price tr td.saleoff img {
    display: block;
}

body .table-price tr td.saleoff span {
    font-size: 15px;
    font-weight: bold;
    color: #f44336;
}

body .patt-list {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

body .patt-list li {
    display: inline-block;
    float: left;
}

body .patt-list li a {
    display: block;
    color: #757575;
}

body .patt-list li.attr-lg {
    height: 90px;
    width: 15%;
    margin-right: 1%;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
}

body .patt-list li.attr-lg a {
    display: block;
    height: 90px;
    width: 100%;
    border-radius: 15px;
    position: relative;
}

body .patt-list li.attr-lg a .att-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5019607843) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5019607843) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5019607843) 100%);
}

body .patt-list li.attr-lg a .txt {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: absolute;
    bottom: 5px;
    width: 100%;
    padding: 0 12px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #fff;
    font-size: 15px;
}

body .patt-list li.attr-small {
    margin-bottom: 10px;
    margin-right: 10px;
}

body .patt-list li.attr-small a {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 7px 10px;
}

body .menu-group {
    display: inline-block;
    float: left;
    width: 20%;
    padding: 0 10px;
}

body .menu-group>.menu-heading {
    font-size: 14px;
    padding: 8px 15px;
}

body .menu-group>.menu-heading:hover {
    background: none;
    color: var(--main-color);
    text-decoration: underline;
}

body .menu-group .menu-list {
    margin-left: 0;
    max-height: 440px;
}

body .page-container .content {
    padding: 0;
}

body .page-container .content .carousel {
    height: 350px;
}

body .page-container .content .carousel .carousel-inner .item {
    height: 350px;
}

body .page-container .content .carousel .carousel-inner .item .item-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.body-pay {
    background: rgba(245, 245, 245, .9607843137) !important;
}

body.body-pay .page-container {
    margin-top: 0;
}

body.body-pay .page-container .content-group {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
}

body.body-pay .page-container .content-group h6 {
    line-height: 28px;
    margin-bottom: 10px;
}

body.body-pay .page-container .content-group h6 img {
    float: left;
}

body.body-pay .page-container .form-group>label {
    font-family: var(--bold);
    color: #757575;
}

body.body-pay .page-container .form-group .form-control {
    border-radius: 5px;
    font-size: 14px;
    background: #efefef;
    box-shadow: none;
    border: 1px solid #efefef;
}

body.body-pay .page-container .form-group.has-error .form-control {
    border-color: #d0021c;
}

body.body-gray {
    background: rgba(245, 245, 245, .9607843137) !important;
}

body .btn-daterangepicker i {
    margin-top: 3px;
}

body .container-cart .table-cart {
    border: 0;
}

body .container-cart .table-cart tr {
    border: 0;
}

body .container-cart .table-cart tr td {
    border: 0;
}

body .container-cart .table-cart tr td .checkbox {
    font-size: 18px;
}

body .container-cart hr {
    margin: 5px 0;
}

body .container-cart .subtotal {
    margin: 0;
}

body .container-cart .subtotal span {
    font-size: 14px;
}

body .btn-price .dropdown-menu {
    width: 400px;
    height: 180px;
    padding: 25px;
}

body .btn-price .dropdown-menu .irs-from,
body .btn-price .dropdown-menu .irs-single,
body .btn-price .dropdown-menu .irs-to {
    border-radius: 10px;
    font-size: 13px;
}

body .btn-price .dropdown-menu .irs-slider {
    border: 1px solid var(--second-color);
    height: 23px;
    width: 23px;
    top: 27px;
}

body .btn-price .dropdown-menu .irs-slider:after {
    background: none;
}

body .btn-price .dropdown-menu .irs-bar {
    background: var(--second-color);
}

body .compo-ticket-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 1048;
    background-color: #fff;
    filter: alpha(opacity=0);
}

body .text-primary {
    color: var(--main-color) !important;
}

body section {
    margin-bottom: 25px;
}

body section>h2,
body section h2.title {
    margin-bottom: 15px;
    color: var(--main-color);
    font-size: 25px;
    text-transform: uppercase;
}

body .swiper-container .swiper-wrapper .swiper-slide {
    padding: 5px 0;
}

body .swiper-container .swiper-wrapper .swiper-slide>a {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    transition: all .2s ease-out;
}

body .swiper-container .swiper-wrapper .swiper-slide>a img {
    width: 100%;
}

body .swiper-container .swiper-wrapper .swiper-slide>a:hover {
    margin-top: -5px;
}

body .swiper-container .swiper-button-next,
body .swiper-container .swiper-button-prev {
    background-image: none;
    background: rgba(255, 255, 255, .5);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

body .swiper-container .swiper-button-next i,
body .swiper-container .swiper-button-prev i {
    color: #757575;
}

body .swiper-container .swiper-button-next:hover,
body .swiper-container .swiper-button-prev:hover {
    background: #fff;
}

body .main-banner {
    position: relative;
}

body .main-banner .swiper-slide {
    padding: 0 !important;
}

body .main-banner .swiper-slide .img-item {
    display: block;
    width: 100%;
    height: 350px;
    border-radius: 0 !important;
}

body .main-banner .swiper-slide .img-item>div {
    height: 350px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body .text-muted {
    color: #687176;
}

body .mt-30 {
    margin-top: 30px;
}

body .mt-40 {
    margin-top: 40px;
}

body .tabbable-attractions .tab-content a {
    display: block;
    transition: all .2s ease-out;
    padding: 5px 0;
    height: 225px;
}

body .tabbable-attractions .tab-content a .thumbnail {
    border: 1px solid #dfdfdf;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}

body .tabbable-attractions .tab-content a .thumbnail .thumb {
    overflow: hidden;
    height: 150px;
}

body .tabbable-attractions .tab-content a .thumbnail .thumb img {
    width: 100%;
    height: auto;
}

body .tabbable-attractions .tab-content a:hover {
    padding-top: 0;
}

body .tabbable-attractions .tab-content a:hover .thumbnail {
    border-color: #fff;
    -webkit-box-shadow: 3px 16px 32px -20px #42445a;
    -moz-box-shadow: 3px 16px 32px -20px #42445a;
    box-shadow: 3px 16px 32px -20px #42445a;
}

body .tabbable-attractions .tab-content a:hover .thumbnail .caption {
    color: var(--main-color);
}

body .ticket-item.ticket-item-1 {
    min-height: 428px;
    display: block;
}

body .ticket-item.ticket-item-1 .thumbnail {
    padding: 0;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 0;
}

body .ticket-item.ticket-item-1 .thumbnail .thumb {
    position: relative;
}

body .ticket-item.ticket-item-1 .thumbnail .thumb img {
    border-radius: 0;
    height: 185px;
    width: 100%;
}

body .ticket-item.ticket-item-1 .thumbnail .thumb .promotion-tag {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: #dc2b42;
    padding: 3px 7px;
    color: #fff;
    height: 24px;
    font-size: 12px;
}

body .ticket-item.ticket-item-1 .thumbnail .thumb .promotion-tag:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: #dc2b42 transparent #dc2b42 #dc2b42;
    right: -10px;
    border-width: 12px 8px;
    border-style: solid;
    bottom: 0;
}

body .ticket-item.ticket-item-1 .thumbnail .caption {
    padding: 10px;
}

body .ticket-item.ticket-item-1 .thumbnail .caption .media-body {
    width: 100%;
    display: block;
}

body .ticket-item.ticket-item-1 .thumbnail .caption .media-body ul.list-inline {
    height: 140px;
}

body .ticket-item.ticket-item-1 .thumbnail .caption .media-body ul.list-inline>li {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body .ticket-item.ticket-item-1 .thumbnail .caption .media-body ul.list-inline>li:before {
    content: unset;
}

body .ticket-item.ticket-item-1 .thumbnail .caption .media-body h6 {
    font-size: 15px;
    color: #23282f;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 47px;
}

body .ticket-item.ticket-item-1 .thumbnail .caption .price-content {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}

body .ticket-item.ticket-item-1 .thumbnail .caption .price-content .sell-price {
    color: #d0021c;
    font-size: 14px;
    display: flex;
    flex: 5;
}

body .ticket-item.ticket-item-1 .thumbnail .caption .price-content .market-price {
    font-weight: 400;
    line-height: 1.5;
    color: #a8a8a8;
    text-decoration: line-through;
    margin-right: 5px;
    display: flex;
    flex: 4;
    font-size: 13px;
}

body .ticket-item.ticket-item-1 .thumbnail .caption .price-content .percent {
    margin-left: 5px;
    color: #eb5757;
    background: #fff0e9;
    border-radius: 4px;
    padding: 3px;
    margin-left: 0;
    vertical-align: text-top;
    font-family: "roboto-bold";
    display: flex;
    flex: 1;
    font-size: 13px;
}

body .ticket-item.ticket-item-1.combo .thumbnail .caption .media-body ul.list-inline {
    height: 90px;
}

body .ticket-item.ticket-item-combo .thumbnail {
    padding: 0;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    height: 425px;
    background: var(--main-color);
}

body .ticket-item.ticket-item-combo .thumbnail .thumb {
    height: 350px;
    background-position: center center;
}

body .ticket-item.ticket-item-combo .thumbnail .caption {
    position: absolute;
    padding: 15px;
    left: 10px;
    right: 10px;
    height: 210px;
    top: 200px;
    background: #fff;
    border-radius: 15px;
}

body .ticket-item.ticket-item-combo .thumbnail .caption .media-body {
    width: 100%;
    display: block;
}

body .ticket-item.ticket-item-combo .thumbnail .caption .media-body ul.list-inline>li {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body .ticket-item.ticket-item-combo .thumbnail .caption .media-body h6 {
    font-size: 15px;
    color: #212121;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

body .ticket-item.ticket-item-combo .thumbnail .caption .media-body .list-icons li {
    font-size: 12px;
}

body .ticket-item.ticket-item-combo .thumbnail .caption .media-body .list-icons li i {
    color: #42445a;
}

body .ticket-item.ticket-item-combo .thumbnail .caption .sell-price {
    color: #d0021c;
    font-size: 17px;
}

body .ticket-item.ticket-item-combo .thumbnail .caption .price-info label {
    font-size: 12px;
    margin: 0;
}

body .ticket-item.ticket-item-combo .thumbnail .caption .price-info p {
    font-size: 18px;
    color: #d40000;
}

body .ticket-list .ticket-content {
    height: auto;
    transition: all .2s ease-out;
}

body .ticket-list .ticket-content:hover {
    padding-top: 0;
}

body .ticket-list .ticket-content:hover .ticket-item .thumbnail {
    border-color: #fff;
    -webkit-box-shadow: 3px 16px 32px -20px #42445a;
    -moz-box-shadow: 3px 16px 32px -20px #42445a;
    box-shadow: 3px 16px 32px -20px #42445a;
}

body .article-item.article-item-1 .thumbnail {
    padding: 0;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
}

body .article-item.article-item-1 .thumbnail .thumb img {
    border-radius: 0;
    height: 185px;
    width: 100%;
}

body .article-item.article-item-1 .thumbnail .caption {
    padding: 10px;
}

body .article-item.article-item-1 .thumbnail .caption .media-body {
    width: 100%;
    display: block;
}

body .article-item.article-item-1 .thumbnail .caption .media-body ul.list-inline>li {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body .article-item.article-item-1 .thumbnail .caption .media-body h6 {
    font-size: 16px;
    color: #212121;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

body .article-item.article-item-1 .thumbnail .caption .sell-price {
    font-weight: bold;
    color: #d0021c;
    font-size: 17px;
}

body .article-item.article-item-1 .thumbnail .caption .price-content {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}

body .article-item.article-item-1 .thumbnail .caption .price-content .market-price {
    font-weight: 400;
    line-height: 1.5;
    color: #a8a8a8;
    text-decoration: line-through;
    margin-right: 5px;
}

body .article-item.article-item-1 .thumbnail .caption .price-content .percent {
    margin-left: 5px;
    color: #eb5757;
    background: #fff0e9;
    border-radius: 4px;
    padding: 3px;
    margin-left: 0;
    vertical-align: text-top;
    font-weight: bold;
}

body .search-ticket-dropdown {
    width: 800px;
    position: fixed;
    top: 56px;
    left: 500px;
    background: #fff;
    z-index: 1050;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    border-radius: 15px;
    overflow: auto;
}

body .search-ticket-dropdown .dropdown-content {
    height: 515px;
    overflow: auto;
    padding: 15px;
}

body .search-ticket-dropdown .suggestion-default .ul-tags {
    padding: 0;
    margin: 0;
}

body .search-ticket-dropdown .suggestion-default .ul-tags li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

body .search-ticket-dropdown .suggestion-default .ul-tags li a {
    display: block;
    background: #eee;
    color: #333;
    padding: 7px 15px;
    border-radius: 20px;
}

body .search-ticket-dropdown .suggestion-default .ul-tags li a:hover {
    color: #212121;
}

body .search-ticket-dropdown .suggestion-default .suggestion-group {
    padding: 10px;
    border-radius: 13px;
    border: 1px solid #eee;
}

body .search-ticket-dropdown .suggestion-default .suggestion-group>p {
    color: #0072bc;
}

body .search-ticket-dropdown .suggestion-default .suggestion-group>p img {
    height: 20px;
    margin-right: 7px;
}

body .search-ticket-dropdown .suggestion-default .suggestion-group .media-list li {
    margin-bottom: 5px;
}

body .search-ticket-dropdown .suggestion-default .suggestion-group .media-list li a {
    padding: 10px;
}

body .search-ticket-dropdown .suggestion-default .suggestion-group .media-list li a .media-left {
    padding-right: 10px;
}

body .search-ticket-dropdown .suggestion-default .suggestion-group .media-list li a .media-left>div {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

body .search-ticket-dropdown .suggestion-default .suggestion-group .media-list li a .media-left>div img {
    height: 50px;
    width: 50px;
}

body .search-ticket-dropdown .suggestion-default .suggestion-group .media-list li a .media-body .media-heading {
    line-height: 20px;
}

body .search-ticket-dropdown .suggestion-default .suggestion-group .media-list li a .media-body .media-heading:hover {
    color: var(--main-color);
}

body .search-ticket-dropdown .suggestion-default .suggestion-group .media-list li a .media-body .text-muted {
    font-size: 12px;
    margin: 0;
    max-width: 280px;
}

body .search-ticket-dropdown .suggestion-default .suggestion-group .media-list li a .media-body .text-muted .price {
    color: #f52929;
    float: right;
    font-family: "roboto-medium";
}

body .search-ticket-dropdown .search-loading {
    position: relative;
    padding: 10px;
}

body .search-ticket-dropdown .search-result ul {
    padding: 0;
    margin: 0;
}

body .search-ticket-dropdown .search-result ul li {
    display: block;
    margin-bottom: 5px;
    border-radius: 10px;
}

body .search-ticket-dropdown .search-result ul li a {
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
}

body .search-ticket-dropdown .search-result ul li a .media-left {
    padding-right: 15px;
}

body .search-ticket-dropdown .search-result ul li a .media-left>div {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

body .search-ticket-dropdown .search-result ul li a .media-left>div img {
    width: 40px;
    height: 40px;
}

body .search-ticket-dropdown .search-result ul li a .media-body h6 {
    font-size: 15px;
}

body .search-ticket-dropdown .search-result ul li a .media-body p {
    margin: 0;
}

body .search-ticket-dropdown .search-result ul li a .media-body .text-muted {
    font-size: 12px;
}

body .search-ticket-dropdown .search-result ul li a:hover {
    background: #ffe3b7;
}

body .search-ticket-dropdown .search-result ul li.active,
body .search-ticket-dropdown .search-result ul li:hover.active {
    background: #ffe3b7;
}

body .search-ticket-dropdown .search-result ul li.active a,
body .search-ticket-dropdown .search-result ul li:hover.active a {
    background: #ffe3b7;
}

body .hotel-type {
    background: #ecf8ff;
    color: var(--main-color);
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
}

body .hotel-type i {
    font-size: 12px;
}

body .hotel-item {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
}

body .hotel-item.hotel-item-1 .thumbnail {
    padding: 0;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 0;
    min-height: 350px;
}

body .hotel-item.hotel-item-1 .thumbnail .thumb {
    position: relative;
}

body .hotel-item.hotel-item-1 .thumbnail .thumb img {
    border-radius: 0;
    height: 185px;
    width: 100%;
}

body .hotel-item.hotel-item-1 .thumbnail .thumb .promotion-tag {
    position: absolute;
    background: #d0021c;
    content: "";
    left: 0;
    color: #fff;
    padding: 2px 9px;
    font-size: 13px;
    top: 140px;
}

body .hotel-item.hotel-item-1 .thumbnail .thumb .promotion-tag:after {
    position: absolute;
    content: "";
    right: -12px;
    border-width: 12px 8px;
    border-style: solid;
    border-color: #d0021c transparent #d0021c #d0021c;
    top: 0;
}

body .hotel-item.hotel-item-1 .thumbnail .caption {
    padding: 10px;
}

body .hotel-item.hotel-item-1 .thumbnail .caption .media-body {
    width: 100%;
    display: block;
}

body .hotel-item.hotel-item-1 .thumbnail .caption .media-body ul.list-inline>li {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body .hotel-item.hotel-item-1 .thumbnail .caption .media-body h6 {
    font-size: 16px;
    color: #212121;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
}

body .hotel-item.hotel-item-1 .thumbnail .caption .sell-price {
    color: #d0021c;
    font-size: 16px;
}

body .hotel-item.hotel-item-1 .thumbnail .caption .price-content {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}

body .hotel-item.hotel-item-1 .thumbnail .caption .price-content .market-price {
    font-weight: 400;
    line-height: 1.5;
    color: #a8a8a8;
    text-decoration: line-through;
    margin-right: 5px;
}

body .hotel-item.hotel-item-1 .thumbnail .caption .price-content .percent {
    margin-left: 5px;
    color: #eb5757;
    background: #fff0e9;
    border-radius: 4px;
    padding: 3px;
    margin-left: 0;
    vertical-align: text-top;
    font-weight: bold;
}

body .hotel-item.hotel-item-2 {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
}

body .hotel-item.hotel-item-2 .media-left {
    padding-right: 10px;
    width: 35%;
    height: 250px;
    min-width: 309px;
    display: inline-block;
    float: left;
    overflow: hidden;
    padding-right: 10px;
    padding-right: 10px;
}

body .hotel-item.hotel-item-2 .media-left img {
    height: 100%;
    width: auto;
    min-width: 309px;
}

body .hotel-item.hotel-item-2 .media-body {
    padding: 10px;
}

body .hotel-item.hotel-item-2 .media-body .media-heading a {
    color: #2b2f58;
    font-size: 16px;
}

body .hotel-item.hotel-item-2 .media-body .media-heading a:hover {
    color: #1a73e8;
}

body .hotel-item.hotel-item-2 .media-body .list-inline li {
    font-weight: initial;
    color: #333;
    font-size: 13px;
}

body .hotel-item.hotel-item-2 .media-right {
    width: 150px;
}

body .hotel-item.hotel-item-2 .media-right .market-price {
    font-weight: 400;
    line-height: 1.5;
    color: #687176;
    text-decoration: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-decoration-thickness: 1.5px;
    margin-right: 5px;
}

body .hotel-item.hotel-item-2 .media-right .price-content {
    font-size: 14px;
}

body .hotel-item.hotel-item-2 .media-right .price-content .percent {
    margin-left: 5px;
    color: #eb5757;
    background: #fff0e9;
    border-radius: 4px;
    padding: 3px;
    margin-left: 0;
    vertical-align: text-top;
    font-weight: bold;
}

body .hotel-item.hotel-item-2 .media-right .sell-price {
    color: #d0021c;
    font-size: 20px;
    line-height: 24px;
    width: 135px;
}

body .hotel-item.hotel-item-2 .media-right .sell-price span {
    font-size: 11px;
    color: #757575;
}

body .hotel-item.hotel-item-2 .media-right p {
    font-size: 11px;
}

body .hotel-item.hotel-item-3 {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
}

body .hotel-item.hotel-item-3 .media-left {
    padding-right: 10px;
    width: 30%;
    height: 200px;
    min-width: 264px;
    display: inline-block;
    float: left;
    padding-right: 10px;
    overflow: hidden;
    padding-right: 10px;
}

body .hotel-item.hotel-item-3 .media-left img {
    height: 100%;
    width: auto;
    min-width: 264px;
}

body .hotel-item.hotel-item-3 .media-body {
    padding: 10px;
}

body .hotel-item.hotel-item-3 .media-body .media-heading a {
    color: #2b2f58;
    font-size: 16px;
}

body .hotel-item.hotel-item-3 .media-body .media-heading a:hover {
    color: #1a73e8;
}

body .hotel-item.hotel-item-3 .media-body .list-inline li {
    font-weight: initial;
    color: #333;
    font-size: 13px;
}

body .hotel-item.hotel-item-3 .media-right {
    width: 150px;
}

body .hotel-item.hotel-item-3 .media-right .market-price {
    font-weight: 400;
    line-height: 1.5;
    color: #687176;
    text-decoration: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-decoration-thickness: 1.5px;
    margin-right: 5px;
}

body .hotel-item.hotel-item-3 .media-right .price-content {
    font-size: 14px;
}

body .hotel-item.hotel-item-3 .media-right .price-content .percent {
    margin-left: 5px;
    color: #eb5757;
    background: #fff0e9;
    border-radius: 4px;
    padding: 3px;
    margin-left: 0;
    vertical-align: text-top;
    font-weight: bold;
}

body .hotel-item.hotel-item-3 .media-right .sell-price {
    font-weight: bold;
    color: #d0021c;
    font-size: 20px;
    line-height: 24px;
    width: 135px;
}

body .hotel-item.hotel-item-3 .media-right .sell-price span {
    font-size: 11px;
    color: #757575;
}

body .hotel-item.hotel-item-3 .media-right p {
    font-size: 11px;
}

body .hotel-item.ticket-item-combo .thumbnail {
    padding: 0;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    height: 425px;
    background: var(--main-color);
}

body .hotel-item.ticket-item-combo .thumbnail .thumb {
    height: 350px;
    background-position: center center;
}

body .hotel-item.ticket-item-combo .thumbnail .caption {
    position: absolute;
    padding: 15px;
    left: 10px;
    right: 10px;
    height: 210px;
    top: 200px;
    background: #fff;
    border-radius: 15px;
}

body .hotel-item.ticket-item-combo .thumbnail .caption .media-body {
    width: 100%;
    display: block;
}

body .hotel-item.ticket-item-combo .thumbnail .caption .media-body ul.list-inline>li {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body .hotel-item.ticket-item-combo .thumbnail .caption .media-body h6 {
    font-size: 15px;
    color: #212121;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

body .hotel-item.ticket-item-combo .thumbnail .caption .media-body .list-icons li {
    font-size: 12px;
}

body .hotel-item.ticket-item-combo .thumbnail .caption .media-body .list-icons li i {
    color: #42445a;
}

body .hotel-item.ticket-item-combo .thumbnail .caption .sell-price {
    font-weight: bold;
    color: #d0021c;
    font-size: 17px;
}

body .hotel-item.ticket-item-combo .thumbnail .caption .price-info label {
    font-size: 12px;
    margin: 0;
}

body .hotel-item.ticket-item-combo .thumbnail .caption .price-info p {
    font-size: 18px;
    color: #d40000;
}

body .attraction-slide {
    position: relative;
    height: 235px;
    background-repeat: no-repeat;
    background-position: center;
}

body .attraction-slide .att-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5019607843) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5019607843) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5019607843) 100%);
}

body .attraction-slide .att-layer .text-view {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #fff;
    font-size: 21px;
}

body .tag-list {
    margin: 0;
    padding: 0;
}

body .tag-list li {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
}

body .tag-list li a {
    display: block;
    padding: 8px 0;
    color: #757575;
}

body .tag-list li a:hover {
    color: #2580ff;
}

body .form-horizontal .checkbox,
body .form-horizontal .checkbox-inline,
body .form-horizontal .radio,
body .form-horizontal .radio-inline {
    padding-top: 4px;
}

body .panel-group-borderd .panel {
    border: 1px solid #dfdfdf;
}

body .panel-group-borderd .panel .panel-title a {
    color: var(--main-color);
}

body .panel-group-borderd .panel .panel-title a.collapsed {
    color: #42445a;
}

body footer {
    margin-top: 30px;
}

body footer .footer {
    position: unset;
}

body footer .footer-bottom {
    text-align: center;
    background: #fff;
}

body .pagination li a {
    border-radius: 10px !important;
    margin: 0 5px;
    padding: 6px 16px;
    font-size: 15px;
}

body .pagination li a:hover,
body .pagination li a:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

body .pagination li.active a,
body .pagination li.active a:hover,
body .pagination li:hover a,
body .pagination li:hover a:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

body .ell {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body .main-search-container {
    animation-name: content;
    animation-direction: normal;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    line-height: 1.4;
}

body .main-search-container.home-search-container {
    position: absolute;
    top: 296px;
    left: 0;
    right: 0;
    z-index: 10;
}

body .main-search-container.home-search-container .panel {
    box-shadow: rgba(0, 0, 0, .19) 0 10px 20px, rgba(0, 0, 0, .23) 0 6px 6px;
}

body .main-search-container .tabs {
    position: relative;
    background: #fff;
    padding: 10px;
    padding-bottom: 5px;
    height: auto;
    border-radius: 5px;
    min-width: 180px;
}

body .main-search-container .tabs input[name=tab-control] {
    display: none;
}

body .main-search-container .tabs .content section h2,
body .main-search-container .tabs>ul li label {
    font-weight: bold;
    font-size: 15px;
    color: #428bff;
}

body .main-search-container .tabs>ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
    margin-bottom: 0;
}

body .main-search-container .tabs>ul li {
    box-sizing: border-box;
    flex: 1;
    width: 33.3333333333%;
    padding: 0 10px;
    text-align: center;
}

body .main-search-container .tabs>ul li label {
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    color: #929daf;
    padding: 0 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
}

body .main-search-container .tabs>ul li label br {
    display: none;
}

body .main-search-container .tabs>ul li label svg {
    display: inline-block;
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: .2em;
    transition: all .2s ease-in-out;
}

body .main-search-container .tabs>ul li label:hover,
body .main-search-container .tabs>ul li label:focus,
body .main-search-container .tabs>ul li label:active {
    outline: 0;
    color: #bec5cf;
}

body .main-search-container .tabs>ul li label:hover svg,
body .main-search-container .tabs>ul li label:focus svg,
body .main-search-container .tabs>ul li label:active svg {
    fill: #bec5cf;
}

body .main-search-container .tabs .slider {
    position: relative;
    width: 33.3333333333%;
    transition: all .33s cubic-bezier(.38, .8, .32, 1.07);
    margin-top: -4px;
    background: none;
}

body .main-search-container .tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #428bff;
    border-radius: 1px;
}

body .main-search-container .tabs .content {
    margin-top: 10px;
    height: 52px;
}

body .main-search-container .tabs .content section {
    display: none;
}

body .main-search-container .tabs .content .btn-search {
    height: 40px;
    min-height: 40px;
    min-width: 150px;
    margin-top: 5px;
}

body .main-search-container .tabs .content .select2-container .select2-choice .select2-arrow {
    border-left: 0;
}

body .main-search-container .tabs .content .select2-container.select2-container-active>a {
    box-shadow: none;
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

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

@media(max-width:750px) {
    body .main-search-container .tabs ul li label {
        white-space: initial;
    }

    body .main-search-container .tabs ul li label br {
        display: initial;
    }

    body .main-search-container .tabs ul li label svg {
        height: 1.5em;
    }
}

@media(max-width:450px) {
    body .main-search-container .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

    body .main-search-container .tabs ul li label span {
        display: none;
    }

    body .main-search-container .tabs .slider {
        display: none;
    }

    body .main-search-container .tabs .content {
        margin-top: 20px;
    }

    body .main-search-container .tabs .content section h2 {
        display: block;
    }
}

body .main-search-container .section-form-group {
    margin-bottom: 0;
    position: relative;
}

body .main-search-container .section-form-group label {
    margin-bottom: 0;
    font-weight: bold;
    color: #1a2b44;
}

body .main-search-container .section-form-group>.form-control {
    box-shadow: none;
    border: 0;
    height: 30px;
    min-height: 30px;
    padding: 0;
}

body .main-search-container .section-form-group>.form-control:focus {
    box-shadow: none;
    border: 0;
}

body .main-search-container .section-form-group .search-dropdown {
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    z-index: 1050;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    border-radius: 5px;
    overflow: auto;
}

body .main-search-container .section-form-group .search-dropdown .dropdown-content {
    height: 400px;
    overflow: auto;
    padding: 10px;
    min-width: 400px;
}

body .main-search-container .section-form-group .search-dropdown .media-list li {
    cursor: pointer;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media {
    padding: 5px;
    min-height: 50px;
    border-radius: 5px;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media .media-left {
    padding-right: 10px;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media .media-left>div {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media .media-left>div img {
    height: 50px;
    width: 50px;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media .media-body .media-heading {
    line-height: 20px;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media .media-body .media-heading:hover {
    color: val(--main-color);
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media .media-body .text-muted {
    font-size: 12px;
    margin: 0;
    max-width: 280px;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media .media-body .text-muted .price {
    color: #f52929;
    float: right;
    font-family: "roboto-medium";
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media.media-cover .media-left {
    overflow: hidden;
    border-radius: 5px;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media.media-cover .media-left img {
    border-radius: 5px;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media.media-cover .media-body {
    vertical-align: middle;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media.media-location .media-left {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    padding: 0 17px;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media.media-location .media-left i {
    font-size: 16px;
}

body .main-search-container .section-form-group .search-dropdown .media-list li .media.media-location .media-body {
    vertical-align: middle;
}

body .main-search-container .section-form-group .search-dropdown .media-list li:hover .media {
    background: #eee;
}

body .main-search-container .section-form-group .search-dropdown .search-loading {
    position: relative;
    padding: 10px;
}

body .main-search-container .section-form-group>.form-dropdown {
    position: absolute;
    width: 300px;
    background: #fff;
    z-index: 10;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
}

body .main-search-container .section-form-group>.form-dropdown .form-group label {
    padding-top: 13px !important;
}

body .main-search-container.cate-search-container {
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
}

body .main-search-container.cate-search-container .panel {
    box-shadow: none;
}

body .main-search-container.cate-search-container .section-form-group {
    margin-bottom: 15px;
}

body .main-search-container.cate-search-container .section-form-group label {
    font-family: "roboto-regular";
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

body .main-search-container.cate-search-container .section-form-group>input {
    background: #efefef;
    padding: 5px 10px 5px 35px;
    margin-top: 0;
    box-shadow: none;
    border: 0;
    height: 44px !important;
    min-height: 44px;
}

body .main-search-container.cate-search-container .section-form-group>input:focus {
    box-shadow: none;
    border: 0;
}

body .main-search-container.cate-search-container .section-form-group .input-group>.form-control {
    padding-right: 10px;
    border: 1px solid #dfdfdf;
}

body .main-search-container.cate-search-container .section-form-group .form-dropdown {
    width: 250px;
}

body .main-search-container.cate-search-container .section-form-group .form-control-feedback {
    left: 0;
    right: unset;
    top: 24px;
}

body .main-search-container.cate-search-container .section-form-group>.form-control.select2-container {
    border: 1px solid #dfdfdf;
}

body .main-search-container.cate-search-container .search-dropdown {
    top: 70px;
}

body .main-search-container.boxer {
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    border-radius: 5px;
    margin-top: 15px;
    padding-bottom: 0;
}

body .main-search-container .btn-search {
    height: 52px;
}

body .main-search-container input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #428bff;
}

body .main-search-container input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #428bff;
}

@media(max-width:450px) {
    body .main-search-container input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        background: rgba(0, 0, 0, .08);
    }
}

body .main-search-container input[name=tab-control]:nth-of-type(1):checked~.slider {
    transform: translateX(0%);
}

body .main-search-container input[name=tab-control]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

body .main-search-container input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #428bff;
}

body .main-search-container input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #428bff;
}

@media(max-width:450px) {
    body .main-search-container input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        background: rgba(0, 0, 0, .08);
    }
}

body .main-search-container input[name=tab-control]:nth-of-type(2):checked~.slider {
    transform: translateX(100%);
}

body .main-search-container input[name=tab-control]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

body .main-search-container input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #428bff;
}

body .main-search-container input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #428bff;
}

@media(max-width:450px) {
    body .main-search-container input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, .08);
    }
}

body .main-search-container input[name=tab-control]:nth-of-type(3):checked~.slider {
    transform: translateX(200%);
}

body .main-search-container input[name=tab-control]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

body .itc-main-search-container {
    position: absolute;
    top: 325px;
    left: 0;
    right: 0;
}

body .itc-main-search-container h1 {
    font-size: 50px;
    font-family: "roboto-bold";
    color: #fff;
    text-shadow: 0 6px 12px rgba(0, 0, 0, .5);
}

body .itc-main-search-container h4 {
    color: #fff;
    text-shadow: 0 6px 12px rgba(0, 0, 0, .5);
}

body .itc-main-search-container .input-group {
    width: 750px;
    position: relative;
}

body .itc-main-search-container .input-group>i {
    position: absolute;
    color: #757575;
    z-index: 3;
    font-size: 23px;
    top: 13px;
    left: 15px;
    z-index: 4;
}

body .itc-main-search-container .input-group input {
    height: 52px;
    padding: 10px;
    font-size: 16px;
    padding-right: 140px;
    padding-left: 50px;
    border-radius: 10px !important;
    border: 1px solid #fff;
}

body .itc-main-search-container .input-group input:hover,
body .itc-main-search-container .input-group input:focus {
    border-color: var(--main-color);
}

body .itc-main-search-container .right-bar {
    position: absolute;
    right: 1px;
    top: 2px;
    z-index: 3;
    text-align: right;
}

body .itc-main-search-container .right-bar .btn-group .btn {
    border: 1px solid #999;
    text-align: left;
    height: 43px;
}

body .itc-main-search-container .right-bar .btn-group .btn span {
    font-size: 15px;
}

body .itc-main-search-container .right-bar>.btn {
    background: var(--main-color);
    color: #fff;
    padding: 10px 15px;
    border: 4px solid #fff;
    border-radius: 10px;
    font-size: 15px;
    height: 49px;
    z-index: 4;
    width: 130px;
}

body .itc-main-search-container .right-bar>.btn:hover {
    background: var(--main-color);
}

body .itc-main-search-container .itc-search-dropdown-main {
    position: absolute;
    z-index: 1;
    width: 770px;
    background: #fff;
    top: -10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    display: none;
    padding-top: 70px;
}

body .itc-main-search-container .itc-search-dropdown-main .form-group {
    margin-bottom: 0 !important;
}

body .itc-main-search-container .itc-search-dropdown-main form-group {
    margin-bottom: 0 !important;
}

body .itc-main-search-container .itc-search-dropdown-main.active {
    display: block;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .box {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    padding: 10px;
    border-radius: 10px;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .left .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .left .menu li {
    color: #757575;
    fill: #757575;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .left .menu li label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
    margin-bottom: 0;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .left .menu li label svg {
    width: 20px;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .left .menu li.active {
    color: #428bff;
    fill: #428bff;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .right {
    overflow: hidden;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .right .transform-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 100%;
    gap: 20px;
    transition: transform .5s ease-in-out;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .right .transform-tab section {
    min-width: 100%;
    margin: 0;
    position: relative;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .right .form-search {
    display: none;
    margin-bottom: 0 !important;
    position: relative;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .right .form-search .btn-absolue {
    position: absolute;
    right: 0;
    bottom: 1px;
    padding-right: 0;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .right .form-search .btn-absolue button {
    height: 44px;
    width: 100%;
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 10px;
}

body .itc-main-search-container .itc-search-dropdown-main .filter-options-tour .right .form-search.active {
    display: block;
}

body .activity-list-header-desktop {
    height: 330px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body .activity-list-header-desktop h1 {
    font-size: 38px;
    font-family: "roboto-medium";
    color: #fff;
    margin-top: 190px;
    margin-bottom: 0;
    text-shadow: 5px 3px 10px rgba(0, 0, 0, .67);
}

body .activity-list-header-desktop h4 {
    color: #fff;
    margin: 0;
    text-shadow: 5px 3px 10px rgba(0, 0, 0, .67);
}

body.page-attraction {
    background: #fff;
}

body.page-attraction .activity-attraction-desktop {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.page-attraction .summary {
    margin-top: -174px;
    background: rgba(0, 0, 0, .7);
    border-radius: 10px;
    min-height: 174px;
    padding: 15px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

body.page-attraction .summary h1 {
    font-size: 38px;
    font-family: "roboto-medium";
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
}

body.page-attraction .summary .detail {
    color: #fff;
    margin: 0;
    height: 45px;
    line-height: 23px;
    font-family: "roboto-regular" !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.page-attraction .summary .detail p {
    font-family: "roboto-regular" !important;
}

body.page-attraction .summary .view-more {
    background: #999;
    color: #fff;
    margin-top: 10px;
}

body.page-attraction .summary.expanded {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
}

body.page-attraction .summary.expanded h1 {
    color: #42445a;
    text-shadow: none;
}

body.page-attraction .summary.expanded .detail {
    color: #000;
    text-shadow: none;
    display: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    height: auto;
}

body.page-attraction .article-list .media .media-left {
    min-width: 200px;
}

body.page-attraction .article-list .media .media-left .thumb {
    border-radius: 0;
}

body.page-attraction .sub-attraction {
    margin: 0;
    padding: 0;
    text-align: center;
}

body.page-attraction .sub-attraction li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

body.page-attraction .sub-attraction li a {
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid;
}

body.page-attraction .sub-attraction li a:hover {
    background: var(--main-color);
    color: #fff;
}

body.page-landing {
    background: #fff;
}

body.page-landing .activity-attraction-desktop {
    height: 450px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.page-landing .activity-attraction-desktop:before {
    position: absolute;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(21, 27, 34, 0) 80%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

body.page-landing .activity-attraction-desktop .summary {
    position: absolute;
    left: 0;
    padding-top: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    min-height: 174px;
    text-align: center;
}

body.page-landing .activity-attraction-desktop .summary h1 {
    font-size: 38px;
    font-family: "roboto-medium";
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
}

body.page-landing .activity-attraction-desktop .summary h6 {
    color: #fff;
}

body.page-landing .activity-attraction-desktop .summary .detail {
    color: #fff;
    margin: 0;
    height: 45px;
    line-height: 23px;
    font-family: "roboto-regular" !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.page-landing .activity-attraction-desktop .summary .detail p {
    font-family: "roboto-regular" !important;
}

body.page-landing .activity-attraction-desktop .summary .view-more {
    background: #999;
    color: #fff;
    margin-top: 10px;
}

body.page-landing .activity-attraction-desktop .summary.expanded {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
}

body.page-landing .activity-attraction-desktop .summary.expanded h1 {
    color: #42445a;
    text-shadow: none;
}

body.page-landing .activity-attraction-desktop .summary.expanded .detail {
    color: #000;
    text-shadow: none;
    display: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    height: auto;
}

body.page-landing .section-banner {
    background: #f5f5f5;
    padding-bottom: 30px;
}

body.page-landing .section-banner .swiper-slide {
    width: auto;
    max-height: 500px;
}

body.page-landing .article-list .media .media-left {
    min-width: 200px;
}

body.page-landing .article-list .media .media-left .thumb {
    border-radius: 0;
}

body.page-landing .diem-noi-bat .panel {
    background: #f5f5f5;
    text-align: center;
}

body .cate-summary {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

body .cate-summary h4 {
    max-width: 700px;
    margin: auto;
    color: var(--main-color);
    font-size: 21px;
    text-align: justify;
}

body .nav-tabs-solid li a {
    cursor: pointer;
    float: left;
    padding: 10px 15px;
    border-radius: 30px !important;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px !important;
    color: var(--main-color);
    background: #f7f9fa;
    font-family: "roboto-bold";
    font-weight: initial;
}

body .nav-tabs-solid li:hover a {
    background: var(--main-color) !important;
    color: #fff;
}

body .tab-list>div {
    overflow-x: auto;
    overflow: hidden;
}

body .tab-list>div ul {
    display: block;
    padding: 0;
    margin: 0;
}

body .top-cate-banner {
    height: 330px;
    position: relative;
    margin-bottom: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body .top-cate-banner h1 {
    font-size: 45px;
    font-family: "roboto-medium";
    color: #fff;
    margin-top: 36px;
    margin-bottom: 0;
    text-shadow: 0 6px 12px rgba(0, 0, 0, .5);
}

body .top-cate-banner h4 {
    color: #fff;
    margin: 0;
    text-shadow: 0 6px 12px rgba(0, 0, 0, .5);
}

body .top-cate-banner .attractions {
    margin-top: 10px;
    position: absolute;
    top: 225px;
    z-index: 24;
    text-align: center;
    left: 0;
    right: 0;
}

body .top-cate-banner .attractions ul {
    padding: 0;
    margin: auto;
}

body .top-cate-banner .attractions ul li {
    display: inline-block;
    width: 150px;
    margin: 0 15px;
}

body .top-cate-banner .attractions ul li a {
    background: #fff;
    display: block;
    padding: 13px;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
}

body .top-cate-banner .attractions ul li a .thumb {
    border-radius: 15px;
    width: 124px;
    height: 124px;
    overflow: hidden;
}

body .top-cate-banner .attractions ul li a h6 {
    font-size: 15px;
    color: #555;
    margin-bottom: 5px;
}

body .top-cate-banner .attractions ul li a p {
    color: #999;
    margin: 0;
}

body .top-cate-banner .footer-layer {
    position: absolute;
    height: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .3) 35.27%, #fff);
}

body .bg-content {
    background: #f5f5f5;
}

body .bg-primary {
    background: var(--main-color) !important;
}

body .btn-primary {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

body .border-primary {
    border-color: var(--main-color) !important;
}

body .hide {
    display: none;
}

body .search-bar .text-right {
    text-align: right;
}

body .search-bar .form-group {
    display: flex;
    float: right;
    margin-bottom: 0;
}

body .search-bar .form-group label {
    flex: none;
    margin-top: 8px;
    margin-bottom: 0;
}

body .search-bar .form-group>div {
    flex: none;
}

body .search-bar .form-group>div .btn {
    width: 190px;
    text-align: left;
}

body .search-bar .form-group>div .btn i {
    float: right;
    margin-top: 3px;
}

body .search-bar .dropdown-menu {
    min-width: unset;
    border-radius: 10px;
}

body .search-bar .dropdown-menu li {
    margin: 10px;
}

body .search-bar .dropdown-menu li a {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}

body .left-control-bar .tree-control {
    padding: 0;
    margin: 0;
}

body .left-control-bar .tree-control li {
    display: block;
}

body .left-control-bar .tree-control li>div {
    padding: 10px;
    cursor: pointer;
    display: table;
    width: 100%;
}

body .left-control-bar .tree-control li>div.active {
    background: #bce5ff;
    color: var(--main-color);
}

body .left-control-bar .tree-control li>div:hover {
    background: #eee;
}

body .left-control-bar .tree-control li>div>span {
    display: table-cell;
    text-align: left;
}

body .left-control-bar .tree-control li>div .t-checkbox {
    padding-right: 10px;
    width: 30px;
}

body .left-control-bar .tree-control li>div .t-checkbox i {
    font-size: 17px;
}

body .left-control-bar .tree-control li>div .t-checkbox i.icon-checkbox-checked2,
body .left-control-bar .tree-control li>div .t-checkbox i.icon-checkbox-partial2 {
    color: var(--second-color);
}

body .left-control-bar .tree-control li>div .t-text {
    text-align: left;
    font-size: 15px;
}

body .left-control-bar .tree-control li>div .t-text .text-warning {
    font-size: 13px;
}

body .left-control-bar .tree-control li>div .t-expander {
    padding-left: 10px;
    width: 30px;
}

body .left-control-bar .tree-control li ul {
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
}

body .left-control-bar .tree-control li ul .li2>div {
    padding-left: 30px;
}

body .left-control-bar .tree-control li ul .li3>div {
    padding-left: 50px;
}

body .attraction-ticket-group {
    border-radius: 15px;
    margin-bottom: 20px;
}

body .attraction-ticket-group .panel-heading {
    padding: 15px 15px 0 15px;
}

body .attraction-ticket-group .panel-heading a {
    font-size: 15px;
    color: #707070;
    text-decoration: underline;
}

body .attraction-ticket-group h5 {
    margin: 0;
}

body .attraction-ticket-group h5 img {
    height: 25px;
    max-height: unset;
}

body .attraction-ticket-group h5 span {
    margin-left: 10px;
}

body .attraction-ticket-group.color-1 {
    background: #e3f2fd;
}

body .attraction-ticket-group.color-2 {
    background: #fbe9e7;
}

body .attraction-ticket-group.color-3 {
    background: #e8f5e9;
}

body .attraction-ticket-group.color-4 {
    background: #fff3e0;
}

body .attraction-ticket-group.color-5 {
    background: #e0f7fa;
}

body .attraction-ticket-group.color-5 {
    background: #fce4ec;
}

body .attraction-ticket-group .ticket-list {
    padding: 0 0 10px 0;
    margin: 0;
    overflow: hidden;
}

body .attraction-ticket-group .ticket-list>li {
    width: 24%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

body .attraction-ticket-group .ticket-list>li .ticket-content {
    margin-bottom: 0;
}

body .top-step-bar {
    display: table;
    width: 100%;
    position: relative;
}

body .top-step-bar .step {
    display: table-cell;
    text-align: center;
    position: relative;
}

body .top-step-bar .step .step-content {
    width: 130px;
    text-align: center;
    margin: auto;
}

body .top-step-bar .step .step-content .step-icon i {
    font-size: 20px;
}

body .top-step-bar .step .step-content p {
    font-family: "roboto-medium";
    margin-top: 10px;
}

body .top-step-bar .step:before,
body .top-step-bar .step::after {
    position: absolute;
    height: 3px;
    background: #4caf50;
    top: 8px;
    z-index: 0;
}

body .top-step-bar .step.step-1::after {
    content: "";
    right: 0;
    width: 47%;
}

body .top-step-bar .step.step-2::after {
    content: "";
    right: 0;
    width: 47%;
}

body .top-step-bar .step.step-2::before {
    content: "";
    left: 0;
    width: 47%;
}

body .top-step-bar .step.step-3::before {
    content: "";
    left: 0;
    width: 47%;
}

body .sort-page-detail p,
body .sort-page-detail span,
body .sort-page-detail li,
body .sort-page-detail h1,
body .sort-page-detail h2,
body .sort-page-detail h3,
body .sort-page-detail h4,
body .sort-page-detail h5 {
    font-family: "Tahoma Regular" !important;
}

body .sort-page-detail img {
    max-width: 100%;
}

body .modal-map .modal-dialog {
    width: 80%;
}

body .modal-map .modal-dialog .modal-content {
    border-radius: 20px;
}

body .modal-map .modal-dialog .modal-content .modal-body {
    height: 700px;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

body .modal-map .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    right: 20px;
    background: #dfdfdf;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 10px;
    color: #777;
    z-index: 1;
}

body .sidebar-detached.fixed-sidebar-space {
    position: fixed;
    bottom: unset;
    top: 88px;
    background: #fff;
    z-index: 20;
    width: 100%;
}

body .ticket-detail .breadcrumb {
    padding-left: 0;
}

body .ticket-detail .breadcrumb li a {
    font-size: 13px;
}

body .ticket-detail h1 {
    font-size: 26px;
    margin-top: 5px;
    line-height: 37px;
    margin-bottom: 6px;
}

body .ticket-detail .list-inline li a {
    font-size: 15px;
    color: #757575;
    text-decoration: underline;
}

body .ticket-detail .list-inline li.highlight-primary {
    font-family: var(--bold);
    font-size: 13px;
}

body .ticket-detail .ticket-gallery {
    border-radius: 15px;
    overflow: hidden;
    height: 473px;
}

body .ticket-detail .ticket-gallery .gallery-item-1 a img {
    width: 100%;
}

body .ticket-detail .ticket-gallery.gallery-5 .gallery-item {
    float: left;
    overflow: hidden;
}

body .ticket-detail .ticket-gallery.gallery-5 .gallery-item a img {
    height: 100%;
    max-width: unset;
    min-width: 100%;
}

body .ticket-detail .ticket-gallery.gallery-5 .gallery-item.gallery-item-1 {
    width: calc(50% - 3px);
    height: 473px;
    margin-right: 3px;
    overflow: hidden;
}

body .ticket-detail .ticket-gallery.gallery-5 .gallery-item.gallery-item-2 {
    width: calc(25% - 3px);
    height: 235px;
    margin-right: 3px;
}

body .ticket-detail .ticket-gallery.gallery-5 .gallery-item.gallery-item-3 {
    width: 25%;
    height: 235px;
    position: relative;
}

body .ticket-detail .ticket-gallery.gallery-5 .gallery-item.gallery-item-4 {
    width: calc(25% - 3px);
    height: 235px;
    margin-right: 3px;
    margin-top: 3px;
}

body .ticket-detail .ticket-gallery.gallery-5 .gallery-item.gallery-item-5 {
    width: 25%;
    height: 235px;
    position: relative;
    margin-top: 3px;
}

body .ticket-detail .ticket-gallery.gallery-5 .gallery-item.gallery-item-5 .more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    vertical-align: middle;
    text-align: center;
}

body .ticket-detail .ticket-gallery.gallery-5 .gallery-item.gallery-item-5 .more span {
    color: #fff;
    font-size: 35px;
    margin-top: 85px;
    display: inline-block;
}

body .ticket-detail .ticket-gallery.gallery-3 .gallery-item {
    float: left;
    overflow: hidden;
}

body .ticket-detail .ticket-gallery.gallery-3 .gallery-item a img {
    height: 100%;
    max-width: unset;
    min-width: 100%;
}

body .ticket-detail .ticket-gallery.gallery-3 .gallery-item.gallery-item-1 {
    width: calc(50% - 3px);
    height: 473px;
    margin-right: 3px;
    overflow: hidden;
}

body .ticket-detail .ticket-gallery.gallery-3 .gallery-item.gallery-item-2 {
    width: calc(50% - 3px);
    height: 235px;
    margin-right: 3px;
}

body .ticket-detail .ticket-gallery.gallery-3 .gallery-item.gallery-item-2 a img {
    width: 100%;
    height: unset;
    max-width: unset;
    max-height: unset;
    min-height: unset;
}

body .ticket-detail .ticket-gallery.gallery-3 .gallery-item.gallery-item-3 {
    width: calc(50% - 3px);
    height: 235px;
    position: relative;
    margin-top: 3px;
}

body .ticket-detail .ticket-gallery.gallery-3 .gallery-item.gallery-item-3 a img {
    width: 100%;
    height: unset;
    max-width: unset;
    max-height: unset;
    min-height: unset;
}

body .ticket-detail .ticket-gallery.gallery-3 .gallery-item.gallery-item-3 .more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    vertical-align: middle;
    text-align: center;
}

body .ticket-detail .ticket-gallery.gallery-3 .gallery-item.gallery-item-3 .more span {
    color: #fff;
    font-size: 35px;
    margin-top: 85px;
    display: inline-block;
}

body .ticket-detail .ticket-gallery.gallery-2 .gallery-item {
    float: left;
    overflow: hidden;
}

body .ticket-detail .ticket-gallery.gallery-2 .gallery-item a img {
    height: 100%;
    max-width: unset;
    min-width: 100%;
}

body .ticket-detail .ticket-gallery.gallery-2 .gallery-item.gallery-item-1 {
    width: calc(50% - 3px);
    height: 473px;
    margin-right: 3px;
    overflow: hidden;
}

body .ticket-detail .ticket-gallery.gallery-2 .gallery-item.gallery-item-2 {
    width: calc(50% - 3px);
    height: 473px;
    margin-right: 3px;
    overflow: hidden;
}

body .ticket-detail .summary-info .media img {
    fill: var(--main-color);
    width: 30px;
    height: 30px;
}

body .ticket-detail .summary-info .media .media-left {
    padding-right: 15px;
}

body .ticket-detail .summary-info .media .media-body span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
}

body .ticket-detail .panel.bordered {
    border: 1px solid #ddd;
}

body .ticket-detail .sell-price {
    color: #d0021c;
    font-size: 21px;
}

body .ticket-detail .price-content {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
}

body .ticket-detail .price-content .market-price {
    font-weight: 400;
    line-height: 1.5;
    color: #a8a8a8;
    text-decoration: line-through;
    margin-right: 5px;
}

body .ticket-detail .price-content .percent {
    margin-left: 5px;
    color: #eb5757;
    background: #fff0e9;
    border-radius: 4px;
    padding: 3px;
    margin-left: 0;
    vertical-align: text-top;
    font-family: "roboto-bold";
}

body .ticket-detail .h2-header {
    font-family: "Tahoma Bold";
    padding-left: 15px;
    position: relative;
    font-size: 19px;
    color: var(--main-color);
    line-height: 24px;
}

body .ticket-detail .h2-header:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 6px;
    background: var(--main-color);
    left: 0;
    top: 2px;
    z-index: 11;
    border-radius: 4px;
}

body .ticket-detail .tabbable ul li a {
    padding: 14px 20px;
    font-weight: normal !important;
    font-size: 15px;
}

body .ticket-detail .tabbable ul li.active a {
    color: var(--main-color) !important;
    font-family: "roboto-bold";
}

body .ticket-detail .tabbable ul li.active a:after {
    background-color: var(--main-color) !important;
}

body .ticket-detail .bg-content {
    background: #f5f5f5;
}

body .ticket-detail .bg-content .timeline .timeline-container:after {
    z-index: 0;
}

body .ticket-detail .bg-content .timeline .timeline-row .timeline-icon {
    z-index: 1;
}

body .ticket-detail .bg-content .timeline .timeline-row .panel-heading {
    padding: 15px;
}

body .ticket-detail .bg-content .timeline .timeline-row .panel-body .image-gallery .gallery-item {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

body .ticket-detail .bg-content .timeline .timeline-row .panel-body .image-gallery .gallery-item a {
    border-radius: 10px;
    overflow: hidden;
    height: 60px;
    display: block;
}

body .ticket-detail .bg-content .timeline .timeline-row .panel-body .image-gallery .gallery-item a img {
    height: 60px;
}

body .ticket-detail .total-price {
    font-size: 22px;
}

body .ticket-detail .form-datepicker {
    width: 150px;
    border-radius: 15px;
    background: var(--second-color);
    border: 1px solid var(--second-color);
}

body .ticket-detail .form-datepicker .input-group-addon {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: var(--second-color);
    border: 0;
}

body .ticket-detail .form-datepicker .input-group-addon i {
    color: #fff;
}

body .ticket-detail .form-datepicker input {
    border-radius: 15px !important;
    box-shadow: none;
    border: 0;
    color: #fff;
    font-size: 15px;
    background: var(--second-color);
}

body .ticket-detail .form-datepicker input::-webkit-input-placeholder {
    color: #fff;
}

body .ticket-detail .form-datepicker input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

body .ticket-detail .form-datepicker input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

body .ticket-detail .form-datepicker input:-ms-input-placeholder {
    color: #fff;
}

body .ticket-detail .form-datepicker input:-ms-input-placeholder {
    color: #fff;
}

body .ticket-detail .form-datepicker input::placeholder {
    color: #fff;
}

body .ticket-detail .form-datepicker input:focus {
    box-shadow: none;
    border: 0;
}

body .ticket-detail .table {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}

body .ticket-detail .table tr {
    background: #fff;
}

body .ticket-detail .table tr th {
    background: var(--second-color);
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-family: "roboto-medium" !important;
    font-weight: normal;
    padding: 6px 20px;
    height: 38px;
}

body .ticket-detail .table tr td {
    padding: 6px 10px;
    font-size: 15px;
}

body .ticket-detail .table tr:nth-of-type(even) {
    background: #fff;
}

body .lg-thumb-outer {
    text-align: center;
}

body .lg-thumb-outer .lg-group {
    margin: auto;
}

body .ticket-desc {
    line-height: 28px;
    font-size: 14px;
}

body .ticket-desc img {
    max-width: 100%;
    width: 100% !important;
}

body .bootstrap-touchspin .input-group-btn .btn {
    width: 36px;
    height: 44px;
    border: 0;
    background: #f5f5f5;
    border-radius: 5px;
}

body .bootstrap-touchspin input {
    border: 0;
    box-shadow: none;
    font-size: 17px;
    text-align: center;
    font-family: val(--fb);
}

body .bootstrap-touchspin input.bordered {
    border: 1px solid #dfdfdf;
}

body .customer-tour .ul-attr {
    margin: 0;
    padding: 0;
}

body .customer-tour .ul-attr li {
    display: inline-block;
    width: 24%;
    margin-bottom: 10px;
    cursor: pointer;
}

body .customer-tour .ul-attr li i {
    font-size: 14px;
}

body .customer-tour .ul-attr li span {
    margin-left: 1px;
}

body .art-detail h1 {
    font-size: 27px;
}

body .art-detail .art-content {
    font-size: 15px;
}

body .art-detail .art-content img {
    max-width: 100%;
}

body .text-small {
    font-size: 12px;
}

body .container-pay .table {
    width: 100%;
    border: 1px solid #dfdfdf;
}

body .container-pay .table tr th {
    background: var(--second-color);
    padding: 5px;
    color: #fff;
    text-align: center;
}

body .container-pay .table tr td {
    padding: 5px;
}

body .container-pay .table tr td input {
    padding: 5px 10px;
}

body .container-pay .table tr td input.has-error {
    border-color: var(--second-color);
}

body .container-pay .table tr td select.has-error {
    border-color: var(--second-color);
}

body .container-pay .tabbable .nav-pills {
    margin-bottom: 10px;
}

body .container-pay .tabbable .tab-content .tab-pane {
    padding: 15px;
    border: 1px solid #efefef;
    border-radius: 15px;
}

.floating-buttons {
    position: fixed;
    right: 15px;
    bottom: 95px;
    z-index: 1000;
}

.floating-buttons ul {
    padding: 0;
    margin: 0;
}

.floating-buttons ul li {
    display: block;
    margin-top: 15px;
}

.floating-buttons ul li a {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    background: #f0f;
    line-height: 20px;
}

.floating-buttons ul li a.float-button-email {
    background: var(--second-color);
}

.floating-buttons ul li a.float-button-phone {
    background: #43a047;
}

.floating-buttons ul li a i {
    color: #fff;
    font-size: 22px;
    margin-top: 17px;
}

.member-card {
    background: url("/assets/file//sgt_cardmember.png");
    color: #fff;
    padding: 20px;
}

.member-card .card-info {
    padding: 50px;
    background: rgba(0, 0, 0, .3);
    border-radius: 20px;
    margin-top: 75px;
    margin-bottom: 50px;
}

.member-card .card-info h6 {
    color: #ffda46;
}

.member-card .card-info .btn {
    background: #e4b600;
    border-color: #ffda46;
}

.member-card .card-img {
    width: 80%;
    margin-top: 75px;
    margin-bottom: 50px;
}

.commitment {
    padding: 40px 0;
}

.commitment .media {
    border: 1px solid var(--main-color);
    border-radius: 10px;
    padding: 10px;
    height: 90px;
}

.commitment .media .media-body {
    color: var(--main-color);
}

.commitment .media .media-body span {
    color: var(--main-color);
}

footer {
    margin-top: 100px;
}

footer .footer-top {
    height: 360px;
    color: var(--main-color);
    border-top: 1px solid #0567c4;
    border-bottom: 1px solid #0567c4;
    position: relative;
}

footer .footer-top:before {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 50%;
    bottom: 0;
    top: 0;
    z-index: 0;
}

footer .footer-top::after {
    position: absolute;
    content: "";
    background: #003466;
    right: 0;
    left: 50%;
    bottom: 0;
    top: 0;
    z-index: -1;
}

footer .footer-top .table.awards {
    margin-top: 15px;
    border: 0;
}

footer .footer-top .table.awards tr {
    border: 0;
}

footer .footer-top .table.awards tr td {
    padding: 3px 0;
    border: 0;
}

footer .footer-top .table.awards tr td img {
    height: 30px;
}

footer .footer-top .table.awards tr td span {
    font-family: "roboto-medium";
    display: block;
    float: left;
    padding-left: 10px;
}

footer .footer-top .footer-top-bg {
    padding: 15px;
    height: 358px;
}

footer .footer-top .menu-group {
    margin-bottom: 30px;
    width: 100%;
}

footer .footer-top .menu-group h5 {
    color: #fff;
}

footer .footer-top .menu-group ul {
    padding: 0;
    margin: 0;
}

footer .footer-top .menu-group ul li {
    display: block;
}

footer .footer-top .menu-group ul li a {
    color: #fff;
}

footer .footer-bottom {
    text-align: center;
    background: #fff;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 14vw);
    grid-gap: 1.5rem;
}

.gallery a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: all .2s ease-out;
}

.gallery a .att-name {
    left: 0;
    right: 0;
    top: 49%;
    z-index: 2;
    text-align: center;
    position: absolute;
    transition: all .2s ease-out;
}

.gallery a .att-name label {
    color: #fff;
    display: block;
    text-transform: uppercase;
    transition: all .2s ease-out;
    font-size: 16px;
}

.gallery a .att-name .btn {
    background: #fbc80d;
    border-radius: 5px;
    color: #42445a;
    transition: all .2s ease-out;
    opacity: 0;
}

.gallery a .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .5s ease-out;
    z-index: 0;
}

.gallery a .overlay {
    position: absolute;
    opacity: 0;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    transition: all .2s ease-out;
}

.gallery a:hover .gallery__img {
    transform: scale(1.1);
}

.gallery a:hover .overlay {
    opacity: 1;
}

.gallery a:hover .att-name {
    top: 40%;
}

.gallery a:hover .att-name .btn {
    display: inline-block;
    opacity: 1;
}

.gallery .gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery .gallery__item--2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.gallery .gallery__item--3 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}

.gallery .gallery__item--6 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
}

.gallery .gallery__item--8 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
}

.grid {
    display: table;
    width: 100%;
}

.grid .grid-cell {
    display: table-cell;
    vertical-align: top;
}

@media(max-width:1199px) {
    body .navbar-header a img {
        max-height: 35px;
    }

    body .navbar .navbar-form>.form-group .input-group input {
        min-width: 180px;
        width: 300px;
        font-size: 14px !important;
    }

    body .navbar .navbar-nav>li>a {
        padding: 10px 6px;
    }

    body .navbar.navbar-xs .navbar-nav>li {
        margin-right: 5px;
    }

    body .navbar.navbar-xs .navbar-nav>li>a {
        padding: 6px 5px;
    }

    body .ticket-detail .tabbable {
        margin-bottom: 0;
    }

    body .ticket-detail .tabbable ul {
        margin-bottom: 0;
    }

    body .ticket-detail .tabbable ul li a {
        padding: 10px;
    }

    body .ticket-detail .ticket-gallery.gallery-more {
        height: 400px;
    }

    body .ticket-detail .ticket-gallery.gallery-more .gallery-item.gallery-item-1 {
        width: 500px;
        height: 400px;
    }

    body .ticket-detail .ticket-gallery.gallery-more .gallery-item.gallery-item-2 {
        width: 212px;
        height: 199px;
    }

    body .ticket-detail .ticket-gallery.gallery-more .gallery-item.gallery-item-3 {
        width: 212px;
        height: 198px;
        margin-top: 3px;
    }

    body .ticket-detail .timeline-left .timeline-icon {
        position: absolute;
        top: 10px;
        left: 0;
    }

    body .ticket-detail .timeline-left .timeline-date,
    body .ticket-detail .timeline-left .timeline-row {
        padding-left: 68px;
    }

    body .ticket-detail .timeline-left .timeline-container:after,
    body .ticket-detail .timeline-left .timeline-date:after,
    body .ticket-detail .timeline-left .timeline-date:before,
    body .ticket-detail .timeline-left:after,
    body .ticket-detail .timeline-left:before {
        left: 24px;
    }

    body .attraction-ticket-group .ticket-list>li {
        width: 32%;
    }

    .main-banner {
        position: relative;
    }

    .main-banner .carousel {
        height: 250px !important;
    }

    .main-banner .swiper-slide .img-item {
        height: 250px !important;
    }

    .main-banner .swiper-slide .img-item>div {
        height: 250px !important;
    }

    .home-search-container {
        top: 205px !important;
    }
}

@media(max-width:1024px) {
    body .container {
        width: 900px !important;
    }

    body .navbar-header a img {
        max-height: 35px;
    }

    body .navbar .navbar-form>.form-group .input-group input {
        min-width: 180px;
        width: 300px;
        font-size: 14px !important;
    }

    body .navbar .navbar-nav>li>a {
        padding: 10px 6px;
    }

    body .navbar.navbar-xs .navbar-nav>li {
        margin-right: 5px;
    }

    body .navbar.navbar-xs .navbar-nav>li>a {
        padding: 6px 5px;
    }

    body .ticket-detail .tabbable {
        margin-bottom: 0;
    }

    body .ticket-detail .tabbable ul {
        margin-bottom: 0;
    }

    body .ticket-detail .tabbable ul li a {
        padding: 10px;
    }

    body .ticket-detail .ticket-gallery.gallery-more {
        height: 400px;
    }

    body .ticket-detail .ticket-gallery.gallery-more .gallery-item.gallery-item-1 {
        width: 450px;
        height: 400px;
    }

    body .ticket-detail .ticket-gallery.gallery-more .gallery-item.gallery-item-2 {
        width: 212px;
        height: 199px;
    }

    body .ticket-detail .ticket-gallery.gallery-more .gallery-item.gallery-item-3 {
        width: 212px;
        height: 198px;
        margin-top: 3px;
    }

    body .ticket-detail .timeline-left .timeline-icon {
        position: absolute;
        top: 10px;
        left: 0;
    }

    body .ticket-detail .timeline-left .timeline-date,
    body .ticket-detail .timeline-left .timeline-row {
        padding-left: 68px;
    }

    body .ticket-detail .timeline-left .timeline-container:after,
    body .ticket-detail .timeline-left .timeline-date:after,
    body .ticket-detail .timeline-left .timeline-date:before,
    body .ticket-detail .timeline-left:after,
    body .ticket-detail .timeline-left:before {
        left: 24px;
    }

    body .attraction-ticket-group .ticket-list>li {
        width: 32%;
    }
}

.banner-item {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
}

.banner-item a {
    display: block;
    width: 100%;
}

.banner-item a img {
    width: 100%;
}

.hotel-detail ul.attr-list {
    margin: 0;
    padding: 0;
}

.hotel-detail ul.attr-list li {
    display: inline-block;
    float: left;
    line-height: 32px;
    width: 25%;
    margin-bottom: 20px;
}

.hotel-detail ul.attr-list li img {
    height: 32px;
    float: left;
    margin-right: 10px;
}

.hotel-detail ul.attr-list li span {
    float: left;
    font-size: 13px;
}

.expanded-summernote {
    background: #fff;
    overflow: hidden;
    max-height: 156px;
}

.expanded-summernote.expanded {
    max-height: unset;
}

.panel {
    margin-bottom: 15px;
}

.panel .panel-heading {
    padding: 15px;
}

.panel .panel-heading .panel-title {
    color: #111;
    font-family: var(--tbold);
}

.panel .panel-heading .icons-list li a {
    background: #cce3fe;
    color: var(--main-color);
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    line-height: 23px;
}

.expand-group>div {
    overflow: hidden;
}

.expand-group .btn-expander {
    font-size: 13px;
    font-family: var(--bold);
    color: var(--main-color);
    padding: 2px 0;
}

.bg-second {
    background: var(--second-color);
    color: #fff;
}

.text-second {
    color: var(--second-color);
}

.left-search-bar .checkbox-list {
    margin: 0;
    padding: 0;
}

.left-search-bar .checkbox-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

.left-search-bar .checkbox-list li>i.checker {
    float: left;
}

.left-search-bar .checkbox-list li span {
    line-height: 20px;
    margin-top: -2px;
    padding-left: 28px;
    display: block;
}

.left-search-bar .checkbox-list li span .icon-star {
    color: #ffa726;
}

.left-search-bar .checkbox-list li:hover span {
    color: var(--main-color);
}

.thumbnail-holiday {
    text-align: center;
    display: block;
    background: none;
    border: 0;
}

.thumbnail-holiday .thumb {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    margin: auto;
}

.thumbnail-holiday .thumb img {
    transition: all .2s ease-out;
    height: 170px;
    width: auto;
    max-width: unset;
}

.tour-calendar .select-month-bar {
    position: relative;
    height: 46px;
    background: var(--main-color);
}

.tour-calendar .select-month-bar>div {
    display: inline-block;
    height: 46px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.tour-calendar .select-month-bar>div ul {
    padding: 0;
    margin: auto;
}

.tour-calendar .select-month-bar>div ul li {
    display: inline-block;
    padding: 8px 5px;
    border-radius: 0;
    font-family: var(--fb);
    cursor: pointer;
    color: var(--main-color);
    width: 105px;
    float: left;
    text-align: center;
    font-size: 18px;
    height: 46px;
    color: rgba(255, 255, 255, .7);
}

.tour-calendar .select-month-bar>div ul li:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

.tour-calendar .select-month-bar>div ul li.active {
    color: #fff;
    background: rgba(255, 255, 255, .2);
}

.tour-calendar .calendar-content {
    padding: 15px;
    background: #fff;
    margin-top: 10px;
    display: table;
    width: 100%;
}

.tour-calendar .calendar-content>.cell {
    display: table-cell;
}

.tour-calendar .calendar-content .current-month-bar {
    position: relative;
    height: 40px;
    margin: auto;
    width: 60%;
}

.tour-calendar .calendar-content .current-month-bar>div {
    height: 40px;
    padding: 0 55px;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    font-family: var(--fb);
    color: #42445a;
}

.tour-calendar .calendar-content .current-month-bar .btn {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
}

.tour-calendar .calendar-content .current-month-bar .btn.btn-prev {
    left: 0;
}

.tour-calendar .calendar-content .current-month-bar .btn.btn-next {
    right: 0;
}

.tour-calendar .calendar-content .calendar-table {
    width: 100%;
}

.tour-calendar .calendar-content .calendar-table tr th {
    text-align: center;
    padding-bottom: 10px;
    color: #999;
}

.tour-calendar .calendar-content .calendar-table td {
    padding: 5px;
}

.tour-calendar .calendar-content .calendar-table td>.day-item {
    text-align: center;
    height: 60px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 7px;
}

.tour-calendar .calendar-content .calendar-table td>.day-item:hover {
    background: #f6f6f6;
}

.tour-calendar .calendar-content .calendar-table td>.day-item p {
    margin: 0;
    line-height: 18px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.tour-calendar .calendar-content .calendar-table td>.day-item.has-price {
    background: #fff200;
}

.tour-calendar .calendar-content .calendar-table td>.day-item.has-price .price {
    color: var(--second-color);
    font-family: var(--bold);
    margin-top: 2px;
    font-size: 13px;
}

.tour-calendar .calendar-content .calendar-table td>.day-item.has-price p {
    color: var(--main-color);
    font-family: var(--bold);
    margin-top: 2px;
}

.tour-calendar .calendar-content .calendar-table td>.day-item.has-price:hover {
    border-color: var(--main-color);
}

.tour-calendar .calendar-content .calendar-table td.old>.day-item,
.tour-calendar .calendar-content .calendar-table td.other>.day-item {
    color: #d1d1d1;
}

.tour-calendar .calendar-detail {
    padding: 15px;
    background: #fff;
    margin-top: 10px;
}

.tour-calendar .calendar-detail span.text-muted {
    font-size: 11px;
    float: left;
    line-height: 18px;
}

.text-muted-xs {
    font-size: 11px;
    float: left;
    line-height: 18px;
    width: 100%;
}

.irs-from,
.irs-single,
.irs-to {
    background: var(--main-color);
}

body.page-tips {
    background: #f6f6f6;
}

body.page-tips h2 {
    font-family: var(--fds);
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}

body.page-tips .top-cate-banner {
    height: 330px;
    margin-bottom: 0;
}

body.page-tips .top-cate-banner h1 {
    text-align: center;
    font-family: var(--fds);
    font-size: 72px;
    font-weight: 400;
}

body.page-tips .top-cate-banner h5 {
    text-align: center;
    color: #fff;
    text-shadow: 0 6px 12px rgba(0, 0, 0, .5);
}

body.page-tips .top-cate-banner .form-group {
    max-width: 450px;
    width: 100%;
    margin: auto;
}

body.page-tips .top-cate-banner .form-group .btn {
    height: 44px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

body.page-tips .top-cate-banner .form-group .select2-arrow {
    border-left: 0;
}

body.page-tips section {
    background: #ededed;
    margin-bottom: 0;
    padding: 80px 0;
}

body.page-tips section .media {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

body.page-tips section .media .media-left {
    width: 30%;
    padding-right: 5px;
}

body.page-tips section .media .media-left>div {
    border-radius: 0;
}

body.page-tips section .media .media-body {
    padding: 10px;
}

body.page-tips .tip-detail {
    margin-top: 50px;
    margin-bottom: 100px;
}

body.page-tips .tip-detail img {
    max-width: 100%;
}

body.page-tips .tip-detail p {
    font-size: 17px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

body.page-tips .tip-detail h3 {
    font-size: 20px;
    font-weight: 400;
}

body.page-news {
    background: #fff;
}

body.page-news h2 {
    font-family: var(--fds);
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}

body.page-news .top-cate-banner {
    height: 330px;
    margin-bottom: 0;
}

body.page-news .top-cate-banner .container {
    height: 330px;
    position: relative;
}

body.page-news .top-cate-banner .container h1 {
    position: absolute;
    bottom: 0;
    font-size: 34px;
    vertical-align: middle;
    background: rgba(0, 0, 0, .6);
    text-align: left;
    padding: 10px 15px;
    left: 0;
    line-height: 45px;
    right: 0;
}

body.page-news section {
    background: #ededed;
    margin-bottom: 0;
    padding: 80px 0;
}

body.page-news section .media {
    background: #fff;
    overflow: hidden;
}

body.page-news section .media .media-left {
    width: 30%;
    padding-right: 5px;
}

body.page-news section .media .media-left>div {
    border-radius: 0;
}

body.page-news section .media .media-body {
    padding: 10px;
}

body.page-news .tip-detail {
    margin-top: 20px;
    margin-bottom: 100px;
}

body.page-news .tip-detail img {
    max-width: 100%;
}

body.page-news .tip-detail p {
    font-size: 15px;
    font-weight: 400;
}

body.page-news .tip-detail h3 {
    font-size: 20px;
    font-weight: 400;
}

body.page-news .article-list-sm a {
    color: #42445a;
}

body.page-news .article-list-sm a:hover {
    color: #0061ca;
}

body.page-news .article-list-sm .media .media-left .thumb {
    width: 75px;
    height: 55px;
    border-radius: 5px;
    overflow: hidden;
}

body.page-news .article-list-sm .media .media-left .thumb img {
    width: 100%;
}

.article-list>li {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.article-list>li .media .media-body h5 a {
    color: #333;
    font-size: 20px;
}

.article-list>li .media .media-body h5 a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.article-list>li .media .media-body ul li {
    font-size: 14px;
}

.article-list>li .media .media-body p {
    font-family: "roboto-regular";
    font-size: 14px;
    margin-top: 10px;
}

.payment-methods li {
    background: #fff;
}

.payment-methods li:hover,
.payment-methods li:focus {
    background: #fff;
}

.payment-methods li a {
    border: 3px solid #fff;
    background: #fff;
    border-radius: 10px;
}

.payment-methods li a:hover {
    background: #fff;
}

.payment-methods li a .media-left i {
    font-size: 20px;
}

.payment-methods li a .media-body .desc {
    display: none;
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
}

.payment-methods li.active:hover {
    background: #fff;
}

.payment-methods li.active a {
    border: 3px solid #4caf50;
}

.payment-methods li.active a .media-body .desc {
    display: block;
}

.payment-option {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.payment-option:hover {
    background-color: rgba(242, 247, 253, .831372549);
}

.payment-option input[type=radio] {
    display: none;
}

.payment-option.active {
    border-color: #1a73e8;
}

.payment-option.active .payment-content {
    opacity: 1;
}

.payment-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.payment-label .icon {
    display: inline-block;
    transition: all .3s ease-in-out;
    width: 30px;
}

.payment-label .text-muted {
    font-size: 13px;
    font-weight: normal;
}

.payment-content {
    overflow: hidden;
    transition: height .3s ease-in-out, opacity .3s ease-in-out;
    opacity: 0;
    height: 0;
    margin-left: 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 25px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    transition: .3s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #1a73e8;
}

input:checked+.slider:before {
    transform: translateX(25px);
}

.good-price-tour-package .in-bound .header-title .h2-header,
.good-price-tour-package .out-bound .header-title .h2-header {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    color: var(--main-color);
}

.good-price-tour-package .in-bound .header-title .h2-header:before,
.good-price-tour-package .out-bound .header-title .h2-header:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 6px;
    background: var(--main-color);
    left: 0;
    top: 5px;
    z-index: 11;
    border-radius: 4px;
}

.good-price-tour-package .in-bound .header-title h4,
.good-price-tour-package .out-bound .header-title h4 {
    font-size: 30px;
    font-weight: bold;
}

.good-price-tour-package .in-bound .header-title span,
.good-price-tour-package .out-bound .header-title span {
    display: block;
    width: 20%;
    height: 5px;
    background: #f00;
}

.good-price-tour-package .in-bound .list-tour,
.good-price-tour-package .out-bound .list-tour {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.good-price-tour-package .in-bound .list-tour .text-clamp,
.good-price-tour-package .out-bound .list-tour .text-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.good-price-tour-package .in-bound .list-tour .tour-item,
.good-price-tour-package .out-bound .list-tour .tour-item {
    display: flex;
    gap: 15px;
    overflow: hidden;
    border-radius: 20px;
    transition: all .2s ease-in-out;
    height: 230px;
    border: 1px solid #ebebeb;
}

.good-price-tour-package .in-bound .list-tour .tour-item .left,
.good-price-tour-package .out-bound .list-tour .tour-item .left {
    width: 100%;
    display: flex;
    flex: 5;
}

.good-price-tour-package .in-bound .list-tour .tour-item .left>a,
.good-price-tour-package .out-bound .list-tour .tour-item .left>a {
    overflow: hidden;
    display: block;
    height: 228px;
    width: 276px;
    position: relative;
}

.good-price-tour-package .in-bound .list-tour .tour-item .left>a img,
.good-price-tour-package .out-bound .list-tour .tour-item .left>a img {
    height: 100%;
    width: auto;
    min-width: 100%;
}

.good-price-tour-package .in-bound .list-tour .tour-item .left>a .promotion-tag,
.good-price-tour-package .out-bound .list-tour .tour-item .left>a .promotion-tag {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: #dc2b42;
    padding: 3px 8px 3px 16px;
    color: #fff;
    height: 24px;
    font-size: 12px;
}

.good-price-tour-package .in-bound .list-tour .tour-item .left>a .promotion-tag:after,
.good-price-tour-package .out-bound .list-tour .tour-item .left>a .promotion-tag:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: #dc2b42 transparent #dc2b42 #dc2b42;
    right: -10px;
    border-width: 12px 8px;
    border-style: solid;
    bottom: 0;
}

.good-price-tour-package .in-bound .list-tour .tour-item .right,
.good-price-tour-package .out-bound .list-tour .tour-item .right {
    width: 100%;
    flex: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 10px 10px 0;
}

.good-price-tour-package .in-bound .list-tour .tour-item .right h4,
.good-price-tour-package .out-bound .list-tour .tour-item .right h4 {
    font-size: 15px;
    margin: 0 !important;
    font-family: var(--tbold);
    color: #242f3c;
    line-height: 20px;
}

.good-price-tour-package .in-bound .list-tour .tour-item .right h4:hover,
.good-price-tour-package .out-bound .list-tour .tour-item .right h4:hover {
    color: var(--main-color);
}

.good-price-tour-package .in-bound .list-tour .tour-item .right .decs li,
.good-price-tour-package .out-bound .list-tour .tour-item .right .decs li {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.good-price-tour-package .in-bound .list-tour .tour-item .right ul li p,
.good-price-tour-package .out-bound .list-tour .tour-item .right ul li p {
    margin: 0;
}

.good-price-tour-package .in-bound .list-tour .tour-item .right ul li.price-content,
.good-price-tour-package .out-bound .list-tour .tour-item .right ul li.price-content {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}

.good-price-tour-package .in-bound .list-tour .tour-item .right ul li.price-content .sell-price,
.good-price-tour-package .out-bound .list-tour .tour-item .right ul li.price-content .sell-price {
    color: #d0021c;
    font-size: 14px;
    display: flex;
    flex: 5;
}

.good-price-tour-package .in-bound .list-tour .tour-item .right ul li.price-content .market-price,
.good-price-tour-package .out-bound .list-tour .tour-item .right ul li.price-content .market-price {
    font-weight: 400;
    line-height: 1.5;
    color: #a8a8a8;
    text-decoration: line-through;
    margin-right: 5px;
    display: flex;
    flex: 4;
    font-size: 11px;
}

.good-price-tour-package .in-bound .list-tour .tour-item .right ul li.price-content .percent,
.good-price-tour-package .out-bound .list-tour .tour-item .right ul li.price-content .percent {
    margin-left: 5px;
    color: #eb5757;
    background: #fff0e9;
    border-radius: 4px;
    padding: 3px;
    margin-left: 0;
    vertical-align: text-top;
    font-family: "roboto-bold";
    display: flex;
    flex: 1;
    font-size: 11px;
}

.good-price-tour-package .in-bound .list-tour .tour-item:hover,
.good-price-tour-package .out-bound .list-tour .tour-item:hover {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
}

.good-price-tour-package .in-bound .list-tour .price,
.good-price-tour-package .out-bound .list-tour .price {
    width: fit-content;
    padding: 3px 5px;
    color: #f00;
    font-weight: bold;
    font-size: 16px;
}

.tabs-tour .tabs-header {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}

.tabs-tour .tabs-header .tab-name {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: relative;
}

.tabs-tour .tabs-header .tab-name.active {
    color: var(--main-color);
}

.tabs-tour .tabs-header .tab-name:hover {
    background-color: rgba(242, 247, 253, .831372549);
}

.tabs-tour .tabs-header .tab-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: var(--main-color);
    transition: all .3s ease-in-out;
}

.tabs-tour .tab-body .tab-box {
    display: none;
}

.tabs-tour .tab-body .tab-box.active {
    display: block;
}

.tabs-tour .tab-body .in-bound .h2-header,
.tabs-tour .tab-body .out-bound .h2-header {
    position: relative;
    padding-left: 15px;
    color: var(--main-color);
    font-weight: bold;
    font-size: 18px;
}

.tabs-tour .tab-body .in-bound .h2-header:before,
.tabs-tour .tab-body .out-bound .h2-header:before {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 4px;
    background: var(--main-color);
    left: 0;
    top: 3px;
    z-index: 11;
    border-radius: 4px;
}

.tabs-tour .tab-body .in-bound .childrens-attr-tab,
.tabs-tour .tab-body .out-bound .childrens-attr-tab {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
    margin: 15px 0 10px;
    padding: 0;
    position: relative;
}

.tabs-tour .tab-body .in-bound .childrens-attr-tab .tab,
.tabs-tour .tab-body .out-bound .childrens-attr-tab .tab {
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 0;
}

.tabs-tour .tab-body .in-bound .childrens-attr-tab .tab.active,
.tabs-tour .tab-body .out-bound .childrens-attr-tab .tab.active {
    color: var(--main-color);
}

.tabs-tour .tab-body .in-bound .childrens-attr-tab .tab-underline,
.tabs-tour .tab-body .out-bound .childrens-attr-tab .tab-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: var(--main-color);
    transition: all .3s ease-in-out;
}

.tabs-tour .tab-body .in-bound .children-body,
.tabs-tour .tab-body .out-bound .children-body {
    padding: 20px 0;
}

.tabs-tour .tab-body .in-bound .children-body .attraction,
.tabs-tour .tab-body .out-bound .children-body .attraction {
    display: none;
    flex-wrap: wrap;
    gap: 20px;
}

.tabs-tour .tab-body .in-bound .children-body .attraction .box,
.tabs-tour .tab-body .out-bound .children-body .attraction .box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background: #f8f8f8;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    width: 280px;
    height: auto;
    transition: box-shadow .3s ease-in-out;
}

.tabs-tour .tab-body .in-bound .children-body .attraction .box img,
.tabs-tour .tab-body .out-bound .children-body .attraction .box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.tabs-tour .tab-body .in-bound .children-body .attraction .box span,
.tabs-tour .tab-body .out-bound .children-body .attraction .box span {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.tabs-tour .tab-body .in-bound .children-body .attraction .box:hover,
.tabs-tour .tab-body .out-bound .children-body .attraction .box:hover {
    box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px;
}

.tabs-tour .tab-body .in-bound .children-body .attraction.active,
.tabs-tour .tab-body .out-bound .children-body .attraction.active {
    display: flex;
}

.text-attraction-absolute {
    position: absolute;
    margin-top: 155px;
    width: 100%;
}

.text-attraction-absolute .form-group {
    margin-bottom: 0 !important;
}

.text-attraction-absolute .input-group {
    width: 760px;
    position: relative;
}

.text-attraction-absolute .input-group>i {
    position: absolute;
    color: #757575;
    z-index: 3;
    font-size: 23px;
    top: 13px;
    left: 15px;
    z-index: 4;
}

.text-attraction-absolute .input-group input {
    height: 52px;
    padding: 10px;
    font-size: 16px;
    padding-right: 140px;
    padding-left: 50px;
    border-radius: 30px !important;
    border: 1px solid #fff;
}

.text-attraction-absolute .input-group input:hover,
.text-attraction-absolute .input-group input:focus {
    border-color: #ff7302;
}

.text-attraction-absolute button {
    background: var(--main-color);
    color: #fff;
    padding: 0 !important;
    border: 1px solid #fff;
    border-radius: 10px !important;
    font-size: 15px;
    height: 44px;
    z-index: 4;
    width: 130px;
    margin-bottom: -26px;
}

.text-attraction-absolute button:hover {
    background: var(--main-color);
    color: #fff;
}

.text-attraction-absolute .right-bar {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    text-align: right;
}

.text-attraction-absolute .right-bar .btn-group .btn {
    border: 1px solid #999;
    text-align: left;
    height: 43px;
}

.text-attraction-absolute .right-bar .btn-group .btn span {
    font-size: 15px;
}

.text-attraction-absolute .right-bar>.btn {
    background: var(--main-color);
    color: #fff;
    padding: 10px 15px;
    border: 4px solid #fff;
    border-radius: 10px;
    font-size: 15px;
    height: 49px;
    z-index: 4;
    width: 130px;
}

.form-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-center #categorySearchForm {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 52px;
    font-size: 16px;
    border-radius: 30px !important;
    border: 1px solid #fff;
    background-color: #fff;
    max-width: 400px;
}

.form-center #categorySearchForm input {
    padding: 10px 0 !important;
    border: 0 !important;
}

.form-center #categorySearchForm input:hover {
    border-color: #fff !important;
}

.form-center #categorySearchForm input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    border-color: #fff !important;
}

.form-center #categorySearchForm i {
    font-size: 20px;
}

.form-center #categorySearchForm button {
    background: #ff7302;
    color: #fff;
    padding: 10px 15px;
    border: 4px solid #fff;
    border-radius: 30px;
    font-size: 15px;
    height: 52px;
    z-index: 4;
    width: 130px;
}

@media(max-width:1199px) {
    .good-price-tour-package .out-bound .list-tour .tour-item {
        height: 250px;
    }

    .good-price-tour-package .out-bound .list-tour .tour-item .left {
        flex: 4;
    }

    .good-price-tour-package .out-bound .list-tour .tour-item .left>a {
        width: 215px;
        height: 248px;
    }

    .good-price-tour-package .out-bound .list-tour .tour-item .right {
        flex: 6;
    }

    .good-price-tour-package .out-bound .list-tour .tour-item .right .btn {
        padding: 5px 15px;
    }
}