/* Reset
************************************/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

body {
    font-size: 16px;
    background: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
    font-family: Verdana, Arial, Georgia, sans-serif, "Trebuchet MS", Tahoma, "Times New Roman", monospace, helvetica;
    color: #333;
    line-height: 1.5
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

a, a:focus, a:hover {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: underline
}

.mt-0 { margin-top: 0;  }
.mt-5 { margin-top: 5px;  }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }

.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-35 { margin-bottom: 35px }

header {
    position: relative;
}

#logo {
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%, 0);
}

#logo a {
    display: block;
    width: 500px;
    height: 99px;
    background: url("../images/logo.png") no-repeat;
}

#nav {
    border-radius: 0;
    border: none;
    background: none;
}

#nav .container {
    background: #DA5C2A;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background: #D0431F;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
}

.navbar-inverse .navbar-nav > li > a:hover, #nav .home {
    background: #D0431F;
}

#nav .home span {
    text-transform: uppercase;
    display: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle {
    border-color: #b04c3e;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #b04c3e;
}

.slider {
    overflow: hidden;
    position: relative;
    background: url("../images/slide.jpg") no-repeat top center;
    height: 270px;
}

.slider-site-index {
    height: 870px;
}

.slider a {
    text-decoration: none;
}

.slider-default {
    background: url("../images/slider_default.jpg") no-repeat top center;
}

.slider.bg0 {
    background: url("../images/slide.jpg?v=1605231736") no-repeat top center;
}

.slider.bg1 {
    background: url("../images/slide1.jpg?v=1605231736") no-repeat top center;
}

.slider.bg2 {
    background: url("../images/slide2.jpg?v=2506251620") no-repeat top center;
}

.slider.bg3 {
    background: url("../images/slide3.jpg?v=1605231736") no-repeat top center;
}

.slider.bg4 {
    background: url("../images/slide4.jpg?v=201803290934") no-repeat top center;
}

.slider-china-tours {
    background: url("../images/slider_china_tours.jpg") no-repeat top center;
}

.slider-trip-planner {
    background: url("../images/slider_trip_planner.jpg") no-repeat top center;
}

.slider-contact-us {
    background: url("../images/slider_contact_us.jpg") no-repeat top center;
}

.slider_mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 870px;
    background: #000;
    filter: alpha(opacity=30);
    opacity: 0.2;
}

.slider_info .slider_btn_prev {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 20px;
    top: 350px;
    background: transparent url(../images/prev.png) 0 0 no-repeat;
}

.slider_info .slider_btn_prev:hover {
    background-image: url('../images/prev_hover.png');
}

.slider_info .slider_btn_next {
    width: 41px;
    height: 41px;
    position: absolute;
    right: 20px;
    top: 350px;
    background: transparent url(../images/next.png) 0 0 no-repeat;
}

.slider_info .slider_btn_next:hover {
    background-image: url('../images/next_hover.png');
}

.slider_info {
    padding-top: 280px;
    z-index: 8;
    position: relative;
    color: #fff;
}

.slider_info .item {
    text-align: center;
    font-size: 18px;
    font-family: 'Quicksand';
}

.slider_info .item a {
    color: #fff;
}

.slider_info .item h4 {
    display: block;
    font-size: 80px;
    font-weight: bold;
    -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    letter-spacing: -4px;
}

.slider_info .item p {
    -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    margin: 25px 0;
}


.index-grid img {
    width: 100%;
    height: 100%;
    z-index: 1
}

.index-grid .info {
    position: absolute;
    width: 100%;
    height: 140px;
    z-index: 10;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    text-transform: uppercase;
}

.index-grid .info strong {
    font-size: 40px;
    display: block;
}

.index-grid .info span {
    font-size: 16px;
    display: block;
    margin: 10px 0 0
}

.index-grid .info a {
    color: #fff
}

.index-grid .info .btn {
    margin-top: 45px;
}

.index-tours {
    text-align: left;
}

