@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: hahuytuyen1998@gmail.com
*/
body {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    overflow-x: hidden;
    max-width: 1600px;
    margin: 0 auto !important;
}
h1, h2, h3, h4 {
    margin-top: 0px;
}
.clr{
    clear: both;
}
ul{
    margin: 0;
    list-style-type: none;
    list-style: none;
    padding: 0;
}
.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}
.ul-b li {
    list-style-type: none;
}
input, button, select, textarea {
    outline: none !important;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none !important;
    color: #38a1c0;
    transition: all .5s;
}
a {
    color: #000;
    cursor: pointer;
}
p{
    font-weight: 400;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}
.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}
.fl-left {
    float: left !important;
}
.fl-right {
    float: right !important;
}
.ds-flex {
    display: flex;
}
.ali-c {
    align-items: center;
}
.ju-s {
    justify-content: space-between;
}
.ju-c {
    justify-content: center;
}
/* css scroll */
*::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #41c2dc;
  width: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #6a6a6a; 
} 

@keyframes pulse-wave {
    0% {
        opacity: 0;
        transform: scale(1.0);
    }

    50% {
        opacity: 1;
        transform: scale(2.0);
    }

    100% {
        opacity: 0;
        transform: scale(4.0);
    }
}

@keyframes img-rung {
    0% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1.05) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1.05) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1.05) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1.05) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 51px;
    line-height: 51px;
}


.owl-prev {
    left: 0px !important;
}

.owl-next {
    right: 0px !important;
}

.eclip-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.swiper{
    overflow: hidden;
}
.nav-container-fixed{
position:fixed !important;
top:0;
left:0;
right:0;
width:100%;
z-index:10055;
background: #fff;}
.nav-container-fixed{
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 40px;
    background: #fff;
    color: #f9af45;
    font-size: 14px;
    line-height: 38px;
    border-radius: 40px;
    text-align: center;
    border: 1px solid #ddd;
    transform: translateY(-50%);
    margin-top: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background: #f0e5d9;
}
.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 999;
}
.back-to-top a{
    display: block;
    color: #fff;
    background: #000;border-radius: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
    font-size: 13px;
}
.back-to-top a:hover{
    background: transparent;
    color: #000;
    border-color: #000;
}
.fp-viewing-0 .back-to-top a:hover{
    color: #fff;
    border-color: #fff;
}
.mess{
    position: fixed;
    bottom: 100px;
    right: 15px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.mess a{
    display: block;
    color: #fff;
    background: #000;border-radius: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    z-index: 999999;
    cursor: pointer;
    border: 1px solid #000;
    font-size: 18px;
}
.mess a:hover{
    background: transparent;
    color: #000;
    border-color: #000;
}
.fp-viewing-0 .mess a:hover{
    color: #fff;
    border-color: #fff;
}
.swiper{
    position: relative;
}
/*====================================================================*/
/* css memu mobie */
.wp-menu-mobile {
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    left: 15px;
    z-index: 9;
    display: none;
}

#trigger-mobile i {
    font-size: 22px;
    color: #333;
    transition: all .5s;
}

span.bar {
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgb(255,255,255);
    margin: 5px 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}

.menu_toggle {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); 
    z-index: 9997;
    transition: opacity .5s ease;
    opacity: 0.7;
}

    .menu_toggle.active {
        transition: opacity .5s ease;
        visibility: visible;
    }

.mobile-main-menu {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 999999 !important;
    top: 0 !important;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-size: cover;
    background-repeat: no-repeat;
}
.mobile-main-menu:before{
    content: "";
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
    .mobile-main-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: calc(100% - 25%);
        max-width: 350px;
    }

    .mobile-main-menu .drawer-header {
        background-color: #006400;
    }

        .mobile-main-menu .drawer-header .drawer-header--auth {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0px 16px;
            margin-top: 0;
            padding: 15px 0;
        }

            .mobile-main-menu .drawer-header .drawer-header--auth ._object {
                width: 40px;
                height: 40px;
                margin-right: 16px;
                border-radius: 50%;
                overflow: hidden;
            }

            .mobile-main-menu .drawer-header .drawer-header--auth ._body {
                color: #fff;
                font-size: 12px;
            }

                .mobile-main-menu .drawer-header .drawer-header--auth ._body a {
                    text-transform: uppercase;
                    font-weight: 600;
                    color: #fff
                }

    .mobile-main-menu .la-scroll-fix-infor-user {
        overflow: auto;
        position: relative;
        height: 100%;
        background: #fff;
        padding-top: 20px;
    }

        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
            padding: 10px;
            color: #757575;
            font-size: 14px;
            text-transform: uppercase;
            padding-bottom: 0;
        }

        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
            position: relative;
            overflow-y: auto;
            background: #fff;
            height: 100%;
        }

            .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
                width: 100%;
                float: left;
                padding: 0px;
                position: relative;
                overflow: hidden;
            }
            .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li:last-child{
                border-bottom: none;
            }
                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li span {
                    float: left;
                    width: 23px;
                    margin: 0 9px 0 0;
                }

                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
                    display: block;
                    color: #000;
                    font-size: 16px;
                    width: 100%;
                    height: 100%;
                    padding: 15px 15px;
                    position: relative;
                    font-weight: 600;
                    text-transform: uppercase;
                }

li.ng-scope span.c1 {
    text-transform: uppercase;
    font-size: 13px;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i,
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
    padding: 1px 0;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 14px;
    transform: translate(0, -50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before,
    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
        content: "\f107";
    }

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
    padding-left: 10px;
    display: none;
}

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
        border: none;
    }

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
        padding-left: 20px;
        display: none;
    }

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
        border: none;
    }

.navbar-toggle .icon-bar {
    background: #f3b94d;
}

