.clear {
    clear: both;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    /*font-family: Montserrat, sans-serif !important;*/
    font-family: Arial !important;
    margin: 0px;
}

svg {
    height: 14px;
}

img {
    max-width: 100%;
    /* width: 100%; */
}

#navbar {
    margin-bottom: 0;
}

.alert {
    border-radius: 0;
}

.footer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
}

.panel {
    border: none;
}

@media (min-width: 1170px) {
    .container {
        width: 1170px;
    }
}

.top_tel {
    float: left;
}

.top_mail {
    float: left;
    margin-left: 50px;
}

.top_office {
    float: right;
}

.d_segment_header i {
    color: #ffdd00;
    margin-right: 7px;
}
.d_segment_header svg {
    fill: #ffdd00;
    margin-right: 7px;
    height: 16px;
}

.d_segment_header {
    background: #164b34;
    color: #fff;
    line-height: 38px;
}

.d_segment_header a {
    color: #fff;
}

.d_social ul li {
    height: 33px;
    width: 33px;
    border-radius: 100%;
    text-align: center;
    /* line-height: 33px; */
    list-style: none;
    float: left;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_social ul li i {
    color: #164b34;

}
.d_social ul li svg {
    fill: #164b34;
    height: 18px;
}

.d_social ul li {
    border: solid 2px #164b34;
    border-radius: 100%;
}

.d_social ul li:nth-child(1) {

    margin-left: 0;
}

.d_logo {
    float: left;
}

.d_social {
    float: right;
    margin-top: 16px;
}

.d_segment_logo {
    padding: 15px 0;
}

/* menu */
.menu_left {
    font-weight: bold;
}

.menu_left ul {
    list-style: none;
    z-index: 20;
    margin-bottom: 0;
}

.menu_left ul li {
    padding: 9px 0;
    position: relative;
}

.menu_left > ul > li {
    float: left;
}

.menu_left > ul > li:first-child {
    /* padding-left:20px; */
    padding: 5px 0;
}

.menu_left > ul > li:last-of-type {
    padding-right: 0;
}
.menu_left > ul > li:last-of-type > a {
    padding-right: 0;
}

.menu_left ul ul {
    position: absolute;
    top: 38px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    width: 220px;
    background: rgba(17, 59, 41, 0.6);
    z-index: 999999;
}

.menu_left ul li:nth-child(2) ul {
    width: 330px;
}

.menu_left ul ul li {
    border-top: 1px solid #bfbfbf;
    text-align: left;
}

.menu_left ul ul ul {
    top: 10px;
    left: 220px;
}

.menu_left > ul > li.u_menu > ul {
    background: #248de6;
    visibility: initial;
    opacity: 1;
}

.menu_left ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.menu_left ul a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    border-left: 2px solid #fff;
    padding: 0 21px;
}

.menu_left ul ul a {
    color: #fff;
    text-transform: capitalize;
    border-left: none;
}

.menu_left ul li:hover {
    /* background:#41b8ec; */
}

.menu_left ul li a:hover {
    color: #ffdd00;
    text-decoration: none;
}

.menu_left ul ul li a:hover {
    /* color:#ee0202; */
}

/* end menu */
.d_segment_menu {
    background: #164b34;
}

.menu_left > ul > li:first-child i {
    font-size: 28px;
}

.menu_left > ul > li:first-child > a {
    border-left: none;
    padding-left: 0;
}

.d_destination {
    float: left;
}

.d_more_info {
    float: left;
    margin-left: 16px;
}

.d_search_button {
    float: left;
    margin-left: 16px;
}

.d_destination select {
    height: 50px;
    border-radius: 10px;
    width: 230px;
    padding: 0 10px;
    border: 1px solid #164b34;
    background: #f8f8f8;
}

.d_more_info input {
    height: 50px;
    border-radius: 10px;
    width: 386px;
    padding: 0 10px;
    border: 1px solid #164b34;
    background: #f8f8f8;
}

.d_search_button button {
    height: 50px;
    border-radius: 10px;
    width: 230px;
    background: #164b34;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.d_slide {
    position: relative;
}

.d_search_tour {
    /* position: absolute; */
    width: 878px;
    z-index: 9999;
    /* left: 50%; */
    /* bottom: 50px; */
    /* transform: translate(-50%,-50%); */
    font-size: 14px;
    margin: 0 auto;
    margin-top: 40px;
}

.d_segment_hot_tour ul {
    position: relative;
    margin-top: 83px;
}

