.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-8 {
    padding: 0px 7px !important;
}

.pd-8 {
    padding: 0px 8px 15px 8px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

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

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

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

.button_style {
    background-color: transparent;
    color: #fff !important;
    text-align: left;
    padding: 12px 0 12px 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 4px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.col-lg-15 {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

/**header**/
form.searchform {
    margin-left: 50px !important;
}

input#s {
    width: 400px;
    height: 40px;
    box-shadow: unset !important;
    border-radius: 50px !important;
    border: 1px solid var(--primary-color);
    color: #333;
    padding: 0 20px;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent;
    color: var(--primary-color);
    border: 0px;
    position: absolute;
    top: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 0;
    box-shadow: unset !important;
}

.bk-wish-list a {
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.bk-wish-list svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.bk-wish-list span.wishlist-count {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #333;
    background-color: #febd69;
    top: -10px;
    left: 4px;
    font-size: 13px;
}

/**menu**/
div#wide-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

div#wide-nav .flex-col.hide-for-medium.flex-left {
    width: 100% !important;
    max-width: 100% !important;
}

div#wide-nav ul.nav.header-nav.header-bottom-nav.nav-left.nav-uppercase {
    width: 100% !important;
    max-width: 100% !important;
}

div#wide-nav div#mega-menu-wrap-primary {
    width: 100%;
    max-width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: space-between;
}

div#mega-menu-wrap-primary ul li a {
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

div#mega-menu-wrap-primary ul li a:hover, div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    background: rgba(255, 255, 255, 0.3) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    font-size: 15px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    transition: .4s;
    color: #000 !important;
    text-transform: unset !important;
    font-weight: 500 !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    background: #fff !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

/**bk search**/
.bk-search {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.bk-search .bk-search-title p {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}

.bk-search .bk-search-title h1 {
    font-size: 40px;
    margin-bottom: 15px;
    height: 38px;
    color: #fff;
    font-weight: 700;
}

.bk-search .bk-search-form {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 15px;
    max-width: 700px;
}

.bk-search .bk-search-form .form-group:not(:last-child) {
    margin-bottom: 10px;
}

.bk-search .bk-search-form .form-group {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    transition: all .3s linear;
    user-select: none;
    color: #494b55;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    padding-left: 10px;
}

.bk-search .bk-search-form .form-group input.form-hai {
    margin-bottom: 0;
    border: none;
    font-size: 17px;
    color: #494b55;
    box-shadow: unset !important;
}

.bk-search .bk-search-form .form-group img {
    width: 35px;
}

.bk-search .bk-search-form .group-search-icon {
    width: 35px;
}

.bk-search .bk-search-form .group-search-icon img {
    width: 100%
}

.bk-search .bk-search-form .group-search-content {
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
}

.bk-search .bk-search-form .tourmaster-datepicker {
    padding-left: 0;
    border: none;
    height: 25px !important;
    color: #6c707e !important;;
    font-size: 15px !important;;
    margin-bottom: 0 !important;;
    padding-right: 7px !important;;
}

.bk-search .bk-search-form select.select-hai {
    padding-left: 0;
    border: none;
    height: 25px !important;
    color: #6c707e !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    padding-right: 7px !important;
}

.bk-search .bk-search-form p {
    margin-bottom: 0;
    font-size: 16px;
    color: #494b55;
    line-height: 1.1
}

.bk-search .bk-search-form .button_search {
    width: 100%;
    height: 60px;
    margin: 0px !important;
    text-align: center;
    padding: 0px;
}

/**tour info**/
.bk-tour-info {
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 20px 0;
}

.bk-tour-info .tour-info {
    width: 100%;
    display: flex;
    align-items: center;
}

.bk-tour-info .tour-info .tour-info-icon {
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    background: var(--primary-color);
}

.bk-tour-info .tour-info .tour-info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bk-tour-info .tour-info .tour-info-content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.bk-tour-info .tour-info .tour-info-content p {
    margin: 0px 0 0 0;
    font-size: 15px;
}

.bk-tour-info .tour-info .tour-info-content h3 {
    color: #000;
    margin: 0;
    font-size: 16px;
}

/**footer**/
section#footer-form {
    width: 100%;
    display: inline-block;
    background: #333;
    padding: 25px 0;
    border-bottom: 0.5px dashed rgba(255, 255, 255, 0.2);
}

