/*
    Theme Name: TOURS - HUYDEV THEME
    Theme URI: https://www.facebook.com/huydev9x
    Author: HuyDev
    Author URI: https://www.facebook.com/huydev9x
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root{
    --th-color-link: #3385d6;
    --th-color-red: #c30101;
    --th-color-orange: #ff8c1d;
    --th-color-gray: #f1f2f3;
    --th-color-yellow: #fff100;  /* vàng sáng rực */
    --th-color-blue: #006ef0;  /* xanh hoàng gia */
    --th-color-sky-blue: #08c2ff;  /* xanh da trời sáng */
    --th-color-pale-cyan: #bcf2f6;  /* xanh ngọc nhạt */
    --th-color-ghost-white: #f7faff;  /* trắng hơi xanh rất nhạt */
}
@media screen{
    * {
        margin: 0px;
        padding: 0px;
    }
    a:link{
        text-decoration:none;
    }
    a:focus{
        outline: none;
    }
    img{
        display: block;
        padding: 0px;
        outline: none;
        border: none;
    }
    ul{
        list-style:none;
    }
    h1{
        margin: 0px;
        padding: 0px;
    }
    body{
        position: relative;
        /*font-family: "Be Vietnam Pro", sans-serif;*/
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 1.7;
        font-weight: 400;
        color: #333;
        background-color: #fff;
    }
    body.home{
        background-color: #fff;
    }
    .body-overflow-hiden{
        overflow: hidden;
    }
    .bg-red{
        color: #fff;
        background-color: var(--th-color-red);
    }
    .bg-ghost-white{
        background-color: var(--th-color-ghost-white);
    }
    .bg-yellow{
        color: #fff;
        background-color: var(--th-color-yellow);
    }
    .bg-gray{
        background-color: rgba(127,127,127,0.075);
    }
    .bg-blue{
        background-color: var(--th-color-blue);
    }
    .body-padding{
        padding-top: 70px;
    }
    .logged-in.body-padding{
        padding-top: 102px;
    }
    .container{
        position: relative;
        width: 1270px;
        margin: 0 auto;
        /*z-index: 10;*/
    }
    .container-large{
        width: 1296px;
    }
    .container-full{
        width: 96%;
    }
    /*
    * HEADER.
    */
    .header{
        position: relative;
        width: 100%;
        z-index: 110;
        background-color: #fff;
        /*box-shadow: 0 2px 3px rgba(0,0,0,.1);*/
        border-bottom: 1px solid #e8e8e8;
    }
    .home .header{
        border-bottom: none;
    }
    .header-fixed{
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        z-index: 1000 !important;
        width: 100%;
    }
    .logged-in .header-fixed{
        top: 32px !important;
    }
    /**/
    .header-main{
        position: relative;
    }
    .header-main .container{
/*        width: 1180px;*/
        height:80px;
        line-height: 80px;
        z-index: 10;
    }
   /* .header-fixed .header-main .container{
        height: 60px;
        line-height: 60px;
    }*/
    .logo{
        position: relative;
        margin: 0px;
        padding: 0px;
        left: 0px;
        margin-top: 15px;
        height: 50px;
    }
    .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);*/
    }
    .show-nav-mobile,
    .close-nav{
        display: none;
    }

    /**/
    .search-form{
        position: relative;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        width: 280px;
        margin-left: 20px;
    }
    .search-input{
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        outline: none !important;
        border: none !important;
        padding: 0 17px !important;
        width: 100%;
        font-size: 14px;
        border-radius: 40px !important;
        background-color: var(--th-color-gray) !important;
        border: none;
    }
    .search-submit{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 45px;
        height: 40px;
        outline: none;
        border: none;
        color: #333;
        font-size: 18px;
        background-color: transparent;
        border-radius: 40px;
    }
    .search-submit:hover{
        color: var(--th-color-orange);
    }
    /**/
    .icon-search{
        margin-left: 30px;
        font-size: 19px;
        cursor: pointer;
        color: var(--th-color-orange);
    }
    .icon-search:hover{
        color: var(--th-color-blue);
    }
    /**/
    .main-nav-inner>ul>li{
        float: left;
        position: relative;
    }
    .main-nav-inner>ul>li.menu-item-has-children:after{
        position: absolute;
        top: -1px;
        right: 17px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f078";
        font-weight: 400;
        color: #333;
        font-size: 10px;
    }
    .main-nav-inner>ul>li a{
        display: block;
        font-weight: 700;
        padding: 0 15px;
    }
    .main-nav-inner>ul>li.menu-item-has-children>a{
        padding-right: 35px;
    }
    .main-nav-inner>ul>li>a{
        text-transform: uppercase;
        color: #000;
        padding: 0 25px;
        font-size: 15px;
    }
    .main-nav-inner>ul>li>a:hover,
    .main-nav-inner>ul>li:hover>a{
        color: var(--th-color-orange);
        background-color: var(--th-color-gray);
    }
    .main-nav-inner>ul>li.current-menu-item>a{
        color: var(--th-color-orange);
    }
    .main-nav-inner>ul>li ul{
        position: absolute;
        top: calc(100% + 10px);
        left: 0px;
        min-width: 250px;
        line-height: 1.5;
        background-color: #fff;
        padding: 10px 5px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
        transition: all ease-in-out .2s;
        opacity: 0;
        z-index: 110;
        visibility: hidden;
        box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
        border-bottom: 3px solid var(--th-color-orange);
        border-radius: 0 0 5px 5px;
    }
    .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: 25px;
        border: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }
    .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: 0 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #333;
        transition: all ease-in-out .3s;
    }
    .main-nav-inner>ul>li ul li a:hover{
        color: var(--th-color-orange);
    }

    .toggle-nav-mobile{
        display: none;
        position: absolute;
        cursor: pointer;
        top: 20px;
        right: 0px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 5px;
        color: #333;
        font-size: 22px;
        background-color: var(--th-color-gray);
    }
    .header-kh .toggle-nav-mobile{
        top: 17px;
    }
    .toggle-nav-mobile:hover,
    .toggle-nav-mobile:focus{
        color: #fff;
        background-color: var(--th-color-orange);
    }
    .toggle-nav-mobile i:nth-child(2){
        display: none;
    }
    
    /*.main-nav-inner>ul>li.menu-item-has-children>a:after{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f054";
        right: 10px;
        font-weight: 300;
    }*/
    
    /*
    * MAIN WRAP.
    */
    .main-wrap{
    }

    /*
    * FEATURED.
    */
    .featured{
        position: relative;
        margin-top: 1px;
    }
    .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(255, 140, 29, .9) !important;
    }
    .arrow-btn:hover{
       
    }
    .arrow-btn.slick-disabled{
        
    }
    .arrow-btn-prev{
    }
    .arrow-btn-next{
    }
    .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{
        display: block;
        color: #333;
        height: 600px;
        background-color: #f9f9f9;
    }
    .featured .carousel-wrap .slick-list{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .featured .arrow-btn{
        font-size: 40px;
        top: calc(50% - 15px);
        background-color: transparent;
        font-weight: 400;
        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-red);
    }
    .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 .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: 2px;
        background-color: var(--th-color-blue);
        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-red);
    }

    /*
    * BOX SEARCH.
    */
    .box-search-inner{
        position: relative;
        z-index: 100;
        background-color: rgba(0, 0, 0, .6);
    }
    .box-search-inner .container{
        padding: 80px 0;
        padding-top: 120px;
    }
    .box-search-head{
        color: #fff;
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
    }
    .box-search-wrap{
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: 50px auto 0 auto;
        height: 60px;
        border-radius: 60px;
        line-height: 48px;
        background-color: #fff;
        box-sizing: border-box;
        padding: 6px;
        font-size: 16px;
        box-shadow: 1px 3px 5px rgba(0, 0, 0, .2);
    }
    .box-search-wrap .box-search-right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .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-duration:before{
        position: absolute;
        top: 0px;
        right: 0px;
        content: '';
        width: 1px;
        height: 100%;
        background-color: #e8e8e8;
    }
    .box-search-duration:before{
        right: inherit;
        left: 0px;
    }
    .box-search-input:after{
        display: none;
    }
    .box-search-duration,
    .box-search-price,
    .box-search-types,
    .box-search-date{
        width: 150px;
    }
    .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: 30px;
        z-index: 100;
    }
    .search-item-head i{
        position: absolute;
        top: 13px;
        left: 0px;
        font-size: 20px;
        color: #000;
    }
    .search-item-val-show{
        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: 17px;
        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: #de740e;
    }
    .search-item-submit i{
        margin-right: 5px;
        font-size: 18px;
    }
    .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 input:checked~span:before{
        position: absolute;
        content: '';
        top: 5px;
        left: 5px;
        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;
    }
 

    /*
    * HOME WRAP.
    */
    .block-item .container{
        padding: 60px 0;
    }
    .block-item-head{
    }
    .block-item-head.center{
        text-align: center;
    }
    .block-item-title{
        position: relative;
        font-size: 22px;
        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: 30px;
    }
    .block-item-desc.white{
        color: #fff;
    }
    .block-item-content{
        margin-top: 20px;
    }
    .block-content-flex{
        display: flex;
        flex-flow: row wrap;
    }
    .thumb-cover{
        overflow: hidden;
    }
    .thumb-cover img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .sidebar{
        width: 270px;
    }
    .primary{
        width: calc(100% - 300px);
    }
    .thumb-zoom{overflow:hidden}
    .thumb-zoom img{transition:all ease-in-out .3s}
    .thumb-zoom:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}


    .block-item-morelink{
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .block-item-morelink a{
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
        color: var(--th-color-link);
        border: 1px solid var(--th-color-link);
        border-radius: 34px;
        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 UU DIEM.
    */
    .block-home-ud{
        background-color: var(--th-color-gray);
    }
    .block-home-ud .container{
        padding: 17px 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{
        font-size: 32px;
        margin-right: 10px;
        color: var(--th-color-orange);
    }
    .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;
    }


    /*
    * HOME TOUR.
    */
    .home-tour-nav{
        text-align: center;
    }
    .home-tour-nav li{
        display: inline-block;
        height: 30px;
        line-height: 30px;
        border-radius: 32px;
        padding: 0 20px;
        margin: 5px;
        cursor: pointer;
        font-weight: 700;
        border: 1px solid #d9d9d9;
        transition: all ease-in-out .3s;
        overflow: hidden;
    }
    .home-tour-nav li:hover{
        color: var(--th-color-orange);
        border-color: var(--th-color-orange);
    }
    .home-tour-nav li.active{
        color: #fff;
        border-color: var(--th-color-orange);
        background-color: var(--th-color-orange);
    }
    .home-tour-tab-wrap{
        margin-top: 20px;
    }
    .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: #333;
    }
    .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;
    }

    /*
    * HOME CARS.
    */
    .car-col-item{
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
        border-radius: 5px;
    }
    .car-col-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .car-col-item:nth-child(n+5){
        margin-top: 30px;
    }
    .car-col-item-thumb{
        display: block;
        color: #333;
        height: 200px;
        border-radius: 5px 5px 0 0;
        background-color: var(--th-color-gray);
    }
    .car-col-item-info{
        padding: 15px;
        position: relative;
        padding-bottom: 60px;
        color: #828282;
    }
    .car-col-item-title{
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
    }
    .car-col-item-title a{
        display: block;
        color: #333;
    }
    .car-col-item-desc{
        margin-top: 10px;
    }
    .car-col-item-price{
        position: absolute;
        text-align: right;
        bottom: 10px;
        left: 15px;
        right: 15px;
        font-size: 16px;
    }
    .car-col-item-price span{
        color: var(--th-color-orange);
        font-size: 26px;
        font-weight: 700;
    }

    /*
    * BLOCK REVIEW.
    */
    .home-review-item{
        background-color: rgba(255, 255, 255, 1);
        border-radius: 5px;
        margin: 5px 15px;
        padding: 25px;
        font-size: 16px;
        border: 1px solid #f8f8f8;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    }
    .home-review-item-thumb{
        width: 80px;
        height: 80px;
        border-radius: 100%;
        background-color: #fff;
    }
    .home-review-item-info{
        width: calc(100% - 100px);
    }
    .home-review-item-title{
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }
    .home-review-item-score{
        margin-top: 5px;
    }
    .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;
    }

    /*
    * HOME DOI NGU.
    */
    .block-home-dn .container{
        background-color: var(--th-color-gray);
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .block-home-dn .block-item-head{
        position: relative;
        padding-left: 30px;
    }
    .block-home-dn .block-item-head:before{
        position: absolute;
        width: 10px;
        height: calc(100% - 6px);
        content: '';
        top: 2px;
        left: 0px;
        background-color: var(--th-color-orange);
    }
    .block-home-dn .block-item-desc{
        margin-top: 5px;
    }
    .block-home-dn .block-item-content{
        padding: 20px 30px;
    }
    .home-dn-item{
        width: calc((100% - 150px) / 6);
        margin-right: 30px;
        text-align: center;
    }
    .home-dn-item:nth-child(6n+6){
        float: right;
        margin-right: 0px;
    }
    .home-dn-item:nth-child(n+7){
        margin-top: 30px;
    }
    .home-dn-item-thumb{
        width: 115px;
        height: 115px;
        border-radius: 100%;
        margin: 0 auto;
        background-color: #fff;
    }
    .home-dn-item-info{
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.5;
    }
    .home-dn-item-title{
        color: #000;
    }
    .home-dn-item-cv{
        color: #999;
        margin-top: 5px;
    }
    .block-home-dn .block-item-morelink{
        margin-top: 10px;
    }
    .block-home-dn .block-item-morelink a{
        padding: 0 30px;
        color: var(--th-color-orange);
        border-color: var(--th-color-orange);
    }

    /*
    * BLOCK FAQ REVIEW
    */
    .bg-gradient-gray{
        background-color: #f7f7f7;
        background: -moz-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f7f7f7));
        background: -webkit-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: -o-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: -ms-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: linear-gradient(to bottom,#fff 0%,#f7f7f7 100%);
    }
    .block-faq-review{
        
    }
    .block-faq-review .container{
        padding-top: 0px;
    }
    .block-col2{
        width: calc((100% - 30px) / 2);
    }
    .block-col2-title{
        color: #fff;
        border-color: #666;
    }
    .block-col2-content{
        margin-top: 20px;
    }
    .block-faq-review .block-col2-content{
        margin-top: 10px;
    }
    .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}*/
    /**/
    .review-carousel .slick-list{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .review-item-content{
        position: relative;
        background-color: #f5f5f5;
        padding: 30px 20px;
        border-radius: 3px;
        font-size: 15px;
    }
    .review-item-content:after{
        position: absolute;
        content: '';
        left: 20px;
        bottom: -20px;
        border: 10px solid transparent;
        border-top: 10px solid #f5f5f5;
        border-left: 10px solid #f5f5f5;
    }
    .review-item-info{
        margin-top: 30px;
    }
    .review-item-thumb{
        width: 80px;
        height: 80px;
        border-radius: 100%;
        overflow: hidden;
    }
    .review-item-info{
        padding-top: 10px;
        margin-left: 100px;
    }
    .review-item-title{
        font-weight: 500;
        font-size: 16px;
    }
    .review-item-note{
        font-style: italic;
    }
    .review-carousel .slick-dots li button:before{
        color: #ddd;
        opacity: 1;
    }

    /*
    * BLOCK HOME NEWS.
    */
    .home-news-item{
        margin: 0 15px;
    }
    .home-news-item-thumb{
        display: block;
        color: #333;
        background-color: var(--th-color-ghost-white);
        border-radius: 5px;
        height: 180px;
    }
    .home-news-item-info{
        margin-top: 15px;
    }
    .home-news-item-title{
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
    }
    .home-news-item-title a{
        display: block;
        color: #000;
    }
    .home-news-item-desc{
        margin-top: 10px;
    }

    /*
    * FOOTER.
    */
    .footer{
        position: relative;
        background-color: var(--th-color-gray);
        border-bottom: 8px solid var(--th-color-orange);
    }
    .footer-top .container{
        padding: 50px 0;
    }
    .footer .container{
    }
    .footer-item{
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
    }
    .footer-item:nth-child(3){
        width: calc((100% - 30px) / 2);
        float: right;
        margin-right: 0px;
    }
    .footer-item-head{
        position: relative;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
    }
    .footer-item-head span{
        position: relative;
        z-index: 5;
    }
    /*.footer-item-head:after{
        position: absolute;
        content: '';
        width: 20px;
        height: 12px;
        left: -5px;
        bottom:5px;
        z-index: 1;
        /*background-color: var(--th-color-yellow);*/
        /*background-color: var(--th-color-sky-blue);
    }*/
    /*.footer-item:nth-child(1) .footer-item-head:after{
        display: none;
    }*/
    .footer-item-content{
        margin-top: 15px;
        font-size: 14px;
    }
    .footer-logo a{
        height: 60px;
        color: #333;
        display: block;
    }
    .footer-logo a img{
        height: 100%;
    }
    .footer-slogan{
        font-weight: 700;
        margin-top: 5px;
        font-size: 14px;
    }
    .footer-item-content p:nth-child(n+2){
        margin-top: 10px;
    }
    .footer-item-content a{
        font-weight: 700;
    }
    .footer-item-content a:hover{
        color: var(--th-color-yellow);
    }
    .footer-item-nav li:nth-child(n+2){
        margin-top: 10px;
    }
    .footer-social-head{
        margin-top: 20px;
        font-weight: 700;
        font-size: 16px;
    }
    .footer-social{
        margin-top: 10px;
    }
    .footer-social a{
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        color: #fff;
        background-color: var(--th-color-gray);

    }
    .footer-social a:nth-child(n+2){
        margin-left: 10px;
    }
    .footer-item-nav ul{overflow:hidden}
    .footer-item-nav ul li:nth-child(n+2){margin-top:15px;}
    .footer-item-nav ul li a{position:relative;display:block;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:700;font-size:16px;}



    .footer-bottom{
        background-color: #fff;
    }
    .footer-bottom .container{
        padding: 25px 0;
        color: #999;
    }
    .footer-bottom a{
        color: #333;
        font-weight: 700;
    }
    .footer-bottom a:hover{
        color: var(--th-color-red);
        text-decoration: underline;
    }
    .footer-copyright{
        padding-top: 5px;
    }
    /**/
    .footer-item-register input{
        width: 100%;
        height: 48px;
        box-sizing: border-box;
        padding: 0 15px;
        border: none;
        border-radius: 5px;
        outline: none;
        color: #333;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .2);
    }
    .footer-item-register input[type="submit"]{
        width: 130px;
        margin-top: 15px;
        color: var(--th-color-blue);
        border: none;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: var(--th-color-yellow);
        transition: all ease-in-out .3s;
    }
    .footer-item-register input[type="submit"]:hover{
        width: 150px;
        color: var(--th-color-yellow);
        background-color: var(--th-color-red);
    }
    /**/
    .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: 2px;
        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: var(--th-color-orange);
        background-color: rgba(255, 255, 255, .8);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    }
    .icon-back-top.active{
        right: 20px;
        opacity: 1;
        visibility: visible;
    }    

    /*
    * TAXXONOMY.
    */
    .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 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;
    }

    .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-pro-wrap{
        padding: 10px;
    }
    .tax-pro-wrap .pro-item{
        width: calc(100% / 4);
    }
    /**/
    .tax-desc{
        margin-top: 10px;
    }
    /**/
    .tax-child-list{
        text-align: center;
    }
    .tax-child-list li{
        display: inline-block;
        margin-top: 30px;
    }
    .tax-child-list li h3{
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
    }
    .tax-child-list li a{
        position: relative;
        display: block;
        color: #333;
        padding: 0 35px;
    }
    .tax-child-list li a:after{
        /*position: absolute;*/
        font-family: 'Font Awesome 5 Pro';
        content: "\f054";
        margin-left: 10px;
        font-size: 16px;
        /*right: 0px;*/
    }

    /**/
    .archive-news-wrap{
        margin-top: 25px;
    }
    .archive-new-item:nth-child(n+2){
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #e8e8e8;
    }
    .archive-new-item-thumb{
        display: block;
        background-color: #f9f9f9;
        width: 330px;
        height: 200px;
        color: #333;
        border-radius: 5px;
    }
    .archive-new-item-info{
        width: calc(100% - 350px);
    }
    .archive-new-item-title{
        font-size: 22px;
        font-weight: 700;
        line-height: 1.5;
    }
    .archive-new-item-title a{
        display: block;
        color: #333;
    }
    .archive-new-item-des{
        margin-top: 10px;
    }
    .archive-new-item-morelink{
        margin-top: 10px;
        text-align: center;
        font-size: 13px;
    }
    .archive-new-item-morelink a{
        display: block;
        color: #333;
    }
    .archive-new-item-morelink a i{
        margin-left: 10px;
        color: var(--th-color-main);
    }

    
    /**/
    .news-col-item{
        background-color: #f9f9f9;
    }
    .news-col-item-thumb{
        display: block;
        color: #333;
        height: 135px;
        background-color: #f5f5f5;
    }
    .news-col-item-info{
        padding: 15px 10px;
    }
    .news-col-item-title{
        font-size: 15px;
        font-weight: 700;
        line-height: 1.5;
    }
    .news-col-item-title a{
        display: block;
        color: var(--th-color-main);
    }
    .news-col-item-desc{
        line-height: 1.5;
        margin-top: 5px;
    }

    /* Pagination */
    .pagination{
        clear: both;
        text-align: center;
    }
    .pagination span,
    .pagination a{
        display: inline-block;
        margin-right: 8px;
        margin-top: 30px;
        height: 35px;
        line-height: 35px;
        width: 35px;
        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-red);
    }
    .pagination .next,
    .pagination .prev{
        width: auto;
        width: 38px;
    }
    /*
    * ARCHIVE TOUR
    */
    .page-head-content{
        margin-top: 15px;
    }
    .page-head-search{
        margin-top: 30px;
    }
    .page-head-search .box-search{
        background: transparent !important;
    }
    .page-head-search .box-search-inner{
        background-color: transparent;
    }
    .page-head-search .box-search-inner .container{
        padding: 0px;
    }
    .page-head-search .box-search-wrap{
        margin-top: 0px;
    }
    .page-head-search .search-item-submit{
        background-color: #ffe8d6;
        color: var(--th-color-orange);
    }
    .page-head-search .search-item-submit:hover{
        background-color: var(--th-color-orange);
        color: #fff;
    }
    .page-content{
        margin-top: 40px;
    }

    /**/
    .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 p,
    .tour-list-item-why-book-content li{
        margin-top: 8px;
    }
    .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: 7px;
        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;
    }
    /**/
    .tax-sort-by{
        margin-bottom: 20px;
    }
    .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;
    }
    .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;
}
    /**/
    .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;
    }

    /*
    * SIDEBAR.
    */
    .sidebar-item{
        background-color: #f5f5f5;
        border-radius: 10px;
    }
    .sidebar-item:nth-child(n+2){
        margin-top: 30px;
    }
    .sidebar-fix{
        position: sticky;
        top: 140px;
    }
    .sidebar-item:last-child{
        border-bottom: none;
    }
    .sidebar-item-head{
        position: relative;
        position: relative;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0px 15px;
        padding-top: 20px;
        color: #000;
    }
    .sidebar-item-head:before{
        position: absolute;
        top: 27px;
        left: 0px;
        content: '';
        width: 5px;
        height: 15px;
        background-color: var(--th-color-orange);
    }
    .sidebar-item-content{
        padding: 20px 15px;
        padding-top: 15px;
    }
    .sidebar-item-nav li:nth-child(n+2){
        margin-top: 10px;
    }
    .sidebar-item-nav li a{
        display: block;
        padding: 10px;
        color: #333;
        line-height: 1.5;
        background-color: #f9f9f9;
        border-radius: 2px;
    }
    .sidebar-item-nav li a:hover{
        color: #d10a00;
    }
    .sidebar-item-nav li a.active{
        color: #333;
        border: 1px solid #d10a00;
    }
    .sb-post-item:nth-child(n+2){
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px dotted #ccc;
    }
    .sb-post-item-thumb{
        display: block;
        width: 60px;
        height: 60px;
        background-color: #fff;
        color: #333;
        border-radius: 3px;
    }
    .sb-post-item-info{
        margin-left: 75px;
    }
    .sb-post-item-title{
        font-size: 15px;
        font-weight: 700;
        line-height: 1.5;
    }
    .sb-post-item-title a{
        display: block;
        color: #000;
    }
    .sb-ppro-item-price{
        margin-top: 0px;
        color: #999;
    }
    /**/
    .single .sidebar-item{
        padding: 0px;
    }
    .single .sidebar-item:nth-child(n){
        border: none;
    }
    .sg-sb-tt table tr:nth-child(n+2) td{
        border-top: 1px solid #e8e8e8;
    }
    .sg-sb-tt table tr td{
        padding: 5px 0;
    }
    /* 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: 1px;
        left: 0px;
        width: 18px;
        height: 18px;
        border: 1px solid #e8e8e8;
    }
    .sb-fil-item-content input:checked~span{
        border-color: #2d9cdb;
    }
    .sb-fil-item-content input:checked~span:before{
        position: absolute;
        content: '';
        top: 3px;
        left: 3px;
        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;
    }

    /*
    * SINGLE TOUR.
    */
    .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{
        padding-top: 7px;
    }
    /**/
    .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;
        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;
        /*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{
        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 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: -5px;
        left: 0px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f00c";
        font-size: 22px;
        font-weight: 400 !important;
        color: var(--th-color-orange);
    }
    /**/
    .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;
    }
    .single-tour-in-item-right{
        width: calc(100% - 50px);
        font-size: 16px;
        line-height: 1.5;
    }
    .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 CAR.
    */
    .single-car-related .container{
        padding-bottom: 50px;
    }


    /*
    * SINGLE NEW.
    */
    .primary-single-news{
        padding: 20px;
    }
    .single-title{
        position: relative;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.5;
        color: #000;
        margin-top: 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e8e8e8;
    }
    .single-title:after{
        position: absolute;
        content: '';
        width: 70px;
        height: 3px;
        left: 0px;
        bottom: -2px;
        background-color: var(--th-color-orange);
    }
    .single-share{
        margin-top: 30px;
        background-color: #f5f5f5;
        padding: 20px;
        padding-top: 27px;
        border-radius: 10px;
    }
    .single-share-left{
        width: 65px;
        font-weight: 700;
        padding-top: 3px;
    }
    .single-share-right{
        width: calc(100% - 65px);
    }
    .single-post-related{
        margin-top: 40px;
    }
    .single-post-related-head{
        position: relative;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.5;
        color: #000;
        padding-left: 20px;
    }
    .single-post-related-head:before{
        position: absolute;
        content: '';
        width: 7px;
        height: 20px;
        top: 6px;
        left: 0px;
        background-color: var(--th-color-orange);
    }
    .single-post-related-list{
        margin-top: 20px;
    }
    
    /**/
    .post-meta{
    }
    .post-meta a{
        display: inline-block;
        color: #333;
        font-weight: 700;
    }
    .post-meta span:nth-child(n+2){
        position: relative;
        margin-left: 18px;
        color: #666;
    }
    .post-meta span:nth-child(n+2):before{
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 100%;
        top: 7px;
        left: -12px;
        background-color: var(--th-color-orange);
    }
    /**/
    .single-meta{
        margin-top: 15px;
        background-color: #f9f9f9;
        padding: 10px;
        font-size: 13px;
    }
    .single-meta a{
        font-weight: 500;
    }
    .post-auth{
        position: relative;
        padding-left: 25px;
        font-weight: 500;
    }
    .post-auth i{
        position: absolute;
        left: 0px;
        top: 2px;
        color: #999;
        font-size: 20px;
        margin-right: 5px;
    }
    .single-content-wrap{
        margin-top: 30px;
    }
    .single-content-main{
        width: calc(100% - 85px);
    }
    .single-content{
        color: #333;
        font-size: 16px;
    }
    .single-content p{
        padding: 8px 0;
    }
    .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;
        border-left: 1px solid #ddd;
        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;
        border-bottom: 1px solid #ddd;
    }
    .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: 9px;
        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-tag{
        border-bottom: 1px solid #e8e8e8;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .single-tag-left{
        width: 100px;
        font-size: 16px;
        padding-top: 12px;
        font-weight: 500;
        color: var(--th-color-blue);
        font-family: var(--th-font-title);
    }
    .single-tag-left i{
        color: var(--th-color-orange);
        margin-right: 5px;
    }
    .single-tag-right{
        width: calc(100% - 100px);
    }
    .single-tag-item{
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 12px;
        margin-right: 5px;
        margin-top: 9px;
        color: #333;
        background-color: var(--th-color-gray);
        font-weight: 600;
        border-radius: 32px;
        transition: all ease-in-out .3s;
    }
    .sidebar-tag-item h4{
        font-size: 13px;
        font-weight: 400;
    }
    .sidebar-tag-item:hover{
        color: #fff;
        background-color: var(--th-color-orange);
    }
    /**/
    .single-related{
        margin-top: 40px;
    }
    .page-item-title{
        font-size: 25px;
        font-weight: 700;
        color: var(--th-color-blue);
    }
    .page-item-content{
        margin-top: 20px;
    }
    .single-related-item{
        width: calc((100% - 60px) / 3);
        padding: 0px;
        margin-right: 30px;
    }
    .single-related-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .single-related-item:nth-child(n+4){
        margin-top: 30px;
    }
    .single-related-item-thumb{
        display: block;
        color: #333;
        height: 155px;
    }
    .single-related-item-meta{
        margin-top: 10px;
    }
    .post-fea-item-title{
        font-size: 15px;
        margin-top: 3px;
    }

    /*
    * PAGE CONTACT.
    */
    .contact-col2-item{
        width: calc((100% - 30px) / 2);
        margin-top: 20px;
    }
    .contact-col2-item-head{
        font-weight: 700;
        line-height: 1.5;
        font-size: 22px;
        color: #000;
        text-transform: uppercase;
    }
    .contact-col2-item-content{
        margin-top: 15px;
    }
    .contact-map{
        margin-top: 0px;
        height: 400px;
        background-color: #f9f9f9;
        margin-bottom: 20px;
    }
    .contact-map p,
    .contact-map iframe{
        display: block !important;
        width: 100% !important;
        height: 100% !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:1px solid #ccc;padding:0 10px;box-sizing:border-box;border-radius:5px;transition:all ease-in-out .3s;font-weight:400;}
    .form-ct-item input:focus,.form-ct-item select:focus,.form-ct-item textarea:focus{border:1px solid var(--th-color-blue);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:14px;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:40px;color:#fff;border:none;background-color:var(--th-color-orange);font-size:16px;font-weight:700;padding:0 25px;transition: all ease-in-out .3s;}
    .contact-file-btn:hover,.form-ct-item input[type="submit"]:hover{background-color:var(--th-color-red);color:var(--th-color-yellow);padding: 0 30px;}
    .grecaptcha-badge{display: none !important;}

    /*
    * SEARCH.
    */
    .search-result-list{
        margin-top: 30px;
    }
    .search-result-item{
        width: 100%;
    }
    .search-result-item:nth-child(n+2){
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e8e8e8;
    }
    .search-result-item-thumb{
        display: block;
        color: #333;
        width: 120px;
        border-radius: 5px;
        overflow: hidden;
        background-color: var(--th-color-ghost-white);
    }
    .search-result-item-thumb img{
        width: 100%;
    }
    .search-result-item-info{
        margin-left: 20px;
        width: calc(100% - 140px);
    }
    .search-result-item-title{
        font-size: 17px;
        line-height: 1.5;
        font-weight: 700;
    }
    .search-result-item-title a{
        color: var(--th-color-link);
        text-decoration: underline;
    }
    .search-result-item-desc{
        margin-top: 5px;
    }
    /**/
    input.wpcf7-not-valid,
    textarea.wpcf7-not-valid{
        border: 1px 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;
    }
    /**/
    #ez-toc-container {
        display: block;
        box-sizing: border-box;
    }
    #ez-toc-container a:before{
        display: none !important;
    }
    /**/
    .empty-content{
        position: relative;
        padding: 8px 10px;
        border: 1px solid transparent;
        border-radius: 2px;
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        width: 100%;
        font-size: 13px;
        line-height: 1.5;
        width: 100%;
        box-sizing: border-box;
    }

    
    .phone-vr-img-circle{box-sizing:border-box;border:2px solid #fff;top:26px;left:27px;}
    #fanpage-vr .phone-vr-img-circle{background-color:#fff;border:2px solid #fff;}
    .phone-bar a {
        position: fixed;
        bottom: 24px;
        left: 30px;
        z-index: 10;
        color: #fff;
        font-size: 16px;
        padding: 6px 15px 5px 50px;
        border-radius: 100px;
        white-space: nowrap;
        background-color: #ce0202;
        font-size: 16px;
        font-weight:700;
    }
    /* Popup Register  */
    .popup-register{
        width: 800px;
        padding: 0px !important;
        background-color: var(--th-color-blue) !important;
    }
    .popup-register:after{
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #fff url(images/bg/bg-main-blue.png) center center;
        background-size: 400px auto;
        opacity: .2;
    }
    .popup-register-right{
        position: relative;
        width: 400px;
        z-index: 10;
    }
    .popup-register-thumb{
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
    .popup-register-left{
        position: relative;
        width: calc(100% - 400px);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }
    .popup-register-content{
        width: calc(100% - 60px);
        margin: 50px 0;
    }
    .popup-register-title{
        font-weight: 700;
        font-size: 35px;
        text-align: center;
        line-height: 1.5;
        color: var(--th-color-yellow);
    }
    .popup-register-note{
        color: #fff;
        line-height: 1.5;
        margin-top: 15px;
    }
    .popup-register-form{
        margin-top: 20px;
    }
    .popup-register-form input{
        width: 100%;
        box-sizing: border-box;
        outline: none;
        height: 40px;
        border-radius: 5px;
        padding: 0 12px;
        margin-top: 10px;
        border: none;
    }
    .popup-register-form input[type="submit"]{
        background-color: var(--th-color-yellow);
        color: var(--th-color-blue);
        font-weight: 700;
    }
    .popup-register-form input[type="submit"]:hover{
        color: var(--th-color-yellow);
        background-color: var(--th-color-red);
    }
    
    /**/
    body.page-template-visa-application,
    body.page-template-tour-inquiring{
        background-color: #f8f8f8;
    }
    .page-template-visa-application .header .menu,
    .page-template-tour-inquiring .header .menu{
        padding-top: 0px !important;
    }
    .page-template-visa-application .block-breadcrumb,
    .page-template-tour-inquiring .block-breadcrumb{
        display: none;
    }
    .acf-field-6888531a245ee{
        display: none;
    }
    .wrap-item-content{
        border-radius: 10px !important;
        overflow: hidden !important;
        background-color: #fff;
        padding: 0px 5px;
        box-sizing: border-box;
        padding-bottom: 30px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    }
    .acf-front-head{
        font-size: 22px;
        font-weight: 700;
        color: #000;
        line-height: 1.5;
        margin-bottom: 30px;
        text-align: center;
        margin-top: 40px;
    }
    .acf-field--post-title{
        display: none !important;
    }
    .acf-accordion-title label{
        font-size: 17px !important;
        font-weight: 700 !important;
        color: #000;
    }
    .acf-form-submit{
        margin-top: 30px;
        text-align: center;
    }
    .acf-form-submit input{
        outline: none;
        border: none;
        color: #fff;
        padding: 8px 20px;
        padding-bottom: 12px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 16px;
        background-color: var(--th-color-orange);
        transition: all ease-in-out .3s;
    }
    .acf-form-submit input:hover{
        background-color: var(--th-color-blue);
    }
    /**/
    .acf-front-tour{
        background-color: #fff;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 30px;
    }
    .acf-front-tour-thumb{
        width: 280px;
        background-color: #f9f9f9;
        border-radius: 5px;
    }
    .acf-front-tour-info{
        width: calc(100% - 300px);
    }
    .acf-front-tour-title{
        font-size: 18px;
        line-height: 1.5;
        font-weight: 700;
        color: #333;
    }
    .acf-front-tour-local{
        margin-top: 10px;
        font-size: 15px;
        color: #828282;
    }
    .acf-front-tour-local i{
        margin-right: 10px;
    }

}
@-webkit-keyframes phone-wave {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: .1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: .5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1; } }@keyframes phone_wave {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: .1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: .5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1; } 
}
@keyframes spinner {
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes flash {
    0% { opacity: 0; } 
    50% { opacity: 0; } 
    100% { opacity: 1; }
}
@keyframes flash {
    0% { opacity: 0; } 
    50% { opacity: 0; } 
    100% { opacity: 1; }
}

/* custom css Menu Tours */
.tour-category-menu {
    margin-top: 2px;
    display: flex;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}
.tour-category-menu > .tour-destination {
    background: #ededed;
    width: 160px;
}

.tour-category-menu .tour-category-menu-wrapper {
    width: 100%;
}

.tour-category-menu > .tour-destination > ul > li {
    padding: 8px 12px;
    cursor: pointer;
}

.tour-category-menu > .tour-destination > ul > li:hover {
    background: #fff;
}

.tour-category-menu > .tour-destination > ul > li.active {
    background: #fff;
}

.tour-category-menu .tour-category-menu-nav {
    display: none;
    padding: 8px 12px;
}

.tour-category-menu .tour-category-menu-nav.active {
    display: flex;
    flex-direction: column;
}

.tour-category-menu .tour-category-title-type {
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
}

.tour-category-menu .tour-category-menu-nav ul li {
    padding: 8px 0;
    display: inline-block;
    width: 30%;
}
.tour-category-menu a {
    color: #0a0a0a;
}

.tour-category-menu a:hover {
    color: #f47921;
}

.tour-category-menu hr {
    margin: 16px 0;
    background: #eee;
    border: none;
    height: 1px;
}

@media screen and (max-width: 1024px) {
    .box-search-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .box-search-wrap .box-search-input {
        width: 100%;
        z-index: 999999;
    }
    .box-search-wrap .box-search-right {
        flex-direction: column;
    }
    .box-search-wrap .box-search-right .box-search-item {
        width: 100%;
        padding: 0;
    }
    .tour-category-menu .tour-category-menu-nav ul li {
        padding: 4px 0;
        width: 100%;
    }
}

/* Custom Css Suggest list */
.suggest-list {
    width: 250px;
    background: #fff;
    position: absolute;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .2);
}