.hidden_over{
    overflow: hidden !important;
}
.search_mobie{
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.search_mobie input{
    height: 40px;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #fff;
    background: none;
    border-radius: 0;
    margin-top: 15px;
}
.search_mobie button{
    position: absolute;
    top: 85px;
    right: 15px;
    color: #fff;
    background: none;
    border: none;
}
.search_mobie img{
    max-height: 45px;
    margin: 0 auto;
    display: block;
}
.social-menu-mb{
    position: absolute;
    left: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    color: #fff;
}
.social-menu-mb a{
    color: #fff;
    margin-left: 10px;
    display: inline-block;
}
.btn_close{
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 999;
}
.btn_close button{
    background: none;
    color: #000;
    font-size: 22px;
    border: none;
}
/*end*/
.top_header{
    padding: 10px 0;
    position: relative;
}
.wp_top_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_page a img{
    max-height: 50px;
}
.right_top_header > ul{
    display: flex;
}
.right_top_header > ul > li{
    display: flex;
    align-items: center;
    margin-left: 30px;
    position: relative;
}
.right_top_header > ul > li:before{
    content: "";
    width: 1px;
    height: 15px;
    background: #ddd;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.icon_email_phone_header{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #f9af45;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}
.right_top_header > ul > li a{
    font-weight: 600;
    color: #f9af45;
    font-size: 16px;
}
.right_top_header > ul > li:last-child:before{
    display: none;
}
.right_top_header > ul > li a:hover{
    color: #41c2dc;
}
.menu_header{
    background: #41c2dc;
}
.ul_menu_header{
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-between;
}
.ul_menu_header > li{
    display: flex;
    align-items: center;
    position: relative;
}
.ul_menu_header > li i{
    font-size: 12px;
}
.ul_menu_header > li > a{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
}
.ul_menu_header > li > a i{
    margin-right: 5px;
}
.ul_menu_header > li > a:hover{
    background: #f9af45;
}
.sub-menu {
    position: absolute;
    min-width: 200px;
    background: #fff;
    top: 100%;
    transition: all .5s;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ul_menu_header > li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sub-menu li a{
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
.sub-menu li a:hover{
    background: #f9af45;
    color: #fff;
}
.banner_slider .swiper-slide img{
    object-fit: cover;
    width: 100%;
    transition: all 30s;
}
.banner_slider .swiper-slide-active img {
    transform: scale(1.5);
    width: 100%;
}
.weather_search{
    padding: 1px 0;
    position: relative;
    background-size: cover;
    height: 100%;
}
.sec_weather_search{
    background-image: url(img/test.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    background-position: center;
    position: relative;
    margin-top: -90px;
    z-index: 999;
}
.decor_line_search{
    position: relative;
    width: 100%;
    height: 100%;
}
.wp_weather_search{
    display: flex;
    align-items: center;
    position: absolute;
    /* margin-top: 90px; */
    max-width: 1200px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.wp_weather_search .container{
    height: 100%;
}
.decor_line_search{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.decor_line_search img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.weather{
    display: flex;
    align-items: center;
    width: 350px;
/*    border-right: 3px dashed #f9af45;*/
    margin-right: 20px;
    padding: 15px 0;
}
.left_weather{
    color: #f9af45;
}
.left_weather p{
    margin-bottom: 0px;
    font-size: 16px;
}
.left_weather h3{
    font-size: 30px;
    margin-bottom: 0;
}
.left_weather h4{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
}
.right_weather{
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.icon_right_weather{
/*    background: #b3cc56;*/
/*    width: 50px;*/
    height: 50px;
    line-height: 50px;
    color: #b3cc56;
    font-size: 30px;
    text-align: center;
}
.text_right_weather{
    font-size: 50px;
    font-weight: bold;
    margin-left: 10px;
     color: #f9af45;
}
/*.weather_search:before{
    content: '';
    position: absolute;
    top: -54px;
    left: 0;
    width: 100%;
    height: 55px;
    background: url(img/path_1.png) bottom no-repeat;
    z-index: 01;
    background-size: cover;
}
.weather_search:after{
    content: '';
    position: absolute;
    bottom: -54px;
    left: 0;
    width: 100%;
    height: 55px;
    background: url(img/path_2.png) bottom no-repeat;
    z-index: 01;
    background-size: cover;
}*/
.search{
    width: calc(100% - 400px);
}
.title_search{
    color: #f9af45;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;

}
.wp_search{
    display: flex;
    width: 100%;
    margin: 0 -10px;
}
.dropdown_search{
    width: 20%;
    margin: 0 10px;
}
.btn_search_all{
    width: 20%;
    margin: 0 10px;
}
.wp_search button{
    width: 100%;
}
.dropdown_search button{
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    text-align: left;
}
.btn_search_all button{
    background: #b3cc56 ;
    border-color: #b3cc56;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background: #f9af45;
    border-color: #f9af45;
}
.btn_search_all button:hover, .btn-secondary:hover{
    background: #f9af45;
    border-color: #f9af45;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle{
    background: #f9af45;
    border-color: #f9af45;
}
.sec_tour_hot{
    padding: 45px 0 100px 0;

}
.title_sec_page{
    text-align: center;
    margin-bottom: 30px;
}
.title_sec_page h2{
    font-size: 30px;
    font-weight: bold;
    color: #f9af45;
    text-transform: uppercase;
}
.title_sec_page p{
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
}
.box_tour{
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
}
.img_box_tour{
    position: relative;
}
.img_box_tour img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.content_box_tour{
    padding: 20px;
}
.content_box_tour a h3{
    font-size: 18px;
    color: #0c97a5;
    line-height: 30px;
    margin-bottom: 10px;
}
.content_box_tour a h3:hover{
    color: #f9af45;
}
.info_box_tour{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info_box_tour_date{
    display: flex;
    align-items: center;
    width: 45%;
    margin-bottom: 10px;
}
.info_box_tour_date i{
    width: 20px;
}
.info_box_tour i{
    color: #f9af45;
    font-size: 20px;
    width: 20px;
    display: block;
    margin-right: 10px;
}
.info_box_tour_date span{
    color: #333;
    font-size: 16px;
    width: calc(100% - 30px);
}
.info_box_tour_location span{
    color: #333;
    font-size: 16px;
    width: calc(100% - 30px);
}
.info_box_tour_location span b{
    color: #f9af45;
}
.info_box_tour_hotel{
    color: #333;
    font-size: 16px;
    display: flex;
    width: 55%;
}
.info_box_tour_hotel span{
    display: flex;
    align-items: center;
}
.info_box_tour_hotel > i{
    margin-right: 15px;
    height: 20px;
}
.info_box_tour_hotel span i{
    font-size: 12px;
    width: auto;
    margin-right: 0;
}
.info_box_tour_hotel b{
    color: #333;
    font-weight: 400;
    margin-left: 5px;
    margin-right: 3px;
}
.info_box_tour_location {
    margin-bottom: 10px;
}
.info_box_tour_clock span{
    color: #333;
    font-size: 16px;
    width: calc(100% - 30px);
}
.info_box_tour_clock{
    display: flex;
    width: 45%;
}
.info_box_tour_location{
    display: flex;
}
.info_box_tour_price{
    color: #333;
    font-size: 16px;
    width: 55%;
    margin-top: 10px;
}
.info_box_tour_price span{
    color: #ba0a0a;
    font-size: 20px;
    font-weight: bold;
}
.info_box_tour_price_goc{
    color: #333;
    font-size: 18px;
    text-decoration: line-through;
    padding-left: 30px;
    color: #999;
    margin-top: 10px;
}
.list_service_tour{
    position: absolute;
    left: 0px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0px;
    z-index: 999;
}
.list_service_tour ul{
    display: flex;
}
.list_service_tour ul li{
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.list_service_tour ul li:last-child{
    border-right: none;
}
.img_hover{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all .5s;
}
.box_tour:hover .img_hover{
    opacity: 1;
    visibility: visible;
}
.btn_all_view{
    text-align: center;
}
.btn_all_view a{
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    background: #b3cc56;
    color: #fff;
    border-radius: 50px;
}
.btn_all_view a:hover{
    background: #f9af45;
}
.sec_combohot{
    padding: 44px 0 160px 0;
    background: #f2f2f2;
    position: relative;
    margin-top: 54px;
}
.sec_combohot:before{
    content: '';
    position: absolute;
    top: -54px;
    left: 0;
    width: 100%;
    height: 55px;
    background: url(img/path_4.png) bottom no-repeat;
    z-index: 99;
    background-size: cover;
}
.box_combo{
    display: flex;
    margin-bottom: 10px;
}
.left_box_combo{
    border-radius: 20px;
    width: 65%;
    padding: 30px;
    background: #fff;
    min-height: 350px;
}
.right_box_combo{
    border-radius: 20px;
    width: 35%;
    background: #fff;
    min-height: 350px;
    padding: 15px 0;
    background-image: url(img/decor_sticket.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
.wp_right_box_combo{
    border-left: 1px dashed #ddd;
    height: 100%;
}
.left_box_combo img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.wp_right_box_combo{
    padding: 15px 30px;
}
.wrbc_giauudai{
    font-size: 24px;
    color: #333;
}
.wrbc_giauudai span{
    color: #f9af45;
    font-weight: bold;
}
.wrbc_diemden{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.wrbc_note, .text_giave{
    font-size: 16px;
    color: #333;
}
.giave_combo{
    font-size: 40px;
    color: #f9af45;
    font-weight: bold;
}
.btn_muacombo button{
    padding: 15px 50px;
    background: #f9af45;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    transition: all .5s;
}
.btn_muacombo button:hover{
    background: #b3cc56;
}
.swiper-pagination-bullet-active{
    background: #f9af45;
}
.img_banner_ads_combo{
    margin-top: 30px;
}
.img_banner_ads_combo img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}
.sec_domestic_tourism{
    background: url(img/bg_dulichtrongnuoc.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -60px;
    padding: 95px 0;
}
.title_domestic_tourism h2{
    color: #fff;
}
.title_domestic_tourism p{
    color: #fff;
}
.wp_domestic_tourism{
    min-height: 600px;
    border-radius: 20px;
}
.wp_domestic_tourism .btn_all_view{
    margin-top: 30px;
}
.col_tour_big_domestic_tourism{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.col_tour_big_domestic_tourism img{
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 20px;
}
.box_tour_small_domestic_tourism{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box_tour_small_domestic_tourism img{
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 20px;
}
.box_tour_small_domestic_tourism_top{
    margin-bottom: 30px;
}
.content_box_domestic_tourism{
    position: absolute;
    width: 100%;
    padding: 20px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.content_box_domestic_tourism h3{
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 26px;
}
.content_box_domestic_tourism p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.content_box_domestic_tourism h4{
    font-size: 24px;
    font-weight: bold;
    color: #f9af45;
    margin-bottom: 20px;
}
.content_box_domestic_tourism a{
    display: inline-flex;
    align-items: center;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 7px 30px;
    border-radius: 30px;
    transition: all .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.content_box_domestic_tourism a i{
    margin-left: 20px;
    font-size: 12px;
}
.content_box_domestic_tourism a::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f9af45;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}

.content_box_domestic_tourism a:hover {
  cursor: pointer;
  border: 1px solid #f9af45;
}

.content_box_domestic_tourism a:hover::before {
  transform-origin: center left;
  transform: scaleX(1);
}
.cross_effect img{
    transition: all .5s;

}
.cross_effect{
    position: relative;
    overflow: hidden;
}
.cross_effect:before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.cross_effect:hover::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;

}
@-webkit-keyframes shine {
    from{
        left: -75%;
    }
    to{
        left: 125%;
    }
}
.cross_effect{
    transition: all .5s;
}
.btsmdt_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btsmdt_flex h4{
    margin-bottom: 0;
}
.sec_tour_dong_tay{
    margin-top: 0;
    padding: 35px 0 45px 0;
}
.sec_travel_abroad{
    background: url(img/bg_4.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 145px 0;
}
.title_travel_abroad h2{
    color: #fff;
}
.title_travel_abroad p{
    color: #fff;
}
.box_travel_abroad{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box_travel_abroad img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.box_travel_abroad_content{
    position: absolute;
    width: 100%;
    padding: 20px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    text-align: right;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.box_travel_abroad a{
    display: block;
}
.sec_tour_euro{
    background-image: url(img/bg-exp2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0 100px 0;
}
.sec_color{
    background: #fff;
    padding: 0 0 100px 0;
}
.box_color a{
    display: block;
    overflow: hidden;
    position: relative;
}
.box_color{
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.box_color img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.box_color_content{
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 20px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    font-weight: bold;
}
.box_color_content h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.box_color_content p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.regis_receive{
    background-image: url(img/bg_regis.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;

}
.wp_regis_receive{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left_wp_regis_receive{
    width: 65%;
}
.right_wp_regis_receive{
    width: 45%;
}
.left_wp_regis_receive h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f9af45;
}
.left_wp_regis_receive p{
    margin-bottom: 0;
    color: #333;
    font-size: 18px;
}
.right_wp_regis_receive{
    display: flex;
}
.right_wp_regis_receive input{
    width: 100%;
    border: 1px solid #f9af45;
    height: 40px;
    padding: 0 15px;
    background: #fff;
    border-radius: 5px;
    width: calc(100% - 130px);
}
.right_wp_regis_receive button{
    height: 40px;
    border: 1px solid #f9af45;
    background: #f9af45;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    width: 120px;
    margin-left: 10px;
}
.footer{
    padding: 50px 0 0 0;
}
.logo_footer{
    margin-bottom: 30px;
}
.logo_footer img{
    max-height: 60px;
}
.info_footer{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    line-height: 30px;
}
.info_footer p{
    margin-bottom: 5px;
}
.socical_ft li {
    display: inline-block;
    margin-right: 5px;
}
.socical_ft img{
    width: 36px;
}
.col_link_ft h3{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.col_link_ft ul li a{
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: #333;
}
.col_link_ft ul li a:hover{
    color: #f9af45;
}
.col_link_ft{
    padding-top: 15px;
}
.phone_fixed {
    position: fixed;
    bottom: 100px;
    right: 15px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 37px;
    background: #f32314;
    text-align: center;
    display: inline;
    z-index: 999999;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: 13px;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.8) 0px 2px 8px 0px;
}
.phone_fixed a{
    color: #fff;
    display: block;
}
.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-5px);}
    60% {transform: translateY(-3px);}
}
.zalo_fixed {
    position: fixed;
    bottom: 150px;
    right: 15px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline;
    z-index: 999999;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.8) 0px 2px 8px 0px;
    border-radius: 40px;
}
.fb_fixed {
    position: fixed;
    bottom: 200px;
    right: 15px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline;
    z-index: 999999;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.5) 0px -4px 10px 0px;
    border-radius: 50%;
}
.search-mobile{
    display: none;
    position: absolute;
    top: 49%;
    cursor: pointer;
    transform: translateY(-50%);
    right: 15px;
    z-index: 9;
}
.search-mobile i {
    font-size: 18px;
    color: #333;
    transition: all .5s;
}
.btn_all_view_line{
    position: relative;
}
.btn_all_view_line:before{
    content: "";
    position: absolute;
    width: 100%;
    border: 1px dashed #b3cc56;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
.btn_all_view_line a{
    position: relative;
    z-index: 9;
}
.sec_service{
    background-image: url(img/bg_regis.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.a_box_service{
    padding: 10px;
    background: #fff;
    display: block;
    border-radius: 10px;
}
.box_service{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
}
.box_service_img{
    width: 70px;
    height: 70px;
    background: #b3cc56;
    text-align: center;
    justify-content: center;
    font-size: 40px;
    line-height: 70px;
    color: #fff;
}
.box_service_content{
    width: calc(100% - 70px);
    padding-left: 15px;
}
.box_service_content h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.box_service_content p{
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
}
.box_service_img2 {
    background: #333;
}
.box_service_img3{
    background: #41c2dc;
}.box_service_img4{
    background: #f9af45;
}
.info_footer > img{
    height: 70px;
    margin: 10px 0;
}
.copyright {
    background: #41c2dc;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.a_box_service1:hover{
    background: #b3cc56;
}
.a_box_service:hover .box_service_content h3, .a_box_service:hover .box_service_content p{
    color: #fff;
}
.a_box_service2:hover{
    background: #333;
}
.a_box_service3:hover{
    background: #41c2dc;
}
.a_box_service4:hover{
    background: #f9af45;
}
.info_box_tour_location{
    width: 55%;
}
.info_box_tour_hotel i{
    margin-left: 3px;
}
.info_box_tour_location i{
    display: none;
}
.wp_bottom_banner_page_list_tour{
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1300px;
    width: 100%;
}
.wp_bottom_banner_page_list_tour h3{
    font-size: 36px;
    color: #f9af45;
}
.wp_bottom_banner_page_list_tour p{
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
}
.pagination{
    justify-content: center;
}
.page-item.active .page-link{
    background: #f9af45;
    border-color: #f9af45;
}
.page-link{
    color: #333;
}
.wp_bottom_banner_page_list_tour p b{
    color: #f9af45;
}
.sec_details_tour{
    padding: 50px 0 55px 0;
}
.wp_sec_details_tour{
    display: flex;
}
.left_details_tour{
    width: 70%;
    padding-right: 30px;
}
.right_details_tour{
    width: 30%;
}
.wp_table_price_tour{
    padding: 0 20px 20px;
    background: #e2e2e2;
    border-radius: 5px;
}
.wp_table_price_tour table tr{
        vertical-align: baseline;
}
.wp_table_price_tour table tr td{
    padding: 10px 15px;
    width: 20%;
    text-align: center;
}
.wp_table_price_tour table .row_1_table td b{
    text-transform: uppercase;
    font-size: 16px;
    color: #41c2dc;
}
.row_child_table b{
    font-size: 16px;
}
.row_child_table_price{
    color: #c80e0e;
    font-size: 16px;
}
.row_child_table button{
    background: #c80e0e;
    color: #fff;
    padding: 5px;
    width: 100%;
    border: none;
    border-radius: 5px;
}
.row_child_table button:hover{
    background: #f9af45;
}
.row_child_table td{
    padding-bottom: 0 !important;
}
.why_tour_hot{
    margin: 20px 0;
}
.why_tour_hot h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.why_tour_hot p{
    color: #333;
    line-height: 25px;
    margin-bottom: 0;
}
.img_vist_location h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.slider_vist_location img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.overlay_modal_img{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.modal_img{
    position: relative;
}
.modal_img{
    width: 700px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: 30px;
}
.overlay_modal_img, .modal_img {
    opacity: 0;
    visibility: hidden;
}
.overlay_modal_img.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.modal_img.active{
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}
.close_modal_img{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 999;
    color: #333;
    line-height: 40px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.title_details_tour{
    color: #1355a7;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.title_details_tour:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-image: url(img/line_title.png);
    bottom: 0px;
    left: 0;
    transform: skewX(-40deg);
}
.programme_tour{
    margin-top: 30px;
}
.programme_tour_day h4{
    font-size: 18px;
    font-weight: bold;
    color: #f9af45;
}
.programme_tour_day{
    margin-top: 20px;
}
.programme_tour_day p{
    margin-bottom: 0;
}
.end_tour{
    text-align: center;
    margin-top: 20px;
}
.end_tour h3{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1355a7;
}
.end_tour a{
    background: #b3cc55;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
}
.end_tour a:last-child{
    background: #f9af45;
}
.end_tour a:hover{
    background: #41c2dc;
    color: #333;
}
.giatour_baogom{
    margin-top: 30px;
}
.giatour_baogom h3{
    margin-bottom: 20px;
}
.giatour_baogom p{
    margin-bottom: 0;
    line-height: 30px;
}
.ghichu{
    color: #0892e0;
    font-size: 16px;
    margin-top: 30px;
}
.like_details_tour{
    background: #e2e2e2;
    padding: 10px 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.back_details i{
    font-size: 16px;
}
.wp_right_details_tour{
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 10px;
}
.title_wp_right_details_tour{
    background: #f9af45;
    color: #333;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.box_support{
    padding: 10px 30px;
}
.box_content_sp > a{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    width: 100%;
    color: #fff;
    background: #0180c7;
    border-radius: 5px;
    border: 1px solid transparent;
}
.box_content_sp > a img{
    width: 25px;
    margin-right: 5px;
}
.box_content_sp p{
    margin-bottom: 5px;
}
.box_content_sp p a{
    color: #41c2dc;
}
.box_content_sp{
    margin: 10px 0;
}
.ib_zl:hover{
    background: transparent;
    color: #0180c7;
    border: 1px solid #0180c7;
}
.ib_fb:hover{
    background: transparent !important;
    color: #0084ff;
    border: 1px solid #0084ff;
}
.leave_phone{
    background: #e2e2e2;
    padding: 15px 20px;
}
.leave_phone p{
    text-align: center;
}
.leave_phone_input{
    position: relative;
}
.leave_phone_input input{
    background: #fff;
    padding: 0 15px;
    width: 100%;
    border: none;
    height: 40px;
    border-radius: 5px;
}
.leave_phone_input button{
    height: 40px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #f9af45;
    font-weight: bold;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
}
.wp_sec_details_tour{
    position: relative;
}
.list_menu_active_details{
    background: #e2e2e2;
}
.list_menu_active_details ul li a{
    display: block;
    padding: 10px 30px;
    border-top: 1px solid #f9af45;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase
}
.list_menu_active_details ul li a.active{
    background: #f9af45;
    position: relative;
    font-weight: 500;
}
.list_menu_active_details ul li a.active:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    content: "\f104";
    font-family: "FontAwesome";
}
#modal_dattour .modal-dialog {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}
.header_modal_dattour{
    text-align: center;
    padding: 0 30px;
}
.header_modal_dattour h3{
    font-size: 16px;
    text-transform: uppercase;
    color: #0060bf;
}
.header_modal_dattour h4{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.header_modal_dattour h4 p{
    font-weight: bold;
    margin-bottom: 0;
}
.header_modal_dattour h4 span{
    color: #c80e0e;
}
.modal-body{
    padding: 2rem;
}
.header_modal_dattour h2{
    border-top: 2px dashed #ddd;
    font-size: 24px;
    text-transform: uppercase;
    color: #0060bf;
    padding-top: 15px;
    font-weight: bold;
}
.item_input_dattour{
    margin-top: 20px;
}
.item_input_dattour input{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-radius: 60px;
    border: 1px solid #ddd;
}
.item_input_dattour_pd, .item_select_diadiem {
    position: relative;
}
.item_input_dattour_pd span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #767676;
}
.item_input_dattour_nguoilon input{
    padding-left: 80px;
}
.item_input_dattour_treem2_10 input{
    padding-left: 130px;
}
.item_input_dattour_embe input{
    padding-left: 130px;
}
.item_input_ngaydi input{
    padding-left: 70px;
    color: #333;
}
.item_select_diadiem select{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-radius: 60px;
    border: 1px solid #ddd;
    padding-left: 95px;
}
.item_select_diadiem span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #767676;
}
.item_select_diadiem select option{
    padding: 10px 20px !important;
}
.item_select_diadiem .dropdown_search button{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-radius: 60px;
    text-align: left;
}
.item_select_diadiem .dropdown_search{
    width: 100%;
    margin: 0;
}
.item_select_diadiem .dropdown-toggle::after{
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn_modal_dattour button{
    background: #f9af45;
    color: #333;
    height: 50px;
    width: 100%;
    border: 1px solid transparent;
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: bold;
}
.btn_modal_dattour button:hover{
    background: #41c2dc;
}
.sec_tour_other{
    padding-bottom: 70px;
}
.banner_combo{
    position: relative;
}
.content_banner_combo{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.wp_content_banner_combo {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    border-radius: 5px 5px 0 0;
}
.wp_content_banner_combo h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.wp_content_banner_combo p{
    margin-bottom: 0;
    font-size: 16px;
}
.search_combo{
    background: #e2e2e2;
    padding: 20px 0;
}
.left_search_combo{
    position: relative;
}
.left_search_combo input{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 20px;
}
.left_search_combo button{
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.left_search_combo button:hover{
    color: #f9af45;
}
.right_search_combo{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.item_search_combo{
    width: 25%;
    margin: 0 15px;
}
.item_search_combo input{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 20px;
}
.item_search_combo_date{
    position: relative;
}
.item_search_combo_date span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #767676;
}
.item_search_combo_date input{
    padding-left: 70px;
}
.item_search_combo_date_to input{
    padding-left: 75px;
}
.item_search_combo .dropdown_search{
    width: 100%;
    margin: 0;
}
.item_search_combo .dropdown_search button{
    width: 100%;
    height: 45px;
    margin: 0;
    text-align: left;
    position: relative;
}
.item_search_combo .dropdown_search button:hover{
    background: #fff;
    color: #333;
    border-color: #ddd;
}
.dropdown-toggle::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.item_search_combo_btn{
    width: 100%;
    height: 45px;
    background: #f9af45;
    color: #333;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 45px;
}
.item_search_combo_btn:hover{
    background: #41c2dc;
}
    .box_combo_tour{
    display: flex;
    align-items: center;
}
.box_combo_tour .img_box_tour{
    width: 40%;
}
.box_combo_tour .content_box_tour{
    width: 60%;
}
.info_box_combo_left{
    width: 50%;
}
.info_box_combo_left .info_box_tour_date, .info_box_combo_left .info_box_tour_location, .info_box_combo_left .info_box_tour_clock, .info_box_combo_left .info_box_tour_hotel{
    width: 100%;
}
.info_box_combo_left .info_box_tour_location span {
    width: 100%;
}
.info_box_combo_right .info_box_tour_price_goc{
    padding-left: 0;
}
.info_box_tour .info_box_tour_clock, .info_box_tour .info_box_tour_hotel{
    margin-bottom: 10px;
}
.info_box_combo_right{
    border: 2px solid #f9af45;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}
.info_box_combo_right .info_box_tour_price_goc{
    margin-top: 0px;
}
.info_box_combo_right .info_box_tour_price{
    width: 100%;
    margin-top: 0;
}
.sec_list_combo{
    padding: 100px 0;
}
.info_box_combo_left .info_box_tour_hotel > i{
    display: none;
}
.wp_bottom_banner_page_list_tour_page_details h3{
    font-size: 28px;
    color: #c80e0e;
}
.wp_bottom_banner_page_list_tour_page_details p{
    font-size: 18px;
    font-weight: bold;
}
.wp_bottom_banner_page_list_tour_page_details p b{
    color: #c80e0e;
}
.title_tour_other{background: #e2e2e2;
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 30px;border-radius: 5px;
}
.title_tour_other h2{
    margin-bottom: 0;
    color: #1355a7;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.breadcrumb_page{
    background: #e9ecef;
}
.breadcrumb-item.active{
    font-weight: bold;
    color: #f9af45;
}
.breadcrumb{
    margin-bottom: 0;
    padding: 10px 0px;
}
.sec_sacmau_dulich{
    padding: 50px 0;
}
.wp_sacmau_dulich{
    display: flex;
}
.left_sacmau_dulich{
    width: 70%;
    padding: 0 25px 0 0;
}
.righ_sacmau_dulich{
    width: 30%;
    padding: 0 25px 0 15px;
}
.box_color_big h3{
    font-size: 26px;
    margin-bottom: 10px;
    color: #333;
}
.box_color_big_content p{
    font-size: 16px;
    line-height: 30px;
}
.box_color_big_content a{
    background: #f9af45;
    color: #333;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: bold;
}
.box_color_big_content a:hover{
    background: #41c2dc;
}
.box_color_big_img img{
    border-radius: 5px;
}
.box_color_big{
    padding-bottom: 20px;
    border-bottom: 1px dashed #41c2dc;
}
.box_color_page{
    padding: 20px 0;
    border-bottom: 1px dashed #41c2dc;
}
.img_box_color{
    margin-bottom: 20px;
}
.img_box_color img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.content_box_color a{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 10px;
}
.content_box_color a:hover{
    color: #41c2dc;
}
.date_time_color {
    color: #ababab;
}
.date_time_color span{
    margin-right: 10px;
}
.content_box_color p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.left_sacmau_dulich .pani_page{
    margin-top: 20px;
}
.title_right_sacmau_dulich{
    padding: 10px 15px;
    background: #41c2dc;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 10px;
}
.wp_search_right_sacmau_dulich{
    position: relative;
}

.wp_search_right_sacmau_dulich input{
    background: #fff;
    padding: 0 15px;
    width: 100%;
    border: none;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.wp_search_right_sacmau_dulich button {
    height: 40px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #f9af45;
    font-weight: bold;
    width: 40px;
    text-align: center;
    border-radius: 0 5px 5px 0;
}
.list_sacmau_right{
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}
.tab_list_sacmau_right ul{
    display: flex;
}
.tab_list_sacmau_right ul li a{
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.tab_list_sacmau_right ul li.active a{
    background: rgba(65, 194, 220, 0.4);
    border-bottom: 2px solid #41c2dc;
}
.box_post_color_small{
    padding: 10px 0;
    border-top: 1px solid #ddd;
    display: flex;
}
.box_post_color_small:last-child{
    padding-bottom: 0;
}
.box_post_color_small_img{
    width: 50%;
}
.box_post_color_small_img img{
    border-radius: 5px;
}
.box_post_color_small_content{
    width: 50%;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.box_post_color_small_content a{
    font-size: 14px;
    font-weight: bold;
}
.list_sacmau_right{
    margin-bottom: 10px;
}
.list_tour_right_sacmau_dulich{
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 0 10px;
    border-radius: 5px;
}
.list_tour_right_sacmau_dulich ul li a{
    color: #41c2dc;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    display: block;
}
.list_tour_right_sacmau_dulich ul li:last-child a{
    border-bottom: none;
}
.list_img_right_sacmau_dulich a{
    display: block;
    margin-top: 17px;
}
.wp_sec_details_color_dl{
    display: flex;
}
.left_details_color_dl{
    width: 70%;
    padding-right: 30px;
}
.right_details_color_dl{
    width: 30%;
}
.left_details_color_dl h1{
    font-size: 28px;
    color: #333;
}
.date_like_post{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec_details_color_dl{
    padding: 50px 0 150px 0;
}
.date_like_post{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.left_details_color_dl p{
    font-size: 16px;
    line-height: 30px;
}
.list_mucluc{
    background: #f0eeee;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.title_mucluc{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title_mucluc button{
    background: none;
    border: none;
    font-size: 14px;
    padding-top: 5px;
}
#btn2{
    display: none;
}
.content_mucluc ul li{
    display: block;
}
.content_mucluc ul li a{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.content_mucluc ul li a:hover{
    text-decoration: underline;
    color: #41c2dc;
}
.left_details_color_dl h3{
    font-size: 20px;
    color: #333;
}
.box_ads{
    border: 2px solid #f9af45;
    border-radius: 5px;
    width: 80%;
    margin: 20px auto;
}
.header_box_ads{
    padding: 15px 20px;
}
.header_box_ads h3{
    font-size: 14px;
    color: #0a4fa3;
    margin-bottom: 0;
}
.header_box_ads span{
    display: inline-block;
    font-weight: bold;
    background: #f9af45;
    padding: 5px 20px;
    border-radius: 40px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
}
.header_box_ads h3 > i{
    color: #f9af45;
    font-size: 12px;
}
.footer_box_ads{
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #0a4fa3;
    justify-content: space-between;
}
.footer_box_ads span{
    font-weight: bold;
    color: #f32314;
}
.footer_box_ads a{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    background: #f9af45;
    color: #fff;
}
.footer_box_ads a:hover{
    background: #41c2dc;
    color: #333;
}
.view_more_post_color {
    background: #f0eeee;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.view_more_post_color h4{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}
.view_more_post_color h4 i{
    color: #f9af45;
    font-size: 20px;
    margin-right: 10px;
}
.view_more_post_color ul li a{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #0a4fa3;
}
.view_more_post_color ul li a:hover{
    color: #f9af45;
}
.tag_post_color{
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.tag_post_color i{
    color: #f9af45;
}
.tag_post_color a{
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    background: #f9af45;
    color: #fff;
}
.img_ads_right_details_color_dl img{
    width: 100%;
    margin-bottom: 5px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.search_right_details_color_dl{
    padding: 20px 30px;
    background: rgba(249, 175, 69, 0.3);
    margin-top: 5px;
    border-radius: 5px;
}
.search_right_details_color_dl h3{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #88aa09;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.wp_search_right_details_color_dl .dropdown_search{
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
}
.wp_search_right_details_color_dl .dropdown_search button{
    width: 100%;
}
.wp_search_right_details_color_dl .btn_search_all {
    width: 100%;
    margin-left: 0;
}
.wp_search_right_details_color_dl .btn_search_all button{
    width: 100%;
}
/*liên hệ*/
.sec_contact{
    padding: 60px 0 30px 0;
}
.contact_text p{
    color: #616161;
    margin-bottom: 20px;
    font-size: 16px;
}
.contact_text p strong{
    margin-right: 5px;
}
.title_contact{
    color: #FFCC33;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact_text{
    margin-bottom: 30px;
}
.form_contact input{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    height: 35px;
    padding: 0 10px;
    border-radius: 5px;
}
.form_contact textarea{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    min-height: 100px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.btn_guingay{
    text-align: right;
}
.btn_guingay a{
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #FFCC33;
    border-radius: 5px;
}
.btn_guingay a:hover{
    background: #FFCC33;
}
.map_contact iframe{
    width: 100%;
    height: 485px;
}
.contact_text i{
    display: inline-block;
    width: 30px;
}
.map_contact{
    margin-top: 30px;
}
.sec_page_tuyendung{
    padding: 50px 0 100px 0;
}
.title_sec_page_tuyendung{
    margin-bottom: 25px;
    text-align: center;
}
.title_sec_page_tuyendung h1{
    font-size: 64px;
    line-height: 87.42px;
    font-weight: 700;
    color: #232734;
    margin-bottom: 0;
}
.title_sec_page_tuyendung p{
    font-weight: 600;
    font-size: 24px;
    line-height: 32.78px;
    margin-bottom: 0;
}
.intro_tuyendung{
    padding: 0 90px;
    margin-bottom: 100px;
}
.img_intro_tuyendung img{
    width: 100%;
}
.content_intro_tuyendung p{
    font-weight: 500;
    font-size: 18px;
    color: #4F525D;
    line-height: 24.59px;
}
.content_intro_tuyendung p:last-child{
    margin-bottom: 0;
}
.content_intro_tuyendung{
    padding-left: 30px;
}
.intro_tuyendung .row{
    align-items: center;
}
.title_list_item_tuyendung{
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 49.18px;
    font-weight: 700;
}
.wp_list_item_tuyendung{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.item_tuyendung{
    width: calc(50% - 20px);
    margin: 14px 10px 0 10px;
    border: 1px solid #E0E0E0;
    padding: 20px;
}
.info_item_tuyendung{
    display: flex;
}
.sec_page_tuyendung .pani_page{
    margin-top: 15px;
}
.img_info_item_tuyendung {
    width: 100px;
}
.img_info_item_tuyendung img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.content_info_item_tuyendung{
    width: calc(100% - 100px);
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
}
.content_info_item_tuyendung h3{
    margin-bottom: 2px;
}
.content_info_item_tuyendung p{
    color: #4F525D;
    font-size: 16px;
    line-height: 26.86px;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.content_info_item_tuyendung i{
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
.content_item_tuyendung ul{
    list-style-type: circle;
    padding-left: 20px;
}
.content_info_item_tuyendung h3 a{
    display: flex;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    justify-content: space-between;
}
.title_sec_details_tuyendung h1{
    font-size: 64px;
    line-height: 87.42px;
    font-weight: 700;
    color: #232734;
    margin-bottom: 14px;
}
.title_sec_details_tuyendung p{
    font-size: 24px;
    line-height: 32.78px;
    font-weight: 600;
}
.title_sec_details_tuyendung{
    text-align: center;
    margin-bottom: 47px;
    margin-top: 13px;
}
.sec_details_tuyendung{
    padding: 50px 0 100px 0;
}
.box_apply a{
    border: 1px solid #E0E0E0;
    padding: 17px 22px;
    display: flex;
    align-items: center;
}
.box_apply a:hover p{
    color: #000000;
}
.banner_sacmau_hd{
    width: 80%;
}
.wp_top_header_color .right_top_header{
    display: flex;
    justify-content: flex-end;
}
.sec_sacmau_dulich .pani_page{
    margin-top: 30px;
}
.details_tuyendung{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.left_details_tuyendung{
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 100px;
    width: calc(70% - 20px);
    margin: 0 10px;
    padding: 20px;
}
.right_details_tuyendung{
    border: 1px solid #ddd;
    border-radius: 5px;
    width: calc(30% - 20px);
    margin: 0 10px;
}
.content_left_details_tuyendung h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.content_left_details_tuyendung p{
    font-size: 16px;
    display: flex;
}
.content_left_details_tuyendung p i{
    width: 20px;
    text-align: center;
    margin-right: 5px;
    margin-top: 2px;
}
.right_details_tuyendung h3{
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 0;
}
.content_right_details_tuyendung{
    padding: 0 20px;
}
.item_crdtd{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.item_crdtd h4{
    font-size: 16px;
}
.item_crdtd p{
    margin-bottom: 0;
}
.item_crdtd p i{
    width: 30px ;
    height: 30px;
    border: 1px solid #949494;
    border-radius: 30px;
    color: #949494;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}
.item_crdtd span, .item_crdtd a{
    color: #41c2dc;
}
.item_crdtd a:hover{
    font-weight: bold;
    color: #f9af45;
}
.btn_down_cv{
    padding: 20px 0;
}
.btn_down_cv button{
    width: 100%;
    height: 50px;
    border: 1px dashed #f9af45;
    background: transparent;
    font-size: 16px;
    color: #f9af45;
    transition: all .5s;
}
.btn_down_cv button:hover{
    background: #f9af45;
    color: #fff;
}
.filter_tour{
    display: flex;
    justify-content: flex-end;
}
.wp_filter_tour{
    position: relative;
    margin-bottom: 15px;
    display: flex;
}
.wp_filter_tour select{
    height: 35px;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 5px;
}
.wp_filter_tour span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.title_combo{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    color: #f9af45;
    margin-bottom: 20px;
}
.img_combo{
    display: flex;
}
.img_combo_left{
    width: 70%;
    padding-right: 30px;
}
.img_combo_left img{
    height: 430px;
    width: 100%;
    object-fit: cover;
}
.img_combo_right{
    width: 30%;
}
.img_combo_right img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 30px;
}
.intro_combo h3{
    font-size: 24px;
    font-weight: bold;
    color: #f9af45;
}
.intro_combo p{
    font-size: 16px;
    line-height: 30px;
    color: #00a80f;
}
.intro_combo p b{
    color: #333;
}
.table_combo_tour{
    background: #e2e2e2;
}
.header_table_combo_tour{
    padding: 20px;
}
.header_table_combo_tour h3{
    text-align: center;
    font-size: 20px;
    color: #00a80f;
    text-transform: uppercase;
    font-weight: bold;
}
.ser_header_table_combo_tour{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.item_shtct{
    font-weight: bold;
    padding: 0 10px;
}
.item_shtct span{
    color: #f9af45;
}
.wp_table_combo_tour td{
    padding: 10px;
    font-weight: bold;
}
.table_combo_tour{
    margin-bottom: 30px;
}
.text_hp{
    text-align: right;
    padding: 5px 10px;
    color: #1355a7;
}
.text_lx{
    padding: 5px 10px;
    color: #1355a7;
}
.line_table{
    position: relative;
}
.line_table:before{
    content: "";
    height: 0.1px;
    width: 100%;
    background: #1355a7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(15deg);
}
.td_no_padding{
    padding: 0 !important;
}
.wp_table_combo_tour a{
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #00a80f;
    display: block;
    margin-top: 5px;
}
.tourhd{
    margin-bottom: 30px;
}