@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    list-style-position: inside;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='password'], textarea {
    -webkit-appearance: none;
}
input[type='submit'], button {
    cursor: pointer;
    -webkit-appearance: none;
}
a {
    color: #f8951d;
    text-decoration: none !important;
    outline: none !important;
}
a:hover {
    color: #ff4b13;
}
a img {
    border: none;
}
.clr {
    clear: both;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.view-menu, .view-sub-menu, .view-search, .view-cart {
    display: none;
}
::-webkit-input-placeholder {
    color: #555 !important;
}
::-moz-placeholder {
    color: #555 !important;
}
:-ms-input-placeholder {
    color: #555 !important;
}
input:-moz-placeholder {
    color: #555 !important;
}
.button {
    background: #e38479;
    color: #fff !important;
    text-align: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    cursor: pointer;
}
.button:hover {
    background: #f8951d;
}
.zing-content img {
    max-width: 100%;
    height: auto;
}
.zing-content iframe {
    max-width: 100% !important;
}
.zing-content table {
    width: 100%;
    margin: 0 0 15px 0;
}
.zing-content td {
    padding: 6px 10px;
    border: 1px solid #ddd;
}
.zing-required {
    font-weight: bold;
    color: red;
}
.success {
    color: green;
}
.error {
    color: red;
}
.mark {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.contact-success {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    color: green;
}
.contact-error {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    color: red;
}
.media-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
}
.media-image {
    margin-right: 10px;
}
.media-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
}
body p {
    margin-bottom: 15px;
    line-height: 1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    line-height: 1.3;
}
.owl-theme .owl-controls {
    margin: 0;
    line-height: 0;
}

/* breadcrumb */
.breadcrumb-box {
    margin-bottom: 20px;
}
.breadcrumb-box ul {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
}
.breadcrumb-box li {
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}
.breadcrumb-box li a {
    display: block;
    padding: 10px 20px;
    border-radius: 3px;
    background: #f2f2f1;
    font-size: 14px;
    color: #555;
}
.breadcrumb-box li:first-child a {
    padding: 10px 15px;
}
.breadcrumb>li+li:before {
    display: none;
}

/* end breadcrumb */

/* pagination */
.pagination {
    width: 100%;
    margin: 0;
    text-align: center;
}
.pagination a, .pagination span {
    min-width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    padding: 0px 9px;
    border-radius: 3px;
    font-size: 16px;
    color: #888;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.pagination a:hover {
    background: #fe8802;
    color: #fff;
}
.pagination span {
    background: #fe8802;
    color: #fff;
}
.pagination .pagination-prev, .pagination .pagination-next {
    font-weight: 700;
    color: #333;
}

/* end pagination */