.d_box_shadow {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.d_segment_hot_tour ul li {
    width: 400px;
    text-align: center;
    border-radius: 10px;
    list-style: none;
}

.d_segment_hot_tour ul li:nth-child(1) {
    /* position: absolute;
    left: 0;
    top: 0; */
    z-index: 10;
    float: left;
}

.d_segment_hot_tour ul li:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 301px;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.d_segment_hot_tour ul li:nth-child(3) {
    /* position: absolute;
    right: 0;
    top: 0;
    z-index: 8; */
    float: right;
}

.d_segment_hot_tour .service_hover1 {
    position: absolute;
    top: -30px !important;
    left: 0;
    width: 420px;
    z-index: 99 !important;
}

.d_segment_hot_tour .service_hover2 {
    left: 50%;
    top: 284px !important;
    transform: translate(-50%, -50%);
    width: 414px;
    z-index: 99 !important;
}

.d_segment_hot_tour .service_hover3 {
    top: -30px !important;
    right: 0;
    width: 420px;
    z-index: 99 !important;
}

.module_cont .ser_content {
    background: #fff;
}

.module_cont .ser_time {
    margin-top: 10px;
}

.module_cont .ser_des {
    font-size: 30px;
    margin: 5px 0;
}

.module_cont button {
    margin-top: 30px;
}

.module_cont .ser_summ {
    margin: 15px 0;
}

.module_cont .d_box_shadow {
    width: 410px;
    margin: 0 auto;
}

.ser_time {
    font-size: 20px;
}

.ser_des {
    color: #164b34;
    font-size: 24px;
    font-weight: bold;
}

.ser_date {
    color: #289402;
    font-size: 15px;
    font-size: bold;
}

.ser_summ {
    font-size: 16px;
    margin: 10px 0;
}

.prom_price {
    font-size: 24px;
    color: #ff0000;
}

.ser_price {
    font-size: 24px;
    color: #a7a7a7;
    text-decoration: line-through;
}

.d_segment_hot_tour ul li button {
    width: 156px;
    height: 40px;
    border-radius: 5px;
    background: #f9e03b;
    border: none;
    text-transform: uppercase;
    margin-top: 20px;
    /* margin-bottom: 10px; */
}

.ser_content {
    padding: 20px 70px 30px 70px;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.service_hover2 .ser_content {
    padding-bottom: 60px;
}

.ser_img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.ser_img {
    border-radius: 10px 10px 0 0;
}

.d_triangle {
    position: relative;
    top: -6px;
    margin: -5px;
}

.d_title {
    font-size: 32px;
    color: #164b34;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 47px 0;
}

.theme-default .nivoSlider {
    margin-bottom: 0 !important;
}

.theme-default .nivo-controlNav {
    display: none !important;
}

.d_segment_list_tour {
    /* margin-top: 112px; */
    background: url("img/bg-tour.webp") no-repeat center center;
    background-size: cover;
}

.d_segment_list_tour.tour_vn {
    background: url(img/bg-tourvn.webp) no-repeat 30px bottom;
    background-size: initial;
}

.d_segment_hot_tour {
    padding-bottom: 170px;
}

.ser_img {
    position: relative;
    overflow: hidden;
}

.ser_img .hot_abs {
    position: absolute;
    left: -10px;
    top: 100px;
    z-index: 9999;
}

.tour_item3 .ser_img .hot_abs {
    left: 30px;
    z-index: 9;
}

.d_sub_title {
    font-size: 20px;
    /* font-weight: bold; */
    text-align: center;
    margin-top: -40px;
    margin-bottom: 50px;
    color: #164b34;
}

.d_sub_title h3{
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.d_white {
    color: #fff;
}

.d_product ul {
    display: flex;
    flex-wrap: wrap;
}
.d_product ul li {
    list-style: none;
    width: calc(33.33% - 20px);
    margin-left: 30px;
    float: left;
    border-radius: 12px;
    background: #fff;
    position: relative;
    margin-bottom: 60px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);

}

.d_product ul li:nth-child(3n+1) {
    margin-left: 0;
    clear: none;
}

.sp_content {
    padding: 0 30px;
    background: #fff url(img/bg_item.png) no-repeat right bottom;
}

.sp_img img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.sp_title {
    font-size: 17px;
    text-align: center;
    margin: 10px 0;
    min-height: 80px;
    /* text-overflow: ellipsis; */
    -webkit-line-clamp: 0;
}

.sp_title a {
    color: #f00;
    font-weight: bold;
}

.sp_title a:hover {
    text-decoration: none;
    color: #164b34;
}

.sp_price, .sp_date, .sp_depa {
    color: #0a5500;
    font-size: 15px;
    /* padding-left: 32px; */
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.sp_content i {
    padding-right: 10px;
}

.sp_price {
    /* background-image: url("img/icon1.png"); */
    font-size: 18px;
}

.sp_date {
    /* background-image: url("img/icon2.png"); */
}

.sp_depa {
    /* background-image: url("img/icon3.png"); */
    /* min-height: 50px; */
}

.d_product ul li button {
    width: 140px;
    height: 40px;
    border-radius: 5px;
    background: rgba(255, 210, 2, 0.7);
    border: none;
    text-transform: uppercase;
}

.sp_buton {
    text-align: center;
    margin: 10px 0 15px 0;
}

.sp_location a {
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 7px;
    border-radius: 5px;
}

.sp_location a:hover {
    text-decoration: none;
}

.sp_location i {
    margin-right: 5px;
}
.sp_location svg {
    margin-right: 5px;
    fill: #fff;
    font-size: 16px;
}

.sp_location {
    position: absolute;
    top: 30px;
    left: 15px;

}
.sp_location a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_discount {
    position: absolute;
    top: 0;
    right: 15px;
    width: 61px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    display: none;
    background: url("img/discount.png") no-repeat center center;
}

.d_more button {
    /* width: 140px; */
    height: 40px;
    font-size: 15px;
    color: #fff;
    background: #164b34;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
}

.d_more {
    text-align: center;
    margin-bottom: 60px;
}

.d_segment_event {
    background: #164b34;
    padding-bottom: 60px;
}

.d_event_left {
    width: 49%;
    float: left;
    color: #fff;
    font-size: 20px;
}

.d_event_title {
    font-weight: bold;
    text-transform: uppercase;
}

.d_event_right {
    width: 49%;
    float: right;
}

.d_event_right ul li {
    float: left;
    width: 47%;
    margin: 1.5%;
    list-style: none;
}

.d_event_right ul li:nth-child(2n+1) {
    clear: none;
}

.d_event_right ul {
    padding: 1.5%;
    /* background: #fff; */
}

.d_event_sub {
    margin: 10px 0 15px 0;
    font-size: 18px;
}

.d_event_video {
    min-height: 290px;
    background: #fff;
    padding: 5px;
    border-radius: 12px;
}

.d_event_video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.d_segment_news {
    background: url("img/bg-news.webp") no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

.d_segment_news ul li {
    list-style: none;
    /* width:360px; */
    float: left;
    /* margin-left: 45px; */
}

.d_segment_news ul li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

.news_content {
    background: #fff;
    padding: 0 40px 40px 40px;
    text-align: center;
    border-radius: 0 0 12px 12px;
}

.news_more button {
    width: 166px;
    height: 45px;
    background: #eed638;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
}

.news_more {
    text-align: center;
    position: relative;
    top: -23px;
}

.news_title {
    font-size: 17px;
    text-transform: uppercase;
    margin: 10px 0 5px 0;
    min-height: 60px;
}

.news_summary {
    font-size: 15px;
}

.news_img img {
    border-radius: 12px 12px 0 0;
}

.d_segment_time ul li {
    list-style: none;
    width: 32%;
    margin-left: 2%;
    float: left;
    border: 1px solid #e2e2e2;
    /*height: 167px;*/
    border-radius: 5px;
}

.d_segment_time ul li:first-child {
    margin-left: 0;
}

.d_segment_time {
    padding-bottom: 60px;
}

.d_segment_link ul li {
    list-style: none;
    border: 1px solid #e2e2e2;
}

.aloha {
    padding: 0;
    position: relative;
}

.aloha.owl-theme .owl-controls .owl-nav .owl-prev {
    color: transparent !important;
    background: url(img/prev.png) no-repeat center center !important;
    position: absolute;
    top: 50%;
    left: -70px;
    right: initial;
    transform: translate(0%, -50%);
}

.aloha.owl-theme .owl-controls .owl-nav .owl-next {
    color: transparent !important;
    background: url(img/next.png) no-repeat center center !important;
    position: absolute;
    top: 50%;
    left: initial;
    right: -70px;
    transform: translate(0%, -50%);
}

.aloha.owl-theme .owl-controls {
    margin-top: 0 !important;
}

.d_segment_link {
    padding-bottom: 60px;
    background: #f2f2f2;
}

.d_segment_footer {
    color: #fff;
    background: #164b34;
    padding: 30px 0;
}

.company_decr {
    /* font-weight: bold; */
    line-height: 28px;
}

.company_name {
    text-transform: uppercase;
    background: url("img/logo_footer.png") no-repeat left center;
    background-size: contain;
    padding-left: 42px;
    height: 63px;
    font-weight: bold;
    padding-top: 11px;
    line-height: 24px;
    text-align: left;
    padding-left: 65px;
    font-size: 14px;
    margin-bottom: 7px;
}

.company_info {
    width: 410px;
    float: left;
}

.umt_travel {
    width: 200px;
    margin-top: 12px;
}

.d_tra_vn {
    float: left;
    margin-left: 190px;
}

.travel_title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.umt_travel ul li {
    list-style: none;
    margin-top: 9px;
}

.umt_travel ul li a {
    color: #fff;
    text-transform: capitalize;
}

.d_tra_fo {
    float: right;
}

.d_itgreen {
    background: #113b29;
    text-align: center;
    color: #fff;
    padding: 8px 0;
}

.d_segment_header a:hover, .d_social ul li i:hover, .umt_travel ul li a:hover {
    color: #ffdd00;
    text-decoration: none;
}

.d_segment_hot_tour ul li button:hover, .sp_buton button:hover, .news_more button:hover {
    background: #164b34;
    color: #fff;
}

.d_more button:hover {
    background: #ffdd00;
    text-decoration: none;
    color: #164b34;
    font-weight: bold;
}

.sp_img {
    overflow: hidden;
}

/* header mobile */
.tr_mobile {
    display: none !important;
}

.tr_pc {
    display: block !important;
}

.d_segment_menu_mobile {
    /* background:#019875; */
    padding: 10px 0;
}

.d_segment_menu_mobile ul li {
    list-style: none;
    float: left;
    width: 10%;
    text-align: center;
}

.d_segment_menu_mobile ul li:nth-child(2) {
    width: 80%;
}

.d_segment_menu_mobile ul li:first-child {
    text-align: left;
}

.d_segment_menu_mobile ul li:last-of-type {
    text-align: right;
    padding-right: 10px;
    margin-top: 5px;
}

.menu_mobile {
    margin: 0px auto;
    position: relative;
}

#menu {
    z-index: 10;
}

.d_segment_menu_mobile .header1, .d_segment_menu_mobile .footer1 {
    width: 40px;
    height: 40px;
    padding: 0;
}

.d_segment_menu_mobile .header1 a {
    left: 0;
    background: url("img/m_menu.png") no-repeat center center;
}

.m_logo img {
    max-height: 40px;
}

.msearch_text input {
    width: 100%;
    height: 35px;
    border: none;
    padding-left: 10px;
}

.msearch_submit input {
    width: 40px;
    height: 35px;
    background: url("img/msearch2.png") no-repeat center center;
    border: none;
}

.msearch_text {
    float: left;
    width: 70%;
}

.msearch_submit {
    float: right;
    height: 35px;
}

.search_toggle {
    text-align: center;
    margin: 10px 0 0 0;
}

.res_input {
    display: inline-block;
    border: 1px solid #019875;
    width: 90%;
    height: 37px;
}

.m_cart {
    position: relative;
    margin-top: 2px;
    width: 38px;
    float: right;
    margin-right: 3px;
}

.m_amount {
    position: absolute;
    top: -6px;
    right: -8px;
}

.m_amount a {
    background: #e80e0e;
    color: #fff;
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}

.m_search {
    /* margin-top: 6px; */
}

/* end header mobile */

.tr_canh_heigh {
    min-height: 265px;
    width: auto !important;
    min-width: 100%;
}

.sp_img img {
    /*height: 230px;*/
    /*width: auto !important;*/
    /*min-width: 100%;*/
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.d_product ul li:nth-child(3n+1) {
    clear: both;
}

.d_event_right li:nth-child(2n+1) {
    clear: both;
}

.d_event_right li img {
    height: 180px;
    width: auto !important;
    min-width: 100%;
    border: solid 1px #ccc;
    padding: 1px;
    /* background: #fff; */
    border-radius: 5px;
}

.tr_hinh_chuan {
    height: 250px;
    width: auto !important;
    min-width: 100%;
}

.tr_hinh_chuan_doi_tac {
    height: 120px;
    width: auto !important;
    min-width: 100%;
}

.time_img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
}

.time_img img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
}

.time_content {
    /* float: left; */
    /* margin-left: 9px; */
    /* width: 224px; */
}

.time_name {

    color: #e80e0e;
    margin-top: 10px;
}

.bl {
    padding: 10px;
}

/******************/

.module_tittle_left {
    text-transform: uppercase;
    font-size: 20px;
    color: #164b34;
    border-bottom: 1px solid #ccc;
    /* background:url("img/d_tour_trong_nuoc_icon.png") no-repeat 0 2px; */
    /* padding-left:25px; */
    background-position-y: center;
    margin: 10px 0px;
    padding-bottom: 7px;
}

.module_tittle_left.tr_tittle {
    background: none;
    padding-left: 0px;
}

.module_tittle_left.tr_tittle i {
    color: #164b34;
    margin-right: 10px;
}

.module_tittle_right a {
    float: right;
    font-size: 15px;
    font-style: italic;
    color: #6f6f6f;
    border-bottom: solid 1px #6f6f6f;
    padding-top: 15px;
}

.module_tittle_right a:hover {
    color: #f5c02c;
    border-bottom: solid 1px #f5c02c;
    text-decoration: none;
}


.woocommerce-pagination {
    float: left;
    width: 98%;
    margin-top: 35px;
    padding-top: 10px;
    border-top: 1px solid #f00;
}

.page-numbers {
    float: right;
    width: 100%;
}

.woocommerce-pagination li {
    float: left !important;
    font-size: 14px;
    height: 25px !important;
    margin: 0 2px !important;
    text-align: center !important;
    width: 26px !important;
    list-style: none !important;
    text-decoration: none !important;
}

.woocommerce-pagination li .current {
    background: none repeat scroll 0 0 #f00;
    border-color: #E9E9E9;
    color: #fff;
}

.woocommerce-pagination a {
    color: #f00;
}

.woocommerce-pagination li * {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 14px !important;
    display: block !important;
    font-weight: bold !important;
    height: 25px !important;
    width: 25px !important;
    list-style: none !important;
    text-decoration: none !important;
}

.page-numbers:hover {

}

.woocommerce-pagination li a:hover {
    color: #fff;
    background: #f00;
}

.next:hover, .prev:hover {
    color: #380C00 !important;
    background: none !important;
}

.brc {
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.tr_content {
    line-height: 22px;
    font-size: 16px;
}

.tr_hinh_tour {
    overflow: hidden;
    position: relative;
}

.tr_hinh_tour img {
    width: 100%;

}

.tr_ct_tour {
    padding-left: 10px;
}

.tr_ct_tour h2 {
    margin-top: 0px;
    font-size: 25px;
    color: #f00;
    font-weight: bold;
    line-height: 33px;
}

.expet {
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    font-style: italic;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tr_content {
    line-height: 22px;
}

.datngay {
    /* text-align:right; */
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 20px;
}
.datngay svg {
    fill: #fff;
    height: 16px;
    margin-right: 3px;
}
.datngay a{
    display: flex;
    align-items: center;
    width: max-content;
}

.d_header6_local {
    position: absolute;
    left: 10px;
    top: 20px;
    height: 28px;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
    width: 150px;
    text-align: left;
}

.d_header6_local a {
    color: #fff;
    background: url("img/d_local.png") no-repeat 0 2px;
    padding-left: 15px;
    text-align: left;
}

.d_header6_discount {
    position: absolute;
    top: 0;
    right: 22px;
    font-size: 22px;
    color: #fff;
    background: url("img/d_discount.png") no-repeat;
    width: 55px;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    display: none;
}

.d_dia_danh {
    border-bottom: 1px solid #c17e00;
    padding: 15px 12px 7px 12px;
    margin-bottom: 10px;
    min-height: 100px;
}

.d_dia_danh a {
    font-size: 16px;
    color: #ffffff;
}

.d_dia_danh a:hover {
    color: #f5c02c;
    text-decoration: none;
}

.d_clock_left {
    font-size: 14px;
    color: #ffffff;
    float: left;
    margin-top: 5px;
    background: url(img/d_clock.png) no-repeat 0 1px;
    padding-left: 22px;
}

.d_clock_left_tour {
    font-size: 14px;
    color: #464646;
    float: left;
    margin-top: 5px;
    background: url(img/d_clock_tour.png) no-repeat 0 1px;
    padding-left: 22px;
}

.d_clock_right {
    font-size: 25px;
    color: #f00;
    /* float:right; */
    font-weight: bold;
    padding-top: 15px;
}

.d_clock {
    /* padding:0 12px; */
}

.d_date2_left {
    font-size: 14px;
    color: #ffffff;
    float: left;
    margin-top: 5px;
    background: url(img/d_date2.png) no-repeat 2px 1px;
    padding-left: 22px;
}

.d_date2_left_tour {
    font-size: 14px;
    color: #464646;
    float: left;
    margin-top: 5px;
    background: url(img/d_date2_tour.png) no-repeat 2px 1px;
    padding-left: 22px;
}

.d_date2_right {
    font-size: 16px;
    color: #d8d8d8;
    float: right;
    text-decoration: line-through;
}

.d_date2 {
    /* padding:0 12px; */
    /* margin-top: 11px; */
}

.d_header6_continue {
    text-align: center;
    margin-top: 2px;
    text-shadow: 2px 2px 4px #000000;
}

.d_header6_continue a {
    color: #fff;
    padding: 5px 22px;
    border: 1px solid #fff;
}

.d_header6_continue a:hover {
    color: #f5c02c;
    border: 1px solid #f5c02c;
    text-decoration: none;
}

.module_left_ct.d_product li {
    width: 90%;
    clear: both;
    margin-left: 0px;
    margin-bottom: 25px;

}

.module_left_ct.d_product ul li, .module_left_ct.d_product .sp_img img {
    border-radius: 0px;
    margin-bottom: 20px;
}


.left_head {

}

.left_head h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #164b34;
    margin-top: 0px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    font-weight: bold;
}

.tr_mod_left {
    padding: 10px 0px;
    /* border:solid 1px #ccc; */
    margin: 5px 0px 0px 0px;
}

.module_left_ct ul.module li {
    width: 100%;
    margin: 0px;
    margin-bottom: 25px;
}

.module_left_ct ul.module li img, .module_left_ct .d_header6_img {
    width: 100%;
}

.module_left_ct .d_header6_img {
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;

}

.tr_content .module_left_ct ul {
    margin-left: 0px;
}

.le {
    color: #dd1c24 !important;
    font-weight: bold;
}

.tr_content ul {
    margin-left: 20px;
}

.tr_single {
    margin-bottom: 20px;
}

/********/

.tit_n a {
    color: #fff;
    text-decoration: none;
    display: block;

}

.tit_tour_hot {
    width: 100%;
    float: left;
    text-transform: uppercase;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 5px;
}


.p_chit {
    font-weight: bold;;
    color: #000;
    margin-bottom: 8px;
    font-size: 14px;
}

.p_chit span {
    color: #000;
    font-weight: normal;
}

.p_chit span.do {
    color: #f00;
    font-weight: bold;
}

.dattour_sg {
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid #02ae50;
    background: #02ae50;
}


.table_tour_co_ban {
    width: 100%;
    font-size: 12px;

}

.table_tour_co_ban .col_1 {
    text-align: left;
    width: 160px;
}

.table_tour_co_ban td, .table_tour_co_ban th {
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.table_tour_co_ban thead th {
    background: none repeat scroll 0 0 #F8BA68;
}

.table_tour_co_ban tbody tr.tr_xanh_lo td {
    background: none repeat scroll 0 0 #EDFFFB;
}

.table_tour_co_ban tbody tr.tr_hong td {
    background: none repeat scroll 0 0 #FFF9EF;
    vertical-align: middle;
}

.table_tour_co_ban tr td, .table_tour_co_ban thead tr th {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.xanh_duong {
    color: #427D94;
}

.tb_dt {
    width: 100%;
}

.tb_dt tr td.chu {
    color: #000;
    font-weight: bold;
    width: 15%;
}

.tb_dt tr td.chu span {
    color: #f00;
    font-weight: normal;
}

.tb_dt tr td input[type="text"] {
    width: 150px;
    margin-bottom: 8px;
}

.tb_ajax {
    width: 100%;
    margin-top: 10px;

    text-align: center;
    vertical-align: middle;
}

.tb_ajax thead tr td {
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    background: none repeat scroll 0 0 #F8BA68;
    font-size: 12px;
}

.tb_ajax tbody tr td input[type="text"] {
    width: 100px;
    margin-top: 4px;
}

.hidden {
    display: none;
}

.content {
    height: 350px;
    padding: 20px;
    overflow: auto;
    background: #DFDFDF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
}

.noi_dung img {
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 30px;
    width: 200px;


}

.noi_dung {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 25px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 25px;
}

.noi_dung a {
    color: #e42a01;
    padding: 0;
    margin: 0;
    margin-bottom: 26px;
    font-size: 15px;
    font-weight: Bold;

}

.noi_dung h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: Bold;
}

.expert {
    color: #333;
    line-height: 22px;
    font-size: 13px;

}

.noi_dung a.xem_the {
    color: #ed3334;
    float: right;
    font-size: 13px;
}

.noi_dung a.xem_the:hover {
    text-decoration: underline;
}

.noi_dung li {
    margin-bottom: 26px;
    font-size: 12px;
}

.group_tin_khac {
    margin-top: 10px;
}

.widh_100 {
    width: 100% !important;
}


.row-fluid {
    float: left;
    width: 1200px;

}

.column_container {
    float: left;
    margin: 25px 30px 0 0;
    width: 45%;
}

.sectionTitle {
    height: 20px;
    margin-bottom: 25px;
}

.sectionTitle h3 strong {
    border-bottom: 2px solid #f00;
    color: #f00;
    font: 600 16px/16px arial;
    padding: 0 4px 0 0;
}

.rbText {
    color: #666;
    font: 500 13px/16px arial;
}

.column_container.form {
    float: left;
    margin: 25px 0 0;
    width: 50%;
}

.column_container2 {
    float: left;
    margin: 0 20px 0 0;
    width: 50%;
}

.column_container2.span12 {
    float: left;
    margin: 0 20px 0 0;
    width: 100%;
}

.span4 label, .column_container2.span12 label {
    color: #484848;
    font: 500 13px/16px arial;
}

.span4 input {
    background: none repeat scroll 0 0 #f7f7f7;
    border: solid 2px #ccc;
    /*color: #acacac;*/
    color: #333;
    display: inline-block;
    font: 12px Arial, sans-serif;
    height: 32px;
    margin: 0 0 10px;
    padding-left: 12px;
    resize: none;
    width: 100%;
}

.message {
    background: none repeat scroll 0 0 #f7f7f7;
    border: solid 2px #ccc;
    color: #acacac;
    display: inline-block;
    font: 12px Arial, sans-serif;
    height: 110px;
    margin: 0 0 10px;
    padding-left: 12px;
    resize: vertical;
    width: 99%;
}

.column_container2.span12 {
    float: left;
    margin: 0 20px 0 0;
    width: 80%;
}

.gui {
    background: none repeat scroll 0 0 #f00;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    text-transform: uppercase;
    width: 114px;
}

.rbText.clearfix.autop > h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.rbText.clearfix.autop > b {
    font-weight: bold;
}

.submit {
    background: #f00;
    color: #fff;
    border-radius: 5px;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
}

.tr_content img {
    height: auto;
}

.tr_phan_trang {
    padding-bottom: 10px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.tin_khac {
    padding-top: 10px;
}

.tin_khac li {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
    line-height: 22px;
}

.tin_khac li a {
    color: #333;
}

.tin_khac li i {
    padding-left: 0px;
    padding-right: 10px;
    font-weight: bold;
}

.breadcrumbs a {
    color: #164b34;
}


#footer1 {
    width: 100%;
    text-align: center;
    margin: auto;
    background: #31353E;
    position: fixed;
    z-index: 122;
    left: 0;
    bottom: 0;
}

#footer1 img {
    width: 30%;
    max-width: 35px;
    vertical-align: middle;
}

#footer1 a {
    color: #fff;
    text-decoration: none
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.hover_img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.hover_img:hover {
    opacity: 0.7;
}

#wpadminbar {
    /*display: none !important;*/
}

.tr_noi_bat img {
    width: 100% !important;
    margin: 0px;
}

.noi_dung.tr_noi_bat {
    float: none;
    padding: 5px;
}

.tr_col img {
    width: 100% !important;
}

.tr_col .noi_dung {
    float: none;
    padding: 5px;
}

.tr_col .noi_dung img {
    float: none;
    height: 100px;
    width: auto;
    border: none;

}

.tr_col .noi_dung .img {
    text-align: center;
}

#d_small {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #222;
    text-align: center;
    position: fixed;
    bottom: 40%;
    right: 10px;
}

#d_small i {
    line-height: 55px;
    color: #fff;
    font-size: 16px;
}