.index-tours a {
    color: #333;
    text-decoration: none;
}

.index-tours .yellow {
    color: #F1AB29
}

.index-tours .info {
    margin: 20px 0
}

.btn {
    border-radius: 0;
}

.btn:hover {
    background: #333;
    border-color: #333;
}

.index-why .row {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 25px;
}

.index-why .row > div {
    min-height: 160px
}

.index-why h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px
}

/*.index-why p { margin-left: 90px  }*/
.index-why img {
    background-color: #F1AB29;
    width: 72px;
    margin-right: 10px
}

#our_team .sales {
    margin-top: 20px;
    margin-bottom: 50px;
}


.index-feedback {
    clear: both;
    margin: 30px 0;
}

.index-feedback p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
}

.index-feedback p.item strong {
    display: block;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 15px 0;
    color: #333;
}

.index-feedback p:last-child {
    margin-bottom: 0;
}

footer {
    clear: both;
    background: #30363B;
    margin-top: 30px;
    color: #888;
    text-align: left
}

footer a, footer a:hover {
    color: #ccc
}

.foot-icons {
    background: #ECECEC;
    padding: 30px 0
}

.foot-icons img {
    margin: 0 30px 0 0;
}

.foot-info {
    padding: 30px 0;
    position: relative;
}

.foot-info > ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.foot-info > ul li {
    display: inline;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #444;
}

.breadcrumbs {
    margin: 15px 0 10px;
    color: #999;
    text-align: left
}

/* Share */
.xbyx_addthis_32x32_style .xbyx_share span {
    background: url(../images/widget32x32.icon.png) no-repeat left
}

.xbyx_addthis_32x32_style .xbyx_share.at-svc-facebook {
    background: #305891;
}

.xbyx_addthis_32x32_style .xbyx_share.at-svc-pinterest_share {
    background: #c82828;
}

.xbyx_addthis_32x32_style .xbyx_share.at-svc-google_plusone_share, a.at-svc-google_plusone {
    background: #ce4d39;
}

.xbyx_addthis_32x32_style .xbyx_share.at-svc-twitter {
    background: #2ca8d2;
}

.xbyx_addthis_32x32_style .xbyx_share span.at15t_twitter {
    background-position: 0 -192px
}

.xbyx_addthis_32x32_style .xbyx_share span.at15t_facebook {
    background-position: 0 -32px
}

.xbyx_addthis_32x32_style .xbyx_share span.at15t_google_plusone {
    background-position: 0 0px
}

.xbyx_addthis_32x32_style .xbyx_share span.at15t_pinterest, span.at15t_pinterest {
    background-position: 0 -160px
}

.xbyx_addthis_32x32_style {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    box-shadow: -1px 0px 4px #ddd;
    border-radius: 5px;
}

.xbyx_rightside {
    float: right;
    position: fixed;
    bottom: 20%;
    right: 0px;
    z-index: 10000;
    width: 54px;
    background-color: #fff;
}

#xbyx_share_icon a.xbyx_share span {
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    cursor: pointer;
    position: relative;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -9999em
}

.xbyx_addthis_32x32_style a.xbyx_share {
    position: relative;
    display: block;
    width: 44px;
    line-height: 44px;
    margin: 0;
    padding: 6px 0;
    outline: none;
    text-align: center;
    text-indent: -9999em;
    float: right;
    -webkit-transition: width .15s ease-in-out;
    -moz-transition: width .15s ease-in-out;
    -ms-transition: width .15s ease-in-out;
    -o-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
    overflow: hidden;
    background: #e8e8e8;
    z-index: 100030;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 2px;
}

.xbyx_addthis_32x32_style a.xbyx_share:hover {
    width: 64px;
}

.xbyx_share_tips {
    position: absolute;
}

#xbyx_share_count {
    text-align: center;
    color: #3c3c3c;
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: bold;
}

#xbyx_share_count span {
    font-size: 13px;
    color: #903;
}

