@font-face {
    font-family: 'SF-UI-Text-Regular';
    src: url('../fonts/SF-UI-Text-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-UI-Text-Semibold';
    src: url('../fonts/SF-UI-Text-Semibold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-UI-Text-Medium';
    src: url('../fonts/SF-UI-Text-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-UI-Text-Light';
    src: url('../fonts/SF-UI-Text-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-UI-Text-Italic';
    src: url('../fonts/SF-UI-Text-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-UI-Text-Medium';
    src: url('../fonts/SF-UI-Text-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-size: 28px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 20px;
}
h5,h6{
    font-size: 18px;
}
body {
    font-family: SF-UI-Text-Regular;
    font-size: 16px;
    color: #222222;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: SF-UI-Text-Semibold;
}
ol, ul {
    margin-bottom: 15px;
    margin-top: 15px;
}
a {
    color: #1a7abf
}

a:hover, a:focus {
    color: #e8186d;
    text-decoration: none;
}

.f15 {
    font-size: 15px;
}

.f14 {
    font-size: 14px;
}

.tgrey {
    color: #828282;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.main-content ul li + li {
    margin-top: 9px;
}
img {
    max-width: 100% !important;
}

.header {
    position: relative;
}
.header {
    padding: 15px 0;
}
.logo {
    width: 150px;
    display:flex;
    align-items:center;
    gap:14px;
    width:fit-content;
    line-height: 1;
    position: relative;
}
.logo h1{
    margin: 0;
    font-size: 25px;
    color: #e8186d;
    line-height: 1;
    padding-left: 80px;
    padding-top: 15px;
    padding-bottom: 5px;
}
.logo h1 a{
    color: #e8186d;
}
.logo h1 span {
    font-size: 20px;
    display: block;
}
.title-logo span{
    font-weight: bold;
    font-size: 15px;
}
.title-logo {
    color: #1a7abf;
    font-size: 14px;
    padding-left: 70px;
}
.left-logo {
    position: absolute;
    left: 0;
    top: 0;
}
.logo img {
    width: 80px;
}
.icon-event {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    background: #e8186d;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.img-past-event {
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.main-menu {
   padding-left: 20px;
}

.main-menu > ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.main-menu > ul > li > ul {
    background: #FFFFFF;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 5px 0 5px 10px;
    left: 0px;
    top: 100%;
    width: 230px;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 9999;
}

.main-menu > ul > li > ul > li {
    float: none;
    display: block;
    padding-right: 0;
}

.main-menu > ul > li:hover > ul {
    display: block;
}

.main-menu > ul > li:last-child {
    padding-right: 0;
}

.main-menu > ul > li {
    float: left;
    padding: 20px 15px;
    position: relative;
}

.main-menu > ul > li > a {
    color: #444;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.support-bar {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 9999;
}
.main-menu > ul > li > a:hover, .main-menu > ul > li > a:focus {
    color: #e8186d;
}

.main-menu > ul > li > ul > li,
.block-category ul li {
    padding: 8px 0;
}

.main-menu > ul > li > ul > li + li,
.block-category ul li + li {
    border-top: 1px dashed #ccc;
}

.main-menu > ul > li > ul > li > a,
.block-category ul li a {
    display: block;
    padding-left: 20px;
    color: #363636;
}

.main-menu > ul > li > ul > li > a:hover,
.block-category ul li a:hover {
    color: #aaca51;
}

.ads {
    padding: 15px 0;
}

.top-title {
    margin-bottom: 20px;
    margin-top: 20px;
    border-left: 20px;
    font-size: 18px;
    border-left: 5px solid #e8186d;
    padding-left: 20px;
}

.h3-title {
    margin: 0;
    color: #1a7abf;
    font-size: 27px;
    font-family: "SF-UI-Text-Semibold";
    line-height: 1;
}

.post-column {
    position: relative;
    padding: 2px;
    width: calc(100% / 5);
    width: -o-calc(100% / 5);
    width: -webkit-calc(100% / 5);
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.post-column-similar-cruise {
    padding: 10px;
    width: calc(100% / 4);
}

.post-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;

}

.post-column section {
    position: relative;
    width: 100%;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.bottom-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    flex-direction: column;
    flex-grow: 1;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fcf9f9;
    color: #666666;
    font-size: 14px;
}
.bottom-flash {
    padding: 0;
}
.top-bottom-flash {
    padding: 15px;
    flex-grow: 1;
}

.h2-tour-index {
    -moz-box-flex: 1;
    flex-grow: 1;
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.top-best_ {
    -moz-box-flex: 1;
    flex-grow: 1;
    margin: 0;
}

.h2-tour-index a {
    color: #333333;
}

.top-img {
    display: block;
    position: relative;
    height: 220px;
}

.top-img img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    object-fit: cover
}

.tour-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.left-tour-info p {
    margin-bottom: 0;
}

.left-tour-info, .right-tour-info {
    width: 50%;
}

.left-tour-info i {
    padding-right: 3px;
}

.right-tour-info {
    text-align: right;
}

.price-old {
    text-decoration: line-through;
    color: #828282;
}

.price-now {
    font-family: SF-UI-Text-Semibold;
    color: #e8186d;
    font-size: 16px;
}

.top-img a {
    display: block;
}

.box-index {
    padding-bottom: 30px;
}

.more {
    text-align: right;
}

.owl-carousel .owl-item .news-index {
    float: left;
    width: 250px;
}

.left-news-index {
    float: right;
    width: calc(100% - 270px);
    width: -webkit-calc(100% - 270px);
    width: -o-calc(100% - 270px);
}

.box-why-us {
    background: #1a7abf;
    color: #FFFFFF;
    padding-top: 25px;
}

.col-whyus {
    float: left;
    width: 20%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px;

}

.h3-whyus {
    margin-bottom: 10px;
    font-size: 25px;
    margin-top: 0;
    font-family: SF-UI-Text-Semibold;
}

.h4-whyus {
    font-size: 16px;
    margin: 0;
}

.top-whyus-t {
    margin-bottom: 25px;
}

.top-whyus {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.top-whyus i {
    font-size: 25px;
}

footer {
    background: #333333;
    color: #FFFFFF;
    font-size: 14px;
    font-family: SF-UI-Text-Light;
}

.mid-footer {
    padding: 30px 0;
    border-top: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
}

.copyright {
    padding: 15px 0;
    color: #6a6a6a;
}

.top-footer {
    padding: 20px 0;
}

.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.a_footer_menu {
    color: #fff
}

.h4-footer {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #6a6a6a;
}

.socials a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #7d7c7c;
    border: 1px solid #7d7c7c;
    border-radius: 50%;
    text-align: center;
}

.socials a:hover, .socials a:focus {
    color: #a50509;
    border-color: #a50509;
}

.backtotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #333333;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.main-content_{
    padding-top: 20px;
}
.main-content {
    padding: 20px 0 60px 0;
}

.breadcrumbs {
    font-size: 14px;
    margin: 0;
    list-style: none;
    padding: 5px 0;
}

.breadcrumbs li {
    float: left;
}
.breadcrumbs a {
    color: #444444;
}
.breadcrumbs li:after {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 8px;
}

.breadcrumbs li:last-child {
    background: none;
}

.breadcrumbs li:last-child:after {
    content: "";
    padding: 0
}

.breadcrumbs li:last-child span {
    color: #9e9e9e
}


.h1-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: SF-UI-Text-Semibold;
    font-size: 30px;
    color: #e8186d;
    font-weight: 700;
}

.desc-category {
    padding-bottom: 30px;
    font-size: 18px;
}

.row-tour-list-2 {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
    border-left: 0;
}

.left-tour-list-2 {
    position: relative;
    width: 350px;
    display: table-cell;
}

.right-tour-list-2 {
    width: 176px;
    vertical-align: top;
    display: table-cell;
    border-left: none;
    padding: 15px 10px;
}

.right-tour-list-in span {
    font-size: 22px;
    font-weight: normal;
}

.right-tour-list-in small {
    font-size: 14px;
    font-weight: normal;
}

.right-tour-list-in {
    background: #19528f;
    text-align: center;
    color: #fff;
    padding: 15px 10px;
    margin-top: 20px;
}

.right-tour-list-in p {
    margin-bottom: 5px;
}

.pricel {
    font-size: 22px;
    font-family: SF-UI-Text-Semibold;
    color: #f1d50e;
}

.a-book-tour {
    display: inline-block;
    background: #fff;
    color: #df1b7c;
    font-weight: Bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px 20px;
    margin-top: 10px;
}

.a-book-tour:hover, .a-book-tour:focus {
    color: #df1b7c;
    background: #e9e5e5;
}

.img-tour-list-2 {
    font-family: "object-fit:cover";
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mid-tour-list {
    width: calc(100% - 526px);
    width: -o-calc(100% - 526px);
    width: -webkit-calc(100% - 526px);
    display: table-cell;
    vertical-align: top;
    padding: 10px 15px 15px 30px;

}

.h2-tour {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: SF-UI-Text-Medium;
    line-height: 25px;
}

.h2-tour a {
    color: #008fea;
}

.h2-tour a:hover, .h2-tour a:focus {
    color: #e8186d
}

.tbold {
    font-family: SF-UI-Text-Semibold;
}

.p-dest {
    margin-bottom: 5px;
}

.duration {

}

.note {
    color: #e8186d;
}

.p-time {
    margin-bottom: 5px;
}

div.div_facebook {
    float: left;
}

.div_facebook .fb_iframe_widget_lift {
    z-index: 9999 !important;
}

div.div_tweet {
    float: left;
    margin-top: 3px;
}

div.div_google {
    float: left;
    margin-top: 3px;

}

.div_social {
    height: 25px;
    margin-bottom: 20px
}

.summary-detail {
    padding-bottom: 20px;
}

.detail-info {
    padding-bottom: 20px;
}

.h4-tour {
    margin: 30px 0 20px 0;
    font-size: 20px;
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
}
.h4-tour::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 100%;
    border-radius: 3px;
    background-color: #e8186d;
    position: absolute;
    left: 0;
    top: 0;
}

.left-day {
    float: left;
    width: 90px;
    text-align: center;
}

.right-day {
    padding-left: 20px;
    float: left;
    width: calc(100% - 90px);
    width: -o-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    border-left: 3px solid #ccc;
    min-height: 100px;
    padding-bottom: 20px;
    position: relative;
}

.right-day::before {
    position: absolute;
    top: 0;
    left: -11px;
    background: #008fea;
    height: 18px;
    width: 18px;
    content: "";
    border-radius: 50%;
}

.day-number {
    font-family: SF-UI-Text-Italic;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.tranport {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #E1E1E1;
    border-radius: 50%;
    line-height: 40px;
}

.day-title {
    font-family: SF-UI-Text-Semibold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #008fea;
}

.day-title span {
    text-transform: none;
}

strong, b {
    font-weight: normal;
    font-family: SF-UI-Text-Semibold;
}

.col-s {
    padding-bottom: 10px;
}

.col-s:nth-of-type(3n+1) {
    clear: both;
}

.col-s span {
    width: 20px;
    display: inline-block;
}

.col-s i {
    color: #e8186d;
}

#r_ct {
    max-width: 280px;
    margin-top: 20px;
}

.fix_top {
    position: fixed;
    top: 70px;
    z-index: 9;
    width: 280px;
}

input.date-readonly {
    cursor: auto !important;
}

.bottom {
    position: absolute;
    bottom: 0;
}

.price-detail {
    font-family: SF-UI-Text-Semibold;
    font-size: 28px;
    color: #f1d50e;
}

#r_bking {
    margin-bottom: 30px;
    background: #1a7abf;
    padding: 15px;
    color: #FFFFFF;
}

#r_bking input {
    color: #333333;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.dropdown1::after {
    font-family: fontawesome;
    content: "\f107";
    color: #444;
    font-size: 1em;
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 9;
}

.summary-list {
    padding-bottom: 13px;
}

.row-news + .row-news {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #dddddd;
}

.img-news-list {
    float: left;
    width: 240px;
    margin-right: 25px;
}

.right-news {
    overflow: hidden;
}

.a-view-detail {
    color: #FFFFFF;
    display: inline-block;
    background: #1a7abf;
    padding: 6px 20px;
    text-align: center;
    border-radius: 20px;
}

.row-best + .row-best {
    margin-top: 20px;
}

.h3-right {
    margin-top: 0;
    margin-bottom: 15px;
    background: #1a7abf;
    color: #FFFFFF;
    font-size: 17px;
    font-family: SF-UI-Text-Semibold;
    text-transform: uppercase;
    padding: 10px 15px;
}

.a-view-detail:hover, .a-view-detail:focus {
    background: #e8186d;
    color: #FFFFFF;
}

.summary-news-detail {
    padding-bottom: 20px;
    font-family: SF-UI-Text-Semibold;
}

.row-similar {
    padding-bottom: 20px;
}

.row-similar:nth-of-type(2n+1) {
    clear: both;
}

.row-similar-news {
    padding-bottom: 20px;
}

.row-similar-news:nth-of-type(3n+1) {
    clear: both;
}

.row-similar {
    padding-bottom: 20px;
}

.row-similar:nth-of-type(2n+1) {
    clear: both;
}

.box-similar {
    padding-top: 30px;
}

.h3-similar {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}

.box-similar-in {
    padding-left: 20px;
}

.img-news-similar {
    float: left;
    width: 100px;
    margin-right: 15px;
}

.owl-theme .owl-dots .owl-dot {
    background: none;
    border: none;
    padding: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1a7abf;
}

.banners {
    position: relative;
}

.box-slide {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.box-slide-inner {
    margin: 0 -8px;
}

.box-slide-l {
    float: left;
    width: 60%;
    padding: 0 8px;
}

.box-slide-r {
    float: right;
    width: 40%;
    padding: 0 8px;
}

.isearch {
    width: calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    background: #FFFFFF;
    border: none;
    padding: 0 10px;
    height: 50px;
    float: left;

}

.isearch-news {
    width: calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0 10px;
    height: 40px;
    float: left;
    background: #f2f2f2;
}

.bt-search-news {
    float: right;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    background: #a50509;
    border: none;
    font-size: 18px;
}

.bt-search-news:hover, .bt-search-news:focus {
    background: #eb3f43;
}

.bt-search {
    float: right;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    background: #a50509;
    border: none;
    font-size: 18px;
}

.bt-search:hover, .bt-search:focus {
    background: #eb3f43;
}

.box-slide-r-inner {
    margin: 0 -6px;
}

.col-slide-r {
    float: left;
    width: 50%;
    padding: 0 6px;

}

.col-slide-r-i {
    position: relative;
    background: #1a7abf;
    height: 50px;
}

.col-slide-r-i:hover, .col-slide-r-i:focus {
    background: #2070c4;
}

.col-slide-r a.dropdown-toggle,
.col-slide-r span {
    font-size: 14px;
    font-family: SF-UI-Text-Semibold;
    color: #FFFFFF;
    display: block;
    line-height: 50px;
    padding: 0 15px;
    width: 100%;
}

.col-slide-r i {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 18px;
    color: #FFFFFF;
}

.box-slide-r-inner .dropdown-menu {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
}

.dropdown-r {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 10px 15px;
    box-shadow: 0 2px 2px #888;
    display: none;
}

strong, b {
    font-family: SF-UI-Text-Semibold;
}

.box-slide-bg {
    background: rgba(0, 0, 0, 0.3);
    padding: 8px;
}

.dropdown-divider {

    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;

}
#cruise-index .owl-stage-outer,
#tour-flash .owl-stage-outer,
#tour-best .owl-stage-outer {
    padding-left: 9px;
}
.flash-top {
    position: relative;
    height: 350px;
}

.flash-top img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    object-fit: cover
}
.flash-top::after{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(47, 39, 39, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(47, 39, 39, 0), #000);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background: -ms-linear-gradient(top, rgba(47, 39, 39, 0), #000);
    background: -o-linear-gradient(top, rgba(47, 39, 39, 0), #000);
    position: absolute;
    content: "";
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    z-index: 5;
}
.flash-info {
    font-size: 14px;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: left;
    padding: 20px 15px 15px 15px;
    z-index: 6;

}

.h2-flash {
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: SF-UI-Text-Semibold;
}

.a-flash {
    color: #fff;
}

.flash-info p {
    margin-bottom: 2px;
}

.f-price {
    color: #f1d50e;
    font-size: 20px;
    font-family: SF-UI-Text-Semibold;
}

.f-price-old {
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 5px;
}

.tour-flash {
    padding: 30px 0 10px 0;
}

.flash-dis {
    z-index: 8;
    top: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    background-color: #FFF;
    font-family: SF-UI-Text-Semibold;
}

.flash-dis p {
    margin: 0;
}

.f-duration {
    padding: 5px;
    font-size: 15px;
}

.f-discount {
    padding: 10px 5px;
    font-size: 17px;
    color: #ffea00;
    background-color: #e8186d;
}

.flash-bottom {
    background: #1a7abf;
    padding: 8px 10px;
    color: #FFFFFF;
}

.a-flash-book {
    color: #FFFFFF;
    font-family: SF-UI-Text-Semibold;
}

.a-flash-book:hover,
.a-flash-book:focus {
    color: #f1d50e;
}

.flash-bottom .pull-left {
    font-size: 15px;
    color: #ffffff;
}

.tour-flash .top-title::before {
    content: "\f1da";
    font-family: fontawesome;
    color: #1a7abf;
    font-size: 25px;
    position: absolute;
    top: 5px;
    left: 0;
}

.tour-flash .top-title {
    border: none;
    position: relative;
    padding-left: 30px;
}

.flash-box-hide {
    top: 0;
    left: 0;
    z-index: 4;
    display: none;
    background-color: rgba(17, 17, 17, .4);
    width: 100%;
    height: 100%;
    position: absolute;
}

#vouchers .flash-bottom .pull-left {
    color: #FFFFFF;
}

.a-flash:hover, .a-flash:focus {
    color: #FFFFFF;
}

.col-promotion:hover .flash-box-hide,
.item:hover .flash-box-hide {
    display: block;
}

.vochers .top-title::before {
    content: "\f145";
}

.btn-order-tour:hover,
.btn-order-tour:focus {
    background: #f9040d;
}

.btn-order-tour {
    display: inline-block;
    background: #cc040e;
    font-weight: Bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px 30px;
    color: #fff;
    cursor: pointer;
}

.text-dark {
    color: #333333;
}

.area_drop .row {
    margin-left: -5px;
    margin-right: -5px;
}

.area_drop .col-xs-5,
.area_drop .col-xs-7 {
    padding: 0 5px;
}

.mt-2 {
    margin-top: 15px;
}

.hoanthanh {
    cursor: pointer;
    color: #e8186d;
}

#r_bking .form-group {
    margin-bottom: 20px;
}

.mda-price-item {
    border: 1px solid #e8186d;
    background-color: #f7f6f6;
    padding-bottom: 10px;
    display: none;
}

.mda-price-item-box {
    box-shadow: 0 1px 2px #ccc;
    position: absolute;
    z-index: 7;
    color: #111;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
}

.mda-price-item, .mda-price-item .mda-price-item-box {
    position: relative;
}

.mda-price-item .bnt-hide-row {
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: 700;
    width: 30px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    color: #ab0404;
}

.mda-price-item p {
    font-size: 16px;
    font-family: SF-UI-Text-Semibold;
    padding: 8px 10px;
    margin-bottom: 0;
}

.mda-price-item-box {
    color: #111;
}

.mda-price-item .mda-table {
    width: 100%;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 3px 15px;
    font-size: 14px;
}

.mda-price-item-box {
    box-shadow: 0 1px 2px #ccc;
    position: absolute;
    z-index: 7;
    color: #111;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff
}

.mda-price-item .mda-table {
    width: 100%;
    font-size: 15px;
}

.mda-price-item .mda-table tr:first-child {
    text-align: right;
    font-family: SF-UI-Text-Semibold;
}

.mda-price-item .mda-table tr:first-child td {
    padding: 7px 3px;
}

.mda-price-item .mda-table tr {
    background-color: #fbfafa
}

.mda-price-item .mda-table tr td {
    border: 1px solid #ccc;
    padding: 7px 15px;
    text-align: right
}

.mda-box-t {
    position: absolute;
    width: 100%
}

.mda-box-t .mda-price-item-box p {
    padding: 10px 0
}

.post-column-similar .flash-top {
    height: 220px;
    width: 100%;
}

.post-column-similar {
    position: relative;
    padding: 0 15px;
    width: calc(100% / 3);
    width: -o-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.post-wrapper-similar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -15px;

}

.bottom-similar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    flex-direction: column;
    flex-grow: 1;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    font-size: 14px;
}

.bottom-similar .h2-tour-index {
    -moz-box-flex: 1;
    flex-grow: 1;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.bottom-similar .left-tour-info {
    border-right: 1px solid #dddddd;
}

.datepicker table tr td.disabled {
    font-weight: normal !important;
}

td.day {
    font-weight: 700;
}

.top_book {
    padding-bottom: 20px;
}

.box-note-tour {
    padding-bottom: 20px;
}

.h3-form {
    border-bottom: 1px solid #1a7abf;
    margin-bottom: 25px;
    font-size: 18px;
}

.h3-form span {
    display: inline-block;
    padding: 8px 20px;
    color: #FFFFFF;
    background: #1a7abf;
}

.term-condition {
    height: 250px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #CCCCCC;
    overflow: auto;
    width: auto;
    margin-bottom: 10px;
}

.col-promotion {
    margin-bottom: 30px;
}

.top-list {
    margin-bottom: 30px;
}

.img-catlist {
    float: left;
    width: 400px;
    margin-right: 30px;
    margin-top: 5px;
}

.right-top-list {
    overflow: hidden;
}

.form input[type="text"], .form textarea, .form select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
}

#LoadingImage {
    background: rgba(0, 0, 0, 0.6) url("../images/sending.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.row-book {
    padding-bottom: 15px;
}

.securimage_input {
    width: 90px !important;
}

.bar-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    border-top: 1px solid #dddddd;
}

