/*
Theme Name: neomedia
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #ebebeb;
}
::-webkit-scrollbar-thumb {
    background-color: grey;
}
html, body {
    font-size: 17px;
    color: #4F4F4F;
    line-height: 1.6;
}
b,
strong {
    font-weight: bold;
}
.container, .container-width, .full-width .ubermenu-nav, .row, body {position: relative;}
.container .row-xsmall:not(.row-collapse), .row .row-xsmall:not(.row-collapse) {
    margin-left: -2.5px;
    margin-right: -2.5px;
}
.row-xsmall>.col, .row-xsmall>.flickity-viewport>.flickity-slider>.col {padding: 0 2.5px 5px;}
.h2,
h2 {
    font-size: 1.6em;
}
.h3,
h3 {
    font-size: 1.4em;
}
h1, h2, h3, h4, h5, h6, .heading-font {line-height: 1.4;}
li {margin-bottom: 7px;}
.score-very-good {
    background: #27aa45 !important;
}
.text-score-very-good {
    color: #27aa45 !important;
}
.score-good {
    background: #297aa8 !important;
}
.text-score-good {
    color: #297aa8 !important;
}
.score-normal {
    background: #bdbdbd !important;
}
.text-score-normal {
    color: #bdbdbd !important;
}
.score-not-good {
    background: #bdbdbd !important;
}
.text-score-not-good {
    color: #bdbdbd !important;
}
.score-not-bad {
    background: #828282 !important;
}
.text-score-not-bad {
    color: #828282 !important;
}
.ux-menu-link__link {
    padding: 0;
    min-height: unset;
    margin-bottom: 8px;
}
#breadcrumbs {
    padding: 10px 0;
    background: #fbfbfb;
    margin-bottom: 20px;
}
#breadcrumbs p {
    margin: 0;
}
.breadcrumbs,
#breadcrumbs span {
    font-size: 14px;
    text-transform: initial !important;
    font-weight: 400;
    color: #184363;
    opacity: 1;
}
#breadcrumbs a {
    text-transform: initial;
    font-size: 14px;
    color: #184363;
}
.archive h1.term-name {font-size: 28px;margin-top: 20px;margin-bottom: 0;}
.taxonomy-description ul,
.taxonomy-description ol {
    padding-left: 25px;
}
.taxonomy-description {
    margin-bottom: 30px;
}
.row .row-small:not(.row-collapse),
.container .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
form .row-small {
    display: flex; 
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
.row-small > .flickity-viewport > .flickity-slider > .col,
.row-small > .col {
    padding: 0 10px 20px;
    margin-bottom: 0;
}
label {font-weight: 500;}
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 15px;
}
.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 10px 5px;
}
.nav-dropdown-has-border .nav-dropdown a {
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #ececec;
}
.nav-dropdown-has-border .nav-dropdown .ux-menu-link:last-child > a {border: none;}
.button.az-button {
    padding: 0 25px;
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    border: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    text-shadow: unset;
    font-weight: normal;
    border-radius: 7px;
}
.button.az-button:hover {
    box-shadow: unset;
    background: #3b85c8 !important;
}
.button.az-button.secondary {
    border-color: #df4521;
}
.button.az-button.is-small {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    padding: 0 16px;
    border: none;
    font-weight: 500;
}
.az-button.white {
    background: white !important;
    border: 1px solid white !important;
    color: #184363 !important;
}
.az-button.white:hover {
    background: #15a9e3 !important;
    border: 1px solid #15a9e3 !important;
    color: #fff !important;
    box-shadow: unset;
}
.is-outline.az-button {
    background: transparent;
    color: #2B3875;
}
.is-outline.az-button:hover {
    background: #4588c8;
    border: none;
}
.button.az-button .inner-button  > i {
    vertical-align: 0;
    margin-right: 10px;
    margin-left: 0;
}
.button.az-button .inner-button > span + i {
    margin-right: 0;
    margin-left: 10px;
}
.az-button.is-outline.white {
    background: transparent !important;
    color: #fff;
    border-color: #fff;
}
.az-title-shortcode {
    margin-bottom: 20px;
}
.az-title-shortcode.center {
    text-align: center;
    margin-bottom: 40px;
}
.az-sub-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #8b8b8b;
}
.az-title-shortcode .title-description {
    margin-top: 10px;
    font-weight: 500;
}
.az-title {
    text-transform: uppercase;
    color: #2e3191;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: bold;
}
.section-title-container {margin-bottom: 30px;}
.section-title .sub-title {
    font-size: 18px;
    color: #3CB4E7;
    font-weight: bold;
    padding: 0;
    text-transform: initial;
    opacity: 1;
    line-height: 1.44;
}
h2.section-title {
    text-align: center;
    font-size: 32px;
    line-height: 125%;
    border: none;
}
.description-title {
    color: #4d4d4d;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}
.section-title-center ~ .description-title {
    text-align: center;
}
.section-title {
    font-weight: bold;
    flex-direction: column;
}
.section-title .ez-toc-section {display: none;}
.section-title-normal {
    border: none;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}
.is-link .section-title-normal:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #580e06;
    top: 50%;
}
.is-link .section-title-main:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #edc74e;
    width: 100px;
    left: 100%;
    top: calc(50% - 1px);
}
.section-title-normal a.view-more {
    font-size: 13px;
    font-weight: 500;
    background: #184363;
    padding: 0 20px;
    border-radius: 7px;
    color: #fff;
    line-height: 30px;
    height: 30px;
}
.section-title-normal a.view-more i {
    color: #fff;
}
.section-title-main {
    border: none !important;
    padding: 0;
    margin: 0;
    text-transform: initial;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    text-align: center;
}
.section-title-normal .section-title-main {text-align: left;margin-right: 0;margin-left: 0;padding-left: 0;color: inherit;}
.is-link .section-title-normal .section-title-main {
    background: white;
    position: relative;
    z-index: 1;
    padding-right: 15px;
}
.section-title-normal .section-title-main span {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    z-index: 2;
    text-transform: initial;
}
.section-title-normal .read-more {
    text-transform: initial;
    margin: 0;
    border-radius: 12px;
    border: none;
    font-size: 14px;
    padding: 0 0 0 15px;
    line-height: 36px;
    height: 36px;
    background: white;
    position: relative;
    z-index: 1;
}
.section-title-normal .read-more i {
    margin-left: 5px;
    font-size: 17px;
    opacity: 1;
}
.title-text-link .section-title-normal .section-title-main {
    max-width: calc(100% - 150px);
}
h1.section-title .section-title-main {
    font-size: 28px;
}
h2.section-title .section-title-main {
    font-size: 26px;
}
.section-title-center {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.section-title-center span {
    margin: 0 auto;
}
.section-title span {text-transform: initial;}
.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    width: 80%;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection,
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
textarea,
input[type="password"],
input[type="time"],
input[type="date"],
select {
    border: 1px solid #ebebeb;
    box-shadow: none;
    font-size: 14px;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
    padding: 0 10px;
}
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    box-shadow: unset;
}
.select2-container {font-size: 14px;}
textarea {
    min-height: 100px;
    padding: 10px;
    line-height: 1.6;
    border-radius: 12px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: block;
    color: #333;
    margin: 0;
    font-weight: normal;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #b72020;
    position: absolute;
    top: 5px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.box-push .box-text {
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0.8);
}
.flickity-prev-next-button {
    height: 40px;
    width: 40px;
    margin: 0 !important;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-shadow: unset;
    top: calc(50% - 20px);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.flickity-prev-next-button:hover {
    background: #184363;
    color: white !important;
}
.flickity-prev-next-button:before {
    content: "\eab8";
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: inherit;
}
.flickity-prev-next-button.previous:before {
    content: "\eab5";
}
.flickity-prev-next-button svg {
    display: none;
}
.slider-nav-circle .flickity-prev-next-button .arrow {
    border: none;
}
.slider-nav-normal .flickity-prev-next-button,
.slider-nav-small .flickity-prev-next-button {
    width: 25px;
    height: 25px;
    min-height: unset;
    font-size: 13px;
    top: calc(50% - 13px);
}
.slider-nav-light .flickity-prev-next-button {
    color: #184363;
    background: #ebebeb;
}
.slider-nav-light .flickity-prev-next-button:hover {
    color: #fff;
    background: #184363;
}
.flickity-page-dots {display: flex;justify-content: center;align-items: center;z-index: 9;}
.flickity-enabled .flickity-page-dots .dot {
    width: 12px;
    height: 6px;
    background: white;
    margin: 0 4px;
    border: none;
    opacity: 1;
    border-radius: 99px;
    transition: all linear .3s;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
    height: 12px;
    background: #e2ac3e;
}
.pagination-outside > .slider,
.pagination-outside.slider {
    padding-bottom: 30px;
}
.page-wrapper {
    padding: 0;
}
table {
    margin: 0 auto 1.5em;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
}
table td,
table th {
    padding: 10px !important;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.grid {display: grid;}
.image-cover iframe {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
ul.links li {margin: 0 3px}
ul.links li a {color: rgb(64 179 222)}
.container.medium-container {max-width: 1000px}
.box>a {display: block;}
.box-text {padding-top: 20px;padding-bottom: 20px;}
.box-normal {display: flex;flex-direction: column;flex: 1;}
.box-image {display: block;}
.box-text {padding: 20px;flex: 1;display: flex;flex-direction: column;}
.box-text .box-text-inner {display: flex;flex-direction: column;flex: 1;}
.box-vertical .box-text {padding: 0 0 0 20px;display: flex;flex-direction: column;}

/*************** AZ ICON BOX  ***************/
.az-icon-box {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}
.az-icon-header {
    padding: 25px;
    text-align: center;
}
.az-icon-box-title {
    margin: 8px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}