.xbyx_background {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important; /*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=50);
    background: #000; /*实现IE背景透明*/
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000000;
}

.xbyx_pinterest_layer {
    width: 618px;
    max-width: 618px;
    min-height: 400px;
    max-height: 400px;
    background: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    overflow: scroll;
}

.xbyx_pinterest_layer li {
    float: left;
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 180px;
    height: 160px;
    position: relative;
}

.xbyx_pinterest_close {
    height: 40px;
    width: 40px;
    background: url(../images/close.png) no-repeat 10px 10px;;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
}

.xbyx_pinterest_close:hover {
    background-color: #ccc;
}

.xbyx_pinterest_layer ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .xbyx_pinterest_layer ul {
    zoom: 1;
}

/* IE6 */
*:first-child + html .xbyx_pinterest_layer ul {
    zoom: 1;
}

/* IE7 */
.xbyx_pinterest_layer li img {
    width: 180px;
    height: 160px;
}

.xbyx_pinterest_layer li div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important; /*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=50);
    background: #fff; /*实现IE背景透明*/
    display: none;
    border: 1px solid #0CC;
}

.xbyx_pinterest_layer li div span {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    background: url(../images/pinterest.png) no-repeat left;
}

.xbyx_pinterest_layer li a:hover div {
    display: block;
}

.xbyx_pinterest_layer li.nrm {
    margin-right: 0;
}

.xbyx_pinterest_layer ul {
    padding: 0;
    margin: 0;
    padding: 15px;
}

.xbyx_pinterest_layer h3 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: "Times New Roman", Times, serif;
    color: #3c3c3c;
    padding: 0;
    padding-left: 40px;
    background: url(../images/pint16x16.png) no-repeat 15px 12px #eee;
    margin: 0;
}

.xbyx_pinterest_layer {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 3px #000;
}

.tour_big_list {
    margin: 20px 0 0;
}

.tour_big_list .item {
    margin-bottom: 40px;
    background: #ececec;
    position: relative;
    clear: both
}

.tour_big_list .item .tags {
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 0;
}

.tour_big_list .item .tag.explore {
    background: #D0431F;
}

.tour_big_list .item .tag.day {
    background: #F1AB29;
}

.tour_big_list .item .tag:first-child {
    padding-left: 5px;
    margin-left: -10px;
}

.tag:first-child:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 19px;
    left: -5px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-right: 5px solid;
    border-top: 5px solid;
}

.tag.explore:first-child:before {
    border-right-color: #D0431F;
    border-top-color: #D0431F;
}

.tour_big_list .item .tag {
    display: inline-block;
    padding: 4px 10px;
    /*font-family: "Libre Baskerville","Times New Roman",Times serif;*/
    font-size: 14px;
    color: white;
}

.tour_big_list .item .img {
    margin-bottom: 20px;
}

.tour_big_list .item .img img {
    width: 100%
}

.tour_big_list .item .info {
    padding: 0 25px 20px
}

.tour_big_list .item .info h3 {
    margin: 0 0 15px
}

.tour_big_list .item .info h3 a {
    color: #333;
    text-decoration: none
}

.tour_cost {
    font-size: 30px;
}

.tour-side {
    height: 178px;
    background: #D67221;
    color: #FFF;
    /* font-size: 13px; */
    padding: 5px 15px 0 20px;
}

.tour-tip {
    padding: 10px 0 0;
    margin-bottom: 15px
}

.tour-tip li {
    margin-bottom: 6px;
}

.enquiry-btn {
    background: url(../images/enquire_btn.png?201807041055) no-repeat;
    width: 280px;
    height: 65px;
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 65px;
    padding-left: 18px;
    font-family: "impact";
    word-spacing: 3px;
    display: inline-block;
    text-decoration: none !important;;
    color: #333 !important;
}

.tour-promise {
    /*width: 380px;*/
    border-left: 1px solid #D0431F;
    border-right: 1px solid #D0431F;
    border-bottom: 1px solid #D0431F;
    padding: 9px 0 5px 10px;
}