.bar-price-2 {
    border-left: 1px solid #dddddd;
    text-align: right;
    width: 40%;
}

.bar-price-1 {
    color: #666;
    width: 60%;
    font-size: 14px;
}

.bar-price-1, .bar-price-2 {
    align-self: center;
    padding: 5px;
}

.span-dis {
    font-family: SF-UI-Text-Semibold;
    font-size: 25px;
}

.p-note {
    color: #f1d50e
}

.dl-book dt, .dl-book dd {
    margin-bottom: 5px;
    font-weight: normal;
}

.dl-book dt, .dl-book dd {
    margin-bottom: 5px;
    font-weight: normal;
}

.top-img .mda-content-item-hide {
    overflow: hidden;
    height: 220px;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(204, 204, 204, .64);
    display: none;
}

.post-column:hover .mda-content-item-hide {
    display: block;
}

.navbar-toggle {
    display: none;
}

.download {
}

#goingay {
    display: none;
}

.smartsoft {
    bottom: 5%;
    left: 0px;
    display: block;
}

.smartsoft-phone.smartsoft-static {
    opacity: 0.8;
}

.smartsoft-phone.smartsoft-hover {
    opacity: 0.5;
}

.smartsoft-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 160px;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 160px;
}

.smartsoft-phone.smartsoft-active .smartsoft-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running smartsoft-circle-anim !important;
}