.wpfm-template-5 ul {
    z-index: 99999999;
}

.tr_none {
    display: none !important;
}

.tr_content table, .tr_content tr td {
    border-collapse: collapse;
    border: solid 1px #ccc;
    padding: 5px;
}

.tr_content table {
    height: auto !important;
}

.hot_abs {
    position: absolute;
    top: 0px;
    z-index: 999;
    left: 0px;
}

.resp-tabs-list li {
    color: #f00;
    font-size: 16px;
}

.btn-danger {
    background: #f00;
    border-color: #f00;
}

.sing_tour {
    padding-bottom: 25px !important;

}

/****************/
.wpfm-template-5 .wpfm-position-bottom-right, .wpfm-template-5 .wpfm-position-bottom-left {
    bottom: 45% !important;
    z-index: 9999999999999999;
}

/****************/

div#carousel {
    margin-top: -120px;

}


/******/
/*------------------------------------------------------------
-------- DEMO Code
------------------------------------------------------------*/
/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999999999999;
}

/* Inner */
.popup-inner {
    max-width: 950px;
    width: 90%;
    padding: 0px 40px 30px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
}

/* Close Button */
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
}

/****/

.ribbon {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
    z-index: 99999;
}

.ribbon span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    width: 140px;
    display: block;
    background: #f00;
    background: linear-gradient(#f00, #f00, 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    position: absolute;
    top: 25px;
    right: -35px
}