.tour-promise h4 {
    font-size: 18px;
    color: #191919;
    line-height: 20px;
    font-weight: normal;
}

.tour-promise ul {
    padding: 0;
}

.tour-promise li {
    padding-left: 5px;
    margin-top: 7px;
}

#itinerary {
    position: relative;
    text-align: left;
    margin-top: 30px
}

#itinerary ul li {
    padding: 0 0 30px 0;
    width: 100%;
    display: block;
    overflow: hidden;
    zoom: 1;
}

#itinerary ul li .itr_title {
    background: #ececec;
    position: relative;
    margin-bottom: 15px;
    padding: 10px 0 10px 100px
}

#itinerary ul li .itr_title span {
    position: absolute;
    height: 50px;
    width: 85px;
    line-height: 50px;
    text-align: center;
    background: #F1AB29;
    color: #FFF;
    font-size: 16px;
    left: 0;
    top: 0;
}

#itinerary ul li .itr_title strong {
    position: relative;
    top: -1px;
    vertical-align: top;
    line-height: 30px;
    padding-top: 0;
    /*border-bottom: 1px solid #dfdfdf;*/
    /*border-top: 1px solid #dfdfdf;*/
    /*border-right: 1px solid #dfdfdf;*/
    font-weight: bold;
    font-size: 20px;
}

#itinerary ul li .itr_title .itr_triangle {
    display: inline-block;
    border: 6px solid #D67221;
    border-color: transparent transparent transparent #D67221;
    margin: 10px 10px 0 0;
    _line-height: 0;
    _border-color: #EEE #EEE #EEE #D67221;
}

#itinerary ul li p {
    margin-bottom: 18px;
}

#itinerary ul li p strong {
    font-weight: bold;
}

#itinerary ul li a {
    color: #d67221;
    text-decoration: underline;
}


#itinerary ul li .itr-img {
}

#itinerary ul li .itr-img img {
    width: 100%;
    height: 260px
}

#itinerary ul li .itr-img span {
    color: #fff;
    position: absolute;
    width: 100%;
    margin: 0;
    height: 24px;
    line-height: 24px;
    text-align: center;
    /*background: rgba(0,0,0,0.5);*/
    left: 0;
    bottom: 0;
    background: #000 \9;
    filter: alpha(opacity=80);
}

#price h3 {
    font-size: 22px;
    color: #191919;
    line-height: 34px;
    font-weight: normal;
}

.price_detail {
    padding: 0;
}

.price_detail h4 {
    font-size: 20px;
    margin: 25px 0 10px;
    font-weight: bold
}

.price_detail dl {
}

.price_detail dl dt {
    background: url('../images/tick-icon.png') no-repeat left 12px;
    padding: 10px 0 0 30px;
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0 10px
}

.price_detail dl dd {
    padding-left: 30px;
    line-height: 1.6;
    color: #555
}

.price_detail.exclude {
}

.price_detail.exclude dl dt {
    background: url('../images/button_cancel.png') no-repeat left 12px;
}

.tour-form {
    margin: 25px 0
}

.tour-form h3 {
    margin: 20px 0
}

.tour-form hr {
    margin: 40px 0
}

.errorMessage {
    color: red;
}

.contact-wrapper p {
    margin-top: 20px
}

.side-box {
    background: #f0f0f0;
    padding: 15px;
    margin-bottom: 25px;
}

.side-box ul {
    padding-left: 15px
}

.side-box ul li {
    list-style: square outside;
    border-bottom: 1px dotted #ddd;
    padding: 5px 0
}

.side-box ul li:last-child {
    border: none
}

.side-box ul li.active {
    font-weight: bold
}

.side-box ul li.no_style {
    list-style: none
}

.the-title {
    margin: 0 0 20px
}

.mb15 {
    margin-bottom: 15px
}