.az-icon-box-description {
    font-weight: 300;
    padding: 15px 15px 10px;
    text-align: center;
}
.az-icon-box-description > *:last-child {
    margin-bottom: 10px;
}
.az-icon-box-description p {
    margin-bottom: 10px;
}

/*************** AZ MENU  ***************/
.az-menu,
.sticky-menu .ux-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
    flex-direction: row;
    margin-bottom: 20px;
}
.sticky-menu {
    position: sticky;
    top: 70px;
    background: #f7f7f7;
    z-index: 99;
    padding: 0 !important;
}
.sticky-menu .ux-menu {
    justify-content: center;
}
.az-menu li,
.sticky-menu .ux-menu-link {
    margin-right: 32px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.az-menu li a,
.sticky-menu .ux-menu-link a {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    white-space: nowrap;
    min-height: unset;
    padding: 0;
    display: block;
}
.az-menu li.current-menu-item a,
.az-menu li:hover a,
.sticky-menu .ux-menu-link:hover a,
.sticky-menu .ux-menu-link.active a {
    color: #e51b23;
}
.az-menu li a:after,
.sticky-menu .ux-menu-link a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -21px;
    display: block;
    background: transparent;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
}
.az-menu li.current-menu-item a:after,
.az-menu li:hover a:after,
.sticky-menu .ux-menu-link:hover a:after,
.sticky-menu .ux-menu-link.active a:after {
    background: #e51b23;
}

/*************** NEO CTA BUTTON  ***************/
.neo_cta {
    position: fixed;
    z-index: 1000;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    bottom: 0;
    padding: 15px;
}
.neo_cta.right {
    left: initial;
    right: 0;
}
.neo_cta_list_button .cta_button {
    margin-top: 10px;
    margin-bottom: 0;
}
.neo_cta_list_button {
    list-style: none;
    margin: 0;
}
.neo_cta_list_button .cta_button .cta_button--icon {
    position: relative;
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.neo_cta_list_button .cta_button .cta_button--icon img {
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fff;
    width: 1000%;
}
.neo_cta_list_button .cta_button .cta_button--icon .tooltip-text {
    position: absolute;
    top: 4px;
    left: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgb(207 23 31);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.neo_cta.right .cta_button .cta_button--icon .tooltip-text {
    right: 55px;
    left: initial;
}
.neo_cta_list_button .cta_button .cta_button--icon .tooltip-text:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgb(207 23 31) transparent transparent;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.left .neo_cta_list_button .cta_button .cta_button--icon .tooltip-text:before {
    right: 100%;
    left: initial;
    border-color: transparent rgb(207 23 31) transparent transparent;
}
.neo_cta.right .cta_button .cta_button--icon .tooltip-text:before {
    right: initial;
    left: 100%;
}
.neo_cta_list_button .cta_button .cta_button--icon:hover {
    text-decoration: none;
    opacity: 0.9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.neo_cta_list_button .cta_button .cta_button--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.neo_cta.cta_mobile {
    padding: 0;
    width: 100%;
    background: #7bae4a;
}
.neo_cta.cta_mobile .neo_cta_list_button {
    display: flex;
    width: 100%;
    padding: 10px 0;
    justify-content: center;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button {
    flex: 1;
    overflow: hidden;
    margin: 0;
    border-right: 1px solid #ffffff38;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button:last-child {border:none;}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon {
    width: 100%;
    height: auto;
    box-shadow: unset;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
    background: none;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon img {
    border: none;
    display: block;
    height: 18px;
    background: none;
    width: auto;
    border-radius: 0;
}
.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    color: #FFF;
    font-size: 12px;
    padding: 0 5px;
    font-weight: 600;
    height: auto;
    line-height: 1;
    margin-top: 5px;
}
.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text:before {display:none;}

/*************** TOOLTIPSER  ***************/
.tooltipster-sidetip .tooltipster-box {
    font-family: Inter, sans-serif;
    border: none !important;
    font-weight: 400;
}
.tooltipster-default .tooltipster-content {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

/*************** AZ VIDEO  ***************/
.az-video .box {
    padding: 10px;
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.az-video .box-image {
    border-radius: 10px;
}
.az-video .box-text {
    padding: 15px 10px 5px;
}
.az-video .box-text h3 {
    text-align: center;
    margin: 0;
    color: #4d4d4d;
    font-weight: 500;
}

/*************** HEADER ***************/
#top-bar, #top-bar a {color: white;}
#top-bar .searchform input {height: 30px;font-size: 14px;}
#top-bar .searchform button {
    border: none;
    font-size: 10px;
    line-height: 30px;
}
#masthead {
    background: url(https://tktravel.com.vn/wp-content/uploads/2023/03/bannerheader.png) no-repeat center center;
}
#masthead .html_topbar_left {position: absolute;height: 100%;width: auto}
#masthead .searchform input {background: white;border: none;box-shadow: 0px 0px 5px #3675ba42;padding: 0 15px;}
#masthead .searchform {max-width: 500px;margin: 0 auto;}
#masthead .header-nav-main > li.html_topbar_right {display: flex;}
#masthead .header-nav-main > li.html_topbar_right .icon-box {white-space: nowrap;min-width: 220px;}
#masthead .header-nav-main > li.html_topbar_right .icon-box-text {display: flex;flex-direction: column;justify-content: center;}
#masthead .header-nav-main > li.html_topbar_right .icon-box h5 {
    opacity: 1;
    margin-bottom: 5px;
    font-weight: 600;
}
#masthead .header-nav-main > li.html_topbar_right .icon-box h6 {
    opacity: 1;
    font-size: 18px;
    line-height: 1;
    color: #57b1dd;
}
#wide-nav .header-bottom-nav > li.html_topbar_left .hotline i {
    position: absolute;
    width: 38px;
    height: 38px;
    line-height: 38px;
    left: 1px;
    top: 1px;
    text-align: center;
    background: white;
    border-radius: 50%;
    color: #efa82b;
}
#wide-nav, #top-bar {
    background: rgb(64 179 222);
}
#wide-nav .header-bottom-nav > li {margin: 0;}
#wide-nav .header-bottom-nav > li > a {
    padding: 0px 25px;
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    font-weight: 500;
}
#wide-nav .header-bottom-nav > li > a .icon-angle-down {display: none;}
#wide-nav .header-bottom-nav > li:hover > a,
#wide-nav .header-bottom-nav > li.current-menu-item > a,
#wide-nav .header-bottom-nav > li.current-menu-parent > a {
    background: #0000002e;
}
#wide-nav .header-bottom-nav > li .sub-menu {
    left: 0;
    padding: 10px 15px;
    transition: none;
}
#wide-nav .header-bottom-nav > li .sub-menu > .row {padding: 0 15px;}
#wide-nav .header-bottom-nav > li .sub-menu a {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0;
    color: #333;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    border-bottom: 1px dashed #ebebeb;
}
#wide-nav .header-bottom-nav > li .sub-menu a:hover,
#wide-nav .header-bottom-nav > li .sub-menu li.current-menu-item a {
    color: #4573b9;
}
#wide-nav .header-bottom-nav > li .sub-menu .section-title-container {margin: 10px 0 0;}
#wide-nav .header-bottom-nav > li .sub-menu a.section-title-main {
    border: none !important;
    font-weight: 600;
    padding: 0;
    display: block;
    color: #4573b9
}
#wide-nav .header-bottom-nav > li .sub-menu a.section-title-main span {text-transform: uppercase;}