.smartsoft-phone.smartsoft-static .smartsoft-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim !important;
}

.smartsoft-phone.smartsoft-hover .smartsoft-ph-circle {
    border-color: rgba(227, 0, 80, 1);
    opacity: 0.5;
}

.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-circle {
    border-color: rgba(236, 16, 25, 1);
    opacity: 0.5;
}

.smartsoft-phone.smartsoft-green .smartsoft-ph-circle {
    border-color: rgba(227, 0, 80, 1);
    opacity: 0.5;
}

.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-circle {
    border-color: rgba(244, 11, 131, 0.96);
    opacity: 0.5;
}

.smartsoft-phone.smartsoft-gray .smartsoft-ph-circle {
    border-color: rgba(236, 16, 25, 1);
    opacity: 0.5;
}

.smartsoft-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    opacity: 0.1;
    position: absolute;
    top: 50px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}

.smartsoft-phone.smartsoft-active .smartsoft-ph-circle-fill {
    animation: 1.7s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim !important;
}

.smartsoft-phone.smartsoft-static .smartsoft-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim !important;
    opacity: 0 !important;
}

.smartsoft-phone.smartsoft-hover .smartsoft-ph-circle-fill {
    background-color: rgba(219, 0, 102, 1);
    opacity: 0.75 !important;
}

.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-circle-fill {
    background-color: rgba(219, 0, 102, 1);
    opacity: 0.75 !important;
}

.smartsoft-phone.smartsoft-green .smartsoft-ph-circle-fill {
    background-color: rgba(219, 0, 102, 1);
    opacity: 0.75 !important;
}

.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}

.smartsoft-phone.smartsoft-gray .smartsoft-ph-circle-fill {
    background-color: rgba(219, 0, 102, 1);
    opacity: 0.75 !important;
}

.smartsoft-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim;
    background-color: rgba(30, 30, 30, 0.1);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 70px;
    opacity: 0.7;
    position: absolute;
    top: 70px;
    transform-origin: 50% 50% 0;
    width: 60px;
}

.smartsoft-phone.smartsoft-active .smartsoft-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim !important;
}

/*.smartsoft-phone.smartsoft-static .smartsoft-ph-img-circle {animation: 0s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim !important;}*/
.smartsoft-phone.smartsoft-hover .smartsoft-ph-img-circle {
    background-color: rgba(236, 16, 25, 1);
}

.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-img-circle {
    background-color: rgba(236, 16, 25, 1);
}

.smartsoft-phone.smartsoft-green .smartsoft-ph-img-circle {
    background-color: rgba(227, 0, 80, 1);
}

.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-img-circle {
    background-color: rgba(244, 11, 131, 0.96);
}

.smartsoft-phone.smartsoft-gray .smartsoft-ph-img-circle {
    background-color: rgba(236, 16, 25, 1);
}

.smartsoft-phone {
    background-color: transparent;
    cursor: pointer;
    height: 200px;
    width: 200px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    z-index: 100 !important;
}

.smartsoft-phone.smartsoft-show {
    visibility: visible;
}

@keyframes smartsoft-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes smartsoft-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.1;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes smartsoft-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes smartsoft-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes smartsoft-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes smartsoft-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.mda-tap-a {
    border-color: #1a7abf;
}

.mda-tap-a.nav-tabs > li > a {
    border: none;
    font-size: 18px;
    padding: 8px 20px;
    font-family: SF-UI-Text-Semibold;
    border-radius: 0;
}

.mda-tap-a.nav-tabs > li.active > a, .mda-tap-a.nav-tabs > li.active > a:focus, .mda-tap-a.nav-tabs > li.active > a:hover {
    color: #FFFFFF;
    cursor: default;
    background-color: #1a7abf;
    border: none;
    border-radius: 0;
}

.mda-tap-content-a {
    margin-top: 20px;
}

#callnow {
    position: fixed;
    z-index: 100 !important;
    cursor: pointer;
    left: 10px;
    bottom: 30px;
}

#callnow a::before {
    font-family: FontAwesome;
    content: "\f095";
    position: absolute;
    left: 0;
    font-size: 23px;
    line-height: 45px;
    background: #49893b;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
}

#callnow a {
    color: #fff;
    background: #67b358;
    line-height: 45px;
    border-radius: 45px;
    display: inline-block;
    padding: 0 20px 0 52px;
    font-family: SF-UI-Text-Semibold;
    font-size: 18px;
}

.div_paging a {
    background: #dddddd;
    padding: 5px 12px;
    color: #333;
    position: relative;
    margin: 2px;
    display: inline-block;
    cursor: pointer;
}

.div_paging .sh_page_selecta {
    background: #19528f;
    color: #fff;
}

.div_paging {
    padding-top: 40px;
    text-align: center;
}

.ads-blog {
    margin: 0 -5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-bottom: 30px;
}

.ads-col {
    padding: 0 5px;
}

.ads-col:nth-child(1),
.ads-col:nth-child(3) {
    flex: 0 0 25%;
    max-width: 25%;
}

.ads-col:nth-child(2) {
    max-width: 50%;
    flex: 0 0 50%;
}

.ads-col img {
    width: 100%;
}

.ads-col:nth-child(1) img,
.ads-col:nth-child(2) img {
    height: 100%;
    object-fit: cover;
}

.ads-last a {
    display: block;
}

.ads-last a:first-child {
    padding-bottom: 12px;
}

.header-box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
    border-bottom: #000 double 3px;
}

.header-box h3,
.header-box h1 {
    font-family: "SF-UI-Text-Semibold";
    border-bottom: #000 solid 2px;
    width: auto;
    float: left;
    margin-bottom: 0;
    position: relative;
    top: 2px;
    padding-right: 5px;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 20px;
}

.header-box h3 {
    font-size: 17px;
    text-transform: uppercase;
}

.col-news {
    flex: 0 0 50%;
    margin-bottom: 20px;
}

.col-news:nth-of-type(2n) {
    padding-left: 5px;
}

.col-news:nth-of-type(2n+1) {
    padding-right: 5px;
}

.wrapper-news {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
}

.col-news .thumb {
    width: 100%;
    height: 230px;
}

.col-news .thumb img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.info {
    width: calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    padding-left: 0;
    background: #FFF;
    position: relative;
    z-index: 99;
}

.info h3 {
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "SF-UI-Text-Semibold";
    font-size: 20px;
    line-height: 1.4;
}

.view {
    color: #999999;
    font-size: 13px;
    margin-bottom: 10px;
}

.view span:nth-child(1) {
    margin-right: 10px;
}

.info .description {
    width: calc(100% + 30px);
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.col-news-inner {
    border-bottom: 2px solid #222222;
    padding-bottom: 20px;
    height: 100%;
    width: 100%;
}

.nav-tabs-guide {
    border-bottom: 3px double #000;
}

.nav-tabs-guide > li {
    border: none;
    margin: 0;
}

.nav-tabs-guide > li {
    text-align: center;
    color: #666666;
    background: #fff;
    font-size: 14px;
}

.nav-tabs-guide > li.active > a, .nav-tabs-guide > li.active > a:hover, .nav-tabs-guide > li.active > a:focus {
    background: #245283;
    border-radius: 0;
    color: #FFFFFF;
}

.guide-tab .tab-content {
    padding: 15px;
    background: #fbfbfb;
}

.left-guide {
    float: left;
    width: 80px;
    margin-right: 15px;
}

.row-guide img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.nav-tabs-guide > li > a {
    padding: 6px 15px;
    color: #000;
    font-family: SF-UI-Text-Semibold;
}

.h5-entry {
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
}

.row-guide {
    padding-bottom: 20px;
}

.box-right {
    margin-bottom: 20px;
}

.guide-tab .tab-content {
    padding: 0;
    padding-top: 20px;
}

.a-h5-entry {
    color: #333333;
    font-family: SF-UI-Text-Semibold;
}

.right-guide {
    overflow: hidden;
}

.date {
    color: #999999;
    font-size: 13px;
}

.ads-right-r + .ads-right-r {
    padding-top: 20px;
}

.tags a {
    border: #333333 solid 1px;
    color: #333333;
    font-size: 14px;
    padding: 2px 10px;
    margin-bottom: 8px;
    display: inline-block;
}

.tags a:hover, .tags a:focus {
    color: #a50509;
    border-color: #a50509;
}

.mucluc {
    margin-bottom: 20px;
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 5px;
}

.mucluc h4 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-family: SF-UI-Text-Semibold;
}

.note-m {
    font-family: SF-UI-Text-Italic;
    font-size: 14px;
    color: #999999;
}

.supports {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 99;
    transition: .3s;
}

.button-icon:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 4px 15px rgba(0, 0, 0, .13);
}