#Rooms_amenities li {
    display: block;
    float: left;
    width: 48%;
    background: url(../images/ico_dot.gif) no-repeat 0 8px;
    padding-left: 10px;
    margin: 3px 0;
}

#Rooms_amenities .row {
    background: #E2EEFC;
    margin-bottom: 10px;
}

#Rooms_amenities .title {
    text-align: center;
    color: #5789AC;
    font-weight: normal;
}

#Rooms_amenities .body {
    background: #EDF6FF;
}

.grey-box {
    background: none repeat scroll 0 0 #EAFDDF;
    border: 3px dashed #9F9F9F;
    margin: 10px autos;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}

.photo-wrap {
    background-color: #323130;
    padding: 40px 20px;
}

.photo-wrap .cur-photo img, .photo-wrap .thumbs img {
    width: 100%;
    max-height: 100%;
    _width: 100%;
}

.photo-wrap .thumbs img {
    height: 80px;
}

.photo-wrap .thumbs img {
    border-color: #323130;
    border-width: 3px;
    border-style: solid;
}

.photo-wrap .thumbs .cur img {
    border-color: #DF4A25 #D0431F #C03D1C;
}

.art-content {

}

.art-content table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
}

.art-content table thead th {
    background: #555;
    border: 1px solid #777;
    color: #fff;
}

.art-content table td, .art-content table th {
    padding: 5px;
    border: 1px solid #ccc;
}

.art-content a {
    text-decoration: underline;
    color: #D0431F;
}

.art-content h1,
.art-content h2,
.art-content h3,
.art-content h4,
.art-content h5 {
    font-weight: bold;
    margin: 30px 0 10px;
}

.art-content h1 {
    font-size: 32px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 8px;
}

.art-content h2 {
    font-size: 28px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 8px;
}

.art-content h3 {
    font-size: 24px;
}

.art-content h4 {
    font-size: 20px;
}

.art-content h5 {
    font-size: 16px;
}

.art-content table tbody tr:nth-child(odd) {
    background: #ddd;
}

.top-tip { position: absolute; top: 65px; left: 50%; color: #333; transform: translate(-50%, -50%); background: rgb(255, 255, 255, 0.7); height: 31px; z-index: 999999; text-align: center; font-size: 14px; line-height: 28px; height: 28px;; }

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 15px 15px;
    }

    #index-container {
        position: relative;
        top: -80px;
        z-index: 999;
    }

    /*.index-grid > div { position: relative; top: -120px; z-index:999;  }*/
    .index-tours {
        padding: 0 0 50px;
    }

    .btn-lg {
        padding: 15px 40px;
        font-size: 22px;
    }

    .foot-social {
        margin-top: 20px
    }

    .tour_big_list .item .info .btn {
        padding: 10px 25px;
        margin-top: 5px
    }

    .photo-item img {
        height: 200px
    }

    .grid-item {
        margin: 0 0 15px
    }

    .grid-item img {
        height: 200px
    }

    .grid-item .title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .grid-item .info {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .photo-wrap .thumbs img {
        height: 128px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li > a {
        padding: 15px 40px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav > li > a {
        text-align: left;
    }

    #nav .home img {
        display: none;
    }

    #nav .home span {
        display: inherit;
        color: #fff;
    }

    #nav .container {
        background: #D0431F;
    }

    #logo {
        display: none;
    }

    .slider-site-index {
        height: 560px;
    }

    .slider_info {
        padding-top: 140px;
    }

    .slider_info .item h4 {
        font-size: 48px;
    }

    .slider_btn_prev, .slider_btn_next {
        display: none;
    }

    .index-grid > div {
        padding: 0;
        margin: 10px 0;
    }

    #our_team {
        text-align: left;
    }

    .foot-info {
        padding-left: 15px;
    }

    .foot-info a {
    }

    .tour_big_list .item .info .text-right {
        margin-top: 10px;
    }

    #itinerary ul li .itr-img {
        margin-bottom: 5px;
    }

    .top-tip {
        display: none;
    }
}