/*************** HOME ***************/
.section-banner {z-index: 9}
.section-banner .site-search {
    background: white;
    padding: 10px 25px 20px;
    margin-top: -100px;
    z-index: 10;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
.section-banner .site-search .tabbed-content .nav {
    border-bottom: 1px solid #ebebeb;
}
.section-banner .site-search .tabbed-content .nav li {
    margin: 0 25px 0 0;
}
.section-banner .site-search .tabbed-content .nav li a {
    text-transform: initial;
    font-size: 16px;
    position: relative;
}
.section-banner .site-search .tabbed-content .nav li a:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: transparent
}
.section-banner .site-search .tabbed-content .nav li.active a:after {background: #57b1dd;}
.section-banner .site-search .tabbed-content .nav li.active a, .section-banner .site-search .tabbed-content .nav li:hover a {color: #57b1dd;}
.search--form {
    margin: 0;
    display: flex;
}
.search--form .form--content {
    width: calc(80% - 30px);
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px;
}
.search--form .form--content .form-field {
    flex: 0 0 auto;
    display: flex;
    width: 50%;
    padding: 15px 0;
}
.search--form .form--content .form-field .icon {width: 45px;opacity: .5}
.search--form .form--content .form-field .input {
    text-transform: uppercase;
    font-size: 14px;
}
.search--form .form--content .form-field .input p {margin-bottom: 0;margin-left: 10px;}
.search--form .form--content .form-field input, .search--form .form--content .form-field select {
    border: 0;
    outline: 0;
    box-shadow: none!important;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    margin-top: 0;
    background-color: initial!important;
    cursor: pointer;
    height: 23px;
    margin: 0 0 0 5px;
    line-height: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    min-width: 200px;
}
.search--form .form--content .form-field select option {font-size: 14px;padding: 5px 10px;}
.search--form .form--button {
    display: flex;
    align-items: end;
    flex: 1;
}
.search--form .form--button button {
    margin: 0;
    line-height: 50px;
    width: 100%;
    border-radius: 7px;
    border: none;
    background: #57b1dd;
    color: white;
}
.section-tabs-tour .tabbed-content .nav {
    border-bottom: 1px solid #e2ac3e;
}
.section-tabs-tour .tabbed-content .nav li {
    margin: 0;
}
.section-tabs-tour .tabbed-content .nav li a {
    padding: 10px;
    color: #333;
    position: relative;
}
.section-tabs-tour .tabbed-content .nav li a:after {
    content: '';
    height: 2px;
    bottom: -1px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    background: transparent
}
.section-tabs-tour .tabbed-content .nav li.active a, .section-tabs-tour .tabbed-content .nav li:hover a {color: #4572ba;}
.section-tabs-tour .tabbed-content .nav li.active a:after {background: #4572ba;}

/*************** TABS DROPDOWN ***************/
.tabbed-content {position: relative;}
.tabbed-content .nav-dropdown {
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    text-transform: initial;
    max-height: unset;
    border-radius: 12px;
    position: absolute;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.tabbed-content .nav-dropdown.active {
    top: 45px;
    opacity: 1;
    visibility: visible;
}
.tabbed-content .nav-dropdown li {display: block;margin: 0;}
.tabbed-content .nav-dropdown li > a {text-transform: inherit;font-weight: 600;font-size: 16px;line-height: 24px;color: #4F4F4F;padding: 10px 15px;}
.tabbed-content .nav-dropdown li:not(:last-child) > a {border-bottom: 1px solid #ebebeb;}
.tabbed-content .dropdown-button {
    background: #FFFFFF;
    height: 40px;
    color: #4F4F4F;
    font-size: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-transform: initial;
    font-weight: 600;
    margin: 0;
    border: none;
    border-radius: 12px;
}

/*************** BLOG ***************/
h1.post-title {font-size: 24px;}
.meta-top span {
    font-size: 14px;
    margin-right: 10px;
    color: #828080;
}
.nav-pagination {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.nav-pagination li {
    display: inline-block;
    vertical-align: top;
}
.nav-pagination li a, .nav-pagination li span {
    background: #fff;
    border: 1px solid rgb(64 179 222);
    margin: 0;
    border-radius: 7px;
    font-weight: 400;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: rgb(64 179 222);
    padding: 0;
    min-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.nav-pagination>li i {
    top: 2px;
}
#ftwp-container.ftwp-wrap #ftwp-contents {border: 1px solid #b7c8de73 !important;}
#ftwp-container.ftwp-wrap #ftwp-header, #ftwp-container.ftwp-wrap #ftwp-list {background: #eef1f7 !important;padding: 15px 0;border-top: 1px dashed #b7c8de73;}
#ftwp-container.ftwp-wrap #ftwp-header {padding: 10px 25px;border-top: none;}
#ftwp-container.ftwp-wrap #ftwp-header-minimize {margin-right: -10px;}
#ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-anchor::before {display: none;}
.ftwp-sub {padding-left: 15px !important;}
#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp-icon .ftwp-anchor {padding: 5px 25px;font-weight: normal;display: flex;}
#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal>.ftwp-item>.ftwp-anchor::before {content: '';width: 6px;height: 6px;background: #2e4c82;transform: rotate(45deg);margin-top: 6px;}
#ftwp-container #ftwp-list.ftwp-strong-first>.ftwp-item>.ftwp-anchor .ftwp-text {font-weight: 500;font-size: 14px;line-height: 1.4;}
.recent-blog-posts-li .box-text {
    padding: 0 15px;
}
.recent-blog-posts-li .plain {
    padding-top: 10px;
    display: flex;
}
.recent-blog-posts-li .box-text h3 {
    font-size: 14px;
    font-weight: 500;
}
.recent-blog-posts-li .box-image .image-cover {
    border-radius: 7px;
}
.related-post .box-text {padding: 10px 0 0;}
.related-post .box-text .post-title {font-size: 15px;font-weight: normal;}
.recent-blog-posts-li .plain .calendar {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    width: 57px;
    height: 57px;
}
.recent-blog-posts-li .plain .m_y {
    height: 22px;
    background-color: #e4e4e4;
    color: #707070;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
}
.recent-blog-posts-li .plain .day {
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #dca447;
}
.posts_by_category .view_all a {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #162b75;
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
    margin-bottom: 15px;
    font-weight: 600;
}

/*************** TOURS ***************/
.flickity-slider .post-item {min-height: 100%;display: flex;flex-direction: column;}
.flickity-slider .post-item .col-inner {flex: 1;display: flex;flex-direction: column;}
.flickity-slider .post-item .col-inner .plain {flex: 1;display: flex;flex-direction: column;}
.list-post .post-item {padding-bottom: 15px;}
.list-post .post-item .box-image .image-cover {border-radius: 7px;}
.list-post .post-item .col-inner {padding-bottom: 15px;border-bottom: 1px dashed #ebebeb;}
.tour-item .col-inner, .tour-item .plain, .tour-item .box, .post-item .col-inner {height: 100%;border-radius: 7px;overflow: hidden;}
.tour-item .box-text {padding: 15px 20px 0;}
.tour-item .box-overlay .box-text {padding: 15px 15px 0;}
.tour-item .box-vertical .box-text {padding-top: 0;}
.tour-item .post-title a, .post-item .post-title a {margin-bottom: 10px;font-weight: 600;font-size: 18px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;color: #333;}
.tour-item .box-overlay .post-title a, .post-item .box-overlay .post-title a {color: white;}
.tour-item .box-vertical .post-title a {font-size: 18px;margin-bottom: 5px;}
.list-post .tour-item .box-vertical .post-title a {height: auto}
.tour-item .box-vertical .image-cover {border-radius: 7px;}
.tour-item .box-text-inner {display: flex;flex-direction: column;height: 100%;flex: 1;}
.tour-item .destination {
    margin: -10px 0 0;
    font-size: 14px;
    margin-bottom: 10px;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.tour-item .box-vertical .destination {margin-top: 0;}
.tour-item .tour-meta {font-size: 14px;}
.tour-item .tour-meta > * {
    display: flex;
} 
.tour-item .tour-meta i {margin-right: 5px;font-size: 16px;opacity: .6;margin-top: 4px;}
.tour-item .box-overlay .tour-meta i {opacity: 1;color: white;}
.tour-item .tour-meta .duration {margin-right: 15px;}
.tour-item .meta-bottom {
    margin: auto -15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 15px;
}
.tour-item .meta-bottom .price {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
}
.tour-item .box-overlay .meta-bottom .price {text-align: left;}
.tour-item .meta-bottom .price .label {font-size: 14px;}
.tour-item .meta-bottom.show-booking .price {
    padding-right: 15px;
}
.tour-item .box-vertical .meta-bottom.show-booking .price {text-align: left;border: none;}
.tour-item .box-vertical .tour-meta {flex-direction:column}
.normal-price {
    margin-right: 10px;
    text-decoration: line-through;
    opacity: .7 !important;
    font-size: 16px;
}
.box-overlay .normal-price {opacity: 1 !important}
.regular-price {
    font-weight: bold;
    color: #b72020 !important;
    font-size: 18px;
}
.tour-item .meta-bottom a {
    display: block;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-weight: 500;
    background: #f47921;
    color: white;
    border-radius: 7px;
    min-width: 150px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    font-size: 14px;
}
.tour-item .box-overlay .meta-bottom a {background: #f47921;}
.tour-item .box-overlay .meta-bottom .regular-price {color: #f47921 !important}
.tour-item .meta-bottom a:hover, .tour-item .meta-bottom a.view-detail:hover {background: #3b85c8;}
.tour-item .meta-bottom a.view-detail {
    margin-right: 10px;
    background: #17347f;
}
.tour-item .box-vertical .meta-bottom {padding: 0;border: none;margin: 0;margin-top: auto;}
.tour-item .box-vertical .meta-bottom a {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 15px;
    min-width: unset;
    text-transform: initial;
    font-weight: normal;
    white-space: nowrap;
}
.entry-header .post-title {color: rgb(64 179 222);font-size: 22px;}
.reviews-rating {display: flex;align-items: center;margin-bottom: 10px;}
.single .reviews-rating {margin-bottom: 0;}
.reviews-rating .reviews-score {font-weight: 600; color: rgb(64 179 222)}
.reviews-score .score {padding: 3px 7px;background: rgb(64 179 222);color: white;border-radius: 7px;margin-right: 3px;font-size: 15px;}
.tour-gallery .tabbed-content .nav {
    margin: 0 0 15px;
}
.tour-gallery .tabbed-content .nav li a {
    padding: 10px 20px;
    border: 1px solid #efefef;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    text-transform: initial;
    font-size: 15px;
    background: #efefef;
}
.tour-gallery .tabbed-content .nav li.active a,
.tour-gallery .tabbed-content .nav li:hover a{
    background: rgb(64 179 222);
    color: white;
}
.tour-gallery .tabbed-content .nav li a .icon {
    width: 20px;
    margin-right: 10px;
}
.tour-gallery .tabbed-content .nav li a .icon img {
    display: block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.tour-gallery .tabbed-content .nav li.active a .icon img,
.tour-gallery .tabbed-content .nav li:hover a .icon img{filter: brightness(0) invert(1);}
.tour-gallery-slider .image-cover {padding-top: 60%;}
.tour-gallery-slider .flickity-prev-next-button {opacity: 1}
.tour-gallery .tab-panels {padding-top: 0;height: 530px;overflow: hidden;border-radius: 7px;}
.tour-gallery .wrap-video {position: relative;padding-top: 60%;}
.tour-gallery .wrap-video iframe {position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.related {padding-top: 30px;border-top: 1px dashed #ebebeb;margin-top: 20px;}
.related .block-title {font-size: 24px;}
.archive .filter {display: flex;align-items: center;margin-bottom: 20px;}
.archive .filter .label {font-weight: 600;padding-right: 15px;}
.archive .filter .list-sort {
    list-style: none;
    display: flex;
    margin: 0;
    overflow-x: auto;
}
.archive .filter .list-sort li {
    margin-right: 10px;
    margin-bottom: 0;
}
.archive .filter .list-sort li button {
    margin: 0 !important;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    font-weight: normal;
    text-transform: initial;
    font-size: 14px;
    line-height: 34px;
    height: 36px;
    border-radius: 7px;
    color: #333;
    display: block;
    white-space: nowrap;
}
.archive .filter .list-sort li.active button, .archive .filter .list-sort li:hover button {
    background: #f47921;
    border-color: #f47921;
    color: white;
}
.single-tour #main-content {
    flex-basis: 70%;
    max-width: 70%;
}
.single-tour #sidebar {
    flex-basis: 30%;
    max-width: 30%;
}
.tour-infomartion, .tour-contact {padding: 0 20px 10px;background: #efefef;border-radius: 7px;margin-bottom: 20px;}
.tour-infomartion .post-meta {
    display: flex;
    flex-direction: column;
}
.tour-infomartion .post-meta > * {
    position: relative;
    display: flex;
    font-size: 14px;
    margin-bottom: 0;
    padding: 15px 0 10px;
    align-items: self-start;
    border-bottom: 1px dashed #c3c3c3;
    line-height: 1.3;
}
.tour-infomartion .post-meta .icon {
    width: 34px;
    margin-right: 10px;
    height: auto;
}
.tour-infomartion .post-meta b, .tour-infomartion .post-meta .label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.tour_detail-header .nav {
    border-bottom: 1px solid #ebebeb;
}
.tour_detail-header .nav li {
    margin-right: 30px;
}
.tour_detail-header .nav li a {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    position: relative;
}
.tour_detail-header .nav li a:after {
    content: '';
    height: 3px;
    background: #f47921;
    position: absolute;
    bottom: -1px;
    left: 50%;
    right: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.tour_detail-header .nav li.active a, .tour_detail-header .nav li:hover a {
    color: #f47921;
}
.tour_detail-header .nav li.active a:after, .tour_detail-header .nav li:hover a:after {
    left: 0;
    right: 0;
}
.lich_trinh .accordion-title {
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dashed #ebebeb;
    border-top: none;
}
.lich_trinh .accordion-title.active {background: none;border-color: #ebebeb;}
.lich_trinh .accordion-item {position: relative;padding-left: 40px;}
.lich_trinh .accordion-item:after {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 15px;
    content: "";
    border: 3px solid #f47921;
}
.lich_trinh .accordion-item:before {
    position: absolute;
    content: "";
    border-left: 1px dashed #d8d8d8;
    width: 0;
    height: 100%;
    left: 15px;
    top: 32px;
}
.lich_trinh .accordion-item:last-child:before {height: calc(100% - 32px);}
.lich_trinh .accordion .toggle {
    right: 0;
    left: initial;
    margin: 0;
    border: none;
    width: auto;
}
.lich_trinh .accordion .toggle i {
    font-size: 16px;
}
.accordion-inner {padding: 15px 0;border-bottom: 1px dashed #ebebeb !important;}
.block-title {padding: 15px 0 0;font-size: 22px;color: rgb(64 179 222);margin-bottom: 15px;font-weight: 600;}
.booking-button {
    margin: 15px 0;
    width: 100%;
    border-radius: 7px;
    background: #f47921;
    line-height: 40px;
    height: 40px;
    font-weight: 600;
}
.tour-contact {padding-top: 20px;}
.tour-contact h3 {
    font-size: 18px;
    padding: 0;
}
.tour-contact ul {list-style: none;font-size: 14px;}
.tour-contact ul i {margin-right: 5px;}
#tour-contact {
    margin-bottom: 10px;
}
#tour-contact button {
    width: 150px;
    margin: 0 auto;
    display: block;
    border-radius: 7px;
    font-weight: normal;
    text-transform: inherit;
}
.featured {
    padding: 10px 0 0;
}
.featured .button-toggle {
    font-weight: 600;
    margin: 0;
    cursor: pointer;
}
.featured .button-toggle i {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    display: inline-block;
}
.featured .button-toggle.active i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}
.featured-content {
    line-height: 1.3;
    font-size: 15px;
    display: none;
    margin-top: 10px;
}
.featured-content p {
    margin: 0 0 10px;
    position: relative;
    padding-left: 20px;
}
.featured-content p:before, .combo-short-description ul li:before {
    content: '\eed8';
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 2px;
    left: 0;
}
.footer-combo {padding: 15px 0;}
.footer-combo .tab-title {
    color: #f47921;
    font-size: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-combo .tab-title span {position: relative;}
.footer-combo .tab-title span:after {
    content: '';
    position: absolute;
    bottom: -13px;
    width: 100%;
    background: #f47921;
    height: 2px;
    left: 0;
}
.combo-content ol, .combo-content ul {padding-left: 25px;}

/*************** HOTELS ***************/
.hotel-item .box-vertical .box-text-inner > *:not(.post-title) {margin-bottom: 10px;}
.hotel-item .reviews-rating, .hotel-item .reviews-score .score {font-size: 14px;}
.hotel-cat-list .ux-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hotel-cat-list .ux-menu-link {
    flex: 0 0 auto;
    width: calc(25% - 15px);
}
.hotel-item .post-title {margin: 0;}
.hotel-item .post-title a {margin: 0;}
.hotel-item .hotel-quality {margin: 0}
.hotel-item .address {
    font-size: 14px;
    display: flex;
    line-height: 1.4;
    padding: 5px 0;
}
.hotel-item .address i {
    margin-right: 5px;
    color: #e2ac3e;
    margin-top: 3px;
}
.hotel-item .promotion {position: unset;color: #4574b8;font-size: 14px;}
.hotel-item .promotion .promotion-title {
    background: none;
    box-shadow: unset;
    padding: 0;
    color: #4573b8;
    font-size: 14px;
}
.list-post .price {
    margin: auto auto 0;
    padding: 7px 20px;
    text-align: center;
    background: #f8ba21;
    border-radius: 7px;
    width: 250px;
}
.list-post .box-vertical .price {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding: 0;
    background: none;
    width: 100%;
    align-items: baseline;
}
.list-post .box-vertical .price>span {color: #333;}
.list-post .box-vertical .price .regular-price {
    padding: 0 10px;
    border: 1px solid #b72020;
    line-height: 36px;
    border-radius: 5px;
}
.list-post .price>span {color: white;opacity: 1;}
.hotel-item .utilities .utilitie {
    display: inline-block;
    background: #efefef;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 3px 5px 0;
}
.dich_vu_noi_bat {
    display: flex;
    flex-wrap: wrap;
}
.dich_vu_noi_bat .dich_vu {
    position: relative;
    padding-left: 35px;
    margin-right: 25px;
    margin-top: 10px;
}
.dich_vu_noi_bat .dich_vu:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(assets/images/breakfast.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    opacity: .7;
    left: 0;
    top: -3px;
}
.dich_vu_noi_bat .dich-vu-hoi_hop:before {
    background: url(assets/images/meeting.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-quan_bar:before {
    background: url(assets/images/cocktail.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-nha_hang :before {
    background: url(assets/images/cuisine.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-spa_massage:before {
    background: url(assets/images/massage.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-gym:before {
    background: url(assets/images/exercise.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-cheo_kayak:before {
    background: url(assets/images/kayaking.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-flycam:before {
    background: url(assets/images/drone.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-cau_truot_nuoc:before {
    background: url(assets/images/slide.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-be_boi_noi:before {
    background: url(assets/images/float.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-buffet_hai_san:before {
    background: url(assets/images/sea-food.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-catamaran:before {
    background: url(assets/images/catamaran.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-voucher_do_uong:before {
    background: url(assets/images/cocktail.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-halal_food:before {
    background: url(assets/images/halal.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-menu_chay:before {
    background: url(assets/images/salad.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-yoga:before {
    background: url(assets/images/yoga.png) no-repeat center center;
    background-size: contain;
}
.dich_vu_noi_bat .dich-vu-to_chuc_sinh_nhat:before {
    background: url(assets/images/birthday-cake.png) no-repeat center center;
    background-size: contain;
}
.single-khach-san #main, .single-du-thuyen #main {padding-bottom: 30px;}
.hotel-media .grid {
    -ms-grid-columns: (minmax(0, 1fr))[16];
    grid-template-columns: repeat(16, minmax(0, 1fr));
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    grid-gap: 10px;
}
.hotel-media .grid .grid-item {
    grid-column: span 3/span 16;
    grid-row: span 1/span 2;
    position: relative;
    overflow: hidden;
}
.hotel-media .grid .grid-item:nth-of-type(n+5){display: none;}
.hotel-media .grid .grid-item:first-child {
    grid-column: span 10/span 16;
    grid-row: span 2/span 2;
}
.hotel-media .grid .grid-item:nth-of-type(2) {
    grid-column: span 6/span 16;
}
.hotel-media .grid .grid-item a {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
}
.hotel-media .grid .grid-item a .count {
    position: absolute;
    z-index: 9;
    background: #00000094;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-weight: 600;
}
.hotel-media .grid .grid-item a .count span {
    font-size: 28px;
    line-height: 1;
}
.hotel-media .grid .grid-item:first-child .image-cover {padding-top: 56%;position: relative;display: block}
.hotel-header {padding: 20px 0;}
.hotel-header .container {display: flex;justify-content: space-between;}
.hotel-header .hotel-name {
    color: #333;
    margin-bottom: 0;
}
.hotel-quality {
    display: inline-flex;
    font-size: 16px;
    vertical-align: 2px;
    color: #ffb800;
    margin-left: 5px;
}
.hotel-header .address {
    padding: 5px 0 10px;
    font-size: 14px;
}
.hotel-header .header-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-left: auto;
}
.hotel-header .header-right .normal-price {
    font-weight: 600;
}
.hotel-header .header-right .regular-price {
    font-size: 22px;
}
.hotel-header .header-right a {
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 !important;
    background: #e2ac3e;
    line-height: 36px;
    height: 36px;
    color: white;
    border-radius: 7px;
}
.hotel-menu {position: sticky;top: 55px;z-index: 10;background: white;margin-bottom: 30px;}
.admin-bar .hotel-menu {top: 79px}
.hotel-menu ul {padding: 0 !important;list-style: none;display: flex;align-items: center;border-bottom: 1px solid #e7e7e7;margin: 0;box-shadow: 0px 3px 0px rgba(0,0,0,.04);}
.hotel-menu li {
    margin: 0 50px 0 0;
}
.hotel-menu li a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.hotel-menu li a:after {
    content: '';
    height: 2px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -1px;
    background: #e2ac3e;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.hotel-menu li.active a, .hotel-menu li:hover a {color: #e2ac3e}
.hotel-menu li:hover a:after, .hotel-menu li.active a:after {
    left: 0;
    right: 0;
}
.hotel-map {border: 3px solid #fafafa;}
.acf-map {padding-top: 70%;}
.hotel-content ul, .hotel-content ol {padding-left: 30px;}
.hotel-content ul ul, .hotel-content ol ul, .hotel-content ul ol, .hotel-content ol ol {margin: 10px 0;}
.hotel-content table ul:last-child, .hotel-content table ul li:last-child {margin-bottom: 0;}
.hotel-utilities {
    margin-top: 30px;
    border-radius: 12px;
    box-shadow: 0 0 5px #00000038;
    padding: 15px 20px;
}
.hotel-utilities .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.hotel-utilities .utilitie {
    padding: 0 0 0 35px;
    position: relative;
    margin-bottom: 10px;
}
.hotel-utilities .utilitie:after {
    content: '';
    position: absolute;
    background: url(assets/images/sprites_cruise_1001.png) no-repeat left 4px;
    background-size: 328px 300px;
    background-repeat: no-repeat!important;
    background-position: -261px -3px;
    width: 24px;
    height: 26px;
    left: 0;
    top: -7px;
}
.hotel-utilities .utilitie_bai_bien:after {
    background-position: -258px -39px;
    width: 27px;
    height: 25px;
    top: -3px;
}
.hotel-utilities .utilitie_be_boi_ngoai_troi:after {
    background-position: -292px -73px;
    width: 28px;
    height: 19px;
    top: 0;
}
.hotel-utilities .utilitie_be_boi_trong_nha:after {
    background-position: -292px -73px;
    width: 28px;
    height: 19px;
    top: 0;
}
.hotel-utilities .utilitie_wifi:after {
    background-position: -119px -166px;
    width: 28.5px;
    height: 21.5px;
    top: 0;
}
.hotel-utilities .utilitie_cho_do_xe:after {
    background-position: -119px -193.5px;
    width: 22.5px;
    height: 24px;
    top: 0;
}
.hotel-utilities .utilitie_dich_vu_hoi_hop:after {
    background-position: -292px -7px;
    width: 27px;
    height: 20px;
    top: 2px;
}
.hotel-content .content {
    flex-basis: 70%;
    max-width: 70%;
}
.hotel-content .wrap-content {position: relative; padding-bottom: 40px;}
.hotel-content .sidebar {
    flex-basis: 30%;
    max-width: 30%;
}
.hotel-content .dich-vu-tien-nghi ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.hotel-content .dich-vu-tien-nghi ul li {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 0 10px 0 25px;
    position: relative;
}
.hotel-content .dich-vu-tien-nghi ul li:before {
    content: '\eed8';
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 20px;
    color: #00b302;
}
.view_more {
    bottom: 0;
    font-size: 16px;
    color: #262626;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
    position: absolute;
}
.view_more:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #c1c1c1;
    width: 100%;
    display: block;
    top: 50%;
}
.view_more.absolute:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    height: 150px;
    background: linear-gradient(180deg,rgb(255 255 255 / 0%) 17%,#ffffff73 50%, #fff 100%);
    display: block;
    position: absolute;
}
.view_more a {
    font-weight: 400;
    display: flex;
    margin: 0 auto;
    height: 40px;
    text-decoration: none!important;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    border: 5px solid #fff;
    color: #fff;
    border-radius: 30px;
    width: 120px;
    font-size: 14px;
    background: #e2ac3e;
    z-index: 9;
    position: relative;
}
.list-rooms .room-item {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.06);
    border-radius: 8px;
    margin-top: 20px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.list-rooms .room-item:before {
    content: '';
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000078;
    z-index: 2;
}
.list-rooms .room-item.loading:before {
    opacity: 1;
    visibility: visible;
}
.list-rooms .room-item.loading:after {
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
    border: 4px solid #fff;
    border-radius: 32px;
    border-right-color: transparent!important;
    border-top-color: transparent!important;
    content: "";
    display: block;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
    z-index: 5;
}
.list-rooms .room-inner {display: flex;}
.list-rooms .thumb {
    width: 300px;
}
.list-rooms .thumb .image-cover {
    padding-top: 65%;
    border-radius: 7px;
}
.list-rooms .room-info {
    flex: 1;
    padding-left: 15px;
}
.list-rooms .room-name {
    color: #333;
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 5px;
    font-weight: 600;
}
.list-rooms .action {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    align-items: center;
}
.list-rooms .show-detail-room {font-size: 15px;color: #e2ac3e;}
.list-rooms .show-detail-room i {font-size: 14px;vertical-align: -1px;}
.list-rooms .booking-room {
    background: #dcae45;
    font-size: 16px;
    color: white;
    padding: 0 15px;
    line-height: 36px;
    height: 36px;
    border-radius: 7px;
}
.list-rooms .room-utilities {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px dashed #ebebeb;
    border-bottom: 1px dashed #ebebeb;
    margin: 5px 0;
}
.room-utilitie {
    width: 50%;
    padding: 0 10px 0 25px;
    position: relative;
    font-size: 15px;
}
.room-utilitie img {
    width: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    opacity: .5;
}
.content-block .wrap {
    margin: 30px 0;
    border-bottom: 2px solid #c1c1c1;
}
.content-block .wrap:last-child {border: none;}
.content-block .wrap .block {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #c1c1c1;
}
.content-block .wrap .block > *:last-child {margin-bottom: 0;}
.check-room > * {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ebebeb;
}
.content-block .wrap .block h3.title {
    font-size: 18px;
}
.check-room .label {min-width: 200px;display: inline-block;}
.content-block .wrap p {margin-bottom: 10px;}
.content-block .wrap > *:last-child {margin-bottom: 0;}
.promotion {
    position: absolute;
    top: 10px;
    z-index: 6;
}
.promotion .promotion-title {
    background: #dcae45;
    padding: 5px 15px;
    font-size: 15px;
    color: white;
    font-weight: normal;
    box-shadow: 1px 2px 2px #0000004f;
    display: inline-block;
    width: auto;
    margin: 0;
    cursor: pointer;
}
.promotion-popover {
    position: absolute;
    left: -20px;
    top: calc(100% + 50px);
    opacity: 0;
    visibility: hidden;
    background: white;
    width: 600px;
    border: 2px solid rgb(64 179 222);
    border-radius: 7px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.promotion:hover .promotion-popover {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}
.promotion-popover .popover-title {
    font-size: 20px;
    background: rgb(64 179 222);
    color: white;
    padding: 10px 15px;
    margin: 0;
}
.promotion-popover .popover-content {padding: 10px 15px;}
.promotion-popover .popover-content p {margin-bottom: 5px;font-size: 14px;}
#popup_detail_room .main-popup {
    display: flex;
}
#popup_detail_room .room-gallery {
    width: 65%;
}
#popup_detail_room .room-gallery .image-cover {padding-top: 75%}
#popup_detail_room .room-gallery .img-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: white;
    padding: 30px 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    z-index: 1;
    background: rgb(3,3,3);
    background: linear-gradient(0deg, rgb(3 3 3 / 36%) 5%, rgba(142,197,76,0) 100%);
}
#popup_detail_room .room-gallery .img-info .img-caption {
    font-weight: 600;
}
#popup_detail_room .show-more {flex: 1;padding: 10px 20px;}
#popup_detail_room .show-more .room-name {
    margin: 0;
    border-bottom: 2px solid #ebebeb;
    padding: 10px 0;
}
#popup_detail_room .show-more > div {
    padding: 15px 0 !important;
    border-bottom: 1px dashed #ebebeb;
    width: 100% !important;
}
#popup_detail_room .show-more > div:last-child {border: none;}
#popup_detail_room .show-more .room-utilitie {
    border: none;
    margin-top: 0;
}
#popup_detail_room .show-more > * h4 {font-size: 18px;color: #333;}
#popup_detail_room .room-list-utilities {display: flex;flex-wrap: wrap;}
#popup_detail_room .room-list-utilities .room-utilitie {width: 100%;margin-bottom: 5px;}
#popup_detail_room .show-more ul {list-style: none;margin: 0;padding: 0;}
#popup_detail_room .show-more ul li, #booking-du-thuyen .room-notes .room_notes li {font-size: 15px;position: relative;padding-left: 26px;}
#hotel_featured ul {padding-left: 0;}
#hotel_featured ul li {padding-left: 26px;position: relative;list-style: none;}
#popup_detail_room .show-more ul li:before,
#hotel_featured ul li:before, #booking-du-thuyen .room-notes .room_notes li:before {
    content: '\eed8';
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d7af4b;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
#popup_detail_room .show-more .room-facilities ul {
    display: flex;
    flex-wrap: wrap;
}
#popup_detail_room .show-more .room-facilities ul li {width: 50%;}
#hang_phong .title {font-size: 24px;}

/*************** DU THUYEN ***************/
.yacht-utilities {
    margin-top: 30px;
    border-radius: 12px;
    box-shadow: 0 0 5px #00000038;
    padding: 15px 20px;
}
.yacht-utilities .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.yacht-utilities .yacht-item {
    padding: 0 0 0 35px;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
}
.yacht-utilities .yacht-item i {
    position: absolute;
    width: 22px;
    left: 0;
    top: -2px;
}
.du-thuyen-item .post-title a {
    display: inline-block;
}
.du-thuyen-item .post-title .hotel-quality {
    vertical-align: 7px;
    margin-left: 5px;
}

/*************** COMBO ***************/
.main-gallery {position: relative;border-radius: 7px;overflow: hidden;}
.thumb-gallery {position: absolute;bottom: 0;width: 100% !important;left: 2.5px !important;padding: 5px 2.5px 0 !important;background: #00000061;}
.thumb-gallery .image-cover {opacity: .7;border-radius: 7px;}
.thumb-gallery .is-nav-selected .image-cover {opacity: 1;}
.combo-summary {font-size: 16px;}
.combo-summary .combo-title, .voucher-summary .voucher-title {font-size: 22px;line-height: 1.3;font-weight: 600;}
.combo-short-description {
    padding: 20px 20px 0;
    border: 1px dashed #ebebeb;
    border-radius: 7px;
}
.combo-short-description p {margin-bottom: 10px;}
.combo-summary .combo-sku, .combo-summary .combo-price {margin-bottom: 10px;}
.combo-summary .combo-price span {
    color: #b72020;
    font-weight: bold;
    font-size: 22px;
}
.combo-short-description ul {list-style: none;}
.combo-short-description ul li {
    position: relative;
    padding-left: 25px;
}
.combo-short-description ul li:before {font-size: 20px;color: #23b400;top: 3px;}
#open-popup-booking-combo, #open-popup-booking-voucher {
    margin: 20px 0 0;
    border-radius: 7px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 18px;
    background: #b72020;
    text-transform: inherit;
}
#open-popup-booking-combo i, #open-popup-booking-voucher i {
    font-size: 22px;
}
#open-popup-booking-combo span, #open-popup-booking-voucher span {
    line-height: 1;
}

/*************** VOUCHER ***************/
.address, .duration {font-size: 15px;margin-bottom: 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.box-vertical .address, .box-vertical .duration {
    white-space: initial;
}
.address i, .duration i, .diem_den i {color: #f47921; margin-right: 5px;}
.voucher-summary {
    height: 100%;
    padding: 20px;
    box-shadow: 0px 0px 15px #0000002b;
    border-radius: 7px;
    font-size: 16px;
}
.voucher-meta > div {
    display: flex;
    font-size: 16px;
    margin-bottom: 5px;
}
.voucher-meta > div b {
    width: 135px;
}
.voucher-meta .tieu-chuan span {
    color: #ffb800;
    display: inline-flex;
    font-size: 18px;
}
.voucher-price {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border: 1px dashed #b72020;
    margin-top: 20px;
    line-height: 50px;
    border-radius: 7px;
    color: #b72020;
}
.voucher-summary #open-popup-booking-voucher {width: 100%;text-align: center;justify-content: center;line-height: 50px;height: 50px;margin: 15px 0;}
#contact-voucher, #contact-voucher button {margin-bottom: 0;}
#contact-voucher button {width: 100%;font-weight: 600;border-radius: 7px;background: #f47921;}
.voucher-summary .hotline {
    display: flex;
    align-items: center;
    margin: -10px 0 15px;
}
.voucher-summary .hotline i {
    font-size: 50px;
    color: #f47921;
    position: relative;
    z-index: 99;
    background: white;
    border-radius: 50%;
}
.voucher-summary .hotline a {
    background: #f47921;
    color: #fff;
    font-size: 24px;
    border: 2px solid #f47921;
    padding: 0 20px 0 60px;
    border-radius: 99px;
    margin-left: -50px;
}

/*************** WIDGET ***************/
.widget {border-radius: 7px;overflow:hidden;background: #fafafa;padding: 10px 15px;box-shadow: 2px 2px 1px #0000000a;}
.widget .is-divider {display: none;}
.widget > .widget-title {
    display: block;
    color: #17347f;
    line-height: 40px !important;
    height: 40px;
    text-transform: initial;
    font-size: 18px;
    letter-spacing: -.5px;
    font-weight: 700;
}
.widget > .widget-title:before, .block-title:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #f47921;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.widget ul > li+li {border-top: 1px dashed #ebebeb;}
.widget ul li a {font-weight: 600;padding: 10px 0;font-size: 15px;}
.widget ul.sub-menu {
    border: none;
    padding: 0;
}
.widget ul.sub-menu a {
    font-weight: normal;
    font-size: 15px;
    padding: 5px;
}
ul.product_list_widget li a:not(.remove) {font-size: 15px;}
.widget #form--support {
    margin: 0;
    border-top: none;
    padding-top: 15px;
    background: #f8c43d33;
}
.widget #form--support input, .widget #form--support textarea, .widget #form--support button {border: none;border-radius: 7px;}

/*************** HOT NEWS ***************/
.notification-element {
    width: 50px;
    height: 50px;
    background-color: #78ae47;
    border-radius: 50%;
    z-index: 999;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    opacity: 1;
    visibility: visible;
}
.notification-element.hide {
    left: -15px;
    opacity: 0;
    visibility: hidden;
}
#notification-button-open {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.notification-element-button-img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 35px;
    max-height: 35px;
}
.notification-element-button-count {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 100% !important;
    background-color: #f00;
}

/*************** CONTACT PAGE ***************/
.form-row > .col {padding-bottom: 0;}
.wrap-contact-form {
    padding: 50px 30px 10px;
    background: #f8c43d;
    border-radius: 7px;
    text-align: center;
    color: white;
}
.wrap-contact-form input, .wrap-contact-form textarea {border: none;}
.wrap-contact-form p {
    color: white;
    font-size: 20px;
    margin: 0;
}
.wrap-contact-form h3 {
    color: white;
    font-size: 30px;
    margin-bottom: 30px;
}
.wrap-contact-form button {background: #5c0803;margin: 0 !important;border-radius: 7px;border: none;display: inline-block;height: 40px;line-height: 42px;}

/*************** FOOTER ***************/
#footer, #footer .section {
    background: rgb(87 177 221);
}
#footer .section-title-main {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
#footer .ux-menu-link__link {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    color: white;
}
#footer .ux-menu-link:hover .ux-menu-link__link {color: #56b2e6;}
.absolute-footer.dark {
    color: #fff;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
}
.absolute-footer ul {
    list-style: none;
    border: none;
    padding: 0;
    margin: 0;
}
.absolute-footer ul li {
    display: inline-block;
    margin: 0 5px;
}
.footer-primary {
    padding: 7.5px 0;
}
#footer img {margin-bottom: 0;}

.back-to-top.active {
    background: #75ba40;
    border: none;
    color: white;
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 15px;
    margin: 0;
    transition: all linear .3s;
}

/*************** NEWSPAPER ***************/
.az-newspapers-item .box-text {
    padding: 15px;
    border: 1px solid #ebebeb;
    border-top: none;
}
.az-newspapers-item .newspaper-logo {
    height: 40px;
    width: auto;
}
.az-newspapers-item h3 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
}

/*************** AZ FEEDBACK ***************/
.az-feedback-wrap {background: white;display: block}
.az-feedback-wrap .box-text {padding: 15px}
.feedback-customer {display: flex;align-items: center;padding-bottom: 10px;}
.feedback-avatar {border-radius: 50%; margin-right: 15px;}
.customer-des {font-style: italic;}
.feedback-content {font-size: 16px;}

/*************** SOCIAL ***************/
.social-icons {display: flex;align-items: center;}
.social-icons.text-right {justify-content: flex-end}
.social-icons .icon {
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: all .6s cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    transform-origin: 0 100%;
    background: transparent;
    color: #184363;
    border: none;
    margin: 0 3px !important;
}
.social-icons .button {
    border-radius: 7px !important;
    background-color: #f0f0f0;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.social-icons .icon i, .social-icons .icon svg {display: block;top: 0;color: #fff;}
.social-icons .button.icon:hover {
    transform: translateY(-5px);
    background-color: #f0f0f0 !important;
}
.social-icons .button.icon:hover i {color: inherit !important;}
.social-icons .icon svg {
    fill: #fff;
    transition: fill .3s ease-out;
    width: 14px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.social-icons .button svg {fill: #508ba0;}
.social-icons .button i {color: #508ba0}
.social-icons a.button.twitter>svg {
    fill: #00aced;
}
.social-icons a.button.pinterest>svg {
    fill: #cb2027;
}
.social-icons a.button.linkedin>svg {
    fill: #007bb6;
}
.social-icons a.button.whatsapp>svg {
    fill: #55b750;
}
.social-icons a.button.telegram>svg {
    fill: #08c;
}

/*************** REVIEWS  ***************/
.rev_detail {
    display: flex;
    background: #27aa4626;
    padding: 25px;
    border-radius: 10px;
}
.rev_score_detail {
    flex: 1;
    display: flex;
    margin: 0 -15px;
}
.rev_score_detail .rev_score_col {
    flex: 1;
    padding: 0 15px;
}
.rev_score_detail .tt {
    font-weight: 600;
    color: #f47921;
    margin-bottom: 5px !important;
}
.rev_score_detail .list {
    padding: 0;
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.rev_score_detail .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rev_score_detail .list .label {
    flex: 1;
    min-width: 115px;
}
.rev_score_detail .list .line {
    flex: 1;
    height: 1px;
    background: #0000004a;
}
.rev_score_detail .list .value {
    min-width: 30px;
    text-align: right;
}
.rev_overview {
    padding-right: 25px;
    border-right: 1px dashed #00000047;
    margin-right: 25px;
    text-align: center;
}
.rev_overview__score {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}
.rev_overview__text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.text-very-good {
    color: #297aa8;
}
.score-label {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.list_reviews {
    padding-top: 20px;
}
.list_reviews .review-item {
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list_reviews .review-item .review-info {
    display: flex;
}
.list_reviews .review-item .review__score {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
}
.list_reviews .review-item .review__info__label {
    font-size: 14px;
}
.list_reviews .review-item .review-author-name {margin-bottom: 0;font-size: 16px;line-height: 1.2;}
.list_reviews .review-item .score-text {
    font-weight: 600;
}
.list_reviews .review-content .content {
    max-width: 100%;
    font-size: 16px;
}
.list_reviews .review-content .media {
    display: flex;
    margin: 10px -5px 0;
    flex-wrap: wrap;
}
.list_reviews .review-content .media-item {
    max-width: 16.6666%;
    flex-basis: 16.6666%;
    padding: 5px;
}
.list_reviews .review-content .media-item .image-cover {display: block;border-radius: 7px;}
.qa__form {
    border: 1px solid #b5b5b5;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    width: 100%;
}
.qa__form textarea {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #b5b5b5;
    margin: 0;
}
.qa__form .qa-form-bottom {
    padding: 15px 15px 0;
    display: flex;
    margin: 0 -5px;
    background: #f7f7f7;
    flex-wrap: wrap;
}
.qa__form .qa-form-bottom .form-col {
    padding: 0 5px;
    flex: 1;
}
.qa__form .qa-form-bottom .form-col input {
    border: 1px solid #b5b5b5;
    border-radius: 5px;
}
.qa__form .qa-form-bottom button {
    margin: 0 0 1em;
    white-space: nowrap;
    background: #4472bb;
    min-height: unset;
    padding: 0 20px;
    flex: 1;
    color: white;
    font-weight: 500;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
}
.qa__form .qa-form-bottom .ml-auto {margin-left: auto;text-align: right;flex: auto;max-width: 200px;}

/*************** MOBILE MENU ***************/
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {background: white;}
#main-menu.mobile-sidebar .icon-box {
    padding: 15px 20px;
    border-top: 1px solid #ebebeb;
}
.mobile-nav svg {
    display: inline-block;
    width: 22px;
    fill: #efa82b;
    margin-right: 10px;
}
#main-menu .nav-sidebar li {
    border-color: #f1f1f1;
}
#main-menu .nav-sidebar li.html {padding: 0;}
#main-menu .nav-sidebar li.search-form {
    padding: 15px;
}
#main-menu .nav-sidebar li.html:last-child {border: none;}
#main-menu .nav-sidebar li button.toggle {font-size: 11px;}
#main-menu .nav-sidebar li a {
    text-transform: initial;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
#main-menu .nav-sidebar li a img {-webkit-filter: invert(100%); /* Safari/Chrome */filter: invert(60%);margin-right: 10px;}
#main-menu .nav-sidebar .sub-menu {padding-bottom: 10px;}
#main-menu .nav-sidebar .sub-menu li a {display:flex;}
#main-menu .nav-sidebar .sub-menu li a:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #666666;
    margin-right: 10px;
    
}
#main-menu .nav-sidebar .title {
    padding: 0 20px;
    text-transform: uppercase;
    color: #cf181f;
    font-weight: 700;
    font-size: 20px;
    border: none !important;
}
#main-menu .nav-sidebar .search-form {border: none;}
#main-menu .searchform {
    position: relative;
}
#main-menu .search-field {
    height: 36px;
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 13px;
    padding: 0 40px 0 15px;
}
#main-menu .ux-search-submit {
    color: #ab2025;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-menu .ux-search-submit svg {fill: #ab2025;width: 18px;}
.icon-box-img img, .icon-box-img svg {padding-top: 0;}
.mfp-close-btn-in .mfp-close {color: white;opacity: 1;mix-blend-mode: normal;}

.search--form--sidebar .form-field:not(:last-child) {
    border-bottom: 1px dashed #00000024;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.search--form--sidebar .form-field .title {
    font-size: 16px;
    font-weight: 500;
}

@media screen and (min-width: 550px){
    .box-list-view .box, .box-vertical {
        display: flex;
        width: 100%;
    }
}

@media screen and (max-width: 850px){
    #masthead .mobile-nav {justify-content: space-between;}
    #wide-nav .header-bottom-nav > li > a {padding: 0;height: 36px;line-height: 36px;}
    #masthead .mobile-nav > li > a {display: flex;flex-direction: row;font-size: 16px !important;}
    #wide-nav .header-bottom-nav li:not(:last-child) a:after {display: none;}
    #logo img {padding: 10px 0 !important;}
    #masthead [data-icon-label]:after {opacity: 1;top: 0px;font-weight: normal;}
    .is-link .section-title-normal .section-title-main {font-size: 24px !important;}
    .pb-medium-none, .big-article .post-item {padding-bottom: 0 !important}
    .list-article .box-vertical {display: block;}
    .list-article .box-image {width: 100%!important;display: block}
    .list-article .box-text {padding: 10px 0}
    #sidebar, #main-content {
        flex-basis: 100%;
        max-width: 100%;
    }
    .product-info {padding-top: 20px;padding-bottom: 0px}
    .product-container {max-width: 620px;margin: 0 auto}
    .post {margin-bottom: 0}
}
@media screen and (max-width: 768px){
    .slider-product .flickity-slider .col, .list-article .post-item, .slider .post-item {
        flex-basis: 350px !important;
        max-width: 350px !important;
    }
    .list-article .post-item {padding-bottom: 0 !important;}
    .list-article .box-image .image-cover {padding-top: 60% !important}
}
@media screen and (max-width: 580px){
    .section-title-normal .read-more {display: none;}
    .section-uu-the .icon-box-text h5 {font-size: 16px;}
    .section-uu-the .icon-box-img {width: 50px !important}
    .is-link .section-title-normal:after, .is-link .section-title-main:before {display: none;}
    .single-post-meta {display: block}
    .single-post-meta .rating-share {justify-content: flex-start}
    .blog-share {padding-top: 10px;padding-bottom: 10px}
}
@media screen and (max-width: 550px){
    .recent-blog-posts-li .box-text, .tour-item .box-vertical .box-text {padding: 15px 0;}
    .recent-blog-posts-li .box-text h3 {font-weight: 600;font-size: 16px}
}
@media screen and (max-width: 480px){
    .slider-product .flickity-slider .col, .slider .post-item {
        flex-basis: 85%;
        max-width: 85%;
    }
}

/*************** Q&A ***************/
.neo--qa-cmt .cmt-box {
    display: flex;
    font-size: 14px;
    padding: 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    border-radius: 5px;
    flex-wrap: wrap;
}
.neo--qa-cmt .cmt-box .qa__form {margin-top: 15px;}
.neo--qa-cmt .avatar {
    width: 60px;
    padding-right: 20px;
}
.neo--qa-cmt .avatar span {
    font-weight: bold;
}
.neo--qa-cmt .avatar .question {
}
.neo--qa-cmt .cmt-details {
    flex: 1;
}
.neo--qa-cmt .top_cmt {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.neo--qa-cmt .action a {
    display: inline-block;
    margin-left: 10px;
    color: #f47921;
}
.neo--qa-cmt .cmt-child {
    padding-left: 30px;
}
.neo--qa-cmt .cmt-child .cmt-box {
    background: #f1f1f1;
}

/*************** MODAL ***************/
.lightbox-content {
    border-radius: 12px;
}
.lightbox-content form {margin: 0;}
.lightbox-content form input, .lightbox-content form select, .lightbox-content textarea {margin: 0;}
#booking-tour .tour-details {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ebebeb;
}
#booking-tour .thumb {width: 40%;}
#booking-tour .image-cover {
    border-radius: 7px;
    overflow: hidden;
}
#booking-tour .tour-information {
    flex: 1;
    padding: 15px 0 15px 20px;
}
#booking-tour .tour-name {
    font-weight: 600;
    color: rgb(64 179 222);
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 5px;
}
.mfp-container {padding: 30px 20px}

/*************** BOOKING ***************/
form.booking {
    padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
}
form.booking .block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ebebeb;
}
form.booking .block:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
form.booking .block > h2 {font-weight: 600;font-size: 24px;}
form.booking .post-item .box-image {width: 300px;}
form.booking .post-item .box-image .image-cover {border-radius: 7px;}
form.booking .hotel-item .post-title, form.booking .list-rooms .room-name {font-size: 20px;font-weight: 600;color: #333;}
form.booking .list-rooms .room-item {
    padding: 0;
    box-shadow: unset;
    border: none;
    margin: 0;
}
form.booking .regular-price {font-size: 22px;}
form.booking .list-rooms .room-utilities {border-bottom: none}
form.booking input, form.booking select, form.booking textarea {margin-bottom: 0;}
#booking-du-thuyen .room-notes {
    border-top: 1px dashed #ebebeb;
    padding-top: 15px;
    margin-top: 15px;
}
#booking-du-thuyen .room-notes h4 {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
#booking-du-thuyen .room-notes .room_notes {
    padding: 0;
    margin: 0;
    list-style: none;
}
#booking-du-thuyen .room-notes .room_notes li {
    font-size: 14px;
    margin: 0px;
}
#message {
    max-width: 600px;
    padding: 50px 30px;
    background: url(assets/images/bg_modal_success.png) no-repeat center center white;
    background-size: cover;
    text-align: center;
}
#message p {max-width: 400px; margin: 0 auto 10px;}

@media screen and (max-width: 900px){
    .section-banner .site-search {max-width: calc(100% - 30px) !important;}
}
@media screen and (max-width: 850px){
    #main-content, #sidebar {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .tour-gallery .tab-panels {height: auto;}
    .tour_detail-header .nav {display: none;}
    .tour_detail-header .tab-panels .panel {
        height: auto;
        opacity: 1;
        visibility: visible;
        border-bottom: 1px dashed #ebebeb;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .hotel-header .container {display: block}
    .hotel-header .header-right {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
    .hotel-content .sidebar, .hotel-content .content {
        flex-basis: 100%;
        max-width: 100%;
    }
    #popup_detail_room {max-width: 600px !important}
    #popup_detail_room .main-popup {flex-wrap: wrap;}
    #popup_detail_room .room-gallery {width: 100%}
}
@media screen and (max-width: 768px){
    .search--form {flex-wrap: wrap;}
    .search--form .form--content, .search--form .form--button {width: 100%}
    .archive .filter .label {display: none;}
    .hotel-cat-list .ux-menu-link {width: calc(50% - 15px);}
    .hotel-menu {display: none;}
    .yacht-utilities {margin-top: 0}
    .rev_score_detail {flex-wrap: wrap;flex-basis: 100%;max-width: 100%;}
    .rev_score_detail .rev_score_col {
        flex: auto;
        max-width: 100%;
        flex-basis: 100%;
    }
}
@media screen and (max-width: 650px){
    .list-rooms .thumb {width: 40%}
    #booking-tour .thumb {width: 100%;}
    #booking-tour .tour-information {padding: 15px 0 0;}
    #booking-tour .tour-details {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 620px){
    .tour-gallery .tabbed-content .nav {display: flex;flex-wrap: wrap;margin: 0 -5px;flex: 1;}
    .tour-gallery .tabbed-content .nav li {
        max-width: 50%;
        flex-basis: 50%;
        margin: 0;
        padding: 0 5px 10px;
    }
    .section-banner .site-search {
        margin: 30px auto; 
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
    .hotel-content .dich-vu-tien-nghi ul li {
        flex-basis: 50%;
        max-width: 50%;
    }
    #popup_detail_room {max-width: 100% !important;}
    .qa__form .qa-form-bottom .form-col {flex: auto; width: 50%}
    .list_reviews .review-content .media-item {
        max-width: 20%;
        flex-basis: 20%;
    }
}
@media screen and (max-width: 580px){
    .hotel-media .grid {height: 400px}
    .hotel-media .grid .grid-item:first-child {
        grid-column: span 16/span 16;
        grid-row: span 1/span 2;
        height: 300px;
    }
    .hotel-media .grid .grid-item {grid-column: span 5/span 16;grid-row: span 1/span 2;height: 90px;}
    .hotel-media .grid .grid-item:nth-of-type(2) {grid-column: span 6/span 16;}
    .list-rooms .room-inner {flex-wrap: wrap;}
    .list-rooms .thumb, #popup_detail_room .show-more .room-facilities ul li {width: 100%}
    .list-rooms .room-info {padding: 10px 0 0;}
    .list_reviews .review-content .media-item {
        max-width: 33.3333%;
        flex-basis: 33.3333%;
    } 
    .blog-single .article-inner.has-shadow {box-shadow: unset;}
    .blog-single .article-inner.has-shadow .entry-header-text-top,
    .blog-single .article-inner.has-shadow .entry-content {padding: 1.5em 0}
}
@media screen and (max-width: 549px){
    .box-vertical .box-text {padding: 15px 0}
    #footer .social-icons.text-right {justify-content: center;}
    .hotel-content .dich-vu-tien-nghi ul li {flex-basis: 100%; max-width: 100%}
    #reviews .wrap {margin-top: 0}
}
@media screen and (max-width: 450px){
    .search--form .form--content .form-field {
        width: 100%;
        border-bottom: 1px solid #ebebeb;
    }
    .search--form .form--content .form-field:last-child {border: none;}
    .rev_detail {flex-wrap: wrap;}
    .rev_overview {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 0 15px;
        margin: 0 0 15px;
        display: flex;
        border: none;
        border-bottom: 1px dashed #9b9b9b;
        align-items: center;
    }
    .rev_overview__text {padding-left: 20px;}
    .qa__form .qa-form-bottom .form-col {width: 100%}
}

.search-archive {padding: 30px 0;}
.search-name .post-type {
    display: inline-block;
    background: #2f71bd;
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}
.search-archive h1 {
    font-weight: 500;
    font-size: 20px;
}
.block-box {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 5px #00000021;
    border-radius: 12px;
}
.search-result .result-item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #00000054;
}
.search-result .result-item .post-type {
    background: #2f71bd;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
}
.search-result .result-item .post-name {
    font-weight: 500;
    font-size: 18px;
}
.search-result .result-item .description {
    font-size: 14px;
}
.search-result .result-item .link-more {
    font-size: 14px;
    text-decoration: underline;
}