.button-icon {
    display: block;
    text-align: center;
    transition: box-shadow 150ms linear;
    animation: button_icon_animation 250ms 1.5s forwards;
    -webkit-animation: button_icon_animation 250ms 1.5s forwards;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.messager-icon {
    background-repeat: no-repeat;
    background-position: top left;
}

.zalo-icon {
    background-repeat: no-repeat;
    background-position: top left;
}

.phone-icon {
    background-repeat: no-repeat;
    background-position: top left;
}

.email-icon {
    background-repeat: no-repeat;
    background-position: top left;
}

.categorys {
    padding-bottom: 20px;
}

.popup_footer_support {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eaeaea;
    font-size: 12px;
    display: none;
}

.popup_footer_support_content {
    overflow: hidden;
    clear: both;
    box-shadow: 0 -5px 3px 0 rgba(0, 0, 0, 0.1);
}

.popup_support_item {
    width: 25%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
}

.popup_support_item a, .popup_support_item button {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 19px;
}

.popup_support_item a i {
    font-size: 20px;
    color: #444444;
}

.popup_support_item a:hover i,
.popup_support_item a:focus i,
.popup_support_item a:hover,
.popup_support_item a:focus {
    color: #ff4500;
}

.popup_support_item a {
    background: #fff;
    color: #444444;
}

.support_footer .popup_support_item a span {
    line-height: 15px;
}

i.fot_icon.icon_fhome {
    background-position: -61px 0;
}

i.fot_icon.icon_fmenu {
    background-position: -181px 0;
}

i.fot_icon.icon_fphone {
    background-position: -123px -2px;
}

i.fot_icon.icon_fcg {
    background-position: -241px 0;
}

.popup_support_item a span {
    display: block;
    font-size: 12px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.popup_footer_content.opent {
    display: block;
    position: fixed;
    width: 80%;
    text-align: center;
    top: 25%;
    margin: 0 auto;
    left: 10%;
    border: 0;
    z-index: 99;
}

.popup_footer_content .closer_popup_footer_suppor {
    background: #000;
    color: #fff;
    padding: 14px 0;
    display: block;
    border-radius: 6px;
    cursor: pointer;
}

.clearfix, .clearfix::before, .clearfix::after {
    clear: both;
}
.hotel-page {
    padding: 30px 0;
    background: rgba(0,0,0, 0.03);
}
.badge-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff0f5;
    color: #e8186d;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1.5px solid #f9a8c9;
    margin-bottom: 20px;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.align-items-center {
    align-items: center !important;
}
.first-hotel-page {
    width: 60px;
}
.left-hotel-page {
    width: 45%;
    border-right: 1px solid #e8186d;
    padding-left: 10px;
}
.right-hotel-page {
    width: 55%;
    padding-left: 15px;
}
.right-hotel-page img {
    width: 42px;
}
.title-hotel-page {
    font-size: 14px;
}
.slogan-hotel-page {
    color: #1a7abf;
    font-size: 20px;
    padding-left: 15px;
}
.slogan-hotel-page .top {
    margin-bottom: 5px;
}
.slogan-hotel-page .bottom {
    font-weight: bold;
}
.card-single {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}

.card-single .img-wrap {
    position: relative;
    width: 52%;
    flex-shrink: 0;
}

.card-single .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-single .badge {
    position: absolute;
    top: 14px;
    left: 0;
    background: #e8186d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px 6px 12px;
    border-radius: 0 20px 20px 0;
    letter-spacing: 0.3px;
}

.card-single .info {
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.card-single .tour-name {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 14px;
}

.card-single .meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.card-single .meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
}
.card-single .meta i {
    color: #e8186d;
}
.card-single .meta-row svg { flex-shrink: 0; }

.card-single .price-block {
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
}

.card-single .price-old {
    font-size: 18px;
    color: #aaa;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.card-single .price-new {
    font-size: 26px;
    font-weight: 700;
    color: #e8186d;
}

.card-single .btn {
    margin-top: 14px;
    background: #e8186d;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px 0;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    font-family: inherit;
    transition: background .2s;
    letter-spacing: 0.3px;
}

.card-single .btn:hover { background: #c4125a; }

.card-single .slots {
    font-size: 12px;
    color: #e8186d;
    font-weight: 600;
    margin-top: 8px;
    text-align: center;
}

/* ===========================
   2 TOUR: GRID LAYOUT
=========================== */
.card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.owl-carousel .item .card-v {
    display: flex;
    flex-grow: 1;
}
.card-v {
    position: relative;
}
.card-v-inner {
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.09);
}
#view2 .card-v .img-wrap {
    position: relative;
    height: 350px;
}

.card-v .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-v .badge {
    position: absolute;
    top: 12px;
    left: 0;
    background: #e8186d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px 5px 10px;
    border-radius: 0 16px 16px 0;
}

.card-v .info {
    padding: 18px 18px 16px;
}

.card-v .tour-name {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 10px;
    margin-top: 0;
}

.card-v .meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}
.card-v .meta i {
    color: #e8186d;
}
.card-v .meta-row {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
}

.card-v .price-old {
    color: #bbb;
    text-decoration: line-through;
}

.card-v .price-new {
    font-size: 20px;
    font-weight: 800;
    color: #e8186d;
    margin-bottom: 12px;
}

.card-v .btn {
    background: #e8186d;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 11px 0;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    font-family: inherit;
    transition: background .2s;
}

.card-v .btn:hover { background: #c4125a; }

.card-v .slots {
    font-size: 15px;
    color: #e8186d;
    font-weight: 600;
    margin-top: 7px;
    text-align: center;
}
.banner-about {
    width: 100%;
    border-radius: 16px;
}
.inner-page-bread {
    background: rgba(0,0,0,0.04);
    padding: 10px 0;
}
.heading_wrap {
    background: rgb(243 243 243 / .95);
    border: 1px solid #c5c5c5;
    width: 100%;
    color: #333;
    margin: 0 0 20px 0;
    padding: 0;
}
.heading_title {
    padding: 10px 15px;
    background: #c5c5c5;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
/*
.heading_wrap > ol {
    counter-reset: List;
}
.heading_wrap > ol {
    margin: 10px 0 10px 33px;
}
.heading_wrap > ol > li {
    counter-increment: List;
    margin: 0;
    padding: 0;
}
.heading_wrap {
    color: #333;
}
.heading_wrap  ol  li ul, .sub-scrollspy {
    counter-reset: List;
    list-style: none;
    padding: 0;
    margin: 0;
}
.heading_wrap  ol  li ul li {
    counter-increment: List;
    margin: 0;
    padding: 0;
}

.heading_wrap  ol  li ul li::before {
    content: counters(List,".");
}
*/
.travel-scrollspy {
    padding: 15px;
}
.ez-toc-list {
    margin: 0;
    counter-reset: item;
    padding: 0;
    list-style: none;
}
.ez-toc-list li {
    padding-bottom: 4px;
    margin: 0 !important;
}
.ez-toc-list li a::before {
    content: counters(item,".") ". ";
    counter-increment: item;
}

.ez-toc-list li a{
    color: #222222;
}
.ez-toc-list li a:hover {
    color: #e8186d;
}
.ez-toc-list ul {
    margin-left: 25px;
}
.grid-t {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

/* Card */
.card-t {
    border: 1px solid #e8e8e4;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

/* Top: avatar + reviewer */
.top {
    padding: .9rem 1rem;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid #e8e8e4;
}
.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
}
.avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviewer-block { flex: 1; min-width: 0; }
.rname { font-weight: 700; color: #e8186d; }
.rmeta { font-size: 14px; color: #888; margin-top: 2px; }
.stars { display: flex; gap: 1px;}
.stars span {color: #E8A838; }

/* Review body */
.review-body {
    padding: .85rem 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
.quote {
    font-size: 25px;
    line-height: 1;
    color: #d0cec8;
}

.tour-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #e8f2fb;
    border-radius: 4px;
    padding: 3px 9px;
    font-weight: 500;
    color: #185FA5;
    width: fit-content;
    margin-top: auto;
}
.left-test {
    float: left;
    width: 130px;
}
.right-test{
    float: right;
    width: calc(100% - 150px);
}
.left-test img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}
.row-test + .row-test {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}
/* Gallery: 3 ảnh 1 hàng */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    padding: 3px;
}
.photo-cell {
    aspect-ratio: 4/3;
    border-radius: 6px;
    overflow: hidden;
    background: #f0efeb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    position: relative;
    cursor: pointer;
}
.photo-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.photo-cell:hover .hover-overlay { opacity: 1; }
.hover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.32);
    opacity: 0;
    transition: opacity .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hover-overlay svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
}

/* Gallery footer */
.gallery-footer {
    padding: 8px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e8e8e4;
}
.footer-label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #888;
}
.detail-btn {
    font-weight: 500;
    color: #185FA5;
    background: #e8f2fb;
    border: none;
    border-radius: 5px;
    padding: 5px 11px;
    cursor: pointer;
    transition: opacity .15s;
}
.detail-btn:hover { opacity: .75; }

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
}
.lightbox.open { display: flex; }

.lb-close {
    position: fixed;
    top: 20px;
    right: 26px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    opacity: .7;
    background: none;
    border: none;
    line-height: 1;
    font-family: 'DM Sans', sans-serif;
}
.lb-close:hover { opacity: 1; }

.lb-img {
    max-width: 80vw;
    max-height: 68vh;
    border-radius: 10px;
    background: #111;
    min-width: 280px;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.lb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.lb-controls {
    display: flex;
    align-items: center;
    gap: 16px;
}
.lb-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    font-family: 'DM Sans', sans-serif;
}
.lb-btn:hover { background: rgba(255,255,255,.25); }

.lb-dots { display: flex; gap: 7px; }
.lb-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
    cursor: pointer;
    transition: background .15s;
}
.lb-dot.on { background: #fff; }

.lb-caption {
    color: rgba(255,255,255,.55);
    font-size: 12px;
    margin-top: 2px;
}
#tour-best .owl-stage {
    padding-bottom: 20px;
}
@media (max-width: 939px) {
    .smartsoft-ph-circle-fill {
        animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim;
        background-color: #000;
        border: 2px solid transparent;
        border-radius: 100%;
        height: 50px;
        left: 25px;
        opacity: 0.1;
        position: absolute;
        top: 25px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 50px;
    }

    .smartsoft-ph-img-circle {
        animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim;
        background-color: rgba(30, 30, 30, 0.1);
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");
        background-position: center center;
        background-repeat: no-repeat;
        border: 2px solid transparent;
        border-radius: 100%;
        height: 30px;
        left: 35px;
        opacity: 0.7;
        position: absolute;
        top: 35px;
        transform-origin: 50% 50% 0;
        width: 30px;
        background-size: 25px 25px;
    }

    .smartsoft-phone {
        background-color: transparent;
        cursor: pointer;
        height: 100px;
        position: fixed;
        transition: visibility 0.5s ease 0s;
        visibility: hidden;
        width: 100px;
        z-index: 100 !important;
    }

    .smartsoft-ph-circle {
        animation: 1.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim;
        background-color: transparent;
        border: 2px solid rgba(30, 30, 30, 0.4);
        border-radius: 100%;
        height: 80px;
        left: 10px;
        opacity: 0.1;
        position: absolute;
        top: 10px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 80px;
    }
}

.promotion-relate .flash-top {
    height: 200px;
}