section#footer-form form {
    margin: 0px !important;
}

.footer-register span.wpcf7-form-control-wrap {
    width: 75%;
    float: left;
}

.footer-register .btnRegister {
    width: 25%;
    float: left;
    margin: 0px !important;
    border-radius: 0 4px 4px 0 !important;
    height: 45px !important;
    border: 0px !important;
}

.footer-register .input-email {
    height: 45px !important;
    border: 0px !important;
    box-shadow: unset !important;
    margin: 0px !important;
    border-radius: 4px 0 0 4px !important;
}

section#footer-form .footer-register-panel p {
    color: #888;
    font-size: 15px;
    margin: 0px;
}

section#footer-form form {
    margin: 0px !important;
}

section#footer-form .footer-register-panel h3 {
    color: #888;
    font-weight: normal !important;
    font-size: 18px;
    margin: 0px;
}

section#footer-form .footer-social a:not(:last-child) {
    margin-right: 5px;
}

section#footer-form .footer-social a {
    display: inline-block;
    background-color: #b8b8b8;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

section#footer-form .footer-social a:hover {
    transition: 0.3s ease-in-out;
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-5px);
}

section#footer-form span.wpcf7-spinner {
    display: none;
}

footer#footer {
    width: 100%;
    display: inline-block;
    background: #333;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
    padding: 25px 0;
}

footer#footer .bg-footer {
    background-color: rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}

footer#footer .footer-style {
    font-style: italic;
}

footer#footer .footer-address p {
    color: #888;
    font-size: 15px;
    margin-bottom: 5px;
}

footer#footer .footer-address {
    width: 100%;
    margin: 20px 0;
}

footer#footer .footer-logo img {
    width: 200px;
}

footer#footer .footer-title h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

footer#footer .footer-menu ul li {
    border: 0px !important;
}

footer#footer .footer-menu ul li a {
    color: #888;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 0px !important;
}

footer#footer .footer-copyright {
    color: #888;
    font-size: 15px;
    text-align: center;
    border-top: 0.5px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
}

footer#footer .footer-payment a:not(:last-child) {
    margin-right: 5px;
}

footer#footer .footer-payment a img {
    width: 45px;
}

/**title**/
.home-title {
    width: 100%;
    margin-bottom: 25px;
}

.home-title p {
    text-align: center;
    margin: 0px;
    font-size: 16px;
    color: #000;
}

.home-title h3 span {
    color: #000;
    margin-left: 5px;
}

.home-title h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    color: var(--primary-color);
    margin: 0px;
}

/**tour-item**/
.slide-tour .owl-stage-outer {
    padding-top: 5px !important;
}

.owl-dots {
    display: none !important;
}

