/**
* Theme Name: Traveler Child
* Description: Theme Custom.
* Author: HD
* Template: traveler
* Version: 1.0
*/
:root{
	--th-color-orange: #e9680c;
	--th-color-orange-hover: #dd6e1e;
    --th-color-link: #3385d6;
    --th-color-red: #c30101;
    --th-color-gray: #f1f2f3;
    --th-color-yellow: #fff100;  /* vàng sáng rực */
    --th-color-blue: #006ef0;  /* xanh hoàng gia */
}
@media screen{
    /* Header */
    .header__left .logo img{
    	max-height: 110px;
    }
    /**/
    .fleft{
    	float: left;
    }
    .fright{
    	float: right;
    }
    .cboth{
    	clear: both;
    }
    .dnone{
    	display: none;
    }
    .thumb-cover{
    	overflow: hidden;
    }
    .thumb-cover img{
    	width: 100% !important;
    	height: 100% !important;
    	object-fit: cover !important;
    }
    .block-content-flex{
    	display: flex;
    	flex-flow: row wrap;
    }
    .tf{
    	text-transform: uppercase;
    }
    ul{
        list-style: none !important;
    }
    body{
        font-family: 'Proxima Nova Condensed', sans-serif !important;
        font-size: 15px;
        line-height: 1.7;
        font-weight: 400;
    }
    .body-overflow-hiden{
        overflow: hidden;
    }
    /*
    * HEADER.
    */
    .header{
        padding: 0px !important;
        border: none !important;
    }
    .header ul{
        margin-bottom: 0px !important;
    }
    .header .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .header-top .container{
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .header-top-nav ul li{
        position: relative;
        display: inline-block;
        margin-right: 20px;
    }
    .header-top-nav ul li a{
        display: block;
        color: #333;
    }
    .header-top-nav ul li a:hover{
        color: var(--th-color-orange);
    }
    .header-top-nav ul li.weather{
        padding-left: 30px;
    }
    .header-top-nav ul li.weather:before{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f763";
        font-weight: 300 !important;
        left: 0px;
        font-size: 20px;
        color: #999;
    }
    .header-top-time{
        color: #999;
    }
    .header-main{
    }
    .header-main .container{
        position: relative;
        height: 64px;
    }
    .logo{
        position: absolute;
        margin: 0px;
        padding: 0px;
        left: 0px;
        margin-top: 0px;
        top: -20px;
        height: 64px;
    }
    .logo-flash{
        overflow: hidden;
    }
    .logo-flash:before{
        content: "";
        position: absolute;
        left: -665px;
        top: -460px;
        width: 200px;
        height: 10px;
        background-color: hsla(0, 0%, 100%, .5);
        transform: rotate(-45deg);
        animation: searchLights 2.5s ease-out 1s infinite;
    }
    @keyframes searchLights{0%{left:-100px;top:0}to{left:250px;top:0}}
    .header-fixed .logo{
    }
    .logo a{
        display: block;
        height: 100%;
    }
    .logo a img{
        height: 100%;
        margin: 0 auto;
        /*filter: brightness(45);*/
    }
    .header-destionation{
        position: absolute;
        left: 150px;
        bottom: 20px;
        border-left: 1px solid #e8e8e8;
        height: 40px;
        line-height: 40px;
    }
    .header-destionation-head{
        padding: 0 20px;
        cursor: pointer;
    }
    .header-destionation-head i{
        margin-left: 5px;
        color: var(--th-color-orange);
    }
    .header-destionation-head i:nth-child(2){
        display: none;
    }
    .active .header-destionation-head i:nth-child(1){
        display: none;
    }
    .active .header-destionation-head i:nth-child(2){
        display: inline-block;
    }
    .header-destionation-list{
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        min-width: 200px;
        background-color: #fff;
        border-radius: 5px;
        padding: 20px 15px;
        line-height: 1.3;
        z-index: 900;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
    .active .header-destionation-list{
        display: block !important;
    }
    .header-destionation-list p{
        margin-bottom: 0px !important;
    }
    .header-destionation-list p:nth-child(n+2){
        margin-top: 13px;
    }
    .header-destionation-list p a{
        display: block;
        color: #333;
        font-size: 14px;
    }
    .header-destionation-list p a:hover{
        color: var(--th-color-orange);
    }

    .header-main-right{
        height: 44px;
        margin-top: 0px;
    }
    .header-trip-plan{
        display: block;
        height: 44px;
        line-height: 44px;
        padding: 0 20px;
        color: #000;
        background-color: #fbcaa6;
        border-radius: 0px;
        transition: all ease-in-out .3s;
        letter-spacing: 1px;
    }
    .header-trip-plan:hover{
        color: #fff;
        background-color: var(--th-color-orange);
    }
    .search-form{
        position: relative;
        margin-right: 20px;
    }
    .search-input{
        width: 250px;
        height: 44px;
        outline: none;
        box-sizing: border-box;
        border: 1px solid #ddd;
        line-height: 42px;
        padding: 0 15px;
        font-size: 16px;
        border-radius: 0px;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
    }
    .search-input:focus{
        border-color: #fbcaa6;
    }
    .search-submit{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 44px;
        height: 44px;
        line-height: 44px;
        outline: none;
        border:none;
        font-size: 18px;
        color: #999;
        box-sizing: border-box;
        background-color: transparent;
    }
    .search-submit:hover{
        color: var(--th-color-orange);
    }
    /**/
    .toggle-nav-mobile{
        display: none;
        position: absolute;
        right: 0px;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: #000;
        font-size: 20px;
        cursor: pointer;
        background-color: #fbcaa6;
        border-radius: 5px;
    }
    .toggle-nav-mobile i{
        font-weight: 300;
    }
    .toggle-nav-mobile i:nth-child(2){
        display: none;
    }
    .toggle-nav-mobile:hover{
        color: #fff;
        background-color: var(--th-color-orange);
    }



    .header-bottom{
        background-color: #000;
    }
    .header-bottom .container{
        height: 55px;
        line-height: 55px;
    }
    .main-nav-inner ul{
        margin-bottom: 0px !important;
    }
    .main-nav-inner>ul>li{
        float: left;
        position: relative;
    }
    .main-nav-inner>ul>li.menu-item-has-children:after{
        position: absolute;
        top: -1px;
        right: 10px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f078";
        font-weight: 400;
        color: #fff;
        font-size: 10px;
    }
    .main-nav-inner>ul>li a{
        display: block;
        font-weight: 400;
        padding: 0 15px;
    }
    .main-nav-inner>ul>li.menu-item-has-children>a{
        padding-right: 28px;
    }
    .main-nav-inner>ul>li>a{
        text-transform: uppercase;
        color: #fff;
        padding: 0 15px;
    }
    .main-nav-inner>ul>li:hover>a,
    .main-nav-inner>ul>li>a:hover{
        color: var(--th-color-orange);
    }
    .main-nav-inner>ul>li.current-menu-item>a{
        color: var(--th-color-orange);
        background-color: rgba(8, 194, 255, .5);
    }
    .main-nav-inner>ul>li ul{
        position: absolute;
        top: calc(100% + 10px);
        left: 0px;
        min-width: 250px;
        line-height: 1.3;
        background-color: #fff;
        padding: 10px 5px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
        transition: all ease-in-out .2s;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
        border-bottom: 3px solid var(--th-color-orange);
    }
    .main-nav-inner>ul>li:hover>ul{
        opacity: 1;
        visibility: visible;
        top: 100%;
        transition: all ease-in-out .3s;
    }
    .main-nav-inner>ul>li ul:before{
        position: absolute;
        content: '';
        top: -16px;
        left: 15px;
        border: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }
    .main-nav-inner>ul>li ul li{
        position: relative;
    }
    .main-nav-inner>ul>li ul li:nth-child(n+2){
        border-top: 1px dotted #ddd;
    }
    .main-nav-inner>ul>li ul li a{
        font-size: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        color: #333;
        transition: all ease-in-out .3s;
    }
    .main-nav-inner>ul>li ul li:hover>a,
    .main-nav-inner>ul>li ul li a:hover{
        color: var(--th-color-orange);
    }
    .main-nav-inner>ul>li ul li ul{
        left: 100%;
        top: 10px;
        background-color: #f8f8f8;
    }
    .main-nav-inner>ul>li ul li ul:before{
        top: 10px;
        left: -16px;
        border: 8px solid  transparent;
        border-right: 8px solid #f8f8f8;
        z-index: 10;
    }
    .main-nav-inner>ul>li ul li:hover ul{
        opacity: 1;
        visibility: visible;
        top: 0px;
    }

    /*
    * HOME PAGE.
    */
    .page-template-page-home .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .home-block-item .container{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .home-search .container{
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .home-search-inner{
        background-color: rgba(0, 0, 0, .5);
    }
    .home-search-title{
        font-size: 33px;
        line-height: 1.3;
        font-weight: 700;
        text-align: center;
        color: #fff;
    }
    .home-search-desc{
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        color: #fff;
        text-align: center;
    }
    .home-search .page-banner-search{
        margin-top: 50px;
    }
    /**/
    .block-home-ud{
        background-color: var(--th-color-gray);
    }
    .block-home-ud .container{
        padding: 22px 0;
    }
    .home-ud-item{
        width: calc((100% - 60px) / 3);
        margin-right: 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .home-ud-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .home-ud-item-icon{
        width: 60px;
    }
    .home-ud-item-icon img{
        width: 40px;
        color: var(--th-color-orange);
    }
    .home-ud-item:nth-child(1) .home-ud-item-icon img{
        width: 30px;fill: #1A2B48;
    }
    .home-ud-item:hover .home-ud-item-icon i{
        font-weight: 700 !important;
    }
    .home-ud-item-info{
        font-size: 18px;
        font-weight: 700;
    }
    .home-ud-item-title{
        line-height: 1;
    }
    /**/
    .destionations-tab-nav{
        width: 200px;
    }
    .destionations-tab-wrap{
        width: calc(100% - 200px);
        border: 1px solid #e8e8e8;
        padding: 20px;
    }
    .destionations-tab-nav{
        margin: 0px !important;
        padding: 0px !important;
    }
    .destionations-tab-nav li{
        position: relative;
        cursor: pointer;
        padding: 20px 12px;
        background-color: #f8f8f8;
        border: 1px solid #e8e8e8;
        border-right: 0px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.3;
    }
    .destionations-tab-nav li:nth-child(n+2){
        margin-top: 2px;
    }
    .destionations-tab-nav li:hover,
    .destionations-tab-nav li.active{
        background-color: #fff;
    }
    .destionations-tab-nav li.active{
        color: var(--th-color-orange);
    }
    .destionations-tab-nav li:hover:after,
    .destionations-tab-nav li.active:after{
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        top: 0px;
        right: -1px;
        background-color: #fff;
    }
    .home-destination-item{
        position: relative;
        display: block;
        color: #333;
        border-radius: 5px;
        overflow: hidden;
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
    }
    .home-destination-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .home-destination-item:nth-child(n+5){
        margin-top: 20px;
    }
    .home-destination-item-thumb{
        height: 180px;
        background-color: var(--th-color-gray);
    }
    .home-destination-item-info{
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 15px;
        padding-top: 30px;
        text-align: center;
        color: #fff;
        transition: all ease-in-out .3s;
        background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #000 100%);
    }
    .home-destination-item:hover .home-destination-item-info{
        padding-bottom: 25px;
    }
    .home-destination-item-title{
        position: relative;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        padding-bottom: 10px;
        transition: all ease-in-out .3s;
    }
    .home-destination-item:hover .home-destination-item-title{
        font-size: 19px;
    }
    .home-destination-item-title:after{
        position: absolute;
        content: '';
        height: 2px;
        width: 40px;
        bottom: 0px;
        left: calc(50% - 20px);
        transition: all ease-in-out .3s;
        background-color: var(--th-color-orange);
    }
    .home-destination-item-title:hover:after{
        width: 70px;
        left: calc(50% - 35px);
    }
    /**/
    .home-best-of .container{
        padding-top: 0px;
    }
    /**/
    /*.marquee .js-marquee { left:0!important; }*/
    .gallery-post-wrap{
        overflow: hidden;
        width: 1920px;
    }
    .gallery-post-wrap:nth-child(n+2){
        margin-left: 10px;
    }
    .gallery-post-col{
        float: left;
    }
    .gallery-post-col{
        width: calc((100% - (280px * 3 + 70px)) / 5);
        margin-right: 10px;
    }
    .gallery-post-col:nth-child(1),
    .gallery-post-col:nth-child(4),
    .gallery-post-col:nth-child(7){
        width: 280px;
    }
    .gallery-post-wrap .gallery-post-col:nth-last-child(1){
        margin-right: 0px;
    }
    .gallery-post-item{
        position: relative;
        height: 189px;
        display: block;
        color: #333;
        background-color: var(--th-color-gray);
    }
    .gallery-post-item:nth-child(n+2){
        margin-top: 10px;
    }
    .gallery-post-item-thumb{
        height: 100%;
    }
    .gallery-post-col:nth-child(1) .gallery-post-item:nth-child(1),
    .gallery-post-col:nth-child(7) .gallery-post-item:nth-child(1){
        height: 483px;
    }
    .gallery-post-col:nth-child(1) .gallery-post-item:nth-child(2),
    .gallery-post-col:nth-child(7) .gallery-post-item:nth-child(2){
        height: 189px; 
    }
    .gallery-post-col:nth-child(2) .gallery-post-item:nth-child(1),
    .gallery-post-col:nth-child(3) .gallery-post-item:nth-child(2),
    .gallery-post-col:nth-child(4) .gallery-post-item:nth-child(1),
    .gallery-post-col:nth-child(5) .gallery-post-item:nth-child(1),
    .gallery-post-col:nth-child(6) .gallery-post-item:nth-child(3),
    .gallery-post-col:nth-child(8) .gallery-post-item:nth-child(3){
        height: 284px;
    }
    .gallery-post-item-inner{
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 10px;
        color: #fff;
        line-height: 1.3;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: rgba(0, 0, 0, .6);
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out .3s;
    }
    .gallery-post-item:hover .gallery-post-item-inner{
        opacity: 1;
        visibility: visible;
    }
    .gallery-post-item-title{
        position: relative;
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 10px;
    }
    .gallery-post-item-title:after{
        position: absolute;
        content: '';
        width: 40px;
        height: 3px;
        bottom: 0px;
        left: calc(50% - 20px);
        background-color: var(--th-color-orange);
        transition: all ease-in-out .3s;
    }
    .gallery-post-item-title:hover:after{
        width: 60px;
        left: calc(50% - 30px);
    }
    .gallery-post-item-cat{
        margin-top: 10px;
        font-size: 13px;
    }


    .marquee{
        position: relative;
      width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .marquee-inner{
      display: flex;
      width: max-content;        /* auto co theo nội dung */
      animation: marquee-left 20s linear infinite;
    }

    .marquee:hover .marquee-inner{
      animation-play-state: paused; /* dừng khi hover */
    }

    /* trạng thái nhanh sang trái */
    .marquee.fast-left .marquee-inner {
      animation: marquee-left 20s linear infinite;
    }

    /* trạng thái nhanh sang phải */
    .marquee.fast-right .marquee-inner {
      animation: marquee-right 20s linear infinite;
    }

    /* hover toàn vùng dừng animation */
    .marquee:hover .marquee-inner {
      animation-play-state: paused;
    }

    /* marquee btn */
    .marquee-btn{
        position: absolute;
        top: 0px;
        width: 100px;
        height: 100%;
        z-index: 10;
        cursor: pointer;
    }
    .marquee-btn-left{
        left: 0px;
    }
    .marquee-btn-right{
        right: 0px;
    }

    /* animation trái → phải */
    @keyframes marquee-left {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }

    /* animation phải → trái */
    @keyframes marquee-right {
      from { transform: translateX(-50%); }
      to   { transform: translateX(0); }
    }


    /*
    * HOME WRAP.
    */
    .block-item:nth-child(n+2){
        margin-top: 90px;
    }
    /*.block-item .container{
        padding: 60px 0;
    }*/
    .block-item-head{
    }
    .block-item-head.center{
        text-align: center;
    }
    .block-item-title{
        position: relative;
        font-size: 36px;
        line-height: 1.5;
        font-weight: 700;
        color: #000;
    }
    .block-item-title span,
    .block-item-title a{
        position: relative;
        display: inline-block;
        z-index: 10;
        color: #000;
    }
    .white .block-item-title-note,
    .white .block-item-title{
        color: #fff
    }
    .block-item-title-small{
        font-size: 35px;
    }
    .block-item-title-white{
        color: #eee;
    }
    .block-item-desc{
        font-size: 16px;
        font-weight: 400;
        margin-top: 0px;
    }
    .white .block-item-desc{
        color: #fff;
    }
    .block-item-content{
        margin-top: 30px;
    }
    .block-content-flex{
        display: flex;
        flex-flow: row wrap;
    }
    /**/
    .tour-col-item{
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
        border-radius: 5px;
    }
    .tour-col-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .tour-col-item:nth-child(n+4){
        margin-top: 30px;
    }
    .tour-col-item-thumb{
        display: block;
        color: #333;
        height: 230px;
        border-radius: 5px 5px 0 0;
        background-color: var(--th-color-gray);
    }
    .tour-col-item-info{
        padding: 15px;
        position: relative;
        padding-bottom: 110px;
        color: #828282;
    }
    .tour-col-item-title{
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
    }
    .tour-col-item-title a{
        display: block;
        color: #000;
    }
    .tour-col-item-info-bottom{
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .tour-col-item-price-morelink{
        height: 40px;
        line-height: 40px;
        margin-top: 8px;
    }
    .tour-col-item-price{
        font-size: 16px;
    }
    .tour-col-item-price span:nth-last-child(1){
        color: #b72020;
        font-size: 26px;
        font-weight: 700;
    }
    .tour-col-item-price span:nth-last-child(2){
        text-decoration: line-through;
    }
    .tour-col-item-morelink a{
        display: inline-block;
        color: #fff;
        font-weight: 700;
        padding: 0 15px;
        border-radius: 5px;
        background-color: var(--th-color-orange);
        transition: all ease-in-out .3s;
    }
    .tour-col-item-morelink a:hover{
        background-color: #de740e;
    }
    .block-item-morelink{
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .block-item-morelink a{
        display: inline-block;
        height: 35px;
        line-height: 32px;
        padding: 0 20px;
        color: var(--th-color-link);
        border: 1px solid var(--th-color-link);
        border-radius: 37px;
        transition: all ease-in-out .3s;
    }
    .block-item-morelink a i{
        margin-left: 5px;
        transition: all ease-in-out .3s;
    }
    .block-item-morelink a:hover{
        color: var(--th-color-orange);
        border-color: var(--th-color-orange);
        padding: 0 30px;
    }
    .block-item-morelink a:hover i{
        margin-left: 10px;
    }
    /**/
    .home-seasonal-guides{
        padding-bottom: 80px;
    }
    /**/
    .home-reviews .block-item-content{
        margin-top: 40px;
    }
    .home-review-item{
        margin: 0 15px;
        padding: 35px 25px;
        height: auto !important;
        border-radius: 16px;
        background-color: rgba(255, 255, 255, .95);
    }
    .home-review-item-thumb{
        width: 80px;
        height: 80px;
        border-radius: 100%;
    }
    .home-review-item-info{
        width: calc(100% - 100px);
        line-height: 1.3;
    }
    .home-review-item-title{
        font-size: 20px;
        font-weight: 700;
    }
    .home-review-item-localtion{
        color: #999;
        font-size: 14px;
        margin-top: 2px;
    }
    .home-review-item-star{
        letter-spacing: 2px;
        margin-top: 6px;
    }
    .home-review-item-star i{
        color: #ffc107 !important;
        font-size: 14px;
    }
    .home-review-item-content{
        position: relative;
        margin-top: 20px;
        line-height: 1.5;
        padding-left: 50px;
        font-size: 17px;
    }
    .home-review-item-content:after{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f10d";
        top: -5px;
        left: 0px;
        font-size: 35px;
        font-weight: 700;
        color: #e8e8e8;
    }
    .home-reviews-carousel .slick-track{
        display: flex;
        flex-flow: row wrap;
    }

    /*
    * FOOTER.
    */
    .footer{
        background-color: #000;
    }
    .footer .container{
        padding-left: 0px;
        padding-right: 0px;
        color: #ccc;
        line-height: 1.3;
    }
    .footer a{
        color: #ccc;
    }
    .footer a:hover{
        color: var(--th-color-orange);
    }
    .footer-top .container{
        padding: 60px 0;
        padding-top: 30px;
    }
    .footer-left{
        width: 500px;
    }
    .footer-right{
        width: calc(100% - 530px);
    }
    .footer-item{
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-top: 40px;
    }
    .footer-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .footer-item-head{
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }
    .footer-item-content{
        margin-top: 15px;
    }
    .footer-logo{
        height: 140px;
    }
    .footer-logo a{
        display: block;
        height: 100%;
    }
    .footer-logo img{
        height: 100%;
    }
    .footer-social-list{
        margin-top: 15px;
    }
    .footer-social-list a{
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        margin-right: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
    .footer-social-list a:hover{
        border-color: var(--th-color-orange);
    }
    .footer-item-nav li:nth-child(n+2){
        margin-top: 15px;
    }
    .footer-bottom .container{
        padding: 30px 0;
        line-height: 30px;
        border-top: 1px solid #3c3c3c;
    }
    .footer-payment img{
        height: 30px;
    }
    /**/
    .icon-back-top{
        position: fixed;
        z-index: 100;
        right: -50px;
        bottom: 20px;
        width: 45px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        color: #999;
        opacity: 0;
        visibility: hidden;
        box-sizing: border-box;
        padding-top: 5px;
        line-height: 1.3;
        transition: all ease-in-out .3s;
        background-color: rgba(0, 0, 0, .1);
    }
    .icon-back-top *{
        display: block;
        line-height: 1;
        font-weight: 500 !important;
    }
    .icon-back-top:hover{
        color: #fff;
        background-color: var(--th-color-orange);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    }
    .icon-back-top.active{
        right: 20px;
        opacity: 1;
        visibility: visible;
    }    




    /*
    * FEATURED.
    */
    .featured{
        position: relative;
        z-index: 1;
    }
    .carousel-wrap{
        position: relative;
    }
    .slick-track{
        display: flex;
        flex-flow: row wrap;
    }
    .slick-slide{
        height: auto;
    }
    .arrow-btn{
        position: absolute;
        display: block;
        top: calc(50% - 25px);
        width: 30px;
        height: 38px;
        line-height: 38px !important;
        text-align: center;
        font-size: 22px !important;
        color: #fff;
        cursor: pointer;
        z-index: 100;
        cursor: pointer;
        font-weight: 300 !important;
        background-color: rgba(0, 0, 0, .5) !important;
    }
    .arrow-btn:hover{
       background-color: rgba(255, 140, 29, .9) !important;
    }
    .arrow-btn.slick-disabled{
        
    }
    .arrow-btn-prev{
        border-radius: 0 5px 5px 0;
    }
    .arrow-btn-next{
        right: 0px;
        border-radius: 5px 0 0 5px;
    }
    .carousel-wrap .slick-list{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .fea-pro-carousel .slick-list,
    .list-pro-carousel .slick-list{
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .slick-dotted{
        padding-bottom: 10px !important;
    }
    .slick-dots{
        bottom: -32px !important;
    }
    .slick-dots li button:before{
        color: #e8e8e8 !important;
        opacity: 1 !important;
        border-radius: 2px !important;
        font-size: 9px !important;
    }
    .slick-dots li.slick-active button:before{
        color: var(--th-color-orange) !important;
    }
    /**/
    .featured-carousel{
        margin: 0px !important;
    }
    .featured-item{
        position: relative;
        display: block;
        color: #333;
        height: 600px !important;
        background-color: #f9f9f9;
    }
    .featured-item-inner{
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.3;
        color: #fff;
    }
    .featured-item-head{
        font-size: 72px;
        font-weight: 700;
    }
    .featured-item-desc{
        font-size: 20px;
        margin-top: 20px;
    }
    .featured-item-morelink{
        margin-top: 40px;
    }
    .featured-item-morelink a{
        display: inline-block;
        height: 45px;
        line-height: 45px;
        color: #fff;
        padding: 0 35px;
        border: 1px solid #fff;
        letter-spacing: 1px;
        transition: all ease-in-out .3s;
    }
    .featured-item-morelink a:hover{
        padding: 0 45px;
        border-color: var(--th-color-orange);
        background-color: var(--th-color-orange);
    }


    .featured .carousel-wrap .slick-list{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .featured .arrow-btn{
        font-size: 40px !important;
        top: calc(50% - 15px);
        background: transparent !important;
        font-weight: 300 !important;
        box-shadow: none;
        border-radius: 0px;
    }
    .featured .arrow-btn,
    .featured .arrow-btn.slick-disabled{
        color: rgba(255, 255, 255, 1);
    }
    .featured .arrow-btn:hover,
    .featured .arrow-btn.slick-disabled:hover{
        color: var(--th-color-orange) !important;
    }
    .carousel-defaul .arrow-btn-prev,
    .carousel-defaul .arrow-btn-next{
        opacity: 1;
        visibility: visible;
        transition: all ease-in-out .2s;
    }
    .carousel-defaul .arrow-btn-prev:hover,
    .carousel-defaul .arrow-btn-next:hover{
        opacity: 1;
        visibility: visible;
        transition: all ease-in-out .3s;
        color: var(--th-color-yellow);
        background-color: var(--th-color-red) !important;
    }
    .carousel-defaul .arrow-btn-prev{
        left: 0px;
        border-radius: 0 5px 5px 0;
    }
    .carousel-defaul:hover .arrow-btn-prev{
        left: 0px;
    }
    .carousel-defaul .arrow-btn-next{
        right: 0px;
        border-radius: 5px 0 0 5px;
    }
    .carousel-defaul:hover .arrow-btn-next{
        right: 0px;
    }
    .featured .arrow-btn-prev{
        left: 20px;
    }
    .featured .arrow-btn-next{
        right: 20px;
    }
    .featured .slick-dotted{
        padding-bottom: 0px !important;
    }
    .featured .slick-dots{
        bottom: 20px !important;
    }
    .featured .slick-dots li,
    .featured .slick-dots li button{
        width: 17px;
        transition: all ease-in-out .3s;
    }
    .featured .slick-dots li button:before{
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 0px;
        background-color: #fff;
        opacity: 1 !important;
        transition: all ease-in-out .3s;
    }
    .featured .slick-dots li.slick-active,
    .featured .slick-dots li.slick-active button{
        margin-right: 12px !important;
    }
    .featured .slick-dots li.slick-active,
    .featured .slick-dots li.slick-active button,
    .featured .slick-dots li.slick-active button:before{
        width: 18px;
        opacity: 1 !important;
    }
    .featured .slick-dots li.slick-active button:before{
        background-color: var(--th-color-orange);
    }
    .carousel-wrap{
        display: none !important;
    }
    .carousel-wrap.slick-slider{
        display: block !important;
    }
    .


    /*
    * SINGLE TOUR.
    */
    .single .container{
        padding: 0px;
    }
    .sub-wrap .container{
        padding: 30px 0;
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .tax-banner{
        margin-bottom: 20px;
    }
    .block-breadcrumb .container{
        padding: 10px 0;
        color: #828282;
    }
    .block-breadcrumb-single{
        margin-top: 0px;
    }
    .block-breadcrumb p{
        margin-bottom: 0px;
    }
    .block-breadcrumb a,
    .block-breadcrumb span{
        color: #828282;
    }
    .block-breadcrumb a{
        font-weight: 700;
        color: #828282;
    }
    .block-breadcrumb span.separator{
        padding: 0 8px;
        color: var(--th-color-orange);
    }
    .block-breadcrumb p>a:first-child{
        padding-left: 0px;
    }
    .block-breadcrumb span.breadcrumb_last{
        padding-left: 4px;
    }
    /**/
    .single-st_tours .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .single-tour-title{
        font-size: 26px;
        line-height: 1.5;
        font-weight: 700;
        color: #000;
    }
    .single-tour-score-price{
        margin-top: 10px;
        color: #828282;
    }

    .item-score{
        display: inline-block;
        height: 26px;
        line-height: 26px;
        font-weight: 700;
        color: #00b67a;
    }
    .item-score span{
        display: inline-block;
        color: #fff;
        background-color: #00b67a;
        border-radius: 5px;
        padding: 0 8px;
        margin-right: 8px;
        font-size: 15px;
    }
    .tour-col-item-price-morelink{
        height: 40px;
        line-height: 40px;
        margin-top: 8px;
    }
    .tour-col-item-price{
        font-size: 16px;
    }
    .tour-col-item-price span:nth-last-child(1){
        color: #b72020;
        font-size: 26px;
        font-weight: 700;
    }
    .tour-col-item-price span:nth-last-child(2){
        text-decoration: line-through;
    }
    /**/
    .single-tour-row1{
        margin-top: 20px;
    }
    .sidebar-tour{
        width: 410px;
    }
    .primary-tour{
        width: calc(100% - 450px);
    }

    .single-tour-gallery{
        position: relative;
    }
    .single-tour-gallery-btn{
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 100;
    }
    .single-tour-gallery-btn a{
        display: inline-block;
        margin-left: 10px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        color: #fff;
        padding: 0 16px;
        font-size: 14px;
        background-color: rgba(0, 0, 0, .6);
    }
    .single-tour-gallery-btn a:hover{
        background-color: var(--th-color-orange);
    }
    .single-tour-gallery-btn a i{
        margin-right: 5px;
    }
    .tour-gallery-carousel .slick-list {
        margin-left: -2px !important;
        margin-right: -2px !important;
    }
    .single-gallery-item{
        display: block;
        color: #333;
        background-color: #f9f9f9;
        height: 450px !important;
        border-radius: 10px;
    }
    .tour-gallery-carousel .arrow-btn{
        font-size: 40px !important;
        background-color: transparent !important;
    }
    .tour-gallery-carousel .arrow-btn-prev{
        left: 20px !important;
    }
    .tour-gallery-carousel .arrow-btn-next{
        right: 20px !important;
    }
    /**/
    .sidebar-tour-main{
        border-radius: 10px;
        font-size: 16px;
        line-height: 1.5;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
    }
    .single-tour-info{
        padding: 20px;
    }
    .single-tour-info p{
        display: flex;
        align-items: flex-start;
    }
    .single-tour-info p:nth-child(n+2){
        margin-top: 10px;
    }
    .single-tour-info i{
        display: inline-block;
        width: 30px;
        min-width: 30px;
        font-size: 20px;
        margin-top: 3px;
        /*color: var(--th-color-orange);*/
    }
    .single-tour-info strong{
        margin-right: 5px;
    }
    /**/
    .single-car-info{
        padding: 20px;
    }
    .single-car-info p:nth-child(n+2),
    .single-car-info li:nth-child(n+2){
        margin-top: 10px;
    }
    .single-car-info li{
        position: relative;
        padding-left: 28px;
    }
    .single-car-info li:before{
        position: absolute;
        top: -2px;
        left: 0px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f00c";
        /*font-size: 20px;*/
        color: #828282;
        /*font-weight: 400 !important;*/
    }
    /**/
    .single-tour-km{
        padding: 20px;
        color: var(--th-color-orange);
        background-color: #fbfbfb;
    }
    .single-tour-km i{
        margin-right: 5px;
    }
    .single-tour-main-btn{
        padding: 20px;
    }
    .single-tour-main-btn a{
        display: block;
        height: 48px;
        line-height: 48px;
        border-radius: 5px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        font-size: 20px;
        background-color: var(--th-color-orange);
        transition: all ease-in-out .3s;
    }
    .single-tour-main-btn a:hover{
        background-color: #de740e;
    }
    /**/
    .single-tour-nav{
        padding-left: 0px;
        font-size: 16px;
        border-bottom: 1px solid #e8e8e8;
    }
    .single-tour-nav li{
        display: inline-block;
    }
    .single-tour-nav li:nth-child(n+2){
        margin-left: 35px;
    }
    .single-tour-nav li a{
        position: relative;
        display: block;
        color: #828282;
        padding: 5px 0;
        font-weight: 700;
    }
    .single-tour-nav li a.active,
    .single-tour-nav li a:hover{
        color: var(--th-color-orange);
    }
    .single-tour-nav li a.active:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        left: 0px;
        bottom: -1px;
        background-color: var(--th-color-orange);
    }
    .sidebar-tour-attr-wrap{
        margin-top: 30px;
    }
    .sidebar-tour-attr-item{
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
        line-height: 1.5;
    }
    .sidebar-tour-attr-item:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .sidebar-tour-attr-item:nth-child(n+3){
        margin-top: 10px;
    }
    .sidebar-tour-attr-item-icon{
        width: 35px;
        font-size:28px;
        color: var(--th-color-orange);
    }
    .sidebar-tour-attr-item:hover .sidebar-tour-attr-item-icon i{
        font-weight: 700 !important;
    }
    .sidebar-tour-attr-item-info{
        width: calc(100% - 45px);
        height: 42px;
        align-items: center;
        display: flex;
    }
    .sidebar-tour-attr-item-info p{
        margin: 0px !important;
    }
    .sidebar-tour-attr-item-info strong{
        margin-right: 5px;
    }
    .sidebar-tour-attr-item-info a{
        color: var(--th-color-link);
    }
    .sidebar-tour-attr-item-info span{
        margin-right: 5px;
    }

    /**/
    .single-tour-row2{
        margin-top: 40px;
    }
    .sidebar-tour-ud{
        padding: 20px;
        border-radius: 10px;
        background-color: #fbfbfb;
    }
    .sidebar-tour-ud .home-ud-item:nth-child(n){
        width: 100%;
        margin-right: 0px;
        justify-content: left;
    }
    .sidebar-tour-ud .home-ud-item:nth-child(n+2){
        margin-top: 10px;
    }
    /**/
    .single-tour-row3{
        margin-top: 50px;
        background-color: #ffe8d6;
    }
    .single-tour-row3 .container{
        padding: 50px 0;
    }
    .single-tour-higlight-left{
        width: 250px;
        font-size: 22px;
        line-height: 1.5;
        color: var(--th-color-orange);
    }
    .single-tour-higlight-right{
        width: calc(100% - 280px);
        font-size: 16px;
        font-weight: 500;
    }
    .single-tour-higlight-right li{
        position: relative;
        padding-left: 30px;
    }
    .single-tour-higlight-right li:nth-child(n+2),
    .single-tour-higlight-right p:nth-child(n+2){
        margin-top: 15px;
    }
    .single-tour-higlight-right li:before{
        position: absolute;
        top: 0px;
        left: 0px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f00c";
        font-size: 22px;
        font-weight: 400 !important;
        color: var(--th-color-orange);
    }
    .single-tour-higlight-right a,
    .single-tour-higlight-right a *{
        font-weight: 700;
        color: var(--th-color-link) !important;
    }
    .single-tour-higlight-right a:hover,
    .single-tour-higlight-right a:hover *{
        color: var(--th-color-orange) !important;
        text-decoration: underline;
    }
    /**/
    .single-tour-row4 .container{
        padding: 50px 0;
        width: 800px;
    }
    .single-tour-row-item:nth-child(n+2){
        margin-top: 30px;
    }
    .single-tour-row-item-head{
        font-size: 22px;
        line-height: 1.5;
        color: #000;
    }
    .single-tour-row-item-head.center{
        text-align: center;
    }
    .single-tour-row-item-content{
        margin-top: 20px;
    }
    .single-tour-itinerary{
        margin-top: 20px;
        padding-left: 50px;
    }
    .single-tour-itinerary-item{
        position: relative;
    }
    .single-tour-itinerary-item:before{
        position: absolute;
        content: '';
        top: 20px;
        left: -28px;
        height: 50px;
        border-left: 1px dashed #d2d2d2;
    }
    .single-tour-itinerary-item:nth-last-child(1):before{
        display: none;
    }
    .single-tour-itinerary-item:nth-child(n+2){
        border-top: 1px solid #e8e8e8;
    }
    .single-tour-itinerary-item-head{
        position: relative;
        padding: 12px;
        padding-left: 0px;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
    }
    .single-tour-itinerary-item-head:hover{
        color: var(--th-color-orange);
    }
    .single-tour-itinerary-item-head:before{
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        top:19px;
        left: -34px;
        border-radius: 100%;
        background-color: #d2d2d2;
    }
    .single-tour-itinerary-item-head.active:before{
        background-color: var(--th-color-orange);
        box-shadow: 0 0 0 4px #ffe8d6;
    }
    .single-tour-itinerary-item-head:after{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f078";
        font-weight: 400;
        font-size: 18px;
        top:9px;
        right: 0px;
        color: #828282;
    }
    .single-tour-itinerary-item-head.active:after{
        content: "\f077";
    }
    .single-tour-itinerary-item:nth-child(1) .single-tour-itinerary-item-head:before,
    .single-tour-itinerary-item:nth-last-child(1) .single-tour-itinerary-item-head:before{
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #fff;
        font-family: 'Font Awesome 5 Pro';
        content: "\f3c5";
        font-weight: 300;
        font-size: 20px;
        top: 6px;
        left: -46px;
        background-color: var(--th-color-orange);
    }
    .single-tour-itinerary-item:nth-last-child(1) .single-tour-itinerary-item-head:before{
        content: "\f024";
    }
    .single-tour-itinerary-item-content{
        position: relative;
        display: none;
        padding-bottom: 20px;
    }
    .single-tour-itinerary-item-content:before{
        position: absolute;
        content: '';
        top: 0px;
        left: -28px;
        height: calc(100% + 30px);
        border-left: 1px dashed #d2d2d2;
    }
    .single-tour-itinerary-item:nth-last-child(1) .single-tour-itinerary-item-content:before{
        display: none;
    }
    /**/
    .single-tour-in-item:nth-child(n+2){
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e8e8e8;
    }
    .single-tour-in-item-left{
        width: 30px;
        font-size: 28px;
        padding-top: 7px;
    }
    .single-tour-in-item-right{
        width: calc(100% - 50px);
        font-size: 16px;
        line-height: 1.5;
    }
    .single-tour-in-item-right p{
        margin-bottom: 0px !important;
    }
    .single-tour-in-item-right p:nth-child(1){
        font-weight: 700;
        font-size: 20px;
    }
    .single-tour-in-item-active-title{
        margin-top: 30px;
        padding-top: 30px;
        font-size: 20px;
        font-weight: 700;
        color: #000;
        border-top: 1px solid #e8e8e8;
    }
    .single-tour-in-item-active-title i{
        margin-right: 10px;
    }
    .single-tour-in-item-active-content{
        padding-left: 18px;
    }
    /**/
    .single-content{
        color: #333;
        font-size: 16px;
    }
    .single-content p{
        padding: 8px 0;
        margin-bottom: 0px !important;
    }
    .single-content p:first-child{
        padding-top: 0px;
    }
    .single-content p:last-child{
        padding-bottom: 0px;
    }
    .single-content table,
    .single-pro-des table{
        width: 100% !important;
        margin: 10px 0;
        border-top: 1px solid #ddd !important;
        border-left: 1px solid #ddd !important;
        table-layout: fixed;
        line-height: 1.5;
    }
    /*.single-content table thead,
    .single-content table tbody,
    .single-content table tr{
        white-space: nowrap;
        display: block !important;
    }
    .single-content table tr td:last-child,
    .single-content table tr th:last-child{
        width: 1%;
        white-space: nowrap;
    }*/
    .single-pro-des table{
        margin: 0px;
        margin-top: 15px;
        background-color: #fff;
    }
    .single-content table tr:nth-child(odd){
        /*background-color: #f9f9f9;*/
    }
    .single-content table tr th,
    .single-content table tr td,
    .single-pro-des table tr td{
        padding: 10px 15px;
        border-right: 1px solid #ddd !important;
        border-bottom: 1px solid #ddd !important;
    }
    .single-content table tr td[colspan="3"]{
        color: #fff;
        background-color: #518aaa;
        letter-spacing: 1px;
    }
    .single-content a{
        color: var(--th-color-link);
        font-weight: 700;
    }
    .single-content a:hover{
        color: var(--th-color-orange);
        text-decoration: underline;
    }
    .single-content img{
        display: inline-block !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0px auto;
        /*border: 1px solid #ddd;
        padding: 5px;
        box-sizing: border-box;*/
    }
    .single-content figure{
        margin: 0px !important;
        padding: 8px 0px !important;
    }
    .single-content figure:first-child{
        padding-top: 0px !important;
    }
    .single-content figure:last-child{
        padding-bottom: 0px !important;
    }
    .single-content-pro img{
        display: block !important;
        width: 100% !important;
    }
    .single-content>h1,
    .single-content>h2,
    .single-content>h3,
    .single-content>h4{
        line-height: 1.5;
        color: #000;
    }
    .single-content>h1{
        font-size: 23px;
        font-weight: 700;
        padding: 8px 0;
    }
    .single-content>h2{
        font-size: 22px;
        font-weight: 700;
        padding: 8px 0;
    }
    .single-content>h3{
        padding: 8px 0;
    }
    .single-content ul{
        padding: 8px 0;
    }
    .single-content ul li{
        position: relative;
        padding-left: 26px;
    }
    .single-content ul li:nth-child(n+2){
        margin-top: 5px;
    }
    .single-content ul li:before{
        position: absolute;
        content: '';
        top: 11px;
        left: 10px;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: #333;
    }
    .single-content p iframe,
    .single-content iframe{
        display: block !important;
        width: 790px !important;
        max-width: 790px !important;
        height: 420px !important;
    }
    .single-content-pro p iframe,
    .single-content-pro iframe{
        width: 100% !important;
        max-width: 100% !important;
        height: 420px !important;
    }
    .single-content .wp-caption{
        width: 600px !important;
        max-width: 100% !important;
        text-align: center;
        margin: 10px auto;
        background-color: #f2f2f2;
    }
    .single-content-pro .wp-caption{
        width: 100% !important;
    }
    .single-content p.wp-caption-text{
        padding-top: 0px;
        text-align: center;
        color: #333;
        font-size: 15px;
        padding-bottom: 8px;
        line-height: 1.5;
        font-style: italic;
    }
    /**/
    .single-tour-related{
        margin-bottom: 60px;
    }
    /**/
    .block-faq{margin-top:40px}
    .block-faq-head{font-size:22px;line-height:1.5;font-weight:700;color:#000;}
    .block-faq-content-wrap{margin-top:18px}
    .faq-item{overflow:hidden;}
    .faq-item:nth-child(n+2){border-top:1px solid #e8e8e8;}
    .faq-item-head{position:relative;padding:15px 0px;font-weight:500;font-size:18px;cursor:pointer;}
    .faq-item-head:after{position:absolute;font-family:'Font Awesome 5 Pro';content:"\f078";right:10px;top:14px;z-index:10;font-size:16px;color:#999;font-weight:300!important;}
    .faq-item-active .faq-item-head:after{content:"\f077"}
    .faq-item-active .faq-item-head,
    .faq-item-active .faq-item-head:after,
    .faq-item-head:hover,
    .faq-item-head:hover:after{color:var(--th-color-orange)}
    .faq-item-content{display: none;font-size:15px;padding-left: 10px;margin-bottom: 20px;padding: 0 10px;position: relative;}
    /*.faq-item:nth-child(1) .faq-item-content{display:block}*/
     /**/
    .single-content-collap{
        position: relative;
        max-height: 450px;
        overflow: hidden;
    }
    .single-content-collap.active{
        max-height: 100%;
        overflow: unset;
    }
    .spro-content-callap{
        margin-top: 30px;
        position: relative;
        font-size: 16px;
        z-index: 10;
        font-weight: 700;
        color: var(--th-color-link);
    }
    .spro-content-callap.active{
        margin-top: 15px;
    }
    .single-content-collap:before{
        position: absolute;
        content: '';
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 200px;
        z-index: 1;
        background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,#fff 100%);
    }
    .single-content-collap.active:before{
        display: none;
    }
    .spro-content-callap span{
        position: relative;
        z-index: 100;
        padding-right: 15px;
        display: inline-block;
        cursor: pointer;
        border-bottom: 1px dotted #999;
        padding-bottom: 2px;
    }
    .spro-content-callap span:hover{
        color: var(--th-color-main);
    }
    .spro-content-callap span:nth-child(2){
        display: none;
    }
    .spro-content-callap.active span:nth-child(1){
        display: none;
    }
    .spro-content-callap.active span:nth-child(2){
        display: inline-block;
    }
    .spro-content-callap span i{
        margin-left: 5px;
        color: var(--th-color-main);
    }
    /*
    * ARCHIVE TOUR
    */
    .sidebar{
        width: 270px;
    }
    .primary{
        width: calc(100% - 300px);
    }
    .page-head{
        margin-bottom: 40px;
    }
    .page-head .container{
        padding: 0px;
    }
    .tax-title{
        position: relative;
        font-size: 28px;
        line-height: 1.5;
        font-weight: 700;
        margin-top: 8px;
        color: #000;
    }
    .tax-title:after{
        position: absolute;
        content: '';
        width: 35px;
        height: 15px;
        left: -2px;
        bottom: 5px;
        z-index: -1;
        background-color: var(--th-color-orange); 
    }
    /**/
    .tax-sort-by{
        margin-bottom: 20px;
        width: 100%;
        overflow-x: auto;
    }
    .tax-sort-carousel{
        display: flex;
    }
    .tax-sort-by span,
    .tax-sort-by label{
        display: inline-block;
        padding: 10px 15px;
        background-color: #efefef;
        border: 1px solid #efefef;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
        white-space: nowrap;
    }
    .tax-sort-carousel .tax-sort-by span,
    .tax-sort-carousel .tax-sort-by label{
        display: block;
    }
    .tax-sort-carousel .slick-list{
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .tax-sort-carousel label{
        margin: 0 8px;
    }
    
    .tax-sort-by input{
        display: none;
        visibility: hidden;
    }
    .tax-sort-by label:hover,
    .tax-sort-by label.active{
        background-color: #fff;
        color: var(--th-color-orange);
        border-color: var(--th-color-orange);
    }
    .tax-sort-by label{
        cursor: pointer;
    }
    .tax-sort-by span{
        border: none;
        background-color: transparent;
        padding-left: 0px;
        padding-right: 0px;
        font-weight: 700;
    }
    /**/
    /* scroll bar custom */
    .slider-scroll {
      overflow-x: auto;
      width: 100%;
      height: 8px;
      background: #eee;
      border-radius: 4px;
      margin-top: 8px;
      position: relative;
    }
    .slider-scroll-track {
      height: 100%;
      width: 300%; /* tỉ lệ theo số item */
      background: #ccc;
    }
    /**/
    .collap-filter-mobile{
        display: none;
        margin-bottom: 20px;
        order: -2;
    }
    .btn-collap-filter{
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        border: 1px dashed #ddd;
        color: #000;
        padding: 0 20px;
        cursor: pointer;
    }
    .btn-collap-filter:hover{
        color: var(--th-color-orange);
        border-color: var(--th-color-orange);
    }
    .btn-collap-filter i{
        margin-right: 5px;
    }
    .btn-collap-filter-close{
        display: none;
    }
    .active .btn-collap-filter-close{
        display: inline-block;
    }
    .active .btn-collap-filter-show{
        display: none;
    }
    /**/
    .tour-list-wrap{
        margin-top: 20px;
    }
    .tour-list-item{
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    }
    .tour-list-item:nth-child(n+2){
        margin-top: 30px;
    }
    .tour-list-item-left{
        display: block;
        color: #333;
        width: 390px;
    }
    .tour-list-item-right{
        width: calc(100% - 410px);
    }
    .tour-list-item-thumb{
        background-color: #f9f9f9;
        border-radius: 5px;
    }
    .tour-list-item-thumb:nth-child(1){
        width: 100%;
        height: 230px;
    }
    .tour-list-item-thumb:nth-child(n+2){
        width: calc((100% - 15px) / 4);
        margin-top: 5px;
        margin-right: 5px;
        height: 60px;
    }
    .tour-list-item-thumb:nth-child(5){
        position: relative;
        margin-right: 0px;
        float: right;
    }
    .tour-list-item-thumb:nth-child(5) span{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        background-color: rgba(0, 0, 0, .5);
    }
    .tour-list-item-right-item:nth-child(2){
        position: relative;
        width: 165px;
        margin-left: 30px;
    }
    .tour-list-item-right-item:nth-child(1){
        width: calc(100% - 195px);
    }
    .tour-list-item-title{
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 0px;
    }
    .tour-list-item-title a{
        color: #000;
    }
    .tour-list-item-raiting{
        display: inline-block;
        color: #ffb800;
        font-size: 12px;
    }
    .tour-list-item-tax{
        margin-top: 3px;
    }
    .tour-list-item-tax a{
        display: inline-block;
        background-color: #efefef;
        border-radius: 3px;
        padding: 2px 10px;
        margin-right: 5px;
        margin-top: 5px;
        font-size: 13px;
        color: #333;
        font-weight: 500;
    }
    .tour-list-item-tax span{
        display: none;
    }
    .tour-list-item-review{
        margin-top: 10px;
        height: 25px;
        line-height: 25px;
    }
    .tour-review-point-number{
        display: inline-block;
        color: #fff;
        padding: 0 8px;
        border-radius: 5px;
        font-size: 17px;
        background-color: #00b67a;
    }
    .tour-review-point-text{
        color: #00b67a;
    }
    .tour-list-item-desc{
        margin-top: 20px;
        font-style: italic;
        line-height: 1.5;
    }
    .tour-list-item-local{
        margin-top: 10px;
        font-size: 16px;
        color: #828282;
        line-height: 1.5;
    }
    .tour-list-item-desc i,
    .tour-list-item-local i{
        width: 25px;
        color: #999;
    }
    .tour-list-item-km{
        padding: 10px;
        color: var(--th-color-orange);
        background-color: #fbfbfb;
        margin-top: 15px;
        border-radius: 5px;
    }
    .tour-list-item-why-book{
        margin-top: 20px;
    }
    .tour-list-item-why-book-head{
        font-weight: 500;
    }
    .tour-list-item-why-book-head:hover{
        color: var(--th-color-orange);
        cursor: pointer;
    }
    .tour-list-item-why-book-head i{
        margin-left: 5px;
        font-size: 14px;
    }
    .tour-list-item-why-book-head i:nth-child(2){
        display: none;
    }
    .tour-list-item-why-book-head.active i:nth-child(1){
        display: none;
    }
    .tour-list-item-why-book-head.active i:nth-child(2){
        display: inline-block;
    }
    .tour-list-item-why-book-content{
        display: none;
        line-height: 1.5;
    }
    .tour-list-item-why-book-content a,
    .tour-list-item-why-book-content a *{
        color: var(--th-color-link);
        font-weight: 700;
    }
    .tour-list-item-why-book-content a:hover,
    .tour-list-item-why-book-content a:hover *{
        color: var(--th-color-orange);
        text-decoration: underline;
    }
    .tour-list-item-why-book-content p,
    .tour-list-item-why-book-content li{
        margin-top: 8px;
    }
    .tour-list-item-why-book-content ul{
        padding-left: 0px;
    }
    .tour-list-item-why-book-content li{
        position: relative;
        padding-left: 15px;
    }
    .tour-list-item-why-book-content li:before{
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 100%;
        top: 9px;
        left: 0px;
        background-color: var(--th-color-orange);
    }
    .tour-list-item-note{
        border-top: 1px solid #e8e8e8;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .tour-list-item-price-wrap{
        text-align: right;
        font-size: 16px;
        line-height: 1.5;
        color: #828282;
    }
    .tour-list-item-price-off{
        margin-bottom: 8px;
    }
    .tour-list-item-price-off span{
        color: var(--th-color-orange);
        padding: 2px 10px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 700;
        background-color: #ffe8d6;
    }
    .tour-list-item-price-new span{
        font-size: 26px;
        font-weight: 700;
        color: #b72020;
    }
    .tour-list-item-price-old{
        margin-bottom: 0px;
    }
    .tour-list-item-price-old span{
        text-decoration: line-through;
    }
    .tour-list-item-morelink{
        position: absolute;
        bottom: 0px;
        left: 40px;
        right: 0px;
        height: 42px;
        line-height: 42px;
        border-radius: 42px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        background-color: var(--th-color-orange);
    }
    .tour-list-item-morelink:hover{
        color: #fff;
        background-color: #dd6e1e;
    }
    /* Sidebar Search  */
    .sb-fil-gr-item{
        border: 1px solid #e8e8e8;
        overflow: hidden;
        border-radius: 5px;
    }
    .sb-fil-gr-item:nth-child(n+2){
        margin-top: 20px;
    }
    .sb-fil-gr-item-head{
        padding: 10px 15px;
        font-weight: 700;
        font-size: 17px;
        background-color: #f8f8f8;
        border-bottom: 1px solid #e8e8e8;
    }
    .sb-fil-gr-item-head i{
        margin-right: 10px;
    }
    .sb-fil-item{
        padding: 20px 15px;
    }
    .sb-fil-item:nth-child(n+2){
        border-top: 1px solid #e8e8e8;
    }
    .sb-fil-item-head{
        font-weight: 700;
        margin-bottom: 15px;
    }
    .sb-fil-item-content label{
        position: relative;
        display: block;
        cursor: pointer;
        padding-left: 27px;
    }
    .sb-fil-item-content label:nth-child(n+2){
        margin-top: 10px;
    }
    .sb-fil-item-content input{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .sb-fil-item-content span{
        position: absolute;
        display: block;
        top: 4px;
        left: 0px;
        width: 18px;
        height: 18px;
        border: 1px solid #e8e8e8;
    }
    .sb-fil-item-content span:hover{
        border: 1px solid #2d9cdb;
    }
    .sb-fil-item-content input:checked~span{
        border-color: #2d9cdb;
    }
    .sb-fil-item-content input:checked~span:before{
        position: absolute;
        content: '';
        top: 2px;
        left: 2px;
        width: 12px;
        height: 12px;
        background-color: #2d9cdb;
    }
    .sb-fil-item-radio span,
    .sb-fil-item-radio input:checked~span:before{
        border-radius: 100%;
    }
    .sb-fil-item-star i{
        font-size: 12px;
        color: #ffb800;
        letter-spacing: 2px;
    }
    /* Pagination */
    .pagination{
        clear: both;
        text-align: center;
    }
    .pagination span,
    .pagination a{
        display: inline-block;
        margin-right: 10px;
        margin-top: 30px;
        height: 40px;
        line-height: 36px;
        width: 40px;
        text-align: center;
        font-weight: 700;
        border-radius: 3px;
        color: #333;
        transition: all ease-in-out .3s;
        background-color: #f5f5f5;
    }
    .pagination a:last-child,
    .pagination span:last-child{
        margin-right: 0px;
    }
    .pagination a:hover,
    .pagination .current{
        color: #fff;
        background-color: var(--th-color-orange);
    }
    .pagination .next,
    .pagination .prev{
        width: auto;
        width: 40px;
    }
    /*
    * PAGE DESTINATION
    */
    .tax-destination .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .p-dest-top{
        position: relative;
        height: calc(100vh - (111px + 42px));
    }
    .logged-in .p-dest-top{
        position: relative;
        height: calc(100vh - (111px + 42px + 32px));
    }
    .p-dest-top-inner{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        text-align: center;
        background-color: rgba(0, 0, 0, .4);
    }
    .p-dest-title,
    .p-dest-desc{
        color: #fff;
        font-weight: 700;
        line-height: 1.5;
        font-size: 26px;
    }
    .p-dest-title{
        font-size: 60px;
    }
    /**/
    .p-dest-topics .container{
        padding: 20px 0;
        font-size: 15px;
        text-align: center;
        letter-spacing: 1px;
        line-height: 1.3;
    }
    .p-dest-topics span{
        margin: 0 10px;
        margin-bottom: 15px;
        font-style: italic;
    }
    .p-dest-topics a{
        position: relative;
        display: inline-block;
        margin: 0 10px;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #000;
        padding-bottom: 2px;
    }
    .p-dest-topics a:hover{
        color: var(--th-color-orange);
    }
    .p-dest-topics a:after{
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 1px;
        background-color: #000;
    }
    .p-dest-topics a:hover:after{
        background-color: var(--th-color-orange);
    }

    /**/
    .p-dest-content{
        margin-top: 20px !important;
    }
    .p-dest-sidebar{
        width: 450px;
    }
    .p-dest-primary{
        width: calc(100% - 490px);
    }
    .p-dest-map p,
    .p-dest-map iframe{
        display: block !important;
        width: 100% !important;
        height: 300px !important;
    }
    /**/
    .attractions-carousel .slick-list{
        margin-left: -1px !important;
        margin-right: -1px !important;
    }
    .carousel-wrap .post-col-sty1{
        margin: 0 1px;
    }
    .post-col-sty1{
        position: relative;
        display: block;
        color: #333;
        border-radius: 5px;
        overflow: hidden;
    }
    .post-col-sty1-thumb{
        height: 321px;
        background-color: var(--th-color-gray);
    }
    .post-col-sty1-info{
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 15px;
        padding-top: 50px;
        text-align: center;
        color: #fff;
        background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #000 100%);
    }
    .post-col-sty1-title{
        position: relative;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.3;
        padding-bottom: 10px;
    }
    .post-col-sty1-title:after{
        position: absolute;
        content: '';
        height: 2px;
        width: 40px;
        bottom: 0px;
        left: calc(50% - 20px);
        background-color: var(--th-color-orange);
    }
    /**/
    .travel-guide-carousel .slick-list{
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .carousel-wrap .post-col-sty2{
        margin: 0 10px;
    }
    .post-col-sty2-thumb{
        display: block;
        color: #333;
        height: 310px;
        border-radius: 5px;
        background-color: var(--th-color-gray);
    }
    .post-col-sty2-info{
        margin-top: 15px;
        text-align: center;
    }
    .post-col-sty2-cat{
        line-height: 1.3;
        color: #999;
        margin-bottom: 5px;
    }
    .post-col-sty2-title{
        font-size: 18px;
        line-height: 1.5;
        font-weight: 700;
    }
    .post-col-sty2-title a{
        display: block;
        color: #000;
    }
    /**/
    .seasonal-guide-carousel{
        position: relative;
        overflow: hidden;
    }
    .seasonal-guide-carousel:before,
    .seasonal-guide-carousel:after{
        position: absolute;
        content: '';
        top: 0px;
        height: 100%;
        width: calc((100% - 1290px) / 2);
        z-index: 10;
        background-color: rgba(255, 255, 255, .8);
    }
    .seasonal-guide-carousel:before{
        left: 0px;
    }
    .seasonal-guide-carousel:after{
        right: 0px;
    }
    .seasonal-guide-carousel .slick-list{
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .seasonal-guide-carousel .arrow-btn-prev{
        left: calc((100% - 1290px) / 2);
        border-radius: 5px;
    }
    .seasonal-guide-carousel .arrow-btn-next{
        right: calc((100% - 1290px) / 2);
        border-radius: 5px;
    }
    .carousel-wrap .post-col-sty3{
        margin: 0 10px;
    }
    .post-col-sty3{
        position: relative;
        display: block;
        color: #333;
        border-radius: 5px;
        overflow: hidden;
    }
    .post-col-sty3:before{
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 1;
        background-color: rgba(0, 0, 0, .2);
        transition: all ease-in-out .3s;
    }
    .post-col-sty3:hover:before{
        background-color: rgba(0, 0, 0, .5);
    }
    .post-col-sty3-thumb{
        height: 320px;
        background-color: var(--th-color-gray);
    }
    .post-col-sty3-info{
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }
    .post-col-sty3-title{
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.3;
        color: #fff;
        width: 72%;
        padding: 10px;
        border: 2px solid #fff;
        border-radius: 5px;
        box-sizing: border-box;
        transition: all ease-in-out .3s;
    }
    .post-col-sty3:hover .post-col-sty3-title{
        color: #000;
        background-color: rgba(255, 255, 255, .7) !important;
    }
    /**/
    .best-of-carousel .slick-list{
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    /**/
    /**/
    .p-dest-related{
        background-color: var(--th-color-gray);
    }
    .p-dest-related .container{
        padding: 60px 0;
    }
    .p-dest-related-head{
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        color: #000;
    }
    .p-dest-related-content{
        margin-top: 20px;
    }
    .destination-list-carousel .slick-list{
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .p-dest-related-item{
        margin: 0 10px;
    }
    .p-dest-related-item-thumb{
        display: block;
        border-radius: 5px;
        color: #333;
        height: 250px;
        background-color: #fff;
    }
    .p-dest-related-item-info{
        margin-top: 15px;
        text-align: center;
    }
    .p-dest-related-item-title{
        font-size: 17px;
        font-weight: 700;
        line-height: 1.5;
    }
    .p-dest-related-item-title a{
        display: block;
        color: #000;
    }
    /*
    * POPUP
    */
    .popup-booking{
        width: 1290px;
        border-radius: 10px;
        overflow: hidden;
        padding: 0px !important;
    }
    .popup-booking-left,
    .popup-booking-right{
        width: 50%;
    }
    .popup-booking-right{
        padding: 40px;
    }
    .popup-booking-thumb{
        height: 100%;
    }
    .popup-booking-title{
        font-weight: 700;
        font-size: 30px;
        color: #000;
        line-height: 1.5;
    }
    .popup-booking-form{
        margin-top: 20px;
    }
    .fancybox-close-small{
        background-color: var(--th-color-gray) !important;
    }
    .fancybox-close-small:hover{
        color: var(--th-color-red) !important;
    }

    .form-ct-item:nth-child(n+3){margin-top:15px}
    .form-ct-item-col2{width:calc((100% - 20px) / 2)}
    .form-ct-item-full{width:100%}
    .form-ct-item>p{font-weight: 700;color:#333;font-size:15px;margin-bottom:5px;}
    .form-ct-item>p span{color:red;}
    .form-ct-item input,.form-ct-item select,.form-ct-item textarea{width:100%;height:40px;outline:none;border:2px solid #ccc;padding:0 10px;box-sizing:border-box;border-radius:5px;transition:all ease-in-out .3s;font-weight:400;font-size:16px;}
    .form-ct-item input:focus,.form-ct-item select:focus,.form-ct-item textarea:focus{border:2px solid #333;box-shadow:0 0 15px rgba(0,0,0,.1)}
    .form-ct-item textarea{height:120px;padding:8px 10px}
    .form-ct-item-file-wrap{margin-top:12px!important}
    .contact-file-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:16px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:3px;color:#fff;background-color:#ad2a36;color:#fff;text-transform:uppercase;margin-top:10px}
    .contact-file-btn svg{width:1em;height:1em;vertical-align:middle;fill:currentColor;margin-top:-.25em;margin-right:.25em}
    .form-ct-item input[type="file"]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1;border:none;padding:0}
    .form-ct-item input[type="submit"]{width:auto;height:50px;color:#fff;border:none;background-color:var(--th-color-orange);font-size:18px;font-weight:700;padding:0 35px;transition: all ease-in-out .3s;}
    .contact-file-btn:hover,.form-ct-item input[type="submit"]:hover{background-color:var(--th-color-red);padding: 0 40px;}
    .grecaptcha-badge{display: none !important;}
    /**/
    input.wpcf7-not-valid,
    textarea.wpcf7-not-valid{
        border: 2px solid #f15628 !important;
    }
    .wpcf7-not-valid-tip{
        display: none !important;
    }
    .wpcf7-response-output{
        margin: 0px !important;
        margin-top: 10px !important;
        padding: 5px 10px !important;
        text-align: center;
        background-color: #fff;
        color: #333;
        line-height: 20px;
    }
    /*
    * PAGE TOUR SEARCH
    */
    .page-banner-inner{
        background-color: rgba(0, 0, 0, .5);
    }
    .page-banner-inner .container{
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .page-banner-title{
        font-size: 30px;
        font-weight: 700;
        line-height: 1.3;
        color: #fff;
        text-align: center;
    }

    /*
    * BOX SEARCH.
    */
    .box-search-wrap{
        width: 1100px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        height: 60px;
        border-radius: 60px;
        line-height: 48px;
        background-color: rgba(255, 255, 255, .95);
        box-sizing: border-box;
        padding: 6px;
        font-size: 16px;
        box-shadow: 1px 3px 5px rgba(0, 0, 0, .2);
    }
    .box-search-item input[type="text"],
    .box-search-item input[type="date"]{
        font-size: 16px !important;
    }
    .box-search-item input[type="text"],
    .box-search-item input[type="submit"],
    .box-search-item button{
        height: 48px;
        padding: 0px;
        outline: none;
        border: none;
        box-sizing: border-box;
    }
    .box-search-item{
        position: relative;
        padding: 0 25px;
        cursor: pointer;
    }
    .box-search-item:after,
    .box-search-types:before{
        position: absolute;
        top: 0px;
        right: 0px;
        content: '';
        width: 1px;
        height: 100%;
        background-color: #e8e8e8;
    }
    .box-search-types:before{
        right: inherit;
        left: 0px;
    }
    .box-search-input:after{
        display: none;
    }
    .box-search-duration,
    .box-search-price,
    .box-search-types,
    .box-search-date{
        width: 200px;
    }
    .box-search-submit{
        padding: 0px;
        z-index: 100;
    }
    .box-search-date:after,
    .box-search-submit:after{
        display: none;
    }
    .search-item-head{
        position: relative;
        padding-left: 35px;
        z-index: 100;
    }
    .search-item-head i{
        position: absolute;
        top: 13px;
        left: 0px;
        font-size: 22px;
        color: #787878;
    }
    .box-search-item:hover .search-item-head i{
        font-weight: 700;
        color: #000;
    }
    .box-search-input .search-item-head i{
        font-size: 28px;
        top:10px;
    }
    .box-search-date .search-item-head i{
        font-size: 25px;
        top:11px;
    }
    .box-search-types .search-item-head i{
        font-size: 25px;
        top:11px;
    }
    .search-item-val-show{
        color: #787878;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .search-item-input{
        cursor: pointer;
        border: none !important;
        background-color: transparent !important;
    }
    .search-item-input-text{
    /*  width: 216px;*/
        width: 100%;
    }
    .search-item-input-date{
    /*  width: 180px;*/
        width: 100%;
    }
    .search-item-submit{
        position: relative;
        border-radius: 48px;
        font-size: 18px;
        font-weight: 700;
        padding: 0 30px !important;
        color: #fff;
        background-color: var(--th-color-orange);
        transition: all ease-in-out .3s;
    }
    .search-item-submit:hover{
        background-color: #e15e01;
    }
    .search-item-submit i{
        margin-right: 5px;
        font-size: 18px;
    }
    .search-item-submit:hover i{
        font-weight: 700;
    }
    .search-item-dropdown{
        position: absolute;
        display: none;
        top: 100%;
        left: 0px;
        width: 220px;
        padding: 5px 10px;
        background-color: #fff;
        border-radius: 8px;
        line-height: 1.5;
        z-index: 9000 !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    }
    .search-item-dropdown:before{
        position: absolute;
        content: '';
        top: -16px;
        left: 26px;
        border: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }
    .search-item-dropdown label{
        position: relative;
        padding: 12px 0;
        display: block;
        cursor: pointer;
    }
    .search-item-dropdown label:nth-child(n+2){
        border-top: 1px solid #e8e8e8;
    }
    .search-item-dropdown input{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .search-item-dropdown span{
        position: absolute;
        display: block;
        top: 12px;
        right: 0px;
        width: 23px;
        height: 23px;
        border-radius: 100%;
        border: 1px solid #e8e8e8;
    }
    .search-item-dropdown label:hover span{
        border-color: #2d9cdb;
    }
    .search-item-dropdown input:checked~span:before{
        position: absolute;
        content: '';
        top: 4px;
        left: 4px;
        width: 13px;
        height: 13px;
        border-radius: 100%;
        background-color: #2d9cdb;
    }
    /* Đặt viền cho các ngày trong lịch */
    .ui-datepicker.ui-widget.ui-widget-content{
        border: none !important;
        border-radius: 8px;
        box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.05);
        padding-bottom: 15px;
    }
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-title{
        font-weight: 400 !important;
    }
    .ui-datepicker-calendar td,
    .ui-datepicker-calendar td * {
        border: none !important; /* Viền nhẹ cho các ngày */
        background-color: transparent !important; /* Bỏ màu nền */
        border-radius: 5px !important;
    }

    /* Thêm màu nền cho ngày được chọn */
    .ui-widget-content .ui-state-highlight{
        background-color: #ddd !important;
        color: #fff !important;
        text-align: center;
    }
    .ui-widget-content .ui-datepicker-days-cell-over .ui-state-highlight,
    .ui-state-active, .ui-widget-content .ui-state-active{
        background-color: var(--th-color-orange) !important;
        color: #fff !important;
        text-align: center;
    }

    /* Viền cho các ngày không chọn */
    .ui-datepicker-calendar td.ui-state-default {
        border: none; /* Viền cho ngày bình thường */
    }

    /* Viền cho các ngày disabled (không thể chọn) */
    .ui-datepicker-calendar td.ui-state-disabled {
        border: none; /* Viền nhạt cho các ngày không thể chọn */
        background-color: transparent; /* Màu nền nhạt cho các ngày không thể chọn */
    }
    .ui-widget-header {
      background: transparent !important;
      border: none !important;
      border-radius: 0 !important;
      padding: 4px 0 !important;
      margin-bottom: 20px; 
      margin-top: 10px;
      font-size: 16px;
    }

    /*
    * SINGLE TOUR
    */
    .single-cruise-wrap{
        margin-top: 20px;
    }
    .single-st_hotel .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .single-cruise-gallery{
        position: relative;
        margin-top: 4px;
        overflow: hidden;
    }
    .cruise-gallery-carousel .slick-list{
        margin-left: -2px !important;
        margin-right: -2px !important;
    }
    .single-cruise-gallery-item{
        display: block;
        color: #333;
        background-color: #f9f9f9;
        height: 400px !important;
        margin: 0 2px;
    }
    /**/
    .single-cruise-gallery-btn{
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 100;
    }
    .single-cruise-gallery-btn a{
        display: inline-block;
        margin-left: 10px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        color: #fff;
        padding: 0 16px;
        font-size: 14px;
        background-color: rgba(0, 0, 0, .6);
    }
    .single-cruise-gallery-btn a:hover{
        background-color: var(--th-color-orange);
    }
    .single-cruise-gallery-btn a i{
        margin-right: 5px;
    }
    /**/
    .single-cruise-title{
        font-size: 32px;
        display: inline-block;
        line-height: 1.3;
        font-weight: 700;
    }
    .cruise-list-item-raiting{
        display: inline-block;
        color: #ffb800;
        font-size: 12px;
    }
    .single-cruise-attr{
        margin-top: 15px;
        padding-top: 30px;
        border-top: 1px solid #e8e8e8;
    }
    .single-cruise-attr-item{
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    .single-cruise-attr-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .single-cruise-attr-item:nth-child(n+4){
        margin-top: 20px;
    }
    .single-cruise-attr-item a{
        color: #008ccb;
    }
    .single-cruise-attr-item a:hover{
        color: var(--th-color-orange);
    }
    .single-cruise-price sup{
        top: -3px;
    }
    .single-cruise-price-review{
        padding: 20px;
        padding-top: 30px;
    }
    .single-cruise-price{
        position: relative;
        margin-right: 15px;
        padding-right: 15px;
    }
    .single-cruise-price:after{
        position: absolute;
        content: '';
        width: 1px;
        height: 62px;
        top: 0px;
        right: 0px;
        background-color: #e8e8e8;
    }
    .single-cruise-review div:nth-child(1){
        margin-bottom: 8px;
    }
    .single-cruise-bottom{
        margin-top: 50px;
    }
    .single-cruise-tab-nav{
        margin: 0px;
        padding: 0px;
    }
    .single-cruise-tab-nav li{
        position: relative;
        display: inline-block;
        list-style: none;
        height: 45px;
        line-height: 42px;
        padding: 0 15px;
        font-weight: 700;
        border-radius: 5px;
        font-size: 15px;
        color: #000;
        border: 1px dashed #ddd;
        margin-right: 6px;
        cursor: pointer;
        margin-top: 10px;
    }
    .single-cruise-tab-nav li:hover,
    .single-cruise-tab-nav li.active{
        color: #fff;
        background-color: var(--th-color-orange);
        border: 1px solid var(--th-color-orange);
    }
    .single-cruise-tab-nav li.active:after{
        position: absolute;
        content: '';
        bottom: -16px;
        left: calc(50% - 8px);
        border: 8px solid transparent;
        border-top: 8px solid var(--th-color-orange);
    }
    .single-cruise-tab-panel{
        margin-top: 25px;
    }
    /**/
    .single-cruise-cabin{
        background-color: #f5f5f5;
        padding: 15px;
        border-radius: 3px;
    }
    .single-cruise-cabin-right{
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .single-cruise-cabin-left{
        width: calc(100% - 200px);
    }
    .single-cruise-cabin-right-btn{
        display: inline-block;
        width: 65%;
        cursor: pointer;
        box-sizing: border-box;
        padding: 25px 10px;
        text-align: center;
        background-color: #fff;
        border-radius: 15px;
        font-weight: 700;
        color: var(--th-color-orange);
        border: 1px solid var(--th-color-orange);
    }
    .single-cruise-cabin-right-btn p{
        margin-bottom: 0px;
    }
    .single-cruise-cabin-right-btn p:nth-child(1){
        margin-bottom: 5px;
    }
    .cabin-item{
        padding: 5px;
        border: 1px solid #e8e8e8;
        border-radius: 3px;
        background-color: #fff;
    }
    .cabin-item:nth-child(n+2){
        margin-top: 10px;
    }
    .cabin-item-thumb{
        width: 320px;
        height: 205px;
        border-radius: 3px;
        background-color: #f9f9f9;
    }
    .cabin-item-info{
        padding: 15px 20px;
        padding-bottom: 15px;
        box-sizing: border-box;
        width: calc((100% - 320px));
    }
    .cabin-item-info p{
        margin-bottom: 2px;
    }
    .cabin-item-title{
        font-size: 20px;
        color: #000;
        font-weight: 700;
        line-height: 1.5;
    }
    .cabin-item-price strong{
        font-size: 18px;
        color: var(--th-color-orange);
    }
    .cabin-item-option{
        font-size: 14px;
    }
    .cabin-item-option span{
        margin-right: 20px;
    }
    .cabin-item-option span:last-child{
        margin-right: 0px;
    }
    .cabin-item-option i,
    .cabin-item-more-info i{
        margin-right: 5px;
    }
    .cabin-item-option i{
        color: #999;
    }
    .cabin-item-more-info a{
        color: #008ccb;
    }
    .cabin-item-desc{
        margin-top: 12px;
    }
    .cabin-item-more-info{
        margin-bottom: 0px !important;
        margin-top: 12px;
    }
    .cabin-item-more-info a:hover{
        color: var(--th-color-orange);
    }
    .popup-cabin-item{
        width: 1290px;
        box-sizing: border-box !important;
        padding: 30px !important;
        border-radius: 5px;
    }
    .popup-cabin-item-left{
        width: 600px;
    }
    .popup-cabin-item-right{
        width: calc(100% - 630px);
    }
    .popup-cabin-gallery-item{
        display: block;
        background-color: #f9f9f9;
        border-radius: 5px;
        overflow: hidden;
    }
    .popup-cabin-gallery-large .popup-cabin-gallery-item{
        height: 380px;
    }
    .popup-cabin-gallery-list{
        margin-top: 10px;
    }
    .popup-cabin-gallery-list-item{
        padding: 0 5px;
    }
    .popup-cabin-gallery-list .popup-cabin-gallery-item{
        height: 80px;
    }
    .popup-cabin-gallery-large .slick-list {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .popup-cabin-gallery-list .slick-list {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .popup-cabin-title{
        font-size: 22px;
        line-height: 1.5;
        font-weight: 700;
    }
    .popup-cabin-desc{
        margin-top: 10px;
    }
    .popup-cabin-desc p,
    .popup-cabin-option p{
        margin-bottom: 5px;
    }
    .popup-cabin-amenitie-head{
        font-size: 18px;
        font-weight: 700;
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px dashed #ddd;
    }
    .popup-cabin-amenitie-content ul{
        list-style: none;
        margin: 0px;
        display: flex;
        flex-flow: row wrap;
        overflow: hidden;
        margin-top: 10px;
    }
    .popup-cabin-amenitie-content ul li{
        position: relative;
        float: left;
        padding-left: 25px;
        width: calc((100% - 20px) / 2);
        box-sizing: border-box;
    }
    .popup-cabin-amenitie-content ul li:before{
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f058";
        color: var(--th-color-orange);
    }
    .popup-cabin-amenitie-content ul li:nth-child(2n+2){
        float: right;
        margin-left: 20px;
    }
    .popup-cabin-amenitie-content ul li:nth-child(n+3){
        margin-top: 10px;
    }
    .popup-cabin-item .fancybox-close-small{
        background-color: #f5f5f5;
    }
    .popup-cabin-item .fancybox-close-small:hover{
        color: #fff;
        background-color: var(--th-color-orange);
    }
    /**/
    .cruise-itinerary-tab-nav{
        margin: 0px;
        padding-left: 0px;
    }
    .cruise-itinerary-tab-nav li{
        list-style: none;
        display: inline-block;
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
        border-radius: 5px;
        color: #333;
        font-size: 15px;
        font-weight: 700;
        background-color: #F6F8FB;
        margin-right: 6px;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .cruise-itinerary-tab-nav li.active{
        color: #fff;
        background-color: var(--th-color-orange);
    }
    .itinerary-accordion-item:nth-child(n+2){
        margin-top: 10px;
    }
    .cruise-itinerary-tab-content{
        margin-top: 10px;
    }
    .itinerary-accordion-item-head{
        position: relative;
        background-color: #F6F8FB;
        padding: 10px 15px;
        text-transform: uppercase;
        border-radius: 5px;
        cursor: pointer;
        color: #000;
        border-bottom: 2px solid #ddd;
    }
    .itinerary-accordion-item-head i{
        position: absolute;
        right: 15px;
        top: 13px;
        color: #666;
    }
    .itinerary-accordion-item-head i:nth-child(2){
        display: none;
    }
    .active .itinerary-accordion-item-head i:nth-child(1){
        display: none;
    }
    .active .itinerary-accordion-item-head i:nth-child(2){
        display: inline-block;
    }
    .active .itinerary-accordion-item-head{
        color: var(--th-color-orange);
        font-weight: 700;
    }
    .itinerary-accordion-item-content{
        padding: 15px;
        display: none;
    }
    .single-cruise-tab-item-booking{
        border: 1px solid #e8e8e8;
        padding: 20px;
        border-radius: 5px;
    }
    .block-single-related,
    .block-single-calendar{
        margin-top: 60px;
    }
    .block-single-related .post-col-item-thumb{
        height: 280px;
    }
    .single-review-progress{
        width: 500px;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .single-review-progress-item{
        position: relative;
        height: 23px;
        border-radius: 3px;
        background-color: #ddd;
        overflow: hidden;
    }
    .single-review-progress-item:nth-child(n+2){
        margin-top: 8px;
    }
    .single-review-progress-item span{
        position: absolute;
        z-index: 10;
        font-size: 14px;
        color: #fff;
        top: 2px;
    }
    .single-review-progress-item span.active{
        top: 0px;
        left: 0px;
        display: block;
        width: 50%;
        height: 100%;
        z-index: 5;
        background-color: var(--th-color-orange);
    }
    .single-review-progress-item span:nth-child(2){
        left: 10px;
    }
    .single-review-progress-item span:nth-child(3){
        right: 40px;
        color: #fff;
    }
    .single-to_book .swiper,
    .single-to_book .dialog-lightbox-widget{
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
}