body {
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    font-size: 16px;
    background-color: #fff;
    line-height: 1.6;
}

a {
    color: #0e80bf;
}

.ah {
    color: #095191;
}

a:focus-visible {
    border: none;
}

a:hover, a:focus {
    color: #fd792c;
    text-decoration: none;
}
header{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.left-header {
    flex-basis: 110px;
    background: #fafafa;
    text-align: center;
    flex-grow: 1;
}
.left-header a{
    display: inline-block;
    vertical-align: middle;
}
.right-header{
    flex-basis: calc(100% - 110px);
    flex-grow: 1;
}
img.logo {
    width: 90px;
    height: 90px;
}
.top-right-header {
    height: 40px;
    background-color: #2e2e2e;
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF;
}
.inner-right-header {
    display: table;
    width: 100%;
    height: 100%;
}
.top-right-header, bottom-right-header {
    display: table-row;
}
.middle {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    max-width: calc(100% - 200px);
}
.right-top-right-header {
    min-width: 180px;
    text-align: left;
}
.item-l {
    margin: 8px 10px;
}
.item-l .fa {
    color: #FF2E17;
    font-size: 16px;
    margin-right: 3px;
}
.item-l  a{
    color: #FFFFFF;
}
.right-top-right-header a{
    display: inline-block;
    margin: 8px 10px;
    color: #FFFFFF;
}
header a:hover{
    color: #FF2E17;
}
@media (min-width: 992px) {
    .ul-main-menu {
        padding: 0;
        height: 100%;
        width: 100%;
        border-collapse: collapse;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin: 0;
        list-style: none;
    }

    .ul-main-menu > li {
        height: 100%;
        float: left;
        text-align: center;
        border-left: 1px solid rgba(0, 0, 0, .1);
        box-sizing: border-box;
        padding: 15px;
    }

    .ul-main-menu li {
        position: relative;
    }

    .ul-main-menu > li > a {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        height: 100%;
        padding: 0 24px;
        color: #303030;
        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
        box-sizing: border-box;
        letter-spacing: -.005em;
    }
}
#home-slide .swiper-slide {
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#home-slide .slide-content {
    max-width: 80%;
    margin: auto;
    color: #fff;
    text-align: center;
    position: absolute;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
#home-slide.swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.search {
    background-image: url("../images/h5-parallax-1.png");
    background-repeat: repeat-x;
    background-position: center 0;
    padding: 70px 0;
    z-index: 100;
    position: relative;
}
.title-search{
    font-size: 24px;
    color: #FFFFFF;
}
.search-filter input, .search-filter select {
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    background: #2E2E2E;
    padding: 16px 20px 15px 20px;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 10px;
}
.search-filter input {
    padding-bottom: 14px;
}
.btn-search {
    color: #FFFFFF;
    background: #FF2E17;
    padding: 16px 20px 15px 20px;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    border-radius: 0;
    border: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-search:hover,
.btn-search:focus {
    background: #FFFFFF;
    color: #FF2E17;
}
.bg-cat-img {
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 111;
    height: 100%;
}
.h3-cat-home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    color: #FFFFFF;
    font-size: 22px;
    margin: 0;
    text-align: center;
    padding: 15px;
    position: relative;
    z-index: 999;
    justify-content: center;
    line-height: 28px;
}
.bg-cat-img:after {
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.5);
    opacity:.75;
    -webkit-transition:opacity .6s;
    -moz-transition:opacity .6s;
    transition:opacity .6s
}
.item-cat-tour-home:hover .bg-cat-img {
    -webkit-transform:scale(1.04);
    -moz-transform:scale(1.04);
    transform:scale(1.04);
    -webkit-transition:-webkit-transform .6s cubic-bezier(.6,.23,.32,.95);
    transition:transform .6s cubic-bezier(.6,.23,.32,.95)
}
.item-cat-tour-home:hover .bg-cat-img:after {
    opacity:1
}

.item-cat-tour-home a{
    display: block;
    height: 100%;
    overflow: hidden;
}
.item-cat-tour-home-outer {
    float: left;
    padding: 0 2px;
    width: 20%;
}
.item-cat-tour-home-outer:nth-child(2) {
    width: 40%;
}
.item-cat-tour-home-outer .item-cat-tour-home {
    height: 300px;
    padding-bottom: 5px;
    overflow: hidden;
}
.item-cat-tour-home-outer:nth-child(2) .item-cat-tour-home,
.item-cat-tour-home-outer:nth-child(4) .item-cat-tour-home {
    height: 600px;
}
.pt-100 {
    padding-top: 80px;
}
.pb-100 {
    padding-bottom: 80px;
}
.mt-100 {
    margin-top: 80px;
}
.color-orange {
    color: #FF2E17
}
.tour-index {
    margin: 0 -2px;
}
.item-tour-index {
    float: left;
    width: 20%;
    padding: 2px;
}
.item-tour-index-inner a{
    display: block;
    position: relative;
    color: #FFFFFF;
}
.img-tour-index {
    transition: transform .3s;
    vertical-align: middle;
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.price-tour-index {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    z-index: 10;
}
.tour-index-info {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding-right: 15px;
    z-index: 10;
}
.cat-tour-home {
    margin: 0 -2px;
}
.h2-title {
    font-size: 50px;
}
.item-tour-index-inner a{
    overflow: hidden;
}
.item-tour-index-inner a:hover img{
    transform: scale(1.04);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.6,.23,.32,.95);
    transition: transform .5s cubic-bezier(.6,.23,.32,.95);
}
.item-tour-index-inner a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    z-index: 5;
}
.item-tour-index-inner a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 50%);
    z-index: 5;
}
.item-tour-index-inner a:hover::before {
    opacity: 1;
}
.price-tour-index {
    font-size: 18px;
}
.h3-tour-index {
    font-size: 18px;
}
.duration {
    font-size: 14px;
}
.icon-about i {
    color: #ffffff;
    font-size: 30px;
    z-index: 10;
    position: relative;
}
.icon-about{
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    background-color: #FF2E17;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
}
.icon-about span.icon-about-span{
    position: relative;
}
.icon-about:hover .icon-about-layer{
    transition: transform .4s cubic-bezier(.07,.69,0,1.36),opacity .15s;
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}
.icon-about-layer {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transform:scale(.7);
    background-color:#FF2E17;
    border:7px solid rgba(255,255,255,.4);
    display:block;
    border-radius:inherit;
    z-index:-1;
    opacity:1;
    transition:transform .5s,opacity .2s .3s;
}
.desc-about {
    font-size: 15px;
}