/* contact-from */
.form-group, .alert-group {
    margin-bottom: 30px;
}
.form-left {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.form-right {
    width: 50%;
    float: right;
    padding-left: 15px;
}
.contact-form .group-3 {
    margin: 0 -5px;
}
.contact-form .group-3 .col-3 {
    width: 33.33%;
    float: left;
    padding: 0 5px;
}
.contact-form .form-control {
    height: 44px;
    border: 2px solid #dcdcdb;
    border-radius: 3px;
}
.contact-form select {
    padding: 6px 8px;
    color: #555;
}
.contact-form .form-gender {
    width: 25%;
    float: left;
    padding-right: 5px;
}
.contact-form .form-your-name {
    width: 75%;
    float: left;
    padding-left: 5px;
}
.contact-form textarea.form-control {
    height: 180px;
}
.contact-form .zing-datepicker {
    background: url(../images/icon-date.png) no-repeat right 10px center #fff;
}
.datepicker {
    z-index: 2000 !important;
}
.datepicker-days {
    width: 280px;
}
.send-message {
    width: 210px;
    height: 46px;
    float: right;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 46px;
}
.form-required {
    font-size: 14px;
    color: red;
}
.contact-map iframe {
    width: 100%;
    max-height: 450px;
    min-height: 200px;
}
.contact-map p {
    margin: 0;
    line-height: 0;
}

/* end contact-from */

/* post-list */
.post-item {
    margin-bottom: 30px;
}
.post-item:nth-child(2n+1) {
    clear: both;
}
.post-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.post-img img {
    width: 100%;
    height: auto;
}
.btn-view-detail {
    width: 108px;
    height: 30px;
    display: block;
    border-radius: 3px;
    background: #f8961d;
    text-transform: uppercase;
    line-height: 30px;
}
.btn-view-detail:hover {
    background: #e38479;
}
.post-img .btn-view-detail {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.post-img .mark {
    background-color: rgba(0, 0, 0, 0.6);
}
.post-img:hover .btn-view-detail {
    display: block;
}
.post-img:hover .mark {
    opacity: 1;
    visibility: visible;
}
.post-inner {
    padding-top: 15px;
}
.post-title {
    height: 40px;
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    overflow: hidden;
}
.post-title a {
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}
.post-title a:hover {
    color: #f8961d;
}
.post-info {
    margin: 10px 0;
    font-style: italic;
}
.post-info span:first-child {
    margin-right: 80px;
}
.post-info span i {
    color: #fe8802;
}
.post-info span .glyphicon {
    font-size: 12px;
}
.post-excerpt {
    max-height: 63px;
    margin: 0;
    overflow: hidden;
}

/* end post-list */
.header-top {
    padding: 7px 20px;
    background: #22344c;
}
.header-top-title {
    margin: 1px 0 0 0;
    font-style: italic;
    color: #fff;
}
.social {
    margin: 1px 30px 0 0;
}
.social a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    color: #fff;
    line-height: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.social .social-tripadvisor {
    font-size: 22px;
}
.social a:last-child {
    margin-right: 0;
}
.social a:hover {
    color: #f8951d;
}
.language {
    font-size: 12px;
    color: #555;
    position: relative;
    cursor: pointer;
}
.language i {
    width: 17px;
    height: 17px;
    float: left;
    display: block;
    margin-right: 5px;
}
.language .en i {
    background: url(../images/flag-en.png) no-repeat;
}
.language .zh i {
    background: url(../images/flag-zh.png) no-repeat;
}
.current_lang {
    padding: 4px 6px;
    border-radius: 3px;
    background: #496183;
    color: #fff;
}
.current_lang .fas {
    margin-left: 3px;
}
.drop_lang {
    min-width: 100%;
    display: none;
    padding: 5px 0;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 200;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}
.drop_lang span {
    display: block;
    padding: 4px 6px;
}
.drop_lang span:hover {
    background: #f5f5f5;
}
.header-center {
    padding: 0 20px;
    background: #fff;
}
#header.fixed .header-center {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}
.logo {
    margin: 10px 0;
    padding: 4px 30px 4px 0;
    border-right: 1px solid #dcdcdc;
}
.logo img {
    height: 72px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.slogan {
    margin: 35px 0 0 30px;
    font-size: 18px;
    font-style: italic;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.header-contact {
    margin: 23px 25px 0 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.header-contact p {
    margin-bottom: 0;
}
.header-contact .fas {
    width: 30px;
    float: left;
    margin-top: 4px;
    font-size: 17px;
    color: #f8951d;
}
.header-hotline span {
    font-size: 18px;
    font-weight: 700;
}
.header-email span {
    font-size: 16px;
    font-weight: 700;
}
.header-create-trip {
    padding: 30px;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.btn-create-trip {
    width: 168px;
    height: 40px;
    display: block;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}
.header-need-help {
    margin: 23px 0 0 20px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.header-need-help:hover {
    color: #f8951d;
}
.header-need-help span {
    width: 26px;
    height: 24px;
    display: block;
    margin: auto;
    background: url(../images/icon1.png) no-repeat;
}
.header-need-help:hover span {
    background: url(../images/icon2.png) no-repeat;
}
.header-need-help font {
    display: block;
    margin-top: 10px;
}
.header-bottom {
    background: #22344c;
}
.main-menu ul {
    margin: 0;
    list-style: none;
}
.main-menu ul li {
    float: left;
}
.main-menu ul li a {
    display: block;
    padding: 19px 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.main-menu > ul > li.li-parent > a {
    padding-right: 37px;
}
.main-menu > ul > li.li-parent > a {
    background: url(../images/icon3.png) no-repeat right 25px center;
}
.main-menu > ul > li.active > a, .main-menu > ul > li > a:hover {
    color: #f8951d;
    background-color: #496183;
}
.main-menu > ul > li.menu-home > a .fas {
    font-size: 15px;
}
.search-box {
    margin: 12px 30px 0 0;
    position: relative;
}
.txt-search {
    width: 290px;
    height: 34px;
    padding: 6px 34px 6px 15px;
    border: 0;
    border-radius: 3px;
    background: #496183;
    color: #fff;
}
.btn-search {
    width: 34px;
    height: 34px;
    border: none;
    background: none;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.search-box ::-webkit-input-placeholder {
    color: #fff !important;
}
.search-box ::-moz-placeholder {
    color: #fff !important;
}
.search-box :-ms-input-placeholder {
    color: #fff !important;
}
.search-box input:-moz-placeholder {
    color: #fff !important;
}
.footer-top {
    padding-top: 50px;
    background: #22344c;
    color: #cececb;
}
.footer-box {
    margin-bottom: 30px;
    padding-top: 15px;
}
.footer-box:last-child {
    padding-top: 0;
}
.logo-footer img {
    width: auto;
    max-width: 100%;
    max-height: 72px;
}
.office-item {
    margin-bottom: 30px;
}
.office-item .office-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #f8951d;
    text-transform: uppercase;
}
.office-item .glyphicon {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    font-size: 13px;
    color: #f8951d;
}
.office-item .glyphicon-home {
    padding-bottom: 15px;
}
.office-item p {
    margin-bottom: 10px;
}
.office-item p:last-child {
    margin-bottom: 0;
}
.office-item a {
    color: #cececb;
}
.office-item a:hover {
    color: #fff;
}
.payment-img {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
}
.footer-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #f8951d;
    text-transform: uppercase;
}
.footer-menu ul {
    margin: 0;
    list-style: none;
}
.footer-menu li {
    margin-bottom: 10px;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
.footer-menu li a {
    color: #cececb;
}
.footer-menu li a:hover {
    color: #fff;
}
.tripadvisor-img {
    display: block;
    margin: 0 auto 20px auto;
}
.TA_selfserveprop > img {
    display: none;
}
.widSSPnarrow {
    width: 100% !important;
    padding: 5px !important;
    background: #fff !important;
}
.widSSPData {
    padding: 7px !important;
    border: 3px solid #5d904b !important;
}
#CDSWIDSSP .widSSPData .widSSPSummary a dt {
    font-size: 16px !important;
    color: #333 !important;
}
.slider-partner {
    padding: 25px 30px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    position: relative;
}
.slider-partner-img {
    height: 70px;
    position: relative;
}
.slider-partner-img img {
    width: inherit !important;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.owl-prev-partner {
    font-size: 20px;
    color: #888;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}
.owl-next-partner {
    font-size: 20px;
    color: #888;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}
.owl-prev-partner:hover, .owl-next-partner:hover {
    color: #fff;
}
.footer-bottom {
    padding: 12px 0;
    background: #14243a;
    color: #c9c9c9;
}
.footer-bottom p {
    margin-bottom: 0;
}
.newsletter-box {
    padding: 40px 0;
    background: #496183;
}
.newsletter-left {
    color: #fff;
}
.newsletter-left p {
    margin-bottom: 0;
}
.newsletter-title {
    font-weight: 700;
}
.newsletter-form .txt-email {
    width: 470px;
    height: 40px;
    float: left;
    margin-right: 30px;
    padding: 6px 20px;
    border: 0;
}
.btn-newsletter {
    width: 140px;
    height: 40px;
    border: none;
    border-radius: 3px;
    background: #22344c;
    font-weight: 700;
    text-transform: uppercase;
}
.slideshow {
    position: relative;
}
.slideshow .item img {
    width: 100%;
    height: auto;
    max-height: 550px;
    min-height: 120px;
    display: block;
}
.owl-prev {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/btn-prev.png) no-repeat;
    position: absolute;
    top: calc(50% - 15px);
    left: 30px;
    z-index: 30;
}
.owl-next {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/btn-next.png) no-repeat;
    position: absolute;
    top: calc(50% - 15px);
    right: 30px;
    z-index: 30;
}
.slideshow .banner-title {
    text-transform: inherit;
}
#main-content {
    padding: 20px 0 50px 0;
}
.page-title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
}
.page-content {
    margin-bottom: 25px;
    color: #555;
}
.post-single-title {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
}
.post-single-excerpt {
    font-weight: 700;
}
.post-share {
    margin-top: 30px;
}
.post-share a {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
    padding: 6px 15px 3px 10px;
    color: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.post-share a#ref_fb {
    background: #3b5999;
}
.post-share a#ref_fb:hover {
    background: #002981;
}
.post-share a#ref_tw {
    background: #59d1df;
}
.post-share a#ref_tw:hover {
    background: #00a6b9;
}
.post-share a#ref_gp {
    background: #bf3727;
}
.post-share a#ref_gp:hover {
    background: #8e0f00;
}
.post-share .fa {
    font-size: 18px;
}
.post-tag {
    margin-top: 20px;
}
.similar-post {
    margin-top: 30px;
}
.similar-post-title {
    margin-bottom: 30px;
    padding: 8px 0;
    border-top: 1px solid #f2f2f1;
    border-bottom: 1px solid #f2f2f1;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.tag-title {
    margin-bottom: 20px;
}
.sidebar-box {
    padding: 30px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
}
.sidebar-widget {
    margin-bottom: 20px;
}
.sidebar-widget:last-child {
    margin-bottom: 0;
}
.widget-search-box {
    position: relative;
}
.widget-txt-search {
    width: 100%;
    height: 40px;
    padding: 6px 55px 6px 15px;
    border: 0;
    border-radius: 5px;
    background: #f2f2f1;
}
.widget-btn-search {
    width: 40px;
    height: 20px;
    border: none;
    border-left: 1px solid #f8961d;
    background: none;
    font-size: 16px;
    color: #f8961d;
    position: absolute;
    top: 10px;
    right: 0;
}
.widget-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.widget-guide-tax .widget-title {
    margin-bottom: 5px;
}
.widget-menu ul {
    margin: 0;
    list-style: none;
}
.widget-menu li {
    border-bottom: 1px solid #ededed;
}
.widget-menu li:last-child {
    border-bottom: 0;
}
.widget-menu li a {
    display: block;
    padding: 7px 0;
    color: #333;
}
.widget-menu li.active a, .widget-menu li a:hover {
    color: #f8961d;
}
.widget-post ul {
    margin: 0;
    list-style: none;
}
.widget-post li {
    min-height: 80px;
    margin-bottom: 30px;
    padding-left: 120px;
    position: relative;
}
.widget-post li:last-child {
    margin-bottom: 0;
}
.widget-post li img {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.widget-post li a {
    font-weight: 700;
    color: #333;
}
.widget-post li a:hover {
    color: #f8961d;
}
.widget-post .post-info {
    margin: 10px 0 0 0;
}
.widget-post .post-info span:first-child {
    margin-right: 0;
}
.widget-tag .widget-title {
    margin-bottom: 10px;
}
.widget-tag ul {
    margin: 0;
    list-style: none;
}
.widget-tag ul li {
    display: inline-block;
    margin: 0 1px 5px 0;
}
.widget-tag ul li a {
    display: block;
    padding: 5px 10px;
    border-radius: 3px;
    background: #f2f2f1;
    color: #555;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.widget-tag ul li a:hover {
    background: #496183;
    color: #fff;
}
.widget-need-help .widget-title {
    margin-bottom: 5px;
}
.need-help-excerpt {
    margin-bottom: 5px;
}
.need-help-img {
    width: 74px;
    float: left;
    padding: 2px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.need-help-right {
    margin: 0 0 0 90px;
}
.need-help-right span {
    word-wrap: break-word;
}
.slider-page {
    margin-bottom: 20px;
    position: relative;
}
.slider-page .item img {
    border-radius: 5px;
}
.owl-prev-page {
    left: 10px;
}
.owl-next-page {
    right: 10px;
}
.about-item {
    margin-bottom: 25px;
}
.about-item:last-child {
    margin-bottom: 0;
}
.about-title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
}
.team-title {
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
.team-item {
    margin-bottom: 15px;
}
.team-item:nth-child(3n+1) {
    clear: both;
}
.team-box {
    padding: 20px;
    text-align: center;
}
.team-box:hover {
    background: #f8f2e5;
}
.team-item img {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50%;
}
.team-name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}
.team-task {
    margin-bottom: 0;
}
.widget-page-menu .widget-title {
    margin-bottom: 5px;
}
.contact-map {
    margin-bottom: 30px;
}
.contact-title {
    font-size: 30px;
    font-weight: 700;
}
.contact-excerpt {
    margin-bottom: 20px;
}
.sidebar-contact {
    padding: 0 30px;
    border-left: 2px solid #e5e5e5;
}
.contact-office-list .office-item .office-title {
    font-size: 20px;
    color: #333;
}
.contact-office-list .office-item a {
    color: #333;
}
.contact-office-list .office-item a:hover {
    color: #f8951d;
}
.accord-content {
    display: none;
}
.accord-elem.active .accord-content {
    display: block;
}
.faq-elem {
    border-top: 2px solid #edecec;
}
.faq-title a {
    display: block;
    padding: 18px 20px 18px 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    position: relative;
}
.faq-title a::before {
    width: 13px;
    height: 2px;
    display: inline-block;
    margin-top: -1px;
    background: #22344c;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
}
.faq-title a::after {
    width: 13px;
    height: 2px;
    display: inline-block;
    margin-top: -1px;
    background: #22344c;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq-content {
    padding-bottom: 10px;
}
.faq-elem.active .faq-title a {
    color: #f8961d;
}
.faq-elem.active .faq-title a::before {
    background: #f8961d;
}
.faq-elem.active .faq-title a::after {
    display: none;
}
.review-item {
    padding: 20px 0;
    border-top: 2px solid #edecec;
}
.review-left {
    width: 19%;
    float: left;
    padding: 0 10px;
    text-align: center;
}
.review-img {
    margin-bottom: 10px;
}
.review-img img {
    border-radius: 50%;
}
.review-left p {
    margin-bottom: 0;
}
.review-name {
    font-size: 16px;
    font-weight: 700;
    color: #f8961d;
}
.review-country {
    font-size: 12px;
}
.review-right {
    width: 81%;
    float: left;
    padding-left: 10px;
}
.review-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #4a873f;
}
.review-tripadvisor {
    float: left;
    margin-right: 15px;
}
.review-date {
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    color: #888;
}
.review-content {
    font-style: italic;
}
.testimonial-pagination .pagination {
    margin-top: 20px;
}

/* popup bootstrap */
.modal-content {
    border: 0;
    border-radius: 0;
    background: none;
}
.modal-header {
    padding: 12px 30px;
    border: none;
    border-radius: 10px 10px 0 0;
    background: #f8961d;
    text-align: center;
}
.modal-header .close {
    margin: -15px -25px 0 0;
    font-size: 30px;
    color: #fff;
    opacity: 1;
}
.modal-body {
    padding: 20px 30px 40px 30px;
    border-radius: 0 0 10px 10px;
    background: #f2f2f1;
    color: #555;
}

/* popup bootstrap */
.popup-title {
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
}
.popup-excerpt {
    color: #555;
}
.popup-form .form-group {
    margin-bottom: 15px;
}
.popup-form textarea.form-control {
    height: 135px;
}
.popup-form .send-message {
    width: 320px;
    height: 46px;
    float: none;
    display: block;
    margin: 20px auto 0 auto;
}
.contact-info {
    margin-top: 30px;
    padding: 20px 10px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;
}
.contact-info-item:not(:first-child) {
    margin-top: 20px;
}
.contact-info-item p {
    margin-bottom: 5px;
}
.contact-info-title {
    font-size: 20px;
    font-weight: 600;
    color: #555;
}
.form-content {
    padding: 80px 0 !important;
    background: url(../images/bg-form-content.jpg) no-repeat center center;
    background-size: cover;
}
.form-box {
    max-width: 940px;
    margin: auto;
}
.form-header {
    padding: 12px 30px;
    border-radius: 10px 10px 0 0;
    background: #f8961d;
    text-align: center;
}
.form-title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.form-body {
    padding: 30px;
    background: #f2f2f1;
    color: #555;
}
.form-item {
    margin-bottom: 30px;
    padding: 0 70px;
    position: relative;
}
.form-item:last-child {
    margin-bottom: 0;
}
.form-item-num {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #22344c;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
}
.form-item-title {
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.trip-form .form-group {
    margin-bottom: 25px;
}
.trip-form label {
    margin-bottom: 15px;
}
.zing-radio input[type="radio"] {
    display: none;
}
.zing-radio label {
    margin: 0 !important;
    font-weight: 400;
    cursor: pointer;
}
.zing-radio input[type="radio"] + label span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: -4px 8px 0 0;
    background: url(../images/uncheck1.png) left top no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.zing-radio input[type="radio"]:checked + label span {
    background: url(../images/checked1.png) left top no-repeat;
}
.zing-checkbox input[type="checkbox"] {
    display: none;
}
.zing-checkbox label {
    margin: 0 !important;
    font-weight: 400;
    cursor: pointer;
}
.zing-checkbox input[type="checkbox"] + label span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: -4px 8px 0 0;
    background: url(../images/uncheck2.png) left top no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.zing-checkbox input[type="checkbox"]:checked + label span {
    background: url(../images/checked2.png) left top no-repeat;
}
.country-visit-item {
    width: 150px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.trip-form .arrival_date, .trip-form .departure_date {
    max-width: 360px;
}
.form-group-note {
    margin-top: 10px;
    font-style: italic;
    color: #999;
}
.trip-form .tour_length {
    max-width: 360px;
}
.trip-form .tour_length option:first-child {
    display: none;
}
.number-of-traveler-item:not(:last-child) {
    margin-bottom: 20px;
}
.number-of-traveler-item .form-control {
    width: 130px;
    float: left;
    margin-right: 10px;
}
.number-of-traveler-item p {
    float: left;
    margin: 10px 0 0 0;
}
.trip-form .number-of-room-group {
    margin-bottom: 5px;
}
.number-of-room-item {
    width: 240px;
    float: left;
    margin-right: 10px;
}
.number-of-room-item:nth-child(2n+1) {
    clear: both;
}
.trip-form .accommodation-group {
    margin-bottom: 5px;
}
.accommodation-item {
    width: 230px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.accommodation-item:nth-child(3n+1) {
    clear: both;
}
.trip-form .tour-theme-group {
    margin-bottom: 5px;
}
.trip-travel-style-item:not(:first-child) {
    margin-top: 20px;
}
.trip-form .budget {
    max-width: 360px;
}
.visa-item {
    display: inline-block;
    margin-right: 30px;
}
.trip-form .form-gender {
    width: 15%;
}
.trip-form .form-your-name {
    width: 85%;
}
.trip-form textarea.message {
    height: 125px;
}
.trip-form .send-message {
    float: left;
    margin-right: 20px;
}
.trip-form .btn-reset {
    width: 130px;
    height: 46px;
    border: 2px solid #e38479;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #e38479 !important;
    text-transform: uppercase;
}
.trip-form .btn-reset:hover {
    background: #f8951d;
    color: #fff !important;
    border-color: #f8951d;
}
.form-footer {
    padding: 26px 30px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    font-size: 12px;
    font-style: italic;
    color: #888;
    text-align: center;
}
.btn-apply-now {
    max-width: 250px;
    height: 46px;
    display: block;
    margin: auto;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 46px;
}
.form-box-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 1px 0 3px #555;
}
.form-box-visa .form-header {
    padding: 20px 30px;
    text-align: left;
}
.form-box-visa .form-title {
    font-size: 20px;
}
.visa-form-step1 .form-group {
    min-height: 44px;
    margin-bottom: 20px;
    padding-left: 170px;
    position: relative;
}
.visa-form-step1 label {
    margin-bottom: 0;
    position: absolute;
    top: 14px;
    left: 0;
}
.visa-form-step1 .number_of_visa, .visa-form-step1 .type_of_visa {
    max-width: 440px;
}
.visa-form-step1 .number_of_visa option:first-child, .visa-form-step1 .type_of_visa option:first-child {
    display: none;
}
.processing-time-list {
    padding-top: 14px;
}
.processing-time-item {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 10px;
}
.processing-time-item:last-child {
    margin-right: 0;
}
.processing-time-item label {
    position: static;
}
.extra-service-list {
    padding-top: 14px;
}
.extra-service-item {
    display: inline-block;
    margin-right: 70px;
    margin-bottom: 10px;
}
.extra-service-item:last-child {
    margin-right: 0;
}
.extra-service-item label {
    position: static;
}
.btn-step {
    width: 240px;
    height: 46px;
    border: 2px solid #e38479;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #e38479 !important;
    text-transform: uppercase;
}
.btn-step:hover {
    background: #f8951d;
    color: #fff !important;
    border-color: #f8951d;
}
.form-visa-item:last-child {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #dcdcdb;
}
.form-visa-item-title {
    font-size: 20px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}
.visa-form-step2 .form-group {
    margin-bottom: 20px;
}
.visa-form-step2 .visa-applicant-group {
    margin-bottom: 10px;
}
.visa-applicant-group .form-control {
    float: left;
    margin: 0 10px 10px 0;
}
.visa-form-step2 .full_name {
    width: 210px;
}
.visa-form-step2 .gender {
    width: 140px;
}
.visa-form-step2 .date_of_birth {
    width: 140px;
}
.visa-form-step2 .nationality {
    width: 190px;
}
.visa-form-step2 .passport_number {
    width: 160px;
    margin-right: 0;
}
.visa-form-step2 .visa-btn-group {
    margin: 30px 0 10px 0;
    text-align: center;
}
.btn-back-step {
    display: inline-block;
    margin-right: 10px;
    line-height: 42px;
}
.btn-submit-visa {
    width: 240px;
    float: none;
    margin-left: 10px;
}
#banner {
    position: relative;
}
#banner img {
    width: 100%;
    height: auto;
    min-height: 120px;
}
.header-search {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 20;
}
.banner-content {
    color: #fff;
    text-align: center;
}
.banner-title {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-excerpt {
    margin-bottom: 0;
    font-size: 25px;
}
.header-search-inner {
    margin-top: 15px;
    padding: 30px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
}
.header-search select::-ms-expand {
    display: none;
}
.header-search .form-control {
    width: 310px;
    height: 40px;
    float: left;
    border: 0;
    border-right: 1px solid #e7e7e7;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.header-search .tour_destination {
    padding-left: 25px;
    border-radius: 3px 0 0 3px;
    background-image: url(../images/icon-map.png), url(../images/icon-select.png);
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
}
.header-search .tour_type {
    padding-left: 32px;
    background-image: url(../images/icon-type.png), url(../images/icon-select.png);
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
}
.header-search .duration {
    padding-left: 30px;
    border-right: 0;
    background-image: url(../images/icon-time.png), url(../images/icon-select.png);
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
}
.btn-search-now {
    width: 150px;
    height: 40px;
    float: left;
    border: 0;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.box-header {
    margin-bottom: 30px;
    text-align: center;
}
.box-title {
    padding-bottom: 35px;
    background: url(../images/bg-box-title.png) no-repeat center bottom;
    font-size: 30px;
    font-weight: 700;
}
.box-content {
    color: #555;
}
.tour-style-item {
    margin-bottom: 30px;
}
.tour-style-item:nth-child(2n+1) {
    clear: both;
}
.tour-style-box {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.tour-style-item img {
    width: 100%;
    height: auto;
}
.tour-style-inner {
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.tour-style-info {
    text-align: center;
}
.tour-style-title {
    margin-bottom: 0;
    font-size: 20px;
}
.tour-style-title a {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.btn-view-tour {
    width: 110px;
    height: 30px;
    display: none;
    margin: 10px auto 0 auto;
    border-radius: 3px;
    background: #f8951d;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.btn-view-tour:hover {
    background: #e38479;
}
.tour-item {
    margin-bottom: 30px;
}
.tour-item:nth-child(3n+1) {
    clear: both;
}
.tour-box {
    background: #fff;
}
.tour-box:hover {
    -webkit-box-shadow: 0 0 15px #ddd;
    box-shadow: 0 0 15px #ddd;
}
.tour-img {
    position: relative;
}
.tour-img a img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}
.icon-label {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 20;
}
.icon-sale {
    width: 50px;
    height: 49px;
    display: block;
    padding: 12px 0;
    background: url(../images/icon-sale.png) no-repeat;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}
.icon-sale font {
    font-size: 14px;
    font-weight: 600;
}
.tour-title {
    margin-bottom: 0;
    padding: 8px 20px;
    background: #22344c;
    font-size: 16px;
    line-height: 1.3;
}
.tour-title a {
    height: 40px;
    display: block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
}
.tour-title a:hover {
    color: #f8961d;
}
.tour-info {
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 5px 5px;
}
.tour-info-top {
    padding: 10px 5px;
    border-bottom: 1px solid #e5e5e5;
}
.tour-location {
    height: 42px;
    margin-bottom: 0;
    padding-left: 15px;
    color: #555;
    position: relative;
    overflow: hidden;
}
.tour-location::before {
    font-family: Font Awesome\ 5 Free;
    font-size: 14px;
    font-weight: 900;
    color: #f8961d;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f3c5";
}
.tour-info-bottom {
    padding: 15px 5px;
}
.tour-price {
    float: left;
    color: #555;
}
.tour-price p {
    margin: 0;
    line-height: 1.1;
}
.tour-price .price-old {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #888;
    text-decoration: line-through;
}
.tour-price .price {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #f8951d;
}
.tour-price .price span {
    font-size: 18px;
    font-weight: 400;
}
.btn-tour-detail {
    width: 108px;
    height: 35px;
    float: right;
    margin-top: 2px;
    border-radius: 3px;
    background: #f8951d;
    line-height: 35px;
}
.btn-tour-detail:hover {
    background: #e38479;
}
.tour-pagination .pagination {
    margin-bottom: 30px;
}
.tour-destination-box-title {
    color: #555;
    text-align: center;
}
.tour-destination-list {
    text-align: center;
}
.tour-destination-list ul {
    margin: 0;
    list-style: none;
}
.tour-destination-list li {
    display: inline-block;
    margin: 0 8px 10px 8px;
}
.tour-destination-list li a {
    min-width: 135px;
    display: block;
    padding: 7px 15px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    color: #555;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.tour-destination-list li a:hover {
    background: #496183;
    color: #fff;
    border-color: #496183;
}
.tour-top {
    padding: 19px 0;
    background: #f2f2f1;
}
.tour-single-title {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
}
.tour-single-location {
    height: auto;
}
.tour-single-price {
    float: right;
    margin-top: 10px;
    text-align: right;
}
.tour-bottom {
    padding: 30px 0;
}
.tour-bottom-top {
    margin-bottom: 30px;
}
.tour-slider {
    width: 66%;
    float: left;
    padding-right: 2px;
}
.tour-slider .slider-page {
    margin-bottom: 0;
}
.tour-slider .icon-sale {
    top: 20px;
    right: 20px;
}
.btn-see-all {
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
}
.tour-thumnail {
    width: 34%;
    float: right;
    padding-left: 8px;
}
.tour-thumnail-item {
    margin-bottom: 10px;
}
.tour-thumnail-item:last-child {
    margin-bottom: 0;
}
.tour-thumnail-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* zing tab */
.tab-header {
    width: 100%;
    float: left;
}
.tab-header ul {
    margin: 0;
    list-style: none;
}
.tab-header li {
    float: left;
}
.tab:not(:first-child) {
    display: none;
}

/* zing tab */
.tour-tab .tab-header {
    background: #f2f2f1;
}
.tour-tab .tab-header li a {
    display: block;
    padding: 15px 30px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}
.tour-tab .tab-header li a.active {
    padding-right: 50px;
    background: #e8e8e7;
    color: #f8961d;
    position: relative;
}
.tour-tab .tab-header li a.active::after {
    font-family: Font Awesome\ 5 Free;
    font-size: 14px;
    font-weight: 900;
    color: #f8961d;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "\f0ab";
}
.btn-inquire-tour {
    width: 220px;
    height: 50px;
    float: right;
    border-radius: 3px;
    background: #f8951d;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
}
.btn-inquire-tour:hover {
    background: #e38479;
}
.tour-tab .tab-content {
    padding-top: 20px;
    border-bottom: 2px solid #edecec;
    color: #555;
}
.tab-content-title {
    font-size: 26px;
    font-weight: 700;
    color: #333;
}
.tab-content-item {
    margin-bottom: 20px;
}
.tab-content-item-title {
    font-size: 16px;
    font-weight: 700;
}
.list1 ul, .list2 ul {
    margin: 0;
    list-style: none;
}
.list1 ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    background: url(../images/list1.png) no-repeat left top 3px;
}
.list2 ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    background: url(../images/list2.png) no-repeat left top 5px;
}
.itinerary-list {
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
}
.itinerary-list::before {
    width: 2px;
    background: #edecec;
    position: absolute;
    top: 17px;
    bottom: 0;
    left: 0;
    content: "";
}
.itinerary-item {
    margin-bottom: 25px;
    padding: 5px 0 0 120px;
    position: relative;
}
.itinerary-day {
    width: 100px;
    height: 35px;
    margin-bottom: 0;
    border-radius: 3px;
    background: #496183;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}
.itinerary-day::before {
    width: 20px;
    height: 2px;
    background: #edecec;
    position: absolute;
    top: calc(50% - 1px);
    left: -20px;
    content: "";
}
.itinerary-title {
    font-size: 16px;
    font-weight: 700;
}
.itinerary-meal {
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
}
.itinerary-meal::before {
    font-family: Font Awesome\ 5 Free;
    font-size: 15px;
    font-weight: 900;
    color: #496183;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f2e7";
}
.itinerary-summary {
    overflow: auto;
}
.itinerary-table {
    min-width: 1140px;
    margin-bottom: 0 !important;
}
.itinerary-table tr:first-child {
    font-weight: 700;
}
.itinerary-table tr:first-child td {
    padding: 12px 20px;
}
.itinerary-table tr:nth-child(odd) {
    background: #f5f5f5;
}
.itinerary-table td {
    padding: 10px 20px;
    border: 1px solid #e4e3e3;
}

/* star rating */
.rating {
    float: left;
    margin-top: 5px;
}
.rating > input {
    display: none;
}
.rating > label:before {
    display: inline-block;
    margin: 0 1px;
    font-family: Font Awesome\ 5 Free;
    font-size: 11px;
    line-height: 1;
    content: "\f005";
}
.rating > .half:before {
    position: absolute;
    content: "\f089";
}
.rating > label {
    float: right;
    margin-bottom: 0;
    color: transparent;
    line-height: 0;
}
.rating > .active, .rating > .active ~ label {
    color: #e4ac23;
}

/* end star rating */
.hotel-list {
    margin-bottom: 20px;
    overflow: auto;
}
.hotel-table {
    min-width: 1140px;
    margin-bottom: 0 !important;
    border-top: 1px solid #e4e3e3;
}
.hotel-table tr:first-child {
    font-weight: 700;
    color: #496183;
    text-align: center;
    text-transform: uppercase;
}
.hotel-table tr:first-child td {
    padding: 12px 15px;
}
.hotel-table tr:nth-child(odd) {
    background: #f5f5f5;
}
.hotel-table td {
    padding: 15px;
    border: 0;
    border-right: 1px solid #e4e3e3;
}
.hotel-table td:last-child {
    border-right: 0;
}
.hotel-table tr td:first-child {
    font-weight: 700;
    text-align: center;
}
.hotel-item {
    min-height: 45px;
    margin-bottom: 15px;
    padding-left: 70px;
    position: relative;
}
.hotel-item:last-child {
    margin-bottom: 0;
}
.hotel-item img {
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
}
.hotel-title {
    margin-bottom: 0;
}
.tour-tab .review-item:first-child {
    border-top: 0;
}
.tour-tab .review-left {
    width: 15%;
}
.tour-tab .review-right {
    width: 85%;
}
.tour-member {
    margin-top: 30px;
    color: #555;
    text-align: center;
}
.img-protected {
    margin-bottom: 15px;
}
.tour-member-list {
    margin-bottom: 15px;
}
.tour-member-list img {
    margin: 0 5px;
    border-radius: 50%;
}
.tour-price-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.tour-member-price {
    float: none;
    margin-bottom: 15px;
}
.tour-member-price p {
    display: inline-block;
}
.tour-member-price .price {
    font-size: 20px;
}
.tour-member-price .price-old {
    font-size: 16px;
    color: #555;
}
.tour-member-btn a {
    width: 330px;
    height: 46px;
    display: inline-block;
    margin: 0 8px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 46px;
}
.btn-member-inquire-tour {
    background: #22344c;
}
.tour-member-phone {
    display: inline-block;
    margin-top: 20px;
    padding-right: 60px;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    font-size: 16px;
    color: #555 !important;
    line-height: 41px;
}
.tour-member-phone .fas {
    width: 35px;
    height: 35px;
    margin: 2px 35px 0 2px;
    border-radius: 50%;
    background: #e5e5e5;
    font-size: 14px;
    color: #555;
    line-height: 35px;
}
.tour-member-phone span {
    font-weight: 700;
    color: #333;
}
.similar-tour {
    margin: 50px 0 20px 0;
}
.btn-view-all {
    width: 168px;
    height: 40px;
    display: block;
    margin: auto;
    border-radius: 3px;
    background: #22344c;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}
.popup-inquire-tour .modal-header {
    padding: 18px 30px 23px 30px;
}
.popup-inquire-tour .modal-body {
    padding: 30px;
}
.popup-inquire-tour .popup-title {
    margin-bottom: 10px;
    font-weight: 700;
}
.popup-inquire-tour .popup-excerpt {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.tour-form-item {
    margin-bottom: 30px;
}
.tour-form-contact {
    padding-top: 30px;
    border-top: 2px solid #dcdcdb;
}
.inquire-tour-form .form-left {
    padding-right: 10px;
}
.inquire-tour-form .form-right {
    padding-left: 10px;
}
.inquire-tour-form .form-gender {
    width: 20%;
}
.inquire-tour-form .form-your-name {
    width: 80%;
}
.inquire-radio-item {
    width: 430px;
    float: left;
    margin-top: 10px;
}
.home-box {
    padding: 40px 0;
}
.home-box-why-us {
    padding: 60px 0;
    background: #f2f2f1;
}
.home-why-us-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}
.home-why-us-title::after {
    width: 60px;
    height: 2px;
    background: #f8961d;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}
.home-why-us-video {
    padding: 0 30px;
    line-height: 0;
    position: relative;
}
.home-why-us-video::before {
    border: 3px solid #e5e5e5;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 0;
    content: "";
}
.home-why-us-video iframe {
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.home-box .box-content {
    max-width: 700px;
    margin: auto;
}
.home-box-tour .tour-destination-box {
    margin-top: 20px;
}
.home-box-travel-style {
    padding: 0;
}
.home-travel-style-banner {
    height: 450px;
    padding: 30px 0;
    background: url(../images/bg-travel-style.jpg) no-repeat center center;
    background-size: cover;
}
.home-travel-style-banner .box-header {
    margin-bottom: 0;
}
.home-travel-style-banner .box-title {
    padding-bottom: 0;
    background: none;
    color: #fff;
}
.home-travel-style-banner .box-content {
    max-height: 80px;
    color: #fff;
    overflow: hidden;
}
.home-tour-style-box {
    margin-top: -250px;
    padding-bottom: 40px;
}
.home-tour-style-item:nth-child(2n+1) {
    clear: inherit;
}
.home-tour-style-item:nth-child(1) {
    clear: both;
}
.home-tour-style-item:last-child {
    display: none;
}
.home-box-testimonial .box-header {
    margin-bottom: 20px;
}
.slider-testimonial {
    padding: 0 80px;
    position: relative;
}
.slider-testimonial-item {
    text-align: center;
}
.slider-testimonial-item img {
    width: inherit !important;
    display: inline-block !important;
}
.slider-testimonial-item .review-tripadvisor {
    float: none;
    margin-bottom: 10px;
}
.slider-testimonial-item .review-excerpt {
    max-height: 96px;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    overflow: hidden;
}
.slider-testimonial-item .review-name {
    margin-bottom: 0;
}
.slider-testimonial-item .review-country {
    margin-bottom: 0;
}
.owl-prev-testimonial {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background: #496183;
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: calc(50% - 17px);
    left: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.owl-next-testimonial {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background: #496183;
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: calc(50% - 17px);
    right: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.owl-prev-testimonial:hover, .owl-next-testimonial:hover {
    background: #f8951d;
}
.lest-us {
    padding: 25px 0;
    background: #f2f2f1;
}
.lest-us-inner {
    min-height: 165px;
    padding-left: 190px;
    position: relative;
}
.lest-us-img {
    width: 165px;
    padding: 6px;
    border: 1px solid #cfcfce;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.lest-us-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.lest-us-excerpt {
    margin-bottom: 20px;
    color: #555;
}
.btn-lest-us {
    width: 250px;
    height: 40px;
    display: block;
    margin-left: 250px;
    border-radius: 3px;
    background: #22344c;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}
.home-box-guide {
    padding: 40px 0 80px 0;
}
.slider-post {
    position: relative;
}
.slider-post-box {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.slider-post-img img {
    width: 100%;
    height: auto;
    border-radius: 0;
}
.slider-post-inner {
    padding: 0 15px 15px 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.slider-post-item .post-title a {
    color: #fff;
}
.slider-post-item .post-title a:hover {
    color: #f8951d;
}
.slider-post-item .post-info {
    margin: 5px 0 0 0;
    color: #fff;
    overflow: hidden;
}
.slider-post-item .post-info span:first-child {
    float: left;
    margin-right: 0;
}
.slider-post-item .post-info span:last-child {
    float: right;
}
.slider-post-item .mark {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(80%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 1;
    visibility: visible; /* FF3.6-15 */

    /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}
.owl-prev-post {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    font-size: 20px;
    color: #f8951d;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: calc(50% - 17px);
    left: 0;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.owl-next-post {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    font-size: 20px;
    color: #f8951d;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: calc(50% - 17px);
    right: 0;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.owl-prev-post:hover, .owl-next-post:hover {
    background: #f8951d;
    color: #fff;
}
.tour-style-img-mobile {
    display: none;
}
#header.fixed .logo img {
    height: 50px;
}
#header.fixed .slogan {
    margin-top: 25px;
}
#header.fixed .header-contact {
    margin-top: 13px;
}
#header.fixed .header-create-trip {
    padding: 20px 30px;
}
#header.fixed .header-need-help {
    margin-top: 13px;
}