.promotion-relate {
    margin-bottom: 25px;
}
.top-flash {
    height: 270px;
}
@media only screen and (max-width: 991px) {
    img[width] {
        height: auto !important;
        width: auto !important;
    }

    #goingay {
        display: block;
    }

    .fix_top {
        width: 91% !important;
        margin-left: -10px;
        margin-top: 100px;
        z-index: 99;
    }

    .main-menu {
        display: none
    }

    .navbar-toggle {
        display: block;
        margin: 0;
        margin-top: 10px;
        z-index: 10;
        position: absolute;
        right: 0;
    }
    .header {
        padding: 8px 0 10px 0;
    }
    .logo {
        position: relative;
        text-align: center;
        top: auto;
        padding: 5px 0;
        z-index: 8;
    }

    header.fix {
        position: relative;
    }

    .navbar-toggle .icon-bar {
        background: #e8186d;
        height: 3px;
        width: 30px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .col-slide-r a.dropdown-toggle, .col-slide-r span {
        line-height: 20px;
    }
}

#right-content {
    float: right;
}

#left-content {
    float: left;
}

.slide-m {
    display: none;
}

#ads-m {
    display: none
}


.box-search-news {
    margin-bottom: 20px;
}

.detail blockquote {
    margin-left: 30px;
    font-family: SF-UI-Text-Italic;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 19px;
    color: #1a7abf;
}

.rating {
    font-family: FontAwesome;
    font-size: 16px
}

.rating.circle::after, .rating::after {
    color: #ffcd00;
    left: 0;
    position: absolute
}

.rating::before {
    color: #ffcd00
}

.rating.r-0::before {
    content: ""
}

.rating.r-05::after {
    content: " "
}

.rating.r-10::after {
    content: "\f005"
}

.rating.r-15::after {
    content: "\f005 "
}

.rating.r-20::after {
    content: "\f005\f005"
}

.rating.r-25::after {
    content: "   "
}

.rating.r-30::after {
    content: "\f005\f005\f005"
}

.rating.r-35::after {
    content: "    "
}

.rating.r-40::after {
    content: "\f005\f005\f005\f005"
}

.rating.r-45::after {
    content: "     "
}

.rating.r-50::after {
    content: "\f005\f005\f005\f005\f005"
}

.rating.circle::before {
    color: #ffcd00;
    content: ""
}

.rating.circle.r-0::before {
    content: ""
}

.rating.circle.r-05::after {
    content: " "
}

.rating.circle.r-10::after {
    content: "\f005"
}

.rating.circle.r-15::after {
    content: "  "
}

.rating.circle.r-20::after {
    content: "\f005\f005\f005"
}

.rating.circle.r-25::after {
    content: " "
}

.rating.circle.r-30::after {
    content: "\f005\f005\f005"
}

.rating.circle.r-35::after {
    content: " "
}

.rating.circle.r-40::after {
    content: "\f005\f005\f005\f005"
}

.rating.circle.r-45::after {
    content: " "
}

.rating.circle.r-50::after {
    content: "\f005\f005\f005\f005\f005"
}
.event-column {
    margin-bottom: 20px;
    padding: 10px;
    width: 25%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.event-column .item {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
    flex-grow: 1;
}
.event-bottom h3{
    color: #e8186d
}
.event-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -10px;
}
.post-column2 {
    margin-bottom: 20px;
    position: relative;
    padding: 0 10px;
    width: 33.333%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.post-column3 {
    width: 50%;
}

.post-wrapper2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -10px;

}

.post-column2 .bottom-hot {
    border: none;
}

.post-column2 .bottom-hot {
    padding-bottom: 40px;
}

.tours {
    padding: 0 15px 15px;
}

.cruise-tour {
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}

.row-cruise-tour {
    position: relative;
    padding-left: 17px;
    padding-bottom: 5px;
}

.row-cruise-tour::before {
    font-family: VnTravelIcon;
    content: "\e904";
    left: 0;
    top: 0;
    position: absolute;
    color: #2272b9;
}

.a-name-popular {
    color: #333333;
}

.row-cruise-tour a {
    color: #333;
    display: inline-block;
    width: 160px;
}

.post-column2 section {
    border: 1px solid #CCCCCC;
    position: relative;
    width: 100%;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.bottom-best, .row-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.bottom-best {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2)

}

.top-bottom-best {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px
}

.btn-view-more {
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    font-size: 16px;
}

.h2-title {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: "SF-UI-Text-Semibold";
    font-weight: 700;
}

.summary {
    font-size: 15px;
}

.desc-tour-cat {
    padding-bottom: 20px
}

.star-cruise {
    font-size: 16px;
}