.tour-item {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.tour-item .tour-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.tour-item .tour-thumbnail img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.tour-item .tour-content {
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.tour-item .tour-content h3 {
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    max-height: 45px;
    color: #333;
    line-height: 22px;
}

.tour-item .tour-content .vote-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour-item .tour-content .vote-box .ct_course_list li {
    display: inline-block;
}

.tour-item .tour-content .vote-box .ct_course_list li:not(:last-child) {
    margin-right: 3px;
}

.tour-item .tour-content .vote-box .ct_course_list li img {
    max-width: 18px;
    display: inline-block;
}

.tour-item .tour-content .vote-box .saleoff {
    text-decoration: line-through;
    font-size: 12px;
    color: #999;
    padding-top: 5px;
}

.tour-item .tour-content .date-go {
    font-size: 14px;
    color: #666;
    margin-top: 7px;
}

.tour-item .tour-content .date-go .ct_course_list li {
    margin-bottom: 5px !important;
}

.tour-item .tour-content .date-go .ct_course_list li img {
    max-width: 18px;
    flex: 1;
    margin-right: 2px;
    display: inline-block;
}

.tour-item .tour-content .date-go .ct_course_list li span {
    color: #ff5722;
    font-weight: 500;
}

.tour-item .tour-content .action-box {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour-item .tour-content .action-box .price-box {
    color: #ff5722;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.tour-item .tour-content .action-box .button_tour {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #ff5722;
    color: #fff;
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.tour-item .tour-content h3:hover {
    color: var(--primary-color)
}

.tour-item:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.owl-nav button i {
    font-size: 20px !important;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    width: 35px !important;
    margin: 0px !important;
    border-radius: 4px !important;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
}

button.owl-prev {
    left: -45px;
}

button.owl-next {
    right: -45px;
}

/**banner**/
.banner-qc .img-inner img {
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.banner-qc .img-inner:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.banner-qc:hover .img-inner:after {
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.banner-qc:hover img {
    transform: scale(1.1);
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

/**post item**/
.slide-post .owl-stage-outer {
    padding-top: 5px !important;
}

.post-item {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.post-item .post-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.post-item .post-content h3 {
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    max-height: 45px;
    color: #333;
    line-height: 22px;
}

.post-item .post-content h3:hover {
    color: var(--primary-color)
}

.post-item:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.post-item .post-desc {
    color: #333;
    font-size: 14px;
}

/**banner sale**/
.banner-location h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.banner-location p strong {
    color: var(--primary-color);
}

.banner-location p {
    color: #fff;
    font-size: 16px;
}

.banner-location .banner-next {
    font-weight: 700;
    color: var(--primary-color);
}

.banner-location:hover h4 {
    color: var(--primary-color)
}

.banner-location .banner-next:after {
    content: '\f138';
    font-family: FontAwesome;
    margin-left: 3px;
}

/**category**/
section#breadcrumbs {
    width: 100%;
    display: inline-block;
    background: #f3f5f7;
    font-size: 15px;
    padding: 10px 0;
}

section#breadcrumbs span.breadcrumb_last {
    color: var(--primary-color);
    font-weight: 700 !important;
}

section#breadcrumbs a, section#breadcrumbs {
    color: #333;
}

section#category-page {
    width: 100%;
    margin: 0px 0 30px 0;
}

/**widget**/
.widget_media_image img {
    width: 100%;
}

aside.widget-post {
    width: 100%;
    display: inline-block;
}

.widget_title h3 {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
}

.wp-post-item {
    width: 100%;
    display: inline-block;
}

.wp-post-item:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
}

.wp-post-item .post-thumbnail {
    width: 100px;
    height: 80px;
    float: left;
    border-radius: 4px;
}

.wp-post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.wp-post-item .post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 15px;
}

.wp-post-item .post-content h3 {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: unset;
}

.wp-post-item .post-content h3:hover {
    color: var(--primary-color)
}

/**single**/
.entry-header-text.entry-header-text-top.text-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: left !important;
}

.entry-divider.is-divider.small {
    display: none;
}

h6.entry-category.is-xsmall a {
    color: #333;
}

div#wpdcom {
    width: 100% !important;
    max-width: 100% !important;
}

/**tour**/
.slide-gallery button.owl-prev {
    left: 15px;
}

.slide-gallery button.owl-next {
    right: 15px;
}

.gallery-view img {
    height: 500px !important;
    object-fit: cover;
}

.single-tour div#wrapper, .single-tour #main {
    background: #f3f5f7 !important;
}

.product-bg-white {
    box-shadow: 0 0 4px 0 rgb(152 165 185 / 20%);
}

.product-bg-white {
    background-color: #fff;
}

.tour-schedule-title {
    padding: 10px;
    background-color: rgba(27, 160, 226, 0.15);
    text-transform: uppercase;
    font-weight: 500;
    border-left: 3px solid #1ba0e2;
    font-size: 18px;
    margin-bottom: 10px;
}