.suggest-list .suggest-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: normal;
}

.suggest-list .suggest-list-item h4 {
    font-size: 14px;
}

.suggest-list .suggest-list-item .suggest-list-item-info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    padding: 4px 12px;
    background: #fcfcfc;
    text-align: center;
}

.suggest-list .suggest-list-item .suggest-list-item-info .suggest-list-item-tag {
    color: #ff8c1c;
    font-weight: bold;
    margin-bottom: 4px;
}

/* Contact form */
/* Container grid */
.cp-contact-grid {
    max-width: 940px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* each row: 2 columns - label + field */
.cp-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 12px 20px;
    align-items: start;
    margin-bottom: 18px;
}

/* label styling (left column) */
.cp-row label {
    font-weight: 600;
    padding-top: 6px;
    color: #222;
}

/* field wrapper (right column) */
.cp-field {}
.full-name-field p {
    display: flex;
    width: 100%;
    gap: 8px;
}

.full-name-field p .wpcf7-form-control-wrap[data-name="full-name"] {
    width: 100%;
}

/* short select (title) + full name on same line */
.cp-short {
    width: 120px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    box-sizing: border-box;
}

.cp-full {
    width: calc(100% - 132px); /* adjust to leave space for short select */
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

/* textarea large */
.cp-textarea {
    width: 100%;
    min-height: 160px;
    resize: vertical;
    box-sizing: border-box;
}

/* radio list style */
.cp-radio-group .wpcf7-list-item {
    display: block;
    margin: 6px 0;
}

/* inputs/selects general */
.cp-field input[type="text"],
.cp-field input[type="email"],
.cp-field input[type="tel"],
.cp-field select {
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-left: 3px solid #e57d3b; /* mimic red left bar when error if needed */
    border-radius: 2px;
    font-size: 14px;
    width: 100%;
}

.cp-field textarea {
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-left: 3px solid #e57d3b; /* mimic red left bar when error if needed */
    border-radius: 2px;
    font-size: 14px;
    width: 100%;
}

/* submit button */
.cp-submit {
    background: #e57d3b;
    color: #fff;
    padding: 14px 32px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    min-width: 275px;
    text-align: center;
}

.contact-information-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Footer extend */
.footer-extend {
    background: #fff;
    padding: 16px 0;
}

.footer-extend .footer-extend-title {
    margin-bottom: 16px;
}

.footer-extend-image-container {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.footer-extend .footer-extend-description p {
    color: #828282;
    line-height: 24px;
}

.footer-extend-image-container .thumb {
    border: 1px solid #e9e9e9;
    text-align: left;
    border-radius: 8px;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(16.667% - 17px);
    overflow: hidden;
    height: 60px;
}

.footer-extend-image-container .thumb img {
    object-fit: contain;
    height: 100%;
    width: 90%;
}

@media (max-width: 720px) {
    .footer-extend-image-container {
        flex-direction: column;
    }
    .footer-extend-image-container .thumb {
        width: 90%;
        padding: 8px 0;
    }
}

/* small responsiveness */
@media (max-width: 720px) {
    .cp-row {
        grid-template-columns: 1fr;
    }
    .cp-full { width: 100%; display:block; margin-top:8px }
    .cp-short { width: auto; display:block; margin-bottom:8px }
}