@font-face {
    font-family: VnTravelIcon;
    src: url("../fonts/icon.eot");
    src: url("../fonts/icon.eot") format("embedded-opentype"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" ico-"], [class^=ico-] {
    font-family: VnTravelIcon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.inner-box-right {
    border: 1px solid #ddd;
}

.price-now {
    font-family: SF-UI-Text-Semibold;
    color: #e8186d;
    font-size: 16px;
}

.row-tour-cruise {
    padding: 15px;
}

.row-tour-cruise + .row-tour-cruise {
    border-top: 1px solid #ddd;
}

.list-result {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
}

.link-result-img {
    border-radius: 15px;
}

.img-list-result {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
}

.outer-cover {
    overflow: hidden;
}

.map-list-result {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.cruise-info {
    padding: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .13);
    border-radius: 13px;
}

.check_rate__form {
    box-shadow: 0 0 28px 6px rgba(0, 0, 0, .12);
    border-radius: 6px;
    padding: 15px;
}

.check_rate__form__tour {
    display: flex;
    align-items: center;
}

.check_rate__form__tour select {
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 15px;
    cursor: pointer;
    padding: 0;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    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, 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
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

.check_rate__form__date, .check_rate__form__pax {
    width: 50%;
    display: flex;
    align-items: center;
}

.check_rate__form__date .ico-calendar, .check_rate__form__pax .ico-calendar {
    font-size: 38px;
    margin-right: 10px;
}

.check_rate__form__date .ico-calendar::before, .check_rate__form__pax .ico-calendar::before {
    color: #bababa;
}

.check_rate__form__date__input, .check_rate__form__pax__input {
    width: 100%;
}

.check_rate__form__date__input label, .check_rate__form__pax__input label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 16px;
    font-size: 14px;
    color: #828282;
    cursor: pointer;
}

.check_rate__form__date__input input, .check_rate__form__pax__input input {
    border: 0;
    outline: 0;
    box-shadow: none !important;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    margin-top: 0;
    background-color: initial !important;
    cursor: pointer;
    height: 23px;
}

.check_rate__form__date .ico-user, .check_rate__form__pax .ico-user {
    font-size: 38px;
    margin-right: 10px;
}

.hide {
    display: none !important;
}

.check_rate__button button {
    background: #e9680c;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    height: 48px;
    color: #ffffff;
}

.check_rate__button:hover,
check_rate__button:focus {
    color: #ffffff;
}

.s19_p {
    background-color: #f6f6f6;
    padding: 20px;
    color: rgba(51, 51, 51, 0.7);
}

.room_rate__item {
    padding: 10px;
}

.col-info-room-list {
    padding-left: 20px;
}

.tb {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.tb-cell {
    display: table-cell;
}

.col-img-room-list {
    width: 200px;
}

.img-room-list {
    width: 100%;
    border-radius: 6px;
}

.js-room-show {
    margin-top: 0;
    margin-bottom: 5px;
}

.s19_pi .tb-cell:last-child {
    width: 110px;
    padding-left: 10px;
    padding-right: 15px;
    vertical-align: middle;
}

.s19_pi .tb-cell:nth-child(2) {
    width: 140px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}

@media (min-width: 992px) {
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
}

.room_rate__item__row {
    display: flex;
}

.room_rate__item__row div {
    width: 35%;
}

.room_rate__item__row div:last-child {
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
}

.s19_pi .tb-cell:nth-child(2) {
    text-align: right;
}

.s19_pr {
    color: rgb(183, 32, 32);
    font-weight: bold;
    font-size: 18px;
}

.room_rate_list {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .06);
    border-radius: 8px;
    margin-top: 20px;
}

@media (min-width: 768px) {

    .check_rate__button button {
        background: #e9680c;
        border-radius: 4px;
        font-weight: 700;
        font-size: 18px;
        width: 165px;
        height: 68px;
    }

    .check_rate {
        display: flex;
    }

    .check_rate__button {
        width: 165px;
    }

    .check_rate__form__pax {
        width: 24%;
    }

    .check_rate__form__date {
        width: 26%;
    }

    .check_rate__form__tour {
        width: 50%;
        padding-right: 25px;
    }

    .check_rate__form {
        display: flex;
        width: calc(100% - 180px);
        margin-right: 15px;
        padding: 15px 10px;
        height: 68px;
    }

    .tour-detail-header-left {
        width: 70%;
        float: left;
    }

    .tour-detail-header-right {
        width: 30%;
        float: right;
        padding-left: 40px;
    }

    .list-result {
        display: flex;
    }

    .list-result-img {
        width: 40%;
        float: left;
        cursor: pointer;
        min-height: 180px;
    }

    .list-result-info {
        width: 60%;
        float: left;
        padding-left: 20px;
        padding-bottom: 10px;
    }

    .list-result-price {
        width: 18%;
        float: left;
        text-align: right;

        flex-direction: column;
        align-items: flex-end;
    }
}

.list-result-highlights {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-result-highlights-content {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}

.list-result-highlights-content ul:first-child {
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.list-result-highlights-content li::before {
    content: "\e91b";
    font-family: VnTravelIcon;
    color: #f47921;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
}

.list-result-highlights-content ul li {
    padding-left: 20px;
    position: relative;
}

.list-result-highlights-content ul li + li {
    margin-top: 7px;
}

.list-result-highlights-content ul.list-why {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
}

.list-result-highlights-content ul.list-why li::before {
    content: "";
}

.list-result-highlights-content ul.list-why li {
    padding-left: 0;
}

.list-result-highlights-content ul.list-why li::marker {
    color: #d2d2d2;
    font-size: 1.3em;
    line-height: 16px;
}

.price-cruise {
    color: #e8186d;
    background-color: transparent;
    border: 2px solid #e8186d;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 10px 3px 10px;
    border-radius: 4px;
    display: inline-block;
}

.item-facility {
    display: flex;
    flex-wrap: wrap;
}

.item-facility div {
    margin-right: 25px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.item-facility div i {
    font-size: 25px;
    width: 35px;
    position: relative;
    top: -2px;
}

.item-facility div span {
    line-height: 10px;
    font-size: 15px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.margin-right-5 {
    margin-right: 5px
}

.f16 {
    font-size: 16px;
}

.price-large {
    font-size: 22px;
}

.img-teambuilding {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.lg-grid-photo {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    cursor: pointer;
    position: relative;
    grid-gap: 8px;
    border-radius: 2px;
    height: 100%;
    width: 100%;
}

.item-grid-photo:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
    max-width: 620px;
    max-height: 400px;
}

.item-grid-photo:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/3;
    max-width: 300px;
    max-height: 400px;
}

.item-grid-photo:nth-child(3) {
    grid-column: 4/5;
    grid-row: 1/2;
    max-width: 300px;
    max-height: 196px;
}

.item-grid-photo:nth-child(4) {
    grid-column: 4/5;
    grid-row: 2/3;
    max-width: 300px;
    max-height: 196px;
}

.item-grid-photo img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.item-grid-photo {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.item-grid-photo a {
    display: block;
    height: 100%;
}

.view-more-photo {
    bottom: 10px;
    right: 10px;
    color: #ffffff;
    border-radius: 5rem;
    backdrop-filter: blur(2px);
    background: #191b2066;
    border: 2px solid #ffffff;
    padding: 9px 24px;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.video-container .play-button,
.item-grid-photo .play-button,
.c-photo .play-button,
.youtube-content .play-button {
    width: 85px;
    height: 55px;
    background-color: red !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .9;
    border-radius: 14px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.video-container .play-button::before,
.item-grid-photo .play-button::before,
.c-photo .play-button::before,
.youtube-content .play-button::before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube-content .play-button {
    cursor: pointer;
}

.photo-grid {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.c-photo:nth-child(1) {
    width: 62.7%;
    height: 390px;
    position: relative;
}

.c-photo:nth-child(2) {
    width: 36.5%;
    height: 190px;
    margin-top: 0;
    margin-left: .8%;
}

.c-photo:nth-child(3) {
    width: 17.85%;
    height: 190px;
    margin-left: .8%;
    margin-top: .81%;
}

.c-photo:nth-child(4) {
    width: 17.85%;
    height: 190px;
    margin-left: .8%;
    margin-top: .81%;
}

.c-photo {
    float: left;
    background-color: #f6f6f6;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

.photo-grid img {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
}

.s19_wt2 {
    background-color: #f6f6f6;
    padding-top: 14px;
    padding-bottom: 14px;
}

.s19_wtb .tb-cell {
    padding: 10px 0;
    padding-left: 0px;
    vertical-align: top;
}

.s19_wtb .tb-cell:first-child {
    width: 35px;
    font-weight: bold;
}

.s19_wtb .tb-cell:first-child .fa {
    width: 16px;
    margin-right: 5px;
    text-align: center;
}

.s19_wtb .tb + .tb {
    border-top: 1px solid rgba(210, 210, 210, 0.5);
}

.tb {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.tb-cell {
    display: table-cell;
}

.cruise-info i {
    margin-right: 8px;
    font-size: 24px;
    width: 26px;
}

.cruise-info i::before {
    color: #444
}

.cruise-info i.ico-cabin {
    font-size: 18px
}

.nav-tab-detail {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    max-width: 1170px;
}

.ul-tab {
    margin-bottom: 0;
    border-bottom: 2px solid rgba(223, 223, 223, 0.5);
    list-style: none;
    padding: 0;
    margin-top: 0;
}
.ul-tab li + li {
    margin-top: 0 !important;
}
.ul-tab li {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    font-size: 18px;
}

.ul-tab li a {
    display: block;
    padding: 10px;
    font-weight: bold;
    color: #333;
}

.ul-tab li.active a, .ul-tab li:hover a {
    color: #e8186d;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    background: none;
}

.w-100 {
    width: 100%;
}

.affix-top {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 98;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.ul-tab li::after {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ul-tab li.active::after, .ul-tab li:hover::after {
    background-color: #e8186d;
}

#tab-details .price-block {
    display: none;
}
.affix-top .price-block {
    display: block !important;
    padding-top: 8px;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.popover {
    max-width: 600px;
    font-size: 12px;
    line-height: normal;
    padding: 0;
    border:none;
    border-width: 2px 2px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    border-radius: 0;
    background: #ffffff;
}
.popover.bottom {
    margin-top: 10px;
    height: 150px;
}
.affix-top .nav-details {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}
.affix-top .tab-details {
    border-bottom: 0;
    float: left;
    margin-bottom: 0;
}
.cruise-facilities i {
    font-size: 25px;
    width: 35px;
    position: relative;
    top: -2px;
}

.cruise-facilities span {
    margin-right: 25px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.d-flex {
    display: flex;
    align-items: center
}


.m6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.m6.show {
    opacity: 1;
    visibility: visible
}

.m6_w {
    width: 943px;
    margin: 3rem auto 2rem;
    padding: 20px 20px 40px;
    background-color: #fff;
    border-radius: 2px;
    position: relative
}

.m6_x {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
}

.m6_a {
    height: 550px
}

.m6_a .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.m6_a .js-gMt {
    height: 60%;
    width: 100%;
    padding: 0;
    background-color: #f2f2f2;
    border: 1px solid #f7f7f7
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.m6_a .js-gMs {
    height: 14.2%;
    box-sizing: border-box;
    padding: 10px 0 0
}

.m6_a .js-gMs .swiper-slide {
    height: 100%;
    border: 3px solid #fff;
    position: relative
}

.m6_a .js-gMs .swiper-slide:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    border: 1px solid #fff
}

.m6_a .js-gMs .swiper-slide-thumb-active {
    border-color: #2797d1
}

.m6_a .swiper-button-white {
    width: 30px;
    height: 49px;
    background-color: rgba(255, 255, 255, 0.5)
}

.m6_a .swiper-button-white:hover {
    background-color: rgba(255, 255, 255, 0.8)
}

.m6_a .swiper-button-white:after {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold
}

.m6_a .swiper-button-next {
    right: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.m6_a .swiper-button-prev {
    left: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.room-amenities ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.btn-book {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
    background: #e9680c !important;
}

#accTours .panel-title a {
    display: block;
    padding-right: 20px;
}

#accTours .panel-title a::after {
    font-family: VnTravelIcon;
    content: "\e91d";
    float: right;
}

#accTours .panel-title a.collapsed::after {
    content: "\e920";
}

#accTours .panel-heading {
    position: relative;
    background: none;
    border: none;
    padding-left: 25px;
    padding-right: 0;
}

#accTours .panel-heading::after {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    border: 4px solid #dd6e1e;
}

#accTours .panel-default {
    border: none;
    border-radius: 0;
}
.top-best {
    position: relative;
}
.top-best .play-button::before {
    border-width: 10px 0 10px 20px;
}

.top-best .play-button {
    width: 65px;
    height: 45px;
}

.img-news {
    float: left;
    width: 200px;
    height: 120px;
    object-fit: cover;
    padding-right: 15px;
}

.img-silimar {
    width: 140px;
    height: 90px;
}

.h3-news {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
}

.h3-news a {
    color: #333333;
}

.col-news-team:nth-of-type(2n+1) {
    clear: both;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

.img-tour-sale {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.box-support {
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    font-family: SF-UI-Text-Semibold;
    border: 2px dashed #FFC9A6;
    background: #FFF6EE;
}

.f18 {
    font-size: 18px;
}

.h3-right-item a {
    color: #333333;
}

.h3-right-item {
    font-size: 16px;
    margin-top: 0;
}

.img-service-right {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.img-news-right {
    float: left;
    padding-right: 15px;
    width: 100px;
    height: 80px;
    object-fit: cover;
}
.mt-3{
    margin-top: 25px;
}
.mb-3{
    margin-bottom: 30px;
}
.mt-4{
    margin-top: 40px;
}
#cruise-index .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

#tour-flash.owl-carousel .owl-stage,
#cruise-index.owl-carousel .owl-stage,
.slideFluid.owl-carousel .owl-stage {
    display: flex;
}

#tour-flash.owl-carousel  .owl-item,
#cruise-index.owl-carousel  .owl-item,
.slideFluid.owl-carousel .owl-item {
    display: flex;
    align-items: stretch;
}

#tour-flash.owl-carousel .item,
#cruise-index.owl-carousel .item,
.slideFluid.owl-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.owl-nav .owl-next::after {
    border-width: medium 4px 4px medium;
    text-shadow: 0px 2px 4px #000000;
}

.owl-nav .owl-next::after, .owl-nav .owl-prev::after {
    height: 24px;
    width: 24px;
}
.owl-nav .owl-prev::after {
    border-width: 4px medium medium 4px;
    text-shadow: 0px 2px 4px #000000;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
    top: 30%;
}
#ads .owl-nav .owl-next, #ads .owl-nav .owl-prev {
    top: 50%;
    margin-top: -20px;
}
.slideFluid  .owl-stage{
    padding-right: 50px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.top-event {
    position: relative;
}
.top-event::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .74) 30%, rgba(0, 0, 0, .53) 60%, rgba(0, 0, 0, 0) 80%);
}
.event-info {
    color: #fff;
    font-size: 15px;
    z-index: 9;
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
}
.event-info a {
    color: #ffffff;
}
.event-info h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: SF-UI-Text-Semibold;
}
.event-info h3 a{
    color: #ffffff;
}
.img-event {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

#accordionFaqs .panel-title a {
    display: block;
}

#accordionFaqs .panel-title a::after {
    font-family: fontawesome;
    content: "\f078";
    float: right;
}

#accordionFaqs .panel-title a.collapsed::after {
    content: "\f077";
}

#accordionFaqs .panel-heading {
    position: relative;
    background: none;
    border: none;
    padding-left: 25px;
    padding-right: 0;
}

#accordionFaqs .panel-heading::after {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    border: 4px solid #1a7abf;
}

#accordionFaqs .panel-default {
    border: none;
    border-radius: 0;
}
.ul-tab li.active a, .ul-tab li:hover a {
    color: #e8186d !important;
}
.box-fix {
    position: fixed;
    right: 20px;
    top: 20%;
    z-index: 99;
    width: 46px;
}
.c_title {
    padding-left: 0;
    font-weight: 700;
}
.box-fix a {
    display:block;
    width:46px;
    height:46px;
    background-color:#fff;
    text-align:center;
    -webkit-border-radius:100px;
    border-radius:100px;
    margin-bottom:10px;
    line-height:44px;
    color:#d30e25;
    position:relative;
    right:0;
    float:right;
    overflow:hidden;
    -webkit-box-shadow:0 0 5px 0 rgba(209,207,207,1);
    -moz-box-shadow:0 0 5px 0 rgba(209,207,207,1);
    box-shadow:0 0 5px 0 rgba(209,207,207,1);
    font-size: 15px;
}
.box-fix a.hot-fix {
    background-color: #d30e25;
    color: #fff;
    display: none;
}
.content-detail img, img[width], img[height] {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}
.text-hot::after{
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}
.text-hot::before{
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    border-right-color: transparent;
    bottom: -10px;
    border-width: 0 10px 10px 0;
    border-right-color: #e8186d;
    left: 0;
}
.text-hot {
    z-index: 99;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    position: absolute;
    color: #FFFFFF;
    margin-left: -9px;
    background-color: #e8186d;
    top: 15px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.12),0 0px 2px rgba(0,0,0,0.24);
    position: absolute;
    left: 0;
    padding: 5px 10px 5px 10px;
}


.tour-days .panel-title a {
    display: block;
    padding-right: 20px;
}

.tour-days .panel-title a::after {
    font-family: VnTravelIcon;
    content: "\e91d";
    position: absolute;
    right: 0;
    top: 20px;
}
.title-toggle span::after {
    font-family: VnTravelIcon;
    content: "\e920";
    padding-left: 20px;
    font-size: 18px;
}
.title-toggle.collapsed span::after,
.tour-days .panel-title a.collapsed::after {
    content: "\e920";
}

.tour-days .panel-heading {
    position: relative;
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
}


.tour-days .panel-default {
    border: none;
    border-radius: 0;
}
.tour-days  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
 .overview-icon{
    height: 35px;
    width: 35px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    float: left;
    margin-right: 13px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.overview-icon::after {
    content: "";
    position: absolute;
    left: 100%;
    height: 1px;
    width: 10px;
    top: 50%;
    background-color: #e7e7e7;
    margin-top: 2px;
}
.overview-icon i {
    font-size: 15px;
}
.tour-days .panel-body {
    padding-top: 0;
}
.search-inner {
    background: #f3f3f3;
    padding: 20px 0;
}
.submit-combo-modal .modal-body {
    padding: 25px 30px 10px 30px;
}
.submit-combo-modal .modal-header {
    padding: 16px 10px 12px 10px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center;
    position: relative;
}
.button_contact_price {
    background: #ffe8d6;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    color: #e9680c;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
}
.submit-combo-modal .modal-header button {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #ddd;
    opacity: .5;
    font-size: 30px;
}
.img-slide{
    width: 100%;
}
#waiting {
    display: none;
    margin-right: 10px;
}
.btn-orange {
    background: #e9680c;
    color: #ffffff;
}


.box-fix {
    position:fixed;
    right:20px;
    top:20%;
    z-index:99;
    width:46px
}
.box-fix a {
    display:block;
    width:46px;
    height:46px;
    background-color:#fff;
    text-align:center;
    -webkit-border-radius:100px;
    border-radius:100px;
    margin-bottom:10px;
    line-height:44px;
    color:#d30e25;
    position:relative;
    right:0;
    float:right;
    overflow:hidden;
    -webkit-box-shadow:0 0 5px 0 rgba(209,207,207,1);
    -moz-box-shadow:0 0 5px 0 rgba(209,207,207,1);
    box-shadow:0 0 5px 0 rgba(209,207,207,1)
}
.box-fix a.hot-fix {
    background-color:#d30e25;
    color:#fff;
    display:none
}
.box-fix a span {
    display:none
}
.box-fix a:hover i.fa {
}
.box-fix a:hover {
}
.box-fix a:hover span {
}
.box-fix .zalo {
    background-image:url(../images/zalo.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100%
}
.suntory-alo-phone {
    background-color:transparent;
    cursor:pointer;
    height:120px;
    transition:visibility .5s ease 0s;
    width:64px;
    z-index:200000!important;
    text-align:center;
    position:fixed;
    right:20px;
    top:37%
}
.suntory-alo-ph-circle {
    animation:1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color:transparent;
    border:2px solid rgba(211,14,37,.4);
    border-radius:100%;
    height:80px;
    left:5px;
    opacity:.1;
    position:absolute;
    top:5px;
    transform-origin:50% 50% 0;
    transition:all .5s ease 0s;
    width:80px
}
.suntory-alo-ph-circle-fill {
    animation:2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border:2px solid transparent;
    border-radius:100%;
    height:60px;
    left:15px;
    position:absolute;
    top:15px;
    transform-origin:50% 50% 0;
    transition:all .5s ease 0s;
    width:60px
}
.suntory-alo-ph-img-circle {
    border:2px solid transparent;
    border-radius:100%;
    height:40px;
    left:25px;
    opacity:.7;
    position:absolute;
    top:24px;
    transform-origin:50% 50% 0;
    width:40px
}
.suntory-alo-phone.suntory-alo-hover,
.suntory-alo-phone:hover {
    opacity:1
}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
    animation:1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim!important
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
    animation:2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim!important
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone:hover .suntory-alo-ph-circle {
    border-color:#d30e25;
    opacity:.5
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color:#dd253b;
    opacity:1
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color:#dd253b;
    opacity:1
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
    background-color:rgba(211,14,37,.9)
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color:#d30e25
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color:rgba(0,175,242,.9)
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color:#d30e25
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color:#d30e25
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color:#d30e25
}
@keyframes suntory-alo-circle-anim {
    0% {
        opacity:.1;
        transform:rotate(0deg) scale(0.5) skew(1deg)
    }
    30% {
        opacity:.5;
        transform:rotate(0deg) scale(0.7) skew(1deg)
    }
    100% {
        opacity:.6;
        transform:rotate(0deg) scale(1) skew(1deg)
    }
}
@keyframes suntory-alo-circle-img-anim {
    0% {
        transform:rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform:rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform:rotate(0deg) scale(1) skew(1deg)
    }
}
@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity:.2;
        transform:rotate(0deg) scale(0.7) skew(1deg)
    }
    50% {
        opacity:.2;
        transform:rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        opacity:.2;
        transform:rotate(0deg) scale(0.7) skew(1deg)
    }
}
.suntory-alo-ph-img-circle i {
    animation:1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size:20px;
    line-height:40px;
    padding-left:0;
    color:#fff
}
@keyframes suntory-alo-ring-ring {
    0% {
        transform:rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform:rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform:rotate(0deg) scale(1) skew(1deg)
    }
}
#suntory-alo-phoneIcon {
    display:block
}
.box-fix .mes {
    background-image:url(../images/mes.png);
    background-repeat:no-repeat;
    background-position:center center
}

.item-hotline {
    background-color:#d30e25;
    padding:10px;
    -webkit-border-radius:8px;
    border-radius:8px;
    margin-bottom:10px
}
.title-item-hotline {
    font-size:20px;
    color:#fff;
    text-transform:uppercase;
    padding-bottom:10px;
    font-weight:700
}
.num-hotline {
    background-color:#fff;
    padding:10px;
    -webkit-border-radius:8px;
    border-radius:8px;
    color:#d30e25;
    font-size:20px;
    font-weight:700;
    text-align:center
}
.num-hotline a {
    color:#d30e25
}
.modal-content-hotline.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
    align-items: center;
    margin-top: 45%;
}
.modal-dialog-hotline {
    max-width:350px
}
.modal-content-hotline {
    background-color:transparent;
    border:0;
    box-shadow: none;
}
.modal-content-hotline .modal-body{
    width: 100%;
}
.main-content .nav-tabs ul li + li {
    margin-top: 0;
}
.col-slide-r i.fa-building {
    right: 0;
    left: 10px;
}