.tour-main-content {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.alert-success {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    color: #155724;
    background-color: #d4edda;
}

.rte img {
    width: 100%;
}

.rte {
    padding: 10px;
}

/**single tour**/
.tour-main-content .tour-header h1 {
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.tour-main-content .tour-price ins {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ff5722;
}

.tour-main-content .tour-price del {
    font-size: 15px;
    color: #666;
    display: block;
}

.tour-main-content .journey {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}

.tour-main-content .ct_course_list {
    font-size: 14px;
}

.tour-main-content .ct_course_list li {
    padding: 5px 0;
    line-height: 20px;
    overflow: hidden;
    display: block;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tour-main-content .ct_course_list li img {
    max-width: 18px;
    flex: 1;
    margin-right: 2px;
}

.tour-main-content .ct_course_list li .tag-color {
    color: #ff5722;
    font-weight: 500;
}

.tour-main-content .ct_course_list li + li {
    border-top: 1px rgba(0, 0, 0, 0.05) solid;
}

.tour-main-content .margin-top-5 {
    margin-top: 5px !important;
}

.tour-main-content .product_description p {
    margin-bottom: 5px;
    font-size: 14px;
}

/**tour related**/
.tour-re {
    width: 100%;
    display: inline-block;
}

.tour-related {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.tour-related .product-bg-white {
    padding: 15px;
}

.button_for_tour {
    background: var(--primary-color);
    width: 100%;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.call-me-back {
    width: 100%;
    margin: 15px 0 0 0;
}

.evo-tour-program {
    margin-top: 20px;
}

.product-bg-white.evo-tour-program .tour-program li {
    list-style: none;
    margin: 0px !important;
}

.product-bg-white.evo-tour-program .tour-program li .scroll-content {
    color: #4e4e4e;
    margin: 0;
    padding: 15px;
    border-radius: 0;
    border: none;
    border-left: 2px solid transparent;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.product-bg-white.evo-tour-program .tour-program li .scroll-content img {
    width: 22px;
    margin-right: 10px;
}

.product-bg-white.evo-tour-program .tour-program li + li {
    border-top: 1px solid #f1f1f2;
}

.product-bg-white.evo-tour-program .tour-program li .scroll-content:hover {
    background: rgba(148, 151, 163, 0.1);
}

/**modal**/
div#yc-tour {
    padding: 0px !important;
    border: 5px solid rgba(255, 255, 255, .2) !important;
    background: transparent !important;
}

.yc-tour {
    width: 100%;
    background: #fff;
}

.yc-tour .tour-title {
    background: var(--primary-color);
    text-align: left;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 18px !important;
    margin: 0px !important;
    color: #fff;
    font-weight: 700;
}

.yc-tour .tour-modal-body {
    width: 100%;
    padding: 15px 0;
}

.yc-tour .tour-modal-body .tour-modal-item {
    width: 100%;
    display: inline-block;
}

.yc-tour .tour-modal-body .tour-modal-item .tour-modal-thumbnail {
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
}

.yc-tour .tour-modal-body .tour-modal-item .tour-modal-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yc-tour .tour-modal-body .tour-modal-item .tour-modal-content h3 {
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.yc-tour .tour-modal-body .tour-modal-item ins {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ff5722;
}

.yc-tour .tour-modal-body .tour-modal-item del {
    font-size: 15px;
    color: #666;
    display: block;
}

.input-yc {
    height: 40px !important;
    box-shadow: unset !important;
    border-radius: 4px !important;
}

.textarea-yc {
    height: 120px !important;
    box-shadow: unset !important;
    border-radius: 4px !important;
}

.button_for_tour {
    border-radius: 4px !important;
    margin: 0px !important;
}

span.wpcf7-spinner {
    display: none;
}

.tour-modal-body form {
    margin: 0px !important;
}

/**form tour**/
.pd_tour_variants {
    width: 100%;
    display: inline-block;
}

.variant_list li {
    list-style: none !important;
}

.pd_variants_title {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 5px !important;
    margin: 0 0 10px 0 !important;
    font-size: 15px;
    font-weight: 500;
}

.pd_variants_title li {
    list-style: none !important;
}

.variant_list {
    margin: 0 0 10px 0 !important;
    overflow: hidden;
}

.pd_variants_content .quantity {
    width: 80px;
    position: relative;
    float: left;
    height: 35px;
}

.pd_variants_content .quantity .qty {
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding-right: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding-left: 0;
    float: left;
    background-color: #fff;
    text-align: center;
    margin-bottom: 0;
    color: #ccc;
    min-height: 10px;
    -webkit-text-fill-color: #ccc;
    -webkit-opacity: 1;
    color: #ccc;
    box-shadow: unset !important;
}

.pd_variants_content .quantity .plus, .pd_variants_content .quantity .minus {
    width: 20px !important;
    height: 18px !important;
    right: 0;
    position: absolute;
    line-height: 18px;
    color: #ccc;
    display: block;
    float: left;
    cursor: pointer;
    border: 1px #ddd solid;
    padding: 0;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    margin: 0px !important;
    padding: 0px !important;
    min-height: 18px !important;
}

.pd_variants_content .quantity .plus img, .pd_variants_content .quantity .minus img {
    width: 12px;
    height: 12px;
    position: relative;
    top: -2px;
}

.pd_variants_content .quantity .plus {
    top: 0;
}

.pd_variants_content .quantity .minus {
    bottom: 0;
}

.pd_variants_content ul li.subtotal {
    font-weight: 600;
    color: #333;
}

.pd_variants_content .totalPrice {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    background-color: #f3f5f7;
}

.pd_variants_content .totalPrice strong {
    color: #ff5722;
    font-size: 18px;
}

.totalPrice.text-right.row {
    margin: 0px !important;
}

.group-store .group-search-icon {
    width: 35px;
}

.group-store .group-search-icon img {
    width: 100%
}

.group-store .group-search-content {
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
}

.group-store {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    transition: all .3s linear;
    user-select: none;
    color: #494b55;
    padding-left: 10px;
    border: 1px solid #f2f2f2;
}

.group-store p {
    margin-bottom: 0;
    font-size: 16px;
    color: #494b55;
    line-height: 1.1;
}

.group-store input.form-hai {
    margin-bottom: 0;
    border: none;
    font-size: 17px;
    color: #494b55;
    box-shadow: unset !important;
}

.group-store .tourmaster-datepicker {
    padding-left: 0;
    border: none;
    height: 25px !important;
    color: #6c707e !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    padding-right: 7px !important;
}

.button_store_tour {
    height: 60px !important;
}

#mobile {
    display: none;
}

/**tour category**/
.tax-tour_cat #main, .page-id-225 #main {
    background: #f3f4f6 !important;
}

#banner-category img {
    width: 100%;
}

.filter-bg.bk-search {
    position: unset;
    width: 100%;
}

.filter-bg.bk-search {
    width: 100%;
    margin: 20px 0;
}

.filter-bg.bk-search .bk-search-form {
    width: 100% !important;
    max-width: 100%;
}

.sort-cate {
    display: block;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}

.sort-cate .sort-cate-left {
    width: 100%;
    display: inline-block;
}

.sort-cate .sort-cate-left h3 {
    color: #000;
    font-size: 14px;
    float: left;
    margin: 0;
    margin-top: 2px;
}

.sort-cate .sort-cate-left ul {
    display: flex;
}

.sort-cate .sort-cate-left ul li {
    float: left;
    list-style: none !important;
    padding: 0 0 0 15px;
}

.sort-cate .sort-cate-left ul li a {
    color: #000;
    font-size: 14px;
    position: relative;
}

.sort-cate .sort-cate-left ul li a i {
    height: 16px;
    width: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    position: relative;
}

.sort-cate .sort-cate-left ul li:hover i, .sort-cate .sort-cate-left ul li.active i {
    border: 1px solid #1ba0e2;
    height: 16px;
    width: 16px;
}

.sort-cate .sort-cate-left ul li:hover i:before, .sort-cate .sort-cate-left ul li.active i:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #1ba0e2;
    position: absolute;
    border-radius: 50%;
    margin: 3px;
}

.pagination {
    width: 100%;
    margin: 0 0 30px 0;
}
/* popup tour */
.popup {
    display: none; /* Ẩn mặc định */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: white;
    padding: 20px;
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.popup-content {
    padding: 40px 40px 20px 40px;
    max-width: 670px;
    width: 100%;
    max-height: 800px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    position: absolute;
    overflow-y: scroll;
    scrollbar-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.20);
    z-index: 9999999;
}
.popBookTour input{
    box-shadow: none !important;
    height: 41px !important;
    outline: none;
    border-radius: 32px !important;
    background: rgb(246, 246, 246) !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    padding: 5px 25px !important;
}
.popBookTour button{
    color: #fff;
    border-radius: 32px !important;
    margin: 0 auto;
    margin-top: 10px;
}
.popBookTour .tag-color {
    color: #ff5722;
    font-weight: 600;
}