.ribbon.top span {
    background: linear-gradient(#f00 0, #f00 100%)
}

.tr_tour_tkiem.ribbon.top span {
    background: #ff8d00 !important;
}

.tr_tour_cao_cap.ribbon.top span {
    background: #08317e !important;
}

.book-thongtinlienlac label {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.mm-listview > li > a, .mm-listview > li > span {
    text-transform: uppercase !important;
}

.dcont_icon svg {
    height: 50px;
}

.dcont_icon {
    width: 200px;
    height: 200px;
    background: #f5f5f5;
    border-radius: 100%;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-bottom: 12px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.dcont_icon:hover {
    background: #ffc10e;
}

.dcont_icon:hover i {
    color: #fff;
}

.cont_add a:hover {
    text-decoration: none;
}

.cont_add a, .cont_add {
    color: #333;
}

.wpfm-icon-block svg {
    fill: #fff;
    margin-bottom: 5px;
}

.dcont_info {
    font-size: 24px;
}

.dcont_details {
    font-size: 18px;
    padding: 0 38px;
}

.cont_add_block {
    text-align: center;
}


.cont_add {
    margin: 40px 0;
}

.d_header7 {
    padding-bottom: 30px;
}

.d_event_right h3 {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.d_event_right h3 a {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
}

.tr_mang_xh {
    text-align: center;
    height: 45px;
}

.tr_su_kien .tr_mang_xh {
    text-align: center;
    border-bottom: dashed 1px #fff;
    padding: 10px 0px;
}

.tr_mang_xh a {
    color: #fff;
    /* border: solid 2px #fff; */
    /* border-radius: 100%; */
    /* padding: 4px; */
    padding: 5px;
}
.tr_mang_xh a svg {
    fill: #fff;
    height: 16px;
}

.tr_su_kien img {
    height: 250px;
    width: auto !important;
    min-width: 100%;
    padding: 1px;
    border-radius: 5px;
}

.tr_su_kien h3 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}

.tr_su_kien h3 a {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
}

.tr_to_chuc_sk {
    margin-bottom: 20px;
}

.tr_bct {
    width: 120px;
    padding: 2px;
    border-radius: 5px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10PX;
}

.tr_line_t {
    color: #f00;
    text-decoration: line-through;
    padding-right: 20px;
    font-weight: normal;
}


.sp_depa i {
    width: 24px;
    text-align: center;
}
.sp_depa svg, .sp_price svg, .sp_date svg {
    height: 20px;
    text-align: center;
    fill: #0a5500;
    margin-right: 5px;
}

.sp_price, .sp_date {
    display: flex;
    align-items: center;
}



.d_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

/* loading */

.d_loading {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.d_loading.disabled {
    display: none;
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.soluong_tour {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.soluong_tour .g_item {
    padding: 6px 12px;
    background: #164b34;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
}

.soluong_tour .g_item svg {
    fill: #fff;
    margin-right: 3px;
    height: 18px;
}

.soluong_tour.g_center {
    justify-content: center;
}

.sp_depa {
    display: flex;
    width: 100%;
}
.sp_depa i{
    margin-top: 3px;
}

.d_segment_logo .container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.umt_header_right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.umt_header_right .d_social {
    margin-left: 40px;
}
.header_login a{
    color: #164b34;
    font-weight: bold;
}

.d_segment_menu_mobile ul.menu_left_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.d_segment_header .header_login {
    margin-left: 40px;
    float: right;
}
.d_segment_header .header_login a{
    color: #fff;
    font-weight: normal;
}


.single_heading_group{
    margin: 5px 0;
    /* border-radius: 4px; */
}

.single_heading_group .g_title{
    background: rgba(0,0,0,0.01);
    color: #ff6600;
    padding: 10px 10px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
}

.single_heading_group .g_title.active:after{
    content: "\f077";

}

.single_heading_group .g_title:after{
    content: '';
    /*content: "\f078";*/
    /*font-family: 'Font Awesome 6 Pro';*/
    position: absolute;
    right: 10px;
    top: 11px;
    /* height: 18px; */
    /*color: #ededa4;*/
    background-image: url('data:image/svg+xml,<svg fill="%23ff6600" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z"/></svg>');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}

.single_heading_group .g_content.active{
    padding: 20px 10px;
}

.single_heading_group .g_title.active{
    background: aliceblue;
}



.tabcontent.g_hidden{
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: -999 !important;
}


.dat_tour1 .d_date2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.dat_tour1 .d_date2 .d_clock_right {
    padding-top: 0;
}
.dat_tour1 .d_date2 .d_date2_right {
    margin-left: 30px;
    color: #888;
}

.newlayout .thongtinchitiet .tab-menu .nav-tabs>li>a {
    padding: 10px 13px;
}

.module_left_ct .tin_khac {
    text-transform: uppercase;
}

h3.contact_page_title {
    font-size: 22px;
}

.d_product.g_slider ul li{
    width: 100%;
}

ul.khoangkhac {
    display: flex;
    flex-wrap: wrap;
}

ul.khoangkhac li {
    /*height: 100%;*/
}

img.standard_ratio {
    width: 100%;
    aspect-ratio: 300 / 137;
    object-fit: cover;
}

.single_xemthem a{
    color: crimson;
    font-weight: bold;
}

table#footer1 td{
    width: 33.33%;
}

.single_tour_content .company_name {
    height: auto;
    background: none;
}

.lichkhoihanh_table thead tr {
    background: #f60;
    color: #fff;
}

.exact_order_tour a {
    background: #164b34 !important;
    color: #fff !important;
    border: none !important;
    display: flex;
    align-items: center;
}
.exact_order_tour svg {
    fill: #fff;
    margin-right: 3px;
}

.lichkhoihanh_table th {
    text-align: center;
    vertical-align: middle !important;
}
.lichkhoihanh_table td {
    vertical-align: middle !important;
}

.lichkhoihanh_table {
    text-align: center;
}

.d_title h2{
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 32px;
}

.sp_excerpt {
    margin-top: 10px;
    /* text-align: center; */
    margin-bottom: 10px;
    font-style: italic;
    color: #666;
    text-align: justify;
    font-size: 15px;
    height: 85px;
}

.sp_depa {
    min-height: 21.42px;
}

.newlayout .thongtinchitiet .tab-menu .nav-tabs>li>a {
    padding: 10px 11px;
}

.tr_content {
    text-align: justify;
}

.tr_to_chuc_sk .tr_album_aloha {
    height: 250px;
    overflow: hidden;
}



/*slick_1*/
.slick_1:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_1:not(.slick-initialized) > * {
    width: 100%;
}

.slick_1:not(.slick-initialized) > *:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick_2*/
.slick_2:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_2:not(.slick-initialized) > * {
    width: 50%;
    padding: 0 10px;
}

.slick_2:not(.slick-initialized) > *:nth-child(n+3) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick_3*/
.slick_3:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_3:not(.slick-initialized) > * {
    width: 33.33% !important;
    padding: 0 10px;
}

.slick_3:not(.slick-initialized) > *:nth-child(n+4) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}


/*slick_4*/
.slick_4:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_4:not(.slick-initialized) > * {
    width: 25%;
    padding: 0 10px;
}

.slick_4:not(.slick-initialized) > *:nth-child(n+5) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}


/*slick_5*/
.slick_5:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_5:not(.slick-initialized) > * {
    width: 20%;
    padding: 0 10px;
}

.slick_5:not(.slick-initialized) > *:nth-child(n+6) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick_6*/
.slick_6:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_6:not(.slick-initialized) > * {
    width: 16.666%;
    padding: 0 10px;
}

.slick_6:not(.slick-initialized) > *:nth-child(n+7) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}





/*slick_banner*/
.slick_banner:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_banner:not(.slick-initialized) > * {
    width: 100%;
}

.slick_banner:not(.slick-initialized) > *:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slider-for*/
.slider-for:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slider-for:not(.slick-initialized) > * {
    width: 100%;
}

.slider-for:not(.slick-initialized) > *:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick-nav*/
.slider-nav:not(.slick-initialized) {
    position: relative;
    display: flex;
    justify-content: center;
}

.slider-nav:not(.slick-initialized) > * {
    width: 20%;
    padding: 0 10px;
}

.slider-nav:not(.slick-initialized) > *:nth-child(n+6) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}




/*SLICK*/
.slick_banner{
    position: relative;
}

.dnav_item{
    font-size: 30px;
    cursor: pointer;
}
.dnav_item i{
    --fa-secondary-opacity: 0.6;
    --fa-primary-color: #fff;
    --fa-secondary-color: rgb(108, 108, 108);
}
.dnav_item i:hover{
    --fa-secondary-opacity: 1;
}


.dnav_item svg {
    height: 30px;
    fill: #333;
    stroke: #fff;
    stroke-width: 11px;
}


.slick-arrow{
    display: none !important;
}
.slick-slider:hover .slick-arrow{
    display: block !important;
}
.slick_banner .dnav_item.g_left{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 999;
}

.slick_banner .dnav_item.g_right{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 999;
}
.slick_banner:hover .dnav_item{
    display: block !important;
}
.slick_banner img{
    width: 100%;
}

.slick_multiple_row .slick-slide {
    height: fit-content;
}


.slick-arrow{
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translate(0,-50%);
}

.slick-arrow.slick-prev{
    left: 15px;
}
.slick-arrow.slick-next{
    right: 15px;
}

.slick-dots{
    position: absolute;
    left: calc(50%);
    top: calc(100% + 10px);
    transform: translate(-50%,0%);
    z-index: 999;
    display: flex;
    list-style: none;
}
ul.slick-dots li.slick-active button{
    background: #008CC6;
    /*width: 50px;*/
    /*border-radius: 100px;*/
}
ul.slick-dots li{
    margin: 0 4px;
}
ul.slick-dots li button{
    color: transparent;
    background: none;
    border-radius: 100%;
    background: #cce8f4;
    border: none;
    height: 12px;
    width: 12px;
    outline: none;
    padding: 0;
}

.slider-nav .slick-current img, .slider-wrapper .slick-center img{
    border: 1px solid #006CC7;
}


/* the slides */
.slick_margin .slick-slide {
    margin: 0 15px;
}

/* the parent high degree than slick slider */
.slick_margin {
    margin: 0 -15px;
}



.slider-nav{
    margin-top: 20px;
}

.slick-track{
    margin: initial;
}

.force_init_transform .slick-track{
    transform: initial !important;
}



.slick_banner.slick-slider{
    margin: 0;
}
.slick_banner.slick-slider .slick-slide{
    margin: 0;
}


/*for margin multiple lines*/
.slick_wrapper{
    padding: 10px;
}
.slick_parent .slick-slide {
    margin: -10px;
}


svg {
    height: 14px;
}

.d_product ul li[role="presentation"] {
    list-style: none;
    width: auto;
    margin-left: unset;
    float: none;
    border-radius: unset;
    background: none;
    position: unset;
    margin-bottom: unset;
    box-shadow: unset;
}

.home_event_group {
    margin: -10px;
}
.home_event_group .g_parent_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.home_event_group .g_wrapper {
    width: 50%;
    padding: 10px;
}
.home_event_group .item img {
    border-radius: 8px;
    overflow: hidden;
}
.hvr-grow:hover {
    transition: 0.5s;
}
img.hvr-grow:hover {
    transform: scale(1.2);
}
.d_product ul li {
    overflow: hidden;
}

.hidebutton svg {
    height: 18px;
}
.hidebutton {
    display: flex;
    align-items: center;
    justify-content: center;
}



#my-menu-click svg {
    height: 22px;
    fill: #164b34;
}

#my-menu{
    display: none;
}
#my-menu.mm--main, #my-menu.mm--open{
    display: block;
}