.ask-question {
    background-color: #74bbe3;
    border-radius: 22px;
    padding: 8px 30px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
.question__list div:not(:last-child) .question__item {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}
.question__item {
    background: #fff;
    margin-bottom: 20px;
}
.text-q-review {
    font-size: 18px;
    color: #6e6e6e;
    position: absolute;
    left: 0;
    top: 5px;
    width: 38px;
    text-align: center;
}
.col-icon-text .ico-a, .col-icon-text .ico-logo, .col-icon-text .ico-q, .col-icon-text .ico-q-review {
    font-size: 40px;
}
.q-info label {
    font-weight: 700;
}
.question__item__question .q-detail, .q-detail {
    padding-left: 50px;
}
.a-reply {
    cursor: pointer;
}
.input-reply {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}
.input-reply textarea {
    width: 100%;
    outline: 0;
    border: 1px solid #f2f2f2;
}
.input-reply button {
    background-color: #f86700;
    padding: 8px 30px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    border: 0;
    width: auto;
}
.question__item__question .input-reply {
    margin-left: 50px;
}
.question__item__answer {
    padding: 15px;
    margin-top: 15px;
    position: relative;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-left: 56px;
}
.question__item__answer::after,
.question__item__answer:before {
    bottom:100%;
    left:5%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.question__item__answer:after {
    border-color:transparent;
    border-bottom-color:#fff;
    border-width:14px;
    margin-left:-14px
}
.question__item__answer:before {
    border-color:transparent;
    border-bottom-color:#ddd;
    border-width:15px;
    margin-left:-15px
}

.q-a-content + .q-a-content {
    margin-top: 10px;
}
.question__item__answer .col-info {
    margin-left: 20px;
}
.col-icon {
    justify-content: space-between;
}
.question__item__answer .col-info .col-icon {
    padding-bottom: 7px;
}
.ico-logo {
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.me-2 {
    margin-right: 10px;
}
.question__item__question {
    background: #fafafa;
    padding: 15px;
    border-radius: 5px;
}
.a-reply .ico-reply::before {
    color: #2563eb
}
.input-warning {
    border: 1px solid #b20000 !important;
}

.reviews-panel {
    background: #fff;
    padding: 20px;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 80px;
}

.reviews-panel .rev_total__score_number {
    width: 71px;
    height: 71px;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
    border-radius: 20px;
}
.rev_total__lang__text {
    font-size: 25px;
    text-transform: none;
}
.rev_total__lang {
    margin-left: 5px;
}
.breakdown-score-wrapper ul {
    list-style: none;
    padding-left: 0;
    width: 90%;
}
.reviewTravelerType li, .reviewTravelerTypeFilter li, .tripadvisorReviewTravelerTypeFilter li {
    margin-bottom: 9px;
    padding-top: 5px;
    position: relative;
    font-weight: 700;
    font-size: 15px;
}
.reviewTravelerType li .lbl1, .reviewTravelerTypeFilter li .lbl1, .tripadvisorReviewTravelerTypeFilter li .lbl1 {
    padding-right: 10px;
    padding-left: 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 500;
}

.reviewTravelerType li span, .reviewTravelerTypeFilter li span, .tripadvisorReviewTravelerTypeFilter li span {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    text-align: left;
    width: 10px;
}
.text-3 {
    color:#ffce00
}
.text-1 {
    color:#ff3722
}
.text-2 {
    color:#ff8622
}
.text-4 {
    color:#73cf11
}
.text-5 {
    color:#00b67a
}
.reviewTravelerType .b-line, .reviewTravelerTypeFilter .b-line, .tripadvisorReviewTravelerTypeFilter .b-line {
    position: absolute;
    width: 100%;
    border-bottom: 3px solid #e5e5e5;
    bottom: 11px;
    z-index: 1;
    border-radius: 3px;
}
.reviewTravelerType li label {
    position: relative;
    z-index: 9;
    top: -1px;
    background-color: #fff;
    padding-right: 10px;
}
#review_list {
    position: relative;
    margin-top: 30px;
    background: #fff;
    overflow: hidden;
}
.comment_list {
    margin-top: 20px;
}
.comment-list-item {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.comment-item-score {
    background: #73cf11;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    border-radius: 8px;
    margin-right: 8px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.comment-item-user .rate {
    color: #73cf11;
    font-weight: bold;
}
.review-score-5 .comment-item-score {
    background: #00b67a;
}
.review-score-5 .comment-item-user .rate {
    color: #00b67a;
}
.review-score-4 .comment-item-score {
    background: #73cf11;
}
.review-score-4 .comment-item-user .rate {
    color: #73cf11;
}
.review-score-3 .comment-item-score {
    background: #ffce00;
}
.review-score-3.comment-item-user .rate {
    color: #ffce00;
}
.review-score-2 .comment-item-score {
    background: #ff8622;
}
.review-score-2 .comment-item-user .rate {
    color: #ff8622;
}
.Terrible .comment-item-score {
    background: #ff3722;
}
.Terrible .comment-item-user .rate {
    color: #ff3722;
}
.comment-item-name {
    color: #2d9cdb
}
.fw-bold {
    font-weight: bold;
}
.text-grey {
    color: #828282;
}
.ms-2 {
    margin-left: 15px;
}
.top-comment-item {
    margin-bottom: 10px;
}
.review-overview {
    background: #27aa4626;
    padding: 10px;
    border-radius: 16px;
}
.review-over-rate {
    width: 72px;
    height: 72px;
    background: #27aa45;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    margin-right: 10px;
}
.review-over-total .title {
    font-size: 20px;
    font-weight: bold;
}
.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.align-items-center {
    align-items: center !important;
}
.row-about {
    display: flex;
    align-items: center;
}
.logo-footer img {
    height: 80px;
}
@media only screen and (max-width: 768px) {
    .card-single .info {
        padding: 10px;
    }
    .card-single .img-wrap,
    .info,
    .img-wrap {
        width: 100%;
    }
    .card-single{
        display: block;
    }
    .grid-t { grid-template-columns: 1fr; }
    .logo h1 span{
        display: inline;
    }
    .row-about {
        display: block;
    }
    .left-about {
        margin-bottom: 20px;
    }
    .card-grid {
        display: block;
    }
    .card-grid .card-v + .card-v {
        margin-top: 20px;
    }
    .hotel-page-flex {
        flex-direction: column;
    }
    .left-hotel-page {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #2563eb;
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-left: 0;
    }
    .slogan-hotel-page {
        padding-left: 15px;
    }
    .right-hotel-page {
        width: 100%;
        padding-left: 0;
    }
    .hotel-page {
        padding: 10px 0;
    }
    .box-fix {
        bottom: 0;
        left: 0;
        width: 100%;
        top: unset;
    }
    .box-fix a.hot-fix {
        display: block;
    }
    .box-fix a span {
        display: inline-block;
        font-weight: 700;
        padding-left: 5px;
    }
    .box-fix .zalo {
        background-color: #028fe3;
        background-position: 30% center;
        background-size: 30px;
        color: #fff;
        border-right: solid 1px #fff;
    }
    .box-fix .mes {
        background-color: #c396eb;
        color: #fff;
        background-image: none;
    }
    #suntory-alo-phoneIcon {
        display: none;
    }
    .box-fix .mes span {
        background-image: url(../images/mes.png);
        background-repeat: no-repeat;
        padding-left: 30px;
        background-position: center left;
    }
    .box-fix a {
        width: 33.3333%;
        text-align: center;
        float: left;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0;
    }
    .main-content img[style*="width"][style*="height"] {
        width: auto !important;
        height: auto !important;
    }
    .button_contact_price {
        margin-top: -9px;
        padding: 0 10px;
        height: 35px;
        line-height: 35px;
    }
    .search-inner {
        padding: 0 !important;
    }
    .search-inner .box-slide-r {
        display: none;
    }
    .support-bar{
        display: none;
    }
    #callnow{
        display: none;
    }

    .m6_x {
        right: 5px;
        top: 5px;
    }
    .m6_x .fa-2x {
        font-size: 1em;
    }
    .m6_a {
        height: 300px;
    }
    .m6_a .js-gMt {
        height: calc(100% - 70px);
    }
    .m6_w {
        width: 95%;
    }
    .cruise-info {
        padding: 10px 20px;
    }
    .main-content {
        padding-bottom: 40px;
    }
    .c-photo:nth-child(3) {
        width: 24%;
        margin-right: 1%;
        margin-left: 0;
        height: 100px;
        margin-top: 0;
    }
    .c-photo:nth-child(4) {
        width: 25%;
        height: 100px;
        margin: 0;
    }
    .img-past-event {
        height: 220px;
    }
    .event-column {
        width: 100%;
        margin-bottom: 10px;
    }
    .slideFluid  .owl-stage, #ads .owl-stage, #tour-flash .owl-stage, #cruise-index .owl-stage {
        padding-right: 30px !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .img-news {
        width: 150px;
        height: 100px;
    }
    .h2-title{
        font-size: 25px;
    }
    .post-wrapper2 {

    }
    .slide-m img {
        height: 180px;
        object-fit: cover;
    }

    .slide-m {
        display: block;
    }

    #ads-m {
        display: block
    }

    .ads-blog {
        display: block;
    }

    .ads-col img {
        width: 100%;
        height: auto;
        object-fit: auto;
    }

    .ads-col {
        padding-bottom: 12px;
    }

    .ads-col,
    .ads-col:nth-child(2),
    .ads-col:nth-child(1), .ads-col:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .col-news:nth-of-type(2n) {
        padding-left: 0;
    }

    .col-news:nth-of-type(2n+1) {
        padding-right: 0;
    }

    .col-news {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mda-price-item .mda-table tr:first-child {
        background: none;
    }

    .mda-tap-a.nav-tabs > li > a {
        font-size: 16px;
        padding: 8px 10px;
    }

    #r_ct {
        margin-top: 0;
    }

    #left-content {
        margin-bottom: 30px;
    }

    .img-news-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .right-news {
        overflow: visible;
    }

    .h1-title {
        font-size: 25px;
    }

    .post-wrapper-similar {
        flex-wrap: wrap;
    }

    .post-column-similar {
        width: 100%;
    }

    #r_ct {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0;
    }

    .bottom {
        position: relative;
        bottom: auto;
    }

    .fix_top {
        margin-top: 0;
        top: 0;
    }

    .box-slide {
        position: relative;
        bottom: auto;
        left: auto;
    }

    .box-slide-bg {
        padding: 0;
        background: none;
    }

    .box-slide-l {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .box-slide-r {
        width: 100%;
        padding: 0;
    }

    .box-search {
        border: 1px solid #CCCCCC;
        margin-top: 10px
    }

    .col-slide-r {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .box-slide-r-inner {
        margin: 0;
    }

    .h3-title {
        font-size: 25px;
    }

    .post-column {
        width: 100%;
    }

    .post-wrapper, post-wrapper2, post-wrapper3 {
        flex-wrap: wrap;
    }
    .post-column2 {
        width: 100%;
    }
    .owl-carousel .owl-item .news-index, .left-news-index {
        float: none;
        width: 100%;
    }

    .owl-carousel .owl-item .news-index {
        margin-bottom: 10px;
    }

    .col-whyus {
        width: 50%;
    }

    .col-whyus:nth-of-type(2n+1) {
        clear: both;
    }

    .mid-footer .col-md-4, .mid-footer .col-md-5 {
        margin-bottom: 20px;
    }

    .row-tour-list-2 {
        display: block;
        width: 100%;

    }

    .left-tour-list-2 {
        display: block;
        width: 100%;
    }

    .img-tour-list-2 {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        transform: none;
        left: auto;
        top: auto;
    }

    .mid-tour-list {
        width: 100%;
        display: block;
        padding: 15px;
        border-left: 1px solid #CCCCCC;
    }

    .col-s:nth-of-type(2n+1) {
        clear: both;
    }

    .col-s:nth-of-type(3n+1) {
        clear: none;
    }

    table.responsive, thead.responsive, tbody.responsive, th.responsive, td.responsive, tr.responsive {
        display: block;
    }

    tr.responsive {
        margin: 0 0 1rem 0;
    }

    thead.responsive tr.responsive {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    td.responsive {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .sttt, .dd {
        text-align: right;
    }

    .table thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    tr.responsive:nth-child(2n+1) {
        background: #ccc;
    }

    td.responsive::before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    td.responsive:nth-of-type(1)::before {
        content: "STT";
        font-weight: 700;
        padding-top: 7px;
        text-align: left;
    }

    td.responsive:nth-of-type(2)::before {

        content: "Ngày khởi hành";
        font-weight: 700;
        padding-top: 7px;
        text-align: left;

    }

    td.responsive::before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 14px;
    }

    td.responsive:nth-of-type(3)::before {

        content: "Giá từ";
        font-weight: 700;
        padding-top: 7px;
        text-align: left;

    }

    td.responsive:nth-of-type(4)::before {
        content: "Số Chỗ";
        font-weight: 700;
        padding-top: 7px;
        text-align: left;
    }

    td.responsive:nth-of-type(5)::before {
        content: "Book tour";
        font-weight: 700;
        padding-top: 7px;
        text-align: left;
    }

    .left-day {
        float: none;
        width: 100%;
        text-align: left;
        background: #CCCCCC;
        padding: 2px 10px;
        margin-bottom: 15px;
    }

    .day-number {
        display: inline-block;
    }

    .right-day {
        float: none;
        width: 100%;
        padding-left: 0;
        border: none;
    }

    .right-day::after {
        border: none;
        background: none;
    }

    .right-day::before {
        background: none;
    }

    .tranport {
        text-align: center;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }

    .detail img, img[width], img[style="width*"] {
        height: auto !important;
        width: auto !important;
    }

    .view-more-photo {
        padding: 5px;
    }
    .c-photo:nth-child(1) img {
        width: 100% !important;
        height: 100% !important;
    }
    .c-photo:nth-child(1){
        width: 100%;
        height: 200px;
        margin-bottom: 4px;
    }
    .c-photo:nth-child(2) {
        width: 49%;
        height: 100px;
        margin-right: 1%;
        margin-left: 0;
    }

    #tab-details {
        display: none;
    }
    .tour-detail-header-right {
        margin-bottom: 20px;
    }
    .check_rate__form {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .check_rate__form__tour {
        font-size: 16px;
        border-bottom: 1px solid #f2f2f2;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .room_rate_list .tb{
        display: flex;
        flex-wrap: wrap;
    }
    .room_rate_list .tb-cell{
        display: flex;
        flex-wrap: wrap;
    }
    .room_rate_list .tb-cell:nth-child(2) {
        width: 60%;
        margin-bottom: 15px;
    }
    .room_rate_list .tb-cell:nth-child(3) div {
        width: 100%;
    }
    .room_rate_list .tb-cell:nth-child(3) {
        width: 40%;
        margin-bottom: 15px;
    }
    .room_rate_list .tb-cell:nth-child(1) {
        width: 100%;
    }
    .room_rate__item {
        flex-wrap:  wrap;
    }
    .col-info-room-list {
        padding-left: 0;
        padding-top: 10px;
    }
    .col-img-room-list {
        width: 100%;
    }
}

@media only screen and (max-width: 670px) {

    .fix_top {
        position: relative;
    }

}
@media (min-width: 1025px) {
    .content-middle {
        width: 888px;
        margin-left: auto;
        margin-right: auto;
    }
    .col-img {
        float: left;
        width: 57.7%;
        margin-right: .3%;
    }
    .col-info {
        float: left;
        width: 42%;
        background-color: #fff;
        padding: 20px;
        min-height: 462px;
    }
}