.box-analytics-index {
    background-image: url("../images/h5-parallax-2.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}
.analytics-items {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.analytics-item {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
}
.a-number {
    font-size: 65px;
    line-height: 1;
}
.tour-promoption-info {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.tour-promoption-info_ {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
}
.tour-promoption-info__ {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 0 20px;
}
.img-tour-promotion {
    display: block;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateZ(0) scale(1.005);
    -moz-transform: translateZ(0) scale(1.005);
    transform: translateZ(0) scale(1.005);
    height: 490px;
    width: 100%;
    object-fit: cover;
}
.a-promotion {
    display: block;
    position: relative;
    color: #FFFFFF;
    overflow: hidden;
}
.a-promotion:hover {
    color: #FFFFFF;
}
.img-tour-promotion-outer::after {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    z-index: 1;
    opacity: .4;
    background-color: rgba(0,0,0,.4);
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
}
.a-promotion:hover .img-tour-promotion-outer::after{
    opacity: 1;
}
.a-promotion:hover img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.6,.23,.32,.95);
    transition: transform .5s cubic-bezier(.6,.23,.32,.95);
}
.desc-promotion {
    max-width: 750px;
    margin: 0 auto;
}
footer *{
    color: #FFFFFF;
}
footer {
    background: #151515;
    margin-top: 60px;
}
#toTop {
    position: fixed;
    height: 45px;
    width: 45px;
    right: 25px;
    bottom: 60px;
    z-index: 9999;
    background: #FF2E17;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
}
.js-banner {
    min-height: 400px;
}
.categories-tour {
    text-align: center;
    position: relative;
    z-index: 3;
}

.category-tour {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: #aaa;
    color: #fff;
    margin: 10px 2px 0;
    padding: 0 10px;
    line-height: 32px;
    display: inline-block;
    border-radius: 3px;
}

.category-tour.active {
    background: #0e80bf;
    color: #fff !important;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.mtheme-tours .tours {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translate(0px, 150px);
    -webkit-transform: translate(0px, 150px);
}

.mtheme-tours .tours.active {
    z-index: 2;
    opacity: 1;
    position: relative;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition: all .35s;
    -webkit-transition: all .35s;
}

.img-tour_ {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.img_tour_post {
    height: 200px !important;
}
.img-tour_2{
    height: 230px;
    object-fit: cover;
    width: 100%;
}
@media (min-width: 1500px) {
    .img-tour_ {
        height: 400px;
    }
}
.duration {
    font-size: 14px;
    font-style: italic;
}

.f15 {
    font-size: 15px;
}

.top-tour {
    border-bottom: dashed 1px #666;
    margin-bottom: 20px;
    margin-top: 20px;
}

.readmore.btn-gray {
    background: #aaa;
    color: #fff;
}

.readmore {
    display: block;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all .25s;
    -webkit-transition: all .25s;
    background: #0e80bf;
    font-size: 14px;
    text-align: center;
}

.readmore:hover,
.readmore:focus {
    background-color: #fd792c;
    color: #fff;
}

.readmore + .readmore {
    margin-top: 5px;
}

.tour-buttons {
    max-width: 150px;
}

.tour_price_deal span {
    color: #fd792c;
    font-weight: bold;
    font-size: 18px;
}

.tour_price_basic del {
    color: #888;
    font-weight: 500;
}

.tour_price_save span {
    color: #888;
    font-weight: bold;
}

.top-tour-out {
    padding: 15px 20px 20px;
}

.tour-bottom {
    padding: 15px 20px 20px;
}

.btn-more {
    border: 1px solid #fd792c;
    color: #fd792c;
    padding: 8px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-more:hover,
.btn-more:focus {
    border-color: #337ab7;
    color: #337ab7
}

img.scale:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.overflow-hidden {
    overflow: hidden;
}

img.scale {
    transition: all .5s linear;
}

.f18 {
    font-size: 18px;
}

.s1_tour {
    align-items: end;
    padding-bottom: 50px;
}

ul.tour-style-item li {
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    list-style: none;
    display: inline-block;
    background: #e7e7e7;
    font-size: 14px;
    border-radius: 3px;
}

.tour-days-item li + li {
    margin-top: 5px;
}
.tour-days-item strong {
    text-transform: capitalize;
}
.tour-days-item .overview-icon{
    height: 40px;
    width: 40px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    float: left;
    margin-right: 16px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 38px;
}
.tour-days-item .overview-icon::after {
    content: "";
    position: absolute;
    left: 100%;
    height: 1px;
    width: 10px;
    top: 50%;
    background-color: #e7e7e7;
    margin-top: 2px;
}
.tour-days-item li div {
    padding-top: 10px;
}
span.text-tip {
    display: block;
    color: #999;
    font-size: 14px;
}
.btn-submit,
.request-a-free-quote a {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #0e80bf;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 30px;
}
.btn-submit {
    line-height: 30px;
    width: 100%;
}
.btn-submit:hover,
.request-a-free-quote a:hover{
    background: #ff4300;
    color: #FFFFFF;
}

.img_tour_map, .member-review-img {
    position: relative;
    display: block;
}
.img_tour_map::after, .member-review-img::after {
    content: "\f00e";
    font-family: "FontAwesome";
    color: #0e80bf;
    font-size: 28px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.bg-gray {
    background: #f7f7f7;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
}
h3.s19_it {
    text-transform: uppercase;
    font-size: 24px;
}
.control-days .fa {
    color: #febe16;
    font-size: 22px;
    margin-left: 5px;
    vertical-align: middle;
}
.control {
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    cursor: pointer;
}
.full-itinerary {
    border: none;
    background: none;
}
.full-itinerary:nth-child(2n+1) {
    background-color: #f7f7f7;
}

.full-itinerary .card-header {
    background: none;
    border: none;
    padding: 0;
}
.full-itinerary {
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-right: 30px;
    border-left: 2px dashed #e7e7e7;
    position: relative;
}
.entry-date > span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    color: #0e80bf;
    font-size: 14px;
}
.entry-date {
    position: absolute;
    left: 0;
    top: 50px;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    display: table;
    border: 2px solid #0e80bf;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.full-itinerary .btn-link {
    padding: 0;
    color: #0e80bf;
    text-transform: uppercase;
    white-space: normal;
}
.full-itinerary h5 {
    margin-bottom: 15px;
    position: relative;
}
.full-itinerary  .collapse {
    height: 45px;
    overflow: hidden;
    display: block;
}
.full-itinerary .collapsing {
    display: block;
    height: 45px;
}
.full-itinerary  .collapse.show {
    height: auto;
}
.full-itinerary h5 button.btn-link {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding-right: 17px;
}
.full-itinerary h5 button::after {
    color: #337ab7;
    position: absolute;
    right: 0;
    top: -2px;
    font-family: FontAwesome;
    font-size: 18px;
    content: "\f056"
}
.full-itinerary h5 button.collapsed::after {
    content: "\f055";
}
.list-tour ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-tour ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px;
    color: #0e80bf;
}
.list-tour ul li + li {
    margin-top: 5px;
}
.tour-include ul li::before {
    content: "\f055";
}
.tour-exclude ul li::before {
    content: "\f056";
    color: red
}
.sw-tour-similar .bg-white {
    background: #f7f7f7 !important;
    border: 1px solid #f0f0f0;
}
.s19_dd {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.s19_dd::before {
    content: '•';
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.rating > label {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
    margin: 0;
}
.rating > input:checked ~ label, .rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.text-middle {
    display: inline-block;
    vertical-align: middle;
}
.rating {
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
    margin-left: 5px;
}
p.stars span {
    height: 20px;
    width: 104px;
}
p.stars {
    margin-bottom: 0;
}
p.stars a {
    height: 20px;
    width: 20px;
    font-size: 0;
    float: left;
    text-decoration: none;
    position: relative;
}

p.stars.selected a:not(.active)::before {

    content: "";
    color: #fdb927;

}
p.stars.selected a:not(.active)::before {
    content: '\f005';
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: FontAwesome, sans-serif;
    content: '\f005';
    text-indent: 0;
    font-size: 20px;
    color: #cccbcb;
}
p.stars a.active::before {
    content: "\f005";
    color: #fdb927;
}
p.stars.selected a:not(.active)::before {
    content: '\f005';
    color: #fdb927;
}
p.stars.selected a.active ~ a::before {
    content: '\f005';
    color: #cccbcb;

}
.LoadingImage {
    background: url(../images/sending.gif) center center no-repeat rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}
.s19_wfm .btn {
    width: 65px;
    position: absolute;
    right: 0;
    top: 0;
}
.s19_wfm .form-control {
    padding-right: 60px;
    height: 36px;
    font-size: 14px;
}
.table-price {
    border: 1px solid #ccc;
}
.table-price td, .table-price th {
    padding: 8px 10px;
}
.th-price {
    text-align: center;
    background: #ddd;
    border-right: 1px solid #fff;
    font-weight: 700;
}
.table-price td {
    border: 1px solid #ccc;
}
.td-price {
    text-align: center;
    color: #f06c0e;
    width: 150px;
}
@media (max-width: 767px) {
    table.responsive, tbody.responsive, td.responsive, th.responsive, thead.responsive, tr.responsive {
        display: block;
        position: relative;
        width: 100%;
        border: none;
    }

    thead.responsive, thead.responsive td, thead.responsive tr {
        display: none !important;
    }
    tr.responsive:nth-child(2n+1) {
        background: #ccc;
    }
    table.responsive, tbody.responsive, td.responsive, th.responsive, thead.responsive, tr.responsive {
        display: block;
        position: relative;
        width: 100%;
        border: none;
    }
    .table-price .pack-col {
        font-weight: 700;
        border-bottom: 1px solid #fff;
        color: #000;
        padding: 5px 8px;
        background: #ddd;
    }
    .table-price td, .td-price td {
        background: #f2f4f6;
        border: 1px solid #fff;
        padding: 5px 8px;
    }
}
.img-bar{
    height: 30px;
}
.breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.bread-item {
    display: inline-block;
}
.bread-item:last-child a{
    color: #666666;
}
.breadcrumbs .bread-item::after {
    content: '\f105';
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 7px;
    color: #999;
}

.breadcrumbs .bread-item:last-child::after {
    content: "";
    padding: 0;
}
.bg-grey {
    background: #f7f7f7;
}
.wapper-tour {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;
    flex-direction: column;
}

.wapper-top-tour {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.s4_a1 {
    display: inline-block;
    font-weight: bold;
    width: 48px;
    text-align: center;
    background-color: #fdc327;
    color: #fff;
    padding: 8px 0 6px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 21px;
}

.s4_a1::before, .s4_a1::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    border-top: 9px solid #fdc327;
}

.s4_a1::before {
    right: 0;
    border-left: 24px solid transparent;
}

.s4_a1 b {
    color: #ec4e36;
    display: block;
}

.s4_a1::after {
    left: 0;
    border-right: 24px solid transparent;
}
.text-black {
    color: #444444;;
}
.font-weight-semi {
    font-weight: 500;
}
.text-orange {
    color: #ec4e36;
}
.f14 {
    font-size: 14px;
}
.s1_w {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 400px;
    align-items: center;
    color: #FFFFFF;
}
.s1_tour {
    align-items: end;
    padding-bottom: 50px;
}
.s1_t {
    font-size: 50px;
}
.s19_nm {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.s19_nm li {
    float: left;
    margin: 0 40px 0 0;
    position: relative;
}
.s19_nm li:last-child {
    margin: 0;
}
.s19_nm li a {
    display: block;
    padding: 20px 0;
    font-weight: 700;
    color: #444444;
    text-transform: uppercase;
}

.s19_nm li.active a, .s19_nm li:hover a {
    color: #fd792c;
}

.s19_nm li.active::after, .s19_nm li:hover::after {
    background-color: #fd792c;
}

.s19_main {
    padding-top: 40px;
}

.s19_os {
    padding-bottom: 13px;
}

.s19_os > div {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 17px;
    color: #424242;
}

.s19_os > div span {
    display: inline-block;
    vertical-align: middle;
}

.ia {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icond.svg");
    background-repeat: no-repeat
}

.ia-star {
    width: 20px;
    height: 20px;
    background-position: 0 0
}

.ia-map {
    width: 16px;
    height: 21px;
    background-position: -22px 0
}

.ia-bus {
    width: 20px;
    height: 20px;
    background-position: -38px 0
}

.ia-meal {
    width: 20px;
    height: 20px;
    background-position: -58px 0
}

.ia-bath {
    width: 20px;
    height: 20px;
    background-position: -80px 0
}

.ia-jacuzzi {
    width: 21px;
    height: 21px;
    background-position: -102px 0
}

.ia-pool {
    width: 20px;
    height: 20px;
    background-position: -124px 0
}

.ia-kayaking {
    width: 20px;
    height: 21px;
    background-position: -146px 0
}

.ia-wifi {
    width: 20px;
    height: 15px;
    background-position: -89px -51px
}

.ia-fly-car {
    width: 17px;
    height: 21px;
    background-position: -69px -48px
}

.ia-family {
    width: 21px;
    height: 18px;
    background-position: -44px -50px
}

.ia-beach {
    width: 20px;
    height: 22px;
    background-position: -23px -47px
}

.ia-no-smoking {
    width: 21px;
    height: 20px;
    background-position: 0 -47px
}

.ia-spa {
    width: 19px;
    height: 20px;
    background-position: -156px -24px
}

.ia-bar {
    width: 15px;
    height: 21px;
    background-position: -136px -24px
}

.ia-park {
    width: 21px;
    height: 21px;
    background-position: -44px -23px
}

.ia-restaurant {
    width: 20px;
    height: 18px;
    background-position: -111px -27px
}

.ia-receptionist {
    width: 19px;
    height: 21px;
    background-position: -89px -24px
}

.ia-coffee-maker {
    width: 20px;
    height: 21px;
    background-position: -67px -24px
}

.ia-private-beach {
    width: 20px;
    height: 18px;
    background-position: -22px -26px
}

.ia-gym {
    width: 19px;
    height: 20px;
    background-position: -1px -24px
}

.ia-area {
    width: 11px;
    height: 11px;
    background-position: -168px 0
}

.ia-user {
    width: 12px;
    height: 13px;
    background-position: -181px 0
}

.ia-plus {
    width: 10px;
    height: 10px;
    background-position: -195px 0
}

.ia-minus {
    width: 10px;
    height: 10px;
    background-position: -207px 0
}

.cruise_highlights {
    padding-top: 30px;
    margin-bottom: 0;
    border-top: 1px solid #e6e6e6;
}

.cruise_highlights ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.s19_ol li + li {
    margin-top: 15px;
}

.s19_ol li {
    position: relative;
    padding-left: 26px;
    line-height: 1.7;
}

.s19_ol li::before {

    content: '\f08a';
    display: inline-block;
    color: #aaa;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;

}

.s19_i + .s19_i {
    padding-top: 60px;
}

.s19_ih {
    margin-bottom: 15px;
    position: relative;
    padding-left: 13px;
}

.s19_ih:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 20px;
    border-radius: 3px;
    background-color: #fd792c;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.s19_qi {
    margin-bottom: 12px;
}

.s19_qh {
    padding: 16px 40px 16px 20px;
    position: relative;
    background-color: #f6f6f6;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.s19_qb {
    padding: 20px;
    line-height: 1.7;
    border: 1px solid #f6f6f6;
    border-top: none;
    display: none
}

.s19_qb > * {
    margin-bottom: 15px
}

.s19_qb > *:last-child {
    margin-bottom: 0
}

.s19_qb ul {
    padding-left: 15px;
    list-style: disc
}

.s19_mc {
    background-color: #fff9eb;
    padding: 25px 20px
}

.s19_mc > *:last-child {
    margin-bottom: 0
}

.s19_mc > p {
    margin-bottom: 10px
}

.s19_mc ul {
    list-style: disc;
    padding-left: 15px
}

.s19_mc ul li + li {
    margin-top: 10px
}

.s19_ma {
    margin-top: 18px;
    overflow: hidden;
    height: 329px;
    width: 100%;
    position: relative
}

.s19_mi {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: rgba(253, 121, 44, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border-radius: 50%
}

.s19_mi span {
    width: 31px;
    height: 31px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fd792c;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 10px rgba(253, 121, 44, 0.8)
}

.s19_r {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    padding: 20px 0;
    margin-top: 20px
}

.s19_qh:after {
    content: '\f078';
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.s19_qh.active:after {
    content: '\f077';
    color: #fd792c
}

.s19_r {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    padding: 20px 0;
    margin-top: 20px;
}

.tb {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.s19_r .tb-cell {
    padding-left: 25px;
    padding-right: 25px;
}

.tb-cell {
    display: table-cell;
}
.s19_r .tb-cell {
    vertical-align: middle;
}
.s19_ra {
    text-align: center;
    font-size: 30px;
    color: #fdb927;
}

.s19_rm tr td {
    padding: 8px 3px;
    color: #2797d1;
    white-space: nowrap;
}

.progress {
    height: 18px;
    overflow: hidden;
    background-color: #e8e8e8;
    border-radius: 2px;
    width: 100%;
    min-width: 200px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #fdb927;
}

.s19_rf {
    padding: 45px 16px 5px;
    display: none;
}

.s19_rf .form-group {
    margin-bottom: 20px;
}

.rating > input {
    display: none;
}

.s19_rg.active {
    background-color: rgba(0, 0, 0, 0.1);
    color: #333;
}

.s19_rg.active::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: url("../images/icons.svg") no-repeat -192px 0;
    margin-right: 7px;
}

.s19_r .tb-cell + .tb-cell {
    border-left: 1px solid #e8e8e8;
}

.s19_rg {
    min-width: 149px;
}
.nav-sticky {
    z-index: 999;
    background: #FFFFFF;
}
.bg-gray {
    background: #f7f7f7;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
}
.sH {
    padding: 50px 0;
}
.js-banner {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 5;
}
.js-banner .s1_m {
    max-width: 700px;
}
.btn-1 {
    background-color: #FF2E17;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-1:hover {
    background-color: #fc591a;
    color: #fff;
}
.rv1, .rv1 span {
    width: 81px;
    height: 14px;
    background: url("../images/r1.svg") repeat-x 0 -15px;
}

.rv1, .rv1 span, .rv2, .rv2 span {
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
    text-align: left;
}

.rv1 span, .rv1 span span {
    background-position: 0 0;
}
.s19_nm li:last-child a::after {
    content: "\f178";
    font-family: "FontAwesome";
    border: 1px solid #ff4300;
    border-radius: 50%;
    display: inline-block;
    margin-left: 7px;
    text-align: center;
    width: 25px;
}
.s19_nm li:last-child a {
    color: #ff4300
}
.swiper-pagination {
    bottom: 0;
    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%)
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 2px solid rgba(9, 82, 145, 0.5);
    margin: 0 5px;
    opacity: 1
}

.swiper-pagination-bullet-active {
    border-color: #095291;
    background-color: #095291
}
.s25_s .swiper-slide:first-child {
    margin-left: 0 !important;
}

.s25_s .swiper-slide:last-child {
    margin-right: 0 !important;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.s25_s .swiper-pagination {
    bottom: 0;
    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%);
}
.right-dest-small {
    overflow: hidden;
}
.sw_s_post {
    width: 85%;
}
.sw_s_post .swiper-container {
    overflow: inherit;
}
.f16 {
    font-size: 16px;
}
@media (max-width: 991px) {
    .right-dest-small {
        overflow: inherit;
    }
    .s25_s {
        width: 85%;
    }
    .s25_s .swiper-container {
        overflow: inherit;
    }
    .s25_s .swiper-pagination {
        margin-left: 10%;
    }
    .s25_s_similar {
        width: 90%;
    }
    .s25_s_similar .swiper-pagination {
        margin-left: 5%;
    }
}
.box-right {
    background: #fff;
    border: solid 1px #e7e7e7;
    padding: 15px;
    border-radius: 3px;
}
.h3-right {
    color: #0e80bf;
    font-size: 22px;
}
.frm-inquiry input,
.frm-inquiry textarea {
    width: 100%;
    padding: 8px 15px;
    border: none;
    outline: none;
    border-radius: 3px;
}
.frm-inquiry .input-group {
    border: solid 2px #e1e1e1;
    margin-bottom: 15px;
}
.frm-inquiry .input-group-addon {
    background: 0 0;
    border: none;
    padding-right: 0;
    color: #0e80bf;
    min-width: 28px;
}
.wpcf7-form-control-wrap {
    flex: 1;
}
.frm-inquiry .input-group-addon {
    padding: 6px 12px;
    padding-right: 0;
}
.wpcf7-list-item-label {
    padding: 0 0 0 25px;
}
.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before,
.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
    content: "\f096";
    font-family: "FontAwesome";
    font-size: 23px;
    position: absolute;
    top: 1px;
    left: 0;
    color: #555;
    cursor: pointer;
    line-height: 1.1;
}
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    content: "\f046";
    color: #0e80bf;
}
.wpcf7-list-item input[type=checkbox] {
    width: auto;
    height: auto;
    position: absolute;
    top: 1px;
    left: 0;
    margin: 0;
    opacity: 0;
    border: none;
}
.h3-right-2 {
    font-size: 18px;
    margin-bottom: 30px;
}
.s19_wa {
    width: 64px;
    height: 64px;
    float: left;
}
.s19_wl {
    overflow: hidden;
    padding-left: 15px;
    min-height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.s19_wa img {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 50%;
}
.s19_wsi {
    text-align: center;
    font-style: italic;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}
.s19_swa img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.s19_swa {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.s19_wsi > strong {
    display: block;
    margin-top: 10px;
    color: #999;
}
.s19_wu {
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
}
#scrollSpy {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0px;
    width: 100%;
    z-index: 999;
}
@media (min-width: 768px) {
    #scrollSpy .navbar-toggle {
        display: none;
    }
    #scrollSpy .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    #scrollSpy .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
#scrollSpy .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#scrollSpy .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #0e80bf;
}
#scrollSpy .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
#scrollSpy .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: -13px;
    margin-right: -13px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    border-bottom-width: 1px;
}
#scrollSpy  li::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    border-left: 1px dashed #c1c1c1;
}
#scrollSpy  li:last-child::after {
    border: none;
}
.img-blog {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.show_blog {
    margin-bottom: 30px;
}
.s21_b {
    border: 1px solid #e2e2e2;
    border-top-color: rgb(226, 226, 226);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    padding: 20px 15px;
}
.s21_t {
    font-size: 18px;
    font-weight: 600;
}
.s21_t a {
    color: #444444;
}
.s21_t a:hover,
.s21_t a:focus {
    color: #FF2E17
}
.text-grey {
    color: #999999;
}
.f14 {
    font-size: 14px;
}
.travel-scrollspy {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 10px;
    color: #0e80bf;
    font-size: 15px;
}
.travel-scrollspy > ul {
    padding: 0;
    margin: 0;
}
.travel-scrollspy > ul > li {
    list-style: none;
    position: relative;
    border-left: 2px solid #0e80bf;
    padding-left: 17px;
    padding-bottom: 8px;
}
.travel-scrollspy > ul > li::before {
    position: absolute;
    top: 0;
    left: -8px;
    background: #0e80bf;
    height: 14px;
    width: 14px;
    content: "";
    border-radius: 50%;
}
.travel-scrollspy > ul > li > a {
    position: relative;
    display: block;
    color: #0e80bf;
    font-weight: 500;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    top: -4px;
}
.travel-scrollspy > ul > li::before {
    position: absolute;
    top: 0;
    left: -8px;
    background: #0e80bf;
    height: 14px;
    width: 14px;
    content: "";
    border-radius: 50%;
}
.travel-scrollspy > ul > li > ul {
    display: none;
    padding-left: 1.5rem;
}
.travel-scrollspy > ul > li > ul > li {
    list-style: circle;
    color: #ff4300;
}
.travel-scrollspy > ul > li > ul > li > a {
    color: #444444;
}
.travel-scrollspy > ul > li:last-child {
    border: none;
}
.travel-scrollspy > ul > li:last-child::before {
    left: -6px;
}
#sidebar-mobile .btn-open-sidebar, .rating-box div:nth-child(3) {
    display: none;
}
.btn-close-sidebar {
    display: none;
    color: #ef7325;
    font-weight: 600;
    text-decoration: underline;
    margin: 0 auto;
    border: none;
    background: 0 0;
    cursor: pointer;
}
.img-similar {
    width: 100px;
    height: 80px;
    float: left;
    margin-right: 15px;
    object-fit: cover;
}
.text-black {
    color: #444444;
}
.s25_t {
    font-size: 20px;
}
.js-banner[class*="bt_bb_background_overlay"]::before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.js-banner[class*="gradient"]::before {
    background-image: -webkit-linear-gradient(left,#0e80bf 0%,#FF2E17 100%);
    background-image: -moz-linear-gradient(left,#0e80bf 0%,#FF2E17 100%);
    background-image: linear-gradient(to right,#0e80bf 0%,#FF2E17 100%);
    opacity: .6;
}
.js-banner[class*="bt_bb_background_overlay"] .s1_m {
    margin: 0 auto;
    text-align: center;
}
.h2-about {
    font-size: 40px;
    font-weight: 800;
    position: relative;
}
.h2-about::before {
    height: 9px;
    width: 4px;
    bottom: -13px;
    margin-left: -2px;
}
.h2-about::after {
    height: 4px;
    width: 150px;
    bottom: -10px;
    margin-left: -75px;
}
.h2-about::after, .h2-about::before {
    content: "";
    background: #FF2E17;
    left: 50%;
    position: absolute;
}
.inner-team {
    box-shadow: 0 0 15px rgba(24,24,24,.15);
}
.inner-team .bottom-info {
    padding: 15px;
}
.team-info strong {
    font-size: 20px;
}
.team-info span {
    color: #888;
    font-style: italic;
}
.social {
    font-size: 16px;
    color: #999999;
}
.social + .social  {
    margin-left: 12px;
}
.img-test-index {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
.pb-6 {
    padding-bottom: 67px;
}
.s31_f .form-label span {
    color: #ff0000;
}
.copyright {
    font-size: 15px;
    background: #000000;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.copyright p {
    margin: 0;
}
.footer-menu a {
    isplay: inline-block;
    position: relative;
    padding: 5px 0 5px 18px;
    font-size: 14px;
}

.footer-menu a::before {
    width: 5px;
    height: 5px;
    display: inline-block;
    color: transparent;
    border: 1px solid #FF2E17;
    border-radius: 50%;
    text-align: center;
    content: '\25cf';

    position: absolute;
    left: 0;
    top: 12px;
}
.h_bars {
    height: calc(100% + 28px);
    position: absolute;
    right: 20px;
    top: -14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.ic-bars {
    width: 23px;
    height: 19px;
    background-position: -168px 0;
}

.ic {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icons.svg");
    background-repeat: no-repeat;
}
.ic-close {
    width: 19px;
    height: 19px;
    background-position: -192px 0;
}
.n_c {
    position: absolute;
    display: none;
}
.price_table {
    font-size: 16px;
  	font-weight: bold;
}
.main-tour li + li {
    margin-top: 5px;
}
.s26_m {
    margin-bottom: 0;
    display: inline-flex;
    padding: 0;
    list-style: none;
}

.s26_m li {
    float: left;
    margin: 0;
    color: #666;
}

.s26_m li:before {
    content: attr(data-stt);
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    border: 1px solid rgba(153, 153, 153, 0.5);
    margin-right: 5px
}

.s26_m li + li {
    margin-left: 178px;
    position: relative
}

.s26_m li.active {
    color: #62ad48;
}

.s26_m li.active::before {
    color: #fff;
    background-color: #62ad48;
    border-color: #62ad48;
}

@media (max-width: 991px) {
    .s26_m li + li {
        margin-left: 80px;
    }
}

@media (max-width: 370px) {
    .s26_m li + li {
        margin-left: 40px
    }
}

.s26_m li + li:after {
    display: block;
    content: '';
    width: 150px;
    height: 1px;
    background-color: #dfdfdf;
    position: absolute;
    right: calc(100% + 15px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 991px) {
    .s26_m li + li:after {
        width: 45px
    }
}

@media (max-width: 370px) {
    .s26_m li + li:after {
        width: 20px
    }
}

.s26_m li.active {
    color: #62ad48
}

.s26_m li.active:before {
    color: #fff;
    background-color: #62ad48;
    border-color: #62ad48
}
.s27 {
    background-color: #f6f6f6;
}

.s27_i {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px 25px;
    margin-bottom: 28px;
}

.s27_h {
    margin-bottom: 20px;
    position: relative;
    padding-left: 13px;
    font-size: 20px;
    font-weight: bold;
}

.s27_h:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 20px;
    border-radius: 3px;
    background-color: #fd792c;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.s27_b .form-group {
    margin-bottom: 40px;
    position: relative
}

.s27_b .form-group.error .form-control {
    border-color: #f5222d
}

.s27_b .form-group.error .s27_fn {
    display: block
}

.s27_b input.form-control,
.s27_b select.form-control {
    height: 46px !important;
}

.s27_b .form-label {
    color: #000
}

.s27_b .form-label span {
    color: #ff0000
}

.s27_b .fc-feedback {
    height: 46px;
    line-height: 46px
}

.s27_b textarea.form-control {
    padding-top: 12px
}

@media (max-width: 991px) {
    .s27_a > * {
        float: none !important;
        width: 100% !important
    }
}

.s27_ai {
    width: 210px;
    float: left;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #d6d6d6;
    position: relative
}

.s27_ai img {
    display: block;
    width: 100%
}

@media (max-width: 991px) {
    .s27_ai img {
        width: 60%
    }
}

.s27_ac {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 15px auto;
    background-color: #2797d1;
    color: #fff;
    font-size: 13px;
    border-radius: 3px
}

@media (max-width: 991px) {
    .s27_ac {
        margin: 0;
        position: absolute;
        right: calc(20% - 10px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.s27_an {
    float: right;
    text-align: right
}

@media (max-width: 991px) {
    .s27_an {
        margin-top: 25px
    }
}

.s27_ao {
    float: left;
    width: 312px;
    line-height: 1.7;
    margin-right: 20px
}

@media (max-width: 991px) {
    .s27_ao {
        margin-top: 20px
    }
}

.s27_fn {
    color: #f5222d;
    font-size: 12px;
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 5px)
}

.s27_phone .form-label {
    width: 100%;
    display: block;
}

.s27_f1 {
    width: 86px;
    float: left
}

.s27_f2 {
    float: right;
    width: calc(100% - 93px)
}

.s27_k input[type=radio] {
    display: none
}

.s27_k input[type=radio]:checked + label {
    border-color: #2797d1
}

.s27_k input[type=radio]:checked + label:before {
    border: 6px solid #2797d1
}

.s27_k .btn-1 {
    margin-top: 35px;
    font-size: 18px;
}

.s27_kr {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 47px;
    background-color: #f6f6f6;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer
}

.s27_kr:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #fff;
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.s27_kc {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px dashed #ccc
}

.s27_kc input[type=checkbox] {
    margin: 0 3px 0 0;
    position: relative;
    top: 1px
}

.s27_kc a {
    color: #2797d1
}

.s27_kc a:hover {
    color: #fd792c
}

@media (min-width: 992px) {
    .s27_p {
        border: 1px solid #e8e8e8;
        background-color: #fff;
        padding: 22px 20px
    }
}

.s27_p table tr {
    padding-left: 10px;
    padding-right: 10px
}

.s27_p table tr td:first-child {
    padding-left: 0
}

.s27_p table tr td:last-child {
    padding-right: 0;
    text-align: right
}

.s27_ph {
    font-size: 20px;
    margin-bottom: 10px
}

.s27_pa {
    border-top: 1px solid rgba(223, 223, 223, 0.5);
    width: 100%;
}

.s27_pa tr td:nth-child(2) {
    color: #565656
}

.s27_pa tr td:last-child {
    font-weight: bold
}

.s27_po {
    background: transparent;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.s27_pr {
    border-top: 1px dashed #ccc;
    margin-top: 20px;
    width: 100%;
}

@media (max-width: 991px) {
    .s27_pr {
        margin-top: 10px
    }
}

.s27_pr tr td {
    vertical-align: middle
}

.s27_pr tr td:last-child {
    font-size: 23px;
    color: #fd792c
}

.s27_pn {
    color: rgba(86, 86, 86, 0.5);
    font-style: italic;
    font-size: 14px
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.s15_f .fc-feedback {
    height: 36px;
    line-height: 36px;
}

.fc-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    pointer-events: none;
    color: rgba(119, 119, 119, 0.4);
}

.s15_s {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 8px rgba(102, 102, 102, 0.5);
    margin: 0;
    display: none;
    max-height: 281px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.s17_f .has-feedback .form-label ~ .fc-feedback {
    top: 26px;
}
.s29_i {
    background-color: #f9f9f9;
    border: 1px solid #ececec;
    padding: 20px;
    margin-bottom: 20px;
}

.s29_b {
    overflow: hidden;
}

.s29_ai {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.s29_ai img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.s29_n {
    font-size: 18px;
    color: #095191;
    margin-bottom: 0;
}

.s29_o {
    margin: 10px 0 0;
    background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 70px;
}

.s29_f {
    position: relative;
    padding-right: 150px;
    padding-top: 18px;
    margin-top: 13px;
    border-top: 1px solid #ccc;

}

.s29_fc {
    color: #666;
}

.s29_fc > span {
    display: block;
    font-size: 14px;
}

.s29_f .btn-1 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 9px;
}

.s30_a {
    width: 100%;
    margin-right: 0;
    padding: 16px 0;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    margin-top: 13px;
    float: none;
}

.s30_ai img,
.s29_ai img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 100%;
}

.s30_a .s29_r {
    text-align: left;
    overflow: hidden;
    margin-top: 0;
}

.s30_a .s30_ai {
    width: 80px;
    height: 80px;
    margin-right: 18px;
    float: left;
}

.s30_r {
    overflow: hidden;
    margin-top: 8px;
}

.s30_l {
    background-color: #f9f9f9;
    border: 1px solid #ececec;
    padding: 35px 32px;
    margin-top: 50px;
}

.s30_lt {
    font-size: 18px;
    margin-bottom: 20px;
}

.s30_lm {
    margin-bottom: 0;
    list-style: none;
}

.s30_lm li + li {
    margin-top: 18px;
}

.s30_lm li {
    position: relative;
    padding-left: 16px;
}

.s30_lm li::before {
    width: 6px;
    height: 6px;
    content: '';
    display: inline-block;
    border-radius: 50%;
    background-color: #fd792c;
    position: absolute;
    left: 0;
    top: 8px;
}
.col-galleries {
    background-color: #f6f6f6;
    cursor: pointer;
    float: left;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.col-galleries a{
    display: block;
    height: 100%;
    width: 100%;
}
.col-g-0 {
    height: 500px;
    position: relative;
    width: 55%;
}
.col-g-3, .col-g-4 {
    margin-top: 3px;
}
.col-g-1, .col-g-2, .col-g-3, .col-g-4 {
    height: 249px;
    margin-left: 0.2%;
    width: calc(21.9%);
}
.col-galleries img.large-img {
    font-family: "object-fit:cover";
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.title-image {
    position: absolute;
    color: #FFFFFF;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;

}
.title-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(106,106,106,0) 0%,#3c3c3c 100%);
    mix-blend-mode: multiply;
    opacity: .7;
    border-radius: 5px;
    z-index: 8;
    font-size: 18px;
}
.title-image span {
    z-index: 9;
}
.list-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-galleries .overlay {
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-galleries .overlay img {
    width: 20px;
    height: 15px;
    border-radius: 0;
    object-fit: contain;
    margin-left: 5px;
    z-index: 11;
}
.col-galleries .overlay span {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
.breadcrumb-box {
    background: #f1f1f1;
    margin-bottom: 30px;
}

.swiper-container {
    width: 100%;
    height: 100%
}

.tour-cust-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.tour-cust-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px
}

.tour-cust-gallery .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.tour-cust-gallery .swiper-slide {
    background-size: cover;
    background-position: center
}

.tour-cust-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%
}

.mySwiper2 {
    height: 400px;
    width: 100%
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: .4
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1
}

.tour-cust-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
@media (max-width: 767px) {
    .mySwiper2 {
        height: 250px !important
    }

    .img-content {
        display: block;
        margin: 0 auto;
        height: auto !important;
        width: auto !important
    }
}
.frm-search {
    max-width: 1300px;
    margin: 0 auto;
}
.imgplay {
    background: rgba(0, 0, 0, 0.1) url("../images/video.png") no-repeat scroll center center;
    background-size: auto;
    background-size: auto;
    font-size: 45px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.bar_supports{
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding: 3px 10px 3px 0;
    text-align: right;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
}

.bar_supports a{
    display: inline-block;
    padding: 3px 17px;
    border-radius: 10px;
    background:#fd792c;
    color:#ffffff;
    font-weight: 700;
    font-size: 15px;
    float: right;
    margin-left: 3px;
    height: 30px;
}

.bar_supports a.viber,
.bar_supports a.messager{
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 38px;
    background-size: 20px;
}
.bar_supports a.messager {
    background-image: url(../images/facebook.png);
}
.bar_supports a.viber {
    background-image: url(../images/viber.png);
}
.bar_supports a.br:hover,
.bar_supports a.br:focus{
    background-color: #fc591a;
}
.whatapp i {
    font-size: 22px;
}
.icon-menu{
    font-size: 26px;
}
.icon-menu:hover,
.icon-menu:focus{
    color: #fd792c;
}
.icon-menu::before {
    content: "\f0c9";
    font-family: FontAwesome, sans-serif;
}
.bars{
    display: none !important;
}
.bar_supports  .a-logo{
    float: left;
    background: none;
}
.bar_supports  .a-logo img {
    height: 40px
}
.br {
    margin-top: 8px;
    margin-bottom: 8px;
    float: right;
    margin-left: 5px;
}
.dl-horizontal dt {
    overflow: visible;
    white-space: normal;
    width: 200px;
    text-align: left;
    float: left;
    font-weight: normal;
}
.dl-horizontal dd {
    text-align: right;
    margin-left: 220px;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.bar_supports a.bg-green {
    background-color: #56b663;
}
.link-hotline {
    color: #ff4300;
    font-size: 20px;
    font-weight: 700;
}
.text-primary_ {
    color: #0e80bf
}
.wapper-tour-list {
    margin-right: -15px;
    margin-left: -15px;
}
.inner-tour-filter {
    background: #f9f9f9;
    padding: 15px;
}
.title-filter {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #0e80bf;
    margin-bottom: 10px;
}
.row-filter {
    margin-left: -5px;
    margin-right: -5px;
}
.row-filter .col-6 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.tour-filter select {
    background: #FFFFFF;
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 5px;
}
.tour-filter .btn {
    background: #fff;
    -webkit-box-shadow: 0 2px 0 #f9c5a7;
    box-shadow: 0 2px 0 #f9c5a7;
    border-radius: 5px;
}
.tour-filter .btn:hover,
.tour-filter .btn:focus {
    background: #fd792c;
    color: #fff
}
.row-tour + .row-tour {
    margin-top: 30px;
}
.row-tour {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}
.right-tour {
    padding: 20px;
}
#amount-price {
    border: none;
    background: none;
}
