﻿.carousel-outer * {
  touch-action: pan-y
}

.carousel-outer {
  position: relative
}

.carousel-outer .carousel-inner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden
}

.carousel-outer .carousel-item {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.carousel-outer .carousel-item.active {
  display: block
}

.carousel-outer .carousel-item.currentL {
  animation: currentMovesL 1200ms
}

.carousel-outer .carousel-item.currentR {
  animation: currentMovesR 1200ms
}

.carousel-outer .carousel-item.prevL {
  animation: prevMovesL 1200ms
}

.carousel-outer .carousel-item.prevR {
  animation: prevMovesR 1200ms
}

@keyframes currentMovesL {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes currentMovesR {
  0% {
    transform: translateX(100%)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes prevMovesL {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

@keyframes prevMovesR {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(100%)
  }
}

.carousel-outer .carousel-item img {
  width: 100% !important;
  height: 100%;
  object-fit: cover
}

.carousel-outer .carousel-ctrlBar {
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0 !important
}

.carousel-outer .carousel-ctrlBar .ctrl-dot-wrap.bottom {
  display: inline-block;
  margin: 20px 0 0
}

.carousel-outer .carousel-ctrlBar .ctrl-dot-wrap .ctrl-dot,
.carousel-outer .carousel-ctrlBar .ctrl-dot-wrap .ctrl-dot>li {
  display: inline-block
}

.carousel-outer .carousel-ctrlBar .ctrl-dot-wrap .ctrl-dot>li {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border: 1px solid #303030;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0 0 0 .4);
  -webkit-box-shadow: 0 5px 5px rgba(0 0 0 .4);
  transition: background-color 1s
}

.carousel-outer .carousel-ctrlBar .ctrl-dot-wrap .ctrl-dot>li.num {
  width: 28px;
  height: 28px;
  margin: 0 3px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #797979;
  background-color: #797979;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: 0 5px 5px rgba(0 0 0 .4);
  -webkit-box-shadow: 0 5px 5px rgba(0 0 0 .4);
  transition: background-color 1s
}

.carousel-outer .carousel-ctrlBar .ctrl-dot-wrap .ctrl-dot>li.active {
  background-color: #303030
}

.carousel-outer .carousel-ctrlBar .ctrl-dot-wrap .ctrl-dot>li:hover {
  cursor: pointer
}

.carousel-outer .carousel-ctrlBar .ctrl-dot-wrap.inside {
  display: block;
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center
}

.carousel-outer .carousel-ctrlBar .ctrl-dot-wrap.inside .ctrl-dot>li {
  border: 1px solid #FFF
}

.carousel-outer .carousel-ctrlBar .ctrl-dot-wrap.inside .ctrl-dot>li.active {
  background-color: #fff
}

.carousel-outer .carousel-ctrlBar .ctrl-dot-wrap.none {
  display: none
}

.carousel-outer .carousel-ctrlBar .ctrl-btn {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 22px;
  line-height: 26px;
  color: #514940;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-timing-function: ease-out
}

.carousel-outer .carousel-ctrlBar .ctrl-btn:before {
  color: #fff
}

.carousel-outer .carousel-ctrlBar .ctrl-btn.disabled {
  cursor: auto;
  opacity: .3;
  filter: alpha(opacity=30)
}

.carousel-outer .carousel-ctrlBar .ctrl-btn .move-btn {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.carousel-outer .carousel-ctrlBar .ctrl-btn.none {
  display: none !important
}

.carousel-outer .carousel-ctrlBar .ctrl-btn.inside {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  margin-top: -18px;
  background-color: rgba(0, 0, 0, .6)
}

.carousel-outer .carousel-ctrlBar .ctrl-btn.inside.prev {
  left: 20px
}

.carousel-outer .carousel-ctrlBar .ctrl-btn.inside.next {
  right: 20px
}

.carousel-outer .carousel-ctrlBar .ctrl-btn.inside.hover {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out
}

.carousel-outer:hover .carousel-ctrlBar .ctrl-btn.inside.hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.carousel-outer .carousel-ctrlBar .ctrl-btn.bottom {
  width: 42px;
  background-color: #303030
}

.carousel-outer .carousel-ctrlBar .ctrl-btn.bottom:before {
  font-size: 16px;
  transform: translateY(-2px)
}

.carousel-outer .carousel-ctrlBar .ctrl-btn.bottom.prev {
  margin-top: 42px;
  margin-right: 20px
}

.carousel-outer .carousel-ctrlBar .ctrl-btn.bottom.next {
  margin-top: 42px;
  margin-left: 20px
}

@media (max-width:767px) {
  .carousel-outer .carousel-inner {
    height: 400px
  }
}

.vb-top-banner-carousel-b1 .caption {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25)
}

.vb-top-banner-carousel-b1 .caption>.center {
  width: 80%
}

.vb-top-banner-carousel-b1 .content-single {
  display: block;
  width: 100%;
  overflow: hidden
}

.vb-top-banner-carousel-b1 .content-single img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.vb-top-banner-carousel-b1 .carousel-outer .caption>.center {
  transform: translateY(-40px)
}

@media (min-width:992px) {
  .vb-top-banner-carousel-b1 .caption>.center {
    max-width: 1000px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .vb-top-banner-carousel-b1 .caption>.center {
    max-width: 600px
  }
}

@media (min-width:768px) {
  .vb-top-banner-carousel-b1 .content-single {
    height: 500px
  }
}

@media (max-width:767px) {

  .vb-top-banner-carousel-b1,
  .vb-top-banner-carousel-b1 .content-single,
  .vb-top-banner-carousel-b1 .content-single .carousel-img,
  .vb-top-banner-carousel-b1 .carousel-img {
    height: 400px
  }
}

.vb-text-list-b1 {
  margin-top: 0 !important;
  margin-bottom: 30px !important
}

.vb-text-list-b1 .item {
  padding-top: .25em;
  padding-bottom: .25em
}

@media (min-width:768px) {
  .vb-text-list-b1 .item:not(:last-child) {
    padding-right: 1.125em
  }

  .vb-text-list-b1 .item:not(:last-child):after {
    display: inline-block;
    content: '';
    width: 1.25em;
    height: .875em;
    border-right: 2px solid #f39800
  }
}

@media (max-width:767px) {
  .vb-text-list-b1 .flex {
    flex-direction: column;
    align-items: center
  }
}

.vb-html-h1-b1 ul li {
  position: relative;
  padding-left: 18px
}

.vb-html-h1-b1 ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #514940;
  border-radius: 50%
}

.vb-img-col3-b1 .mask {
  width: calc(100% - 1.375rem);
  height: 100%;
  left: .6875rem;
  top: 0;
  font-size: 1.875rem;
  text-decoration: none;
  background-color: rgba(0, 0, 0, .3);
  transition: background-color 1s
}

.vb-img-col3-b1 .mask:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0)
}

.vb-img-col3-b1 .intr {
  position: absolute;
  top: 120px;
  font-size: 1.25rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  transition: text-shadow 1s;
  text-shadow: none;
}

.vb-img-col3-b1 .mask:hover .intr {
  color: rgba(255, 255, 255, 1);
  /* 字体，透明度 */
  text-shadow: 0 2px 5px rgba(0, 0, 0, .65);
}





.vb-img-col3-b1 .intro {
  line-height: 26px
}

@media (max-width:991px) {
  .vb-img-col3-b1 .list-item {
    height: 14.375rem
  }

  .vb-img-col3-b1 .media-ratio-box:before {
    padding-bottom: 14.375rem
  }

  .vb-img-col3-b1 .list-item img.item-img,
  .vb-img-col3-b1 .list-item .mask {
    border-radius: .3125rem;
    -webkit-border-radius: .3125rem
  }

  .vb-img-col3-b1 .mask {
    background-color: rgba(0, 0, 0, .2)
  }
}

@media (max-width:767px) {
  .vb-img-col3-b1 .list-item {
    height: 8.25rem
  }

  .vb-img-col3-b1 .media-ratio-box:before {
    padding-bottom: 8.25rem
  }

  .vb-img-col3-b1 .mask {
    font-size: 1.5625rem;
    background-color: rgba(0, 0, 0, .2)
  }

  .vb-img-col3-b1 .view-all {
    margin-top: 2.1875rem
  }

  .vb-img-col3-b1 .view-all .cap {
    font-size: 1rem
  }
}

.vb-tour-col4-b1 .intro {
  line-height: 26px
}

.vb-tour-col3-b1 .intro {
  line-height: 26px
}

.vb-subscribe-blog-b1+.vb-img-col4-slide-b1 {
  margin-top: 59px
}

.vb-img-col4-slide-b1 h2 {
  margin-bottom: 0
}

.vb-img-col4-slide-b1 .theme-item .bg-shadow {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
  transition: transform 500ms ease
}

.vb-img-col4-slide-b1 .theme-item .bg-shadow:hover {
  transform: scale(1.02)
}

.vb-img-col4-slide-b1 .theme-title {
  left: 0;
  bottom: 0;
  height: 150px;
  max-height: 150px;
  padding-top: 80px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 3px;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0
}

.vb-img-col4-slide-b1 a.theme-title:hover {
  color: #fff
}

.vb-img-col4-slide-b1 .intro {
  line-height: 26px
}

.vb-img-col4-slide-b1 .media-ratio-box.media-free:before {
  padding-bottom: 149.47%
}

@media (max-width:991px) {
  ::-webkit-scrollbar {
    display: none
  }

  .vb-img-col4-slide-b1 .scroll-wrap {
    overflow-x: auto;
    margin: 0 -25px
  }

  .vb-img-col4-slide-b1 .scroll-outer {
    overflow: initial;
    padding: 0 25px
  }

  .vb-img-col4-slide-b1 .scroll-inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    min-width: 100%
  }

  .vb-img-col4-slide-b1 .scroll-item {
    flex: 0 0 40%;
    margin-bottom: 30px
  }

  .vb-img-col4-slide-b1 .view-all {
    margin-top: 0
  }
}

@media (max-width:767px) {
  .vb-img-col4-slide-b1 .scroll-wrap {
    margin: 0 -15px
  }

  .vb-img-col4-slide-b1 .scroll-item {
    flex: 0 0 63%
  }

  .vb-img-col4-slide-b1 .theme-title {
    font-size: 1.25rem
  }
}

.vb-single-form-b1 {
  height: 794px
}

.vb-single-form-b1 .form-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover
}

.vb-single-form-b1 .mask {
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .5)
}

.vb-single-form-b1 .container {
  z-index: 9;
  padding-left: 15rem;
  padding-right: 15rem
}

.vb-single-form-b1 h2 {
  margin-bottom: 4.375rem;
  font-size: 3rem;
  text-transform: none
}

.vb-single-form-b1 .post-form label a {
  color: #fff;
  text-decoration: underline
}

@media (min-width:992px) {
  .vb-single-form-b1 .container {
    padding-left: 8.75rem;
    padding-right: 8.75rem
  }

  .vb-single-form-b1:before {
    background-position: 50% center
  }
}

@media (min-width:768px) and (max-width:991px) {
  .vb-single-form-b1 {
    height: 1071px
  }
}

@media (min-width:768px) {
  .vb-single-form-b1 .container {
    padding-left: .9375rem;
    padding-right: .9375rem
  }

  .vb-single-form-b1 .form-wrap {
    padding-left: 8.75rem;
    padding-right: 8.75rem
  }

  .vb-single-form-b1:before {
    background-position: 50% top
  }
}

@media (min-width:768px) and (max-width:991px) {
  .vb-single-form-b1 .container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem
  }

  .vb-single-form-b1 .form-wrap {
    padding-left: 8.125rem;
    padding-right: 8.125rem
  }
}

@media (max-width:767px) {
  .vb-single-form-b1 {
    height: 1065px
  }

  .vb-single-form-b1 .container {
    padding: 2.8125rem 1.875rem 3.75rem
  }

  .vb-single-form-b1 h2 {
    margin-bottom: 2.5rem;
    font-size: 1.875rem
  }
}

#homeTpl ._sc.vb-single-form-b1+._sc.vb-img-show-b1 {
  margin-top: -52px
}

#tourDetailsTpl .vb-img-show-b1.cot {
  margin-top: 0 !important
}

@media (min-width:992px) {
  .vb-img-show-b1 .awards-list {
    padding: 0 30px
  }

  .vb-img-show-b1 .awards-item .awards-img {
    height: 8rem
  }

  .vb-img-show-b1 .awards-item:nth-of-type(1) img {
    width: 134px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(2) img {
    width: 134px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(3) img {
    width: 220px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(4) img {
    width: 227px
  }
}

@media (min-width:1200px) {
  .vb-img-show-b1 .awards-item .awards-img {
    height: 10rem
  }

  .vb-img-show-b1 .awards-item:nth-of-type(1) img {
    width: 168px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(2) img {
    width: 168px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(3) img {
    width: 275px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(4) img {
    width: 284px
  }
}

@media (max-width:991px) {

  body#tourDetailsTpl.odyes .vb-img-show-b1,
  body#tourDetailsTpl.odyfr .vb-img-show-b1 {
    margin-top: 0
  }

  .vb-img-show-b1 .awards-item .awards-img {
    height: 6.5rem
  }

  .vb-img-show-b1 .awards-item:nth-of-type(1) img {
    width: 109px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(2) img {
    width: 109px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(3) img {
    width: 11.171875rem
  }

  .vb-img-show-b1 .awards-item:nth-of-type(4) img {
    width: 185px
  }
}

@media (max-width:767px) {
  .vb-img-show-b1 .awards-item {
    width: 50%;
    text-align: center
  }

  .vb-img-show-b1 .awards-item .awards-img {
    height: 5rem
  }

  .vb-img-show-b1 .awards-item:nth-of-type(1) img {
    width: 84px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(2) img {
    width: 84px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(3) img {
    width: 138px;
    margin-top: 10px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(4) img {
    width: 142px
  }
}

@media (max-width:320px) {
  .vb-img-show-b1 .awards-item .awards-img {
    height: 3.75rem
  }

  .vb-img-show-b1 .awards-item:nth-of-type(1) img {
    width: 63px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(2) img {
    width: 63px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(3) img {
    width: 103px
  }

  .vb-img-show-b1 .awards-item:nth-of-type(4) img {
    width: 107px
  }
}

.vb-reviews-b1 #trustindex-widget .ti-reviews-container-wrapper {
  padding-top: 8px !important
}

@media (min-width:768px) {
  .vb-reviews-b1 #trustindex-widget {
    height: 218px
  }
}

@media (max-width:767px) {
  .vb-reviews-b1 #trustindex-widget {
    height: 241px
  }
}

.vb-img-col3-b2 .intro-wrap {
  left: .6875rem;
  bottom: 0;
  width: calc(100% - 1.375rem);
  padding-top: .5rem;
  padding-bottom: .5rem;
  vertical-align: middle;
  background: rgba(0, 0, 0, .6);
  border-bottom-left-radius: .3125rem;
  -webkit-border-bottom-left-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
  -webkit-border-bottom-right-radius: .3125rem
}

.vb-img-col3-b2 .intro-wrap .intro::before {
  position: absolute;
  left: -30px;
  font-size: 24px;
  color: #ec1a23
}

.vb-img-col3-b2 .intro-wrap .icon-location {
  text-decoration: none
}

.vb-img-col3-b2 .media-ratio-box.media-free:before {
  padding-bottom: 94.06%
}

@media (max-width:767px) {
  .vb-img-col3-b2 .moment-list {
    margin-left: -0.3125rem !important;
    margin-right: -0.3125rem !important
  }

  .vb-img-col3-b2 .moment-item {
    margin-top: .625rem;
    padding-left: .3125rem;
    padding-right: .3125rem
  }

  .vb-img-col3-b2 .intro-wrap {
    display: none
  }
}

.vb-video-desc-b1 .media-ratio-box.media-free:before {
  padding-bottom: 49.86%
}

@media (min-width:992px) {
  .vb-video-desc-b1 .title {
    border-bottom: 1px solid #514940
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .vb-video-desc-b1 .video-wrap {
    padding-left: 150px;
    padding-right: 150px
  }

  .vb-video-desc-b1 .intro-wrap {
    padding-left: 0
  }

  .vb-video-desc-b1 .title {
    text-align: center
  }
}

@media (max-width:991px) {
  .vb-video-desc-b1 .intro-wrap {
    padding: 0 3.125rem
  }

  .vb-video-desc-b1 .title {
    padding-bottom: 0;
    margin-bottom: 1.3125rem;
    text-align: center;
    font-size: 1.5rem
  }
}

@media (max-width:767px) {
  .vb-video-desc-b1 .intro-wrap {
    padding: 0 1.875rem
  }
}

.vb-subscribe-blog-b1 .info-l {
  padding-right: 5.9375rem;
  border-right: 1px solid #000
}

.vb-subscribe-blog-b1 .info-l .link-item {
  line-height: 1em
}

.vb-subscribe-blog-b1 .info-l .link-item:first-child {
  padding-left: 0
}

.vb-subscribe-blog-b1 .info-l .link-item:last-child {
  padding-right: 0
}

.vb-subscribe-blog-b1 .info-l .link-item:not(:last-child) {
  border-right: 1px solid #514940
}

.vb-subscribe-blog-b1 .post-form {
  display: block
}

.vb-subscribe-blog-b1 ._b_bd_clr {
  border-color: #514940
}

.vb-subscribe-blog-b1 .ot-read-policy {
  padding-left: 0
}

@media (min-width:992px) and (max-width:1199px) {
  .vb-subscribe-blog-b1 .info-l {
    width: 46%;
    padding-right: 4.375rem
  }

  .vb-subscribe-blog-b1 .info-l .px25 {
    padding-left: .9375rem;
    padding-right: .9375rem
  }

  .vb-subscribe-blog-b1 .info-r {
    width: 54%
  }
}

@media (max-width:991px) {
  .vb-subscribe-blog-b1 .container {
    padding-top: 3.75rem;
    padding-bottom: 3.4375rem
  }

  .vb-subscribe-blog-b1 h2 {
    font-size: 1.5rem
  }

    {
    font-size: 1.5rem
  }

  .vb-subscribe-blog-b1 .info-l {
    padding: 0 0 3.4375rem 0;
    text-align: center;
    border: none;
    border-bottom: 1px solid #959595
  }

  .vb-subscribe-blog-b1 .info-l .link-list {
    justify-content: center
  }

  .vb-subscribe-blog-b1 .info-l .nl-form {
    padding: 0 3.125rem
  }

  .vb-subscribe-blog-b1 .info-r {
    padding: 3.4375rem 0 0
  }

  .vb-subscribe-blog-b1 .info-r,
  .vb-subscribe-blog-b1.info-r .right {
    text-align: center
  }

  .vb-subscribe-blog-b1 .info-r h2 {
    margin: 1.4375rem 0
  }

  .vb-subscribe-blog-b1 .info-r .link-a {
    margin-top: 1.5rem
  }

  .vb-subscribe-blog-b1 .info-r .right {
    text-align: center
  }

}

@media (max-width:767px) {
  .vb-subscribe-blog-b1 .info-l .nl-form {
    padding: 0
  }

  .vb-subscribe-blog-b1 .info-l .link-list.flex {
    flex-wrap: nowrap;
    justify-content: center
  }

  .vb-subscribe-blog-b1 .info-l .link-item {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.2em
  }

  .vb-subscribe-blog-b1 .info-l .ele-group.tx {
    margin-bottom: 1.25rem
  }
}

._b_bd_clr {
  border-color: #ab9271
}

._b_bg_clr {
  background-color: #ab9271
}

._b_ld_clr {
  border-color: #d2cac0
}

.post-form input[type="radio"],
.post-form input[type="checkbox"] {
  border-color: #ab9271
}

.post-form input[type="radio"]:checked::before {
  background-color: #ab9271
}

.post-form input[type="checkbox"]:checked::after {
  border-color: #ab9271
}

.post-form .col-md-6 {
  height: 102px
}

.post-form .gp-box {
  border-width: 1px;
  border-style: solid;
  background-color: #fff
}

.post-form input[type="text"],
.post-form input[type="email"] {
  height: 43px;
  width: 100%;
  padding: 8px 8px 8px 8px
}

.post-form textarea {
  min-height: 80px;
  width: 100%;
  padding: 16px 8px 16px 8px
}

.post-form ._h {
  height: 46px
}

.post-form input,
.post-form select {
  border: none
}

.post-form .gp-box {
  position: relative
}

.post-form .left-radius {
  -moz-border-radius-bottomleft: .3125rem;
  -moz-border-radius-topleft: .3125rem;
  border-bottom-left-radius: .3125rem;
  ;
  border-top-left-radius: .3125rem;
  -webkit-border-bottom-left-radius: .3125rem;
  ;
  -webkit-border-top-left-radius: .3125rem;
}

.post-form .right-radius {
  -moz-border-radius-bottomright: .3125rem;
  -moz-border-radius-topright: .3125rem;
  border-bottom-right-radius: .3125rem;
  ;
  border-top-right-radius: .3125rem;
  -webkit-border-bottom-right-radius: .3125rem;
  ;
  -webkit-border-top-right-radius: .3125rem;
}

.post-form .all-radius {
  -moz-border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  border-radius: .3125rem
}

.post-form .dd_ {
  padding-left: 8px;
  background: url(https://css.realchinatravel.com/theme/layout/form/images/icon_down.png) #FFF no-repeat right center;
  cursor: pointer
}

.post-form .xvi {
  display: block !important
}

.f-combo {
  display: inline-block;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid
}

.f-combo .input-show {
  cursor: pointer
}

.f-options {
  display: none;
  z-index: 87;
  position: absolute;
  width: 100%;
  max-height: 244px;
  overflow-y: auto;
  font-size: 15px;
  cursor: default;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 0 2px #514a40;
  -moz-border-radius-bottomright: .3125rem;
  -webkit-border-bottom-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
  -moz-border-radius-bottomleft: .3125rem;
  border-bottom-left-radius: .3125rem;
  ;
  -webkit-border-bottom-left-radius: .3125rem
}

.f-options li {
  padding: 4px 8px;
  line-height: 20px;
  text-align: left
}

.f-options li:hover {
  background: #ab9271;
  color: #fff;
  cursor: pointer
}

.post-form input[type="radio"],
.post-form input[type="checkbox"] {
  height: 22px;
  width: 22px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  position: relative
}

.post-form input[type="radio"] {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.post-form input[type="radio"]::before,
.post-form input[type="checkbox"]::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.post-form input[type="radio"]:focus,
.post-form input[type="checkbox"]:focus {
  outline: none
}

.post-form input[type="radio"]:checked,
.post-form input[type="checkbox"]:checked {
  outline: none
}

.post-form input[type="radio"]:checked::before {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px
}

.post-form input[type="checkbox"]:checked::after {
  height: 10px;
  width: 17px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  left: 3px
}

.post-form .err {
  display: none
}

.post-form .err.active {
  margin-bottom: -10px;
  padding: 0 16px 2px 8px;
  position: absolute;
  top: 47px;
  display: block;
  font-size: 14px;
  color: #fff;
  -moz-border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  border-radius: .3125rem;
  background: red;
  box-shadow: 0 0 1px red;
  z-index: 10
}

.post-form .err:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: red;
  top: -10px
}

.post-form input.vf,
.post-form .vf input {
  background-color: #fdefee
}

.post-form ::-webkit-input-placeholder {
  color: #959595
}

.post-form :-ms-input-placeholder {
  color: #959595
}

.post-form ::placeholder {
  color: #959595
}

.post-form ._tt {
  color: #959595;
  padding-left: 8px;
  padding-right: 8px
}

.post-form ul._f_items li {
  margin-bottom: 1.25rem
}

.post-form ul._f_items li span {
  display: block;
  border: 1px solid #ab9271;
  text-align: center;
  cursor: pointer
}

.post-form ul._f_items li span:hover {
  background: #959595;
  color: #fff
}

.post-form ul._f_items li span.sel {
  background: #ab9271;
  color: #fff
}

.post-form ul._f_items li span.clean {
  background: #fff;
  color: #514940
}

.post-form button {
  cursor: pointer
}

.post-form a.submit img,
.post-form button.submit img {
  border-radius: 50%
}

@media (max-width:767px) {
  .post-form .px25 {
    padding-left: 6px;
    padding-right: 6px
  }

  .post-form .col-md-6 {
    height: auto
  }
}

.ot-fullname input[type="text"].fullname {
  display: inline-block;
  width: 75%;
  margin-left: -5px
}

.ot-fullname .f-combo {
  display: inline-block;
  width: 25%
}

.ot-email ._vf {
  border-color: red !important
}

.ot-nationality input.nationality {
  width: 100%;
  background: #fff url(https://css.realchinatravel.com/theme/layout/form/images/icon_down.png) no-repeat right center;
  padding-right: 30px;
  cursor: pointer
}

.ot-nationality .country-list {
  width: 100%;
  position: absolute;
  display: none;
  padding: 2px;
  box-shadow: 0 0 2px #514a40;
  -moz-border-radius-bottomright: .3125rem;
  -webkit-border-bottom-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
  -moz-border-radius-bottomleft: .3125rem;
  border-bottom-left-radius: .3125rem;
  ;
  -webkit-border-bottom-left-radius: .3125rem;
  ;
  z-index: 87
}

.ot-nationality .country-list ul {
  background: #fff;
  overflow-y: scroll;
  max-height: 210px
}

.ot-nationality .country-list ul li {
  padding: 3px 5px;
  cursor: pointer;
  height: 30px;
  overflow: hidden
}

.ot-nationality .country-list ul li:hover {
  background: #ab9271;
  color: #fff
}

.ot-nationality .country-list ul li span {
  display: inline-block
}

.ot-nationality .country-list ul li span.flag {
  width: 16px;
  height: 11px;
  background-image: url(https://css.realchinatravel.com/theme/layout/form/images/flags.png)
}

.ot-nationality .country-list ul li .zw {
  background-position: 0 0
}

.ot-nationality .country-list ul li .zm {
  background-position: -16px 0
}

.ot-nationality .country-list ul li .za {
  background-position: 0 -11px
}

.ot-nationality .country-list ul li .yt {
  background-position: -16px -11px
}

.ot-nationality .country-list ul li .ye {
  background-position: -32px 0
}

.ot-nationality .country-list ul li .ws {
  background-position: -32px -11px
}

.ot-nationality .country-list ul li .wf {
  background-position: 0 -22px
}

.ot-nationality .country-list ul li .vu {
  background-position: -32px -22px
}

.ot-nationality .country-list ul li .vn {
  background-position: 0 -33px
}

.ot-nationality .country-list ul li .vi {
  background-position: -16px -33px
}

.ot-nationality .country-list ul li .vg {
  background-position: -32px -33px
}

.ot-nationality .country-list ul li .ve {
  background-position: -48px 0
}

.ot-nationality .country-list ul li .vc {
  background-position: -48px -11px
}

.ot-nationality .country-list ul li .va {
  background-position: -48px -22px
}

.ot-nationality .country-list ul li .uz {
  background-position: -48px -33px
}

.ot-nationality .country-list ul li .uy {
  background-position: 0 -44px
}

.ot-nationality .country-list ul li .us {
  background-position: -16px -44px
}

.ot-nationality .country-list ul li .um {
  background-position: -16px -44px
}

.ot-nationality .country-list ul li .ug {
  background-position: -32px -44px
}

.ot-nationality .country-list ul li .ua {
  background-position: -48px -44px
}

.ot-nationality .country-list ul li .tz {
  background-position: -64px 0
}

.ot-nationality .country-list ul li .tw {
  background-position: -64px -11px
}

.ot-nationality .country-list ul li .tv {
  background-position: -64px -22px
}

.ot-nationality .country-list ul li .tt {
  background-position: -64px -33px
}

.ot-nationality .country-list ul li .tr {
  background-position: -64px -44px
}

.ot-nationality .country-list ul li .to {
  background-position: 0 -55px
}

.ot-nationality .country-list ul li .tn {
  background-position: -16px -55px
}

.ot-nationality .country-list ul li .tm {
  background-position: -32px -55px
}

.ot-nationality .country-list ul li .tl {
  background-position: -48px -55px
}

.ot-nationality .country-list ul li .tk {
  background-position: -64px -55px
}

.ot-nationality .country-list ul li .tj {
  background-position: 0 -66px
}

.ot-nationality .country-list ul li .th {
  background-position: -16px -66px
}

.ot-nationality .country-list ul li .tg {
  background-position: -32px -66px
}

.ot-nationality .country-list ul li .tf {
  background-position: -48px -66px
}

.ot-nationality .country-list ul li .td {
  background-position: -64px -66px
}

.ot-nationality .country-list ul li .tc {
  background-position: -80px 0
}

.ot-nationality .country-list ul li .sz {
  background-position: -80px -11px
}

.ot-nationality .country-list ul li .sy {
  background-position: -80px -22px
}

.ot-nationality .country-list ul li .sx {
  background-position: -80px -33px
}

.ot-nationality .country-list ul li .sv {
  background-position: -80px -44px
}

.ot-nationality .country-list ul li .st {
  background-position: -80px -55px
}

.ot-nationality .country-list ul li .ss {
  background-position: -80px -66px
}

.ot-nationality .country-list ul li .sr {
  background-position: 0 -77px
}

.ot-nationality .country-list ul li .so {
  background-position: -16px -77px
}

.ot-nationality .country-list ul li .sn {
  background-position: -32px -77px
}

.ot-nationality .country-list ul li .sm {
  background-position: -48px -77px
}

.ot-nationality .country-list ul li .sl {
  background-position: -64px -77px
}

.ot-nationality .country-list ul li .sk {
  background-position: -80px -77px
}

.ot-nationality .country-list ul li .si {
  background-position: -96px 0
}

.ot-nationality .country-list ul li .sh {
  background-position: -96px -11px
}

.ot-nationality .country-list ul li .sg {
  background-position: -96px -22px
}

.ot-nationality .country-list ul li .se {
  background-position: -96px -33px
}

.ot-nationality .country-list ul li .sd {
  background-position: -96px -44px
}

.ot-nationality .country-list ul li .sc {
  background-position: -96px -66px
}

.ot-nationality .country-list ul li .sb {
  background-position: -96px -77px
}

.ot-nationality .country-list ul li .sa {
  background-position: 0 -88px
}

.ot-nationality .country-list ul li .rw {
  background-position: -16px -88px
}

.ot-nationality .country-list ul li .ru {
  background-position: -32px -88px
}

.ot-nationality .country-list ul li .rs {
  background-position: -48px -88px
}

.ot-nationality .country-list ul li .ro {
  background-position: -64px -88px
}

.ot-nationality .country-list ul li .qa {
  background-position: -80px -88px
}

.ot-nationality .country-list ul li .py {
  background-position: -96px -88px
}

.ot-nationality .country-list ul li .pw {
  background-position: 0 -99px
}

.ot-nationality .country-list ul li .pt {
  background-position: -16px -99px
}

.ot-nationality .country-list ul li .ps {
  background-position: -32px -99px
}

.ot-nationality .country-list ul li .pr {
  background-position: -48px -99px
}

.ot-nationality .country-list ul li .pn {
  background-position: -64px -99px
}

.ot-nationality .country-list ul li .pm {
  background-position: -80px -99px
}

.ot-nationality .country-list ul li .pl {
  background-position: -96px -99px
}

.ot-nationality .country-list ul li .pk {
  background-position: -112px 0
}

.ot-nationality .country-list ul li .ph {
  background-position: -112px -11px
}

.ot-nationality .country-list ul li .pg {
  background-position: -112px -22px
}

.ot-nationality .country-list ul li .pf {
  background-position: -112px -33px
}

.ot-nationality .country-list ul li .pe {
  background-position: -112px -44px
}

.ot-nationality .country-list ul li .pa {
  background-position: -112px -55px
}

.ot-nationality .country-list ul li .om {
  background-position: -112px -66px
}

.ot-nationality .country-list ul li .nz {
  background-position: -112px -77px
}

.ot-nationality .country-list ul li .nu {
  background-position: -112px -88px
}

.ot-nationality .country-list ul li .nr {
  background-position: -112px -99px
}

.ot-nationality .country-list ul li .no {
  background-position: 0 -110px
}

.ot-nationality .country-list ul li .bv {
  background-position: 0 -110px
}

.ot-nationality .country-list ul li .sj {
  background-position: 0 -110px
}

.ot-nationality .country-list ul li .nl {
  background-position: -16px -110px
}

.ot-nationality .country-list ul li .ni {
  background-position: -32px -110px
}

.ot-nationality .country-list ul li .ng {
  background-position: -48px -110px
}

.ot-nationality .country-list ul li .nf {
  background-position: -64px -110px
}

.ot-nationality .country-list ul li .ne {
  background-position: -80px -110px
}

.ot-nationality .country-list ul li .nc {
  background-position: -96px -110px
}

.ot-nationality .country-list ul li .na {
  background-position: -112px -110px
}

.ot-nationality .country-list ul li .mz {
  background-position: -128px 0
}

.ot-nationality .country-list ul li .my {
  background-position: -128px -11px
}

.ot-nationality .country-list ul li .mx {
  background-position: -128px -22px
}

.ot-nationality .country-list ul li .mw {
  background-position: -128px -33px
}

.ot-nationality .country-list ul li .mv {
  background-position: -128px -44px
}

.ot-nationality .country-list ul li .mu {
  background-position: -128px -55px
}

.ot-nationality .country-list ul li .mt {
  background-position: -128px -66px
}

.ot-nationality .country-list ul li .ms {
  background-position: -128px -77px
}

.ot-nationality .country-list ul li .mr {
  background-position: -128px -88px
}

.ot-nationality .country-list ul li .mq {
  background-position: -128px -99px
}

.ot-nationality .country-list ul li .mp {
  background-position: -128px -110px
}

.ot-nationality .country-list ul li .mo {
  background-position: 0 -121px
}

.ot-nationality .country-list ul li .mn {
  background-position: -16px -121px
}

.ot-nationality .country-list ul li .mm {
  background-position: -32px -121px
}

.ot-nationality .country-list ul li .ml {
  background-position: -48px -121px
}

.ot-nationality .country-list ul li .mk {
  background-position: -64px -121px
}

.ot-nationality .country-list ul li .mh {
  background-position: -80px -121px
}

.ot-nationality .country-list ul li .mg {
  background-position: -96px -121px
}

.ot-nationality .country-list ul li .me {
  background-position: 0 -132px;
  height: 12px
}

.ot-nationality .country-list ul li .md {
  background-position: -112px -121px
}

.ot-nationality .country-list ul li .mc {
  background-position: -128px -121px
}

.ot-nationality .country-list ul li .ma {
  background-position: -16px -132px
}

.ot-nationality .country-list ul li .ly {
  background-position: -32px -132px
}

.ot-nationality .country-list ul li .lv {
  background-position: -48px -132px
}

.ot-nationality .country-list ul li .lu {
  background-position: -64px -132px
}

.ot-nationality .country-list ul li .lt {
  background-position: -80px -132px
}

.ot-nationality .country-list ul li .ls {
  background-position: -96px -132px
}

.ot-nationality .country-list ul li .lr {
  background-position: -112px -132px
}

.ot-nationality .country-list ul li .lk {
  background-position: -128px -132px
}

.ot-nationality .country-list ul li .li {
  background-position: -144px 0
}

.ot-nationality .country-list ul li .lc {
  background-position: -144px -11px
}

.ot-nationality .country-list ul li .lb {
  background-position: -144px -22px
}

.ot-nationality .country-list ul li .la {
  background-position: -144px -33px
}

.ot-nationality .country-list ul li .kz {
  background-position: -144px -44px
}

.ot-nationality .country-list ul li .ky {
  background-position: -144px -55px
}

.ot-nationality .country-list ul li .kw {
  background-position: -144px -66px
}

.ot-nationality .country-list ul li .kr {
  background-position: -144px -77px
}

.ot-nationality .country-list ul li .kp {
  background-position: -144px -88px
}

.ot-nationality .country-list ul li .kn {
  background-position: -144px -99px
}

.ot-nationality .country-list ul li .km {
  background-position: -144px -110px
}

.ot-nationality .country-list ul li .ki {
  background-position: -144px -121px
}

.ot-nationality .country-list ul li .kh {
  background-position: -144px -132px
}

.ot-nationality .country-list ul li .kg {
  background-position: 0 -144px
}

.ot-nationality .country-list ul li .ke {
  background-position: -16px -144px
}

.ot-nationality .country-list ul li .jp {
  background-position: -32px -144px
}

.ot-nationality .country-list ul li .jo {
  background-position: -48px -144px
}

.ot-nationality .country-list ul li .jm {
  background-position: -64px -144px
}

.ot-nationality .country-list ul li .je {
  background-position: -80px -144px
}

.ot-nationality .country-list ul li .it {
  background-position: -96px -144px
}

.ot-nationality .country-list ul li .is {
  background-position: -112px -144px
}

.ot-nationality .country-list ul li .ir {
  background-position: -128px -144px
}

.ot-nationality .country-list ul li .iq {
  background-position: -144px -144px
}

.ot-nationality .country-list ul li .io {
  background-position: -160px 0
}

.ot-nationality .country-list ul li .in {
  background-position: -160px -11px
}

.ot-nationality .country-list ul li .im {
  background-position: -160px -22px;
  height: 9px
}

.ot-nationality .country-list ul li .il {
  background-position: -160px -31px
}

.ot-nationality .country-list ul li .ie {
  background-position: -160px -42px
}

.ot-nationality .country-list ul li .id {
  background-position: -160px -53px
}

.ot-nationality .country-list ul li .hu {
  background-position: -160px -64px
}

.ot-nationality .country-list ul li .ht {
  background-position: -160px -75px
}

.ot-nationality .country-list ul li .hr {
  background-position: -160px -86px
}

.ot-nationality .country-list ul li .hn {
  background-position: -160px -97px
}

.ot-nationality .country-list ul li .hk {
  background-position: -160px -108px
}

.ot-nationality .country-list ul li .gy {
  background-position: -160px -119px
}

.ot-nationality .country-list ul li .gw {
  background-position: -160px -130px
}

.ot-nationality .country-list ul li .gu {
  background-position: -160px -141px
}

.ot-nationality .country-list ul li .gt {
  background-position: 0 -155px
}

.ot-nationality .country-list ul li .gs {
  background-position: -16px -155px
}

.ot-nationality .country-list ul li .gr {
  background-position: -32px -155px
}

.ot-nationality .country-list ul li .gq {
  background-position: -48px -155px
}

.ot-nationality .country-list ul li .gp {
  background-position: -64px -155px
}

.ot-nationality .country-list ul li .gn {
  background-position: -80px -155px
}

.ot-nationality .country-list ul li .gm {
  background-position: -96px -155px
}

.ot-nationality .country-list ul li .gl {
  background-position: -112px -155px
}

.ot-nationality .country-list ul li .gi {
  background-position: -128px -155px
}

.ot-nationality .country-list ul li .gh {
  background-position: -144px -155px
}

.ot-nationality .country-list ul li .gg {
  background-position: -160px -155px
}

.ot-nationality .country-list ul li .ge {
  background-position: -176px 0
}

.ot-nationality .country-list ul li .gd {
  background-position: -176px -11px
}

.ot-nationality .country-list ul li .gb {
  background-position: -176px -22px
}

.ot-nationality .country-list ul li .ga {
  background-position: -176px -33px
}

.ot-nationality .country-list ul li .fr {
  background-position: -176px -44px
}

.ot-nationality .country-list ul li .gf {
  background-position: -176px -44px
}

.ot-nationality .country-list ul li .re {
  background-position: -176px -44px
}

.ot-nationality .country-list ul li .mf {
  background-position: -176px -44px
}

.ot-nationality .country-list ul li .bl {
  background-position: -176px -44px
}

.ot-nationality .country-list ul li .fo {
  background-position: -176px -55px
}

.ot-nationality .country-list ul li .fm {
  background-position: -176px -66px
}

.ot-nationality .country-list ul li .fk {
  background-position: -176px -77px
}

.ot-nationality .country-list ul li .fj {
  background-position: -176px -88px
}

.ot-nationality .country-list ul li .fi {
  background-position: -176px -99px
}

.ot-nationality .country-list ul li .eu {
  background-position: -176px -121px
}

.ot-nationality .country-list ul li .et {
  background-position: -176px -132px
}

.ot-nationality .country-list ul li .es {
  background-position: -176px -143px
}

.ot-nationality .country-list ul li .er {
  background-position: -176px -154px
}

.ot-nationality .country-list ul li .eh {
  background-position: -16px -166px
}

.ot-nationality .country-list ul li .eg {
  background-position: -32px -166px
}

.ot-nationality .country-list ul li .ee {
  background-position: -48px -166px
}

.ot-nationality .country-list ul li .ec {
  background-position: -64px -166px
}

.ot-nationality .country-list ul li .dz {
  background-position: -80px -166px
}

.ot-nationality .country-list ul li .do {
  background-position: -96px -166px
}

.ot-nationality .country-list ul li .dm {
  background-position: -112px -166px
}

.ot-nationality .country-list ul li .dk {
  background-position: -128px -166px
}

.ot-nationality .country-list ul li .dj {
  background-position: -144px -166px
}

.ot-nationality .country-list ul li .de {
  background-position: -160px -166px
}

.ot-nationality .country-list ul li .cz {
  background-position: -176px -166px
}

.ot-nationality .country-list ul li .cy {
  background-position: 0 -177px
}

.ot-nationality .country-list ul li .cx {
  background-position: -16px -177px
}

.ot-nationality .country-list ul li .cw {
  background-position: -32px -177px
}

.ot-nationality .country-list ul li .cv {
  background-position: -48px -177px
}

.ot-nationality .country-list ul li .cu {
  background-position: -64px -177px
}

.ot-nationality .country-list ul li .cs {
  background-position: -80px -177px
}

.ot-nationality .country-list ul li .cr {
  background-position: -96px -177px
}

.ot-nationality .country-list ul li .co {
  background-position: -112px -177px
}

.ot-nationality .country-list ul li .cn {
  background-position: -128px -177px
}

.ot-nationality .country-list ul li .cm {
  background-position: -144px -177px
}

.ot-nationality .country-list ul li .cl {
  background-position: -160px -177px
}

.ot-nationality .country-list ul li .ck {
  background-position: -176px -177px
}

.ot-nationality .country-list ul li .ci {
  background-position: -192px 0
}

.ot-nationality .country-list ul li .cg {
  background-position: -192px -11px
}

.ot-nationality .country-list ul li .cf {
  background-position: -192px -22px
}

.ot-nationality .country-list ul li .cd {
  background-position: -192px -33px
}

.ot-nationality .country-list ul li .cc {
  background-position: -192px -44px
}

.ot-nationality .country-list ul li .ca {
  background-position: -192px -66px
}

.ot-nationality .country-list ul li .bz {
  background-position: -192px -77px
}

.ot-nationality .country-list ul li .by {
  background-position: -192px -88px
}

.ot-nationality .country-list ul li .bw {
  background-position: -192px -99px
}

.ot-nationality .country-list ul li .bt {
  background-position: -192px -110px
}

.ot-nationality .country-list ul li .bs {
  background-position: -192px -121px
}

.ot-nationality .country-list ul li .br {
  background-position: -192px -132px
}

.ot-nationality .country-list ul li .bq {
  background-position: -192px -143px
}

.ot-nationality .country-list ul li .bo {
  background-position: -192px -154px
}

.ot-nationality .country-list ul li .bn {
  background-position: -192px -165px
}

.ot-nationality .country-list ul li .bm {
  background-position: -192px -176px
}

.ot-nationality .country-list ul li .bj {
  background-position: 0 -188px
}

.ot-nationality .country-list ul li .bi {
  background-position: -16px -188px
}

.ot-nationality .country-list ul li .bh {
  background-position: -32px -188px
}

.ot-nationality .country-list ul li .bg {
  background-position: -48px -188px
}

.ot-nationality .country-list ul li .bf {
  background-position: -64px -188px
}

.ot-nationality .country-list ul li .be {
  background-position: -80px -188px
}

.ot-nationality .country-list ul li .bd {
  background-position: -96px -188px
}

.ot-nationality .country-list ul li .bb {
  background-position: -112px -188px
}

.ot-nationality .country-list ul li .ba {
  background-position: -128px -188px
}

.ot-nationality .country-list ul li .az {
  background-position: -144px -188px
}

.ot-nationality .country-list ul li .ax {
  background-position: -160px -188px
}

.ot-nationality .country-list ul li .aw {
  background-position: -176px -188px
}

.ot-nationality .country-list ul li .au {
  background-position: -192px -188px
}

.ot-nationality .country-list ul li .hm {
  background-position: -192px -188px
}

.ot-nationality .country-list ul li .at {
  background-position: -208px 0
}

.ot-nationality .country-list ul li .as {
  background-position: -208px -11px
}

.ot-nationality .country-list ul li .ar {
  background-position: -208px -22px
}

.ot-nationality .country-list ul li .ao {
  background-position: -208px -33px
}

.ot-nationality .country-list ul li .an {
  background-position: -208px -44px
}

.ot-nationality .country-list ul li .am {
  background-position: -208px -55px
}

.ot-nationality .country-list ul li .al {
  background-position: -208px -66px
}

.ot-nationality .country-list ul li .ai {
  background-position: -208px -77px
}

.ot-nationality .country-list ul li .ag {
  background-position: -208px -88px
}

.ot-nationality .country-list ul li .af {
  background-position: -208px -99px
}

.ot-nationality .country-list ul li .ae {
  background-position: -208px -110px
}

.ot-nationality .country-list ul li .ad {
  background-position: -208px -121px
}

.ot-nationality .country-list ul li .np {
  background-position: -208px -132px
}

.ot-nationality .country-list ul li .ch {
  background-position: -208px -143px
}

.ot-nationality .country-list ul li .uk {
  background-position: -176px -22px
}

@media (max-width:767px) {
  .ot-nationality input.nationality {
    width: 100%
  }

  .ot-nationality .country-list {
    width: 100%
  }
}

.ot-departure-time .cal {
  color: #fff;
  -moz-border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  border-radius: .3125rem;
  padding: 6px 6px 8px 6px;
  display: none;
  position: absolute;
  box-shadow: 0 0 2px #514a40;
  width: 555px;
  z-index: 90
}

.ot-departure-time .dmonth,
.ot-departure-time .ddate {
  position: relative;
  float: left
}

.ot-departure-time .dmonth {
  width: 290px
}

.ot-departure-time .ddate {
  margin-left: 6px;
  position: relative;
  text-align: center
}

.ot-departure-time div.dtip {
  background: #FFF;
  color: #959494;
  display: block;
  padding: 4px 10px 4px 10px
}

.ot-departure-time div.dtip label {
  margin: 0;
  padding: 0;
  font-size: 15px
}

.ot-departure-time div.dtip input[type='checkbox'] {
  width: 20px;
  height: 20px;
  vertical-align: middle
}

.ot-departure-time input[type="checkbox"]:checked::after {
  width: 15px;
  height: 10px;
  top: 1px;
  left: 1px
}

.ot-departure-time input.arrival-date {
  cursor: pointer
}

.ot-departure-time .cal .year {
  height: 30px
}

.ot-departure-time .cal .year>span {
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  padding: 6px 12px;
  font-size: 15px;
  cursor: pointer
}

.ot-departure-time .cal .year span.sel {
  color: #514940;
  background: #fff
}

.ot-departure-time .cal .months {
  background: #fff;
  width: 100%;
  padding: 1px
}

.ot-departure-time .cal .months span {
  text-align: center;
  color: #ccc;
  text-decoration: line-through;
  display: inline-block;
  padding: 6px 4px;
  width: 95px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-left: -1px;
  margin-bottom: -1px;
  font-size: 14px
}

.ot-departure-time .cal .months span.active {
  color: #514940;
  text-decoration: none
}

.ot-departure-time .cal .months span.active:hover {
  color: #fff;
  background: #959595;
  cursor: pointer
}

.ot-departure-time .cal .months span.sel,
.ot-departure-time .cal .months span.sel:hover {
  color: #fff;
  background: #ab9271
}

.ot-departure-time .cal .ddate span.s-month {
  display: inline-block;
  padding: 3px 0;
  height: 30px
}

.ot-departure-time .cal .ddate .date-grid {
  font-size: 14px;
  color: #514940;
  background: #FFF;
  padding-left: 1px
}

.ot-departure-time .cal .ddate a {
  color: #514940;
  display: inline-block;
  width: 36px;
  padding: 2px 5px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-left: -1px;
  margin-bottom: -1px;
  text-decoration: none
}

.ot-departure-time .cal .ddate a.w_t {
  font-size: 12px;
  text-align: center;
  height: 20px
}

.ot-departure-time .cal .ddate .ddrows a {
  height: 26px
}

.ot-departure-time .cal .ddate .ddrows a.empty {
  color: #eee
}

.ot-departure-time .cal .ddate .ddrows a.off {
  color: #ccc;
  text-decoration: line-through
}

.ot-departure-time .cal .ddate .ddrows a.active:hover {
  color: #fff;
  background: #959595;
  cursor: pointer
}

.ot-departure-time .cal .ddate .ddrows a.sel,
.ot-departure-time .cal .ddate .ddrows a.sel:hover {
  color: #fff;
  background: #ab9271
}

.ot-departure-time .cal .dmonth span.xc {
  display: none
}

.ot-departure-time .cal .ddate span.xc {
  display: block
}

.ot-departure-time .cal .dmonth span.xc,
.ot-departure-time .cal .ddate span.xc {
  text-align: center;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  cursor: pointer
}

.ot-departure-time .cal .dmonth span.xc:hover,
.ot-departure-time .cal .ddate span.xc:hover {
  background: #fff;
  color: #514940;
  border-radius: 4px
}

.ot-departure-time .cal .hx_ {
  display: none
}

@media (max-width:767px) {
  .ot-departure-time input.arrival-date {
    height: 45px;
    background-position: center right 4px;
    padding-left: 8px
  }

  .ot-departure-time .cal {
    top: 45px
  }

  .ot-departure-time .cal .months {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .ot-departure-time .dmonth {
    width: 100%
  }

  .ot-departure-time .cal,
  .ot-departure-time .cal .months,
  .ot-departure-time .cal .ddate {
    width: 100%;
    height: auto
  }

  .ot-departure-time .cal .months span {
    width: 33.3%;
    padding: 8px 4px;
    font-size: 15px
  }

  .ot-departure-time .ddate {
    margin-left: 0
  }

  .ot-departure-time .cal .ddate a.w_t,
  .ot-departure-time .cal .ddate .ddrows a {
    width: 14.3%;
    height: auto;
    text-align: center
  }

  .ot-departure-time .cal .ddate .ddrows a {
    padding: 6px
  }

  .ot-departure-time .cal .year>span {
    padding: 6px 12px
  }

  .ot-departure-time div.ele-c {
    width: 48%
  }

  .ot-departure-time input.date {
    width: 100%
  }

  .ot-departure-time .cal .dmonth span.xc {
    display: block
  }

  .ot-departure-time .cal .ddate span.xc {
    display: none
  }
}

@media (min-width:768px) {
  .ot-departure-time .cal.dlf {
    left: 179px;
    width: 258px
  }
}

.ot-duration .num-bar {
  position: absolute;
  width: 151px;
  right: 0;
  top: 0;
  border-left-width: 1px;
  border-left-style: solid;
  height: 44px;
  z-index: 60
}

.ot-duration .num-bar span.less,
.ot-duration .num-bar span.plus {
  font-size: 18px;
  display: block;
  position: absolute;
  width: 50px;
  height: 44px;
  text-align: center;
  z-index: 88;
  background: #ececec;
  cursor: pointer
}

.ot-duration .less i,
.ot-duration .plus i {
  display: block;
  position: relative;
  border-top: 1px solid #776F70;
  height: 0;
  width: 17px;
  margin: 22px auto 0 auto
}

.ot-duration .plus i:after {
  display: block;
  position: absolute;
  content: "";
  border-left: 1px solid #776F70;
  height: 17px;
  width: 0;
  left: 8px;
  top: -9px
}

.ot-duration .less:hover i,
.ot-duration .plus:hover i,
.ot-duration .plus:hover i:after {
  border-color: #fff
}

.ot-duration .num-bar span.less {
  top: 0;
  left: 0
}

.ot-duration .num-bar span.plus {
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0
}

.ot-duration .num-bar span.less:hover,
.ot-duration .num-bar span.plus:hover {
  background-color: #959494
}

.ot-duration .num-bar span.pax,
.ot-duration .num-max span.pax {
  display: block;
  position: absolute;
  top: 6px;
  z-index: 77
}

.ot-duration .num-bar span.pax {
  left: 77px
}

.ot-duration .num-bar input {
  text-align: center;
  position: absolute;
  width: 50px;
  height: 44px;
  padding: 2px 6px;
  top: 0;
  left: 50px;
  z-index: 77
}

.ot-duration .inner-title {
  margin-left: 8px;
  line-height: 44px
}

.ot-people .num-bar {
  position: absolute;
  width: 151px;
  right: 0;
  top: 0;
  border-left-width: 1px;
  border-left-style: solid;
  height: 44px;
  z-index: 60
}

.ot-people .num-bar span.less,
.ot-people .num-bar span.plus {
  font-size: 18px;
  display: block;
  position: absolute;
  width: 50px;
  height: 44px;
  text-align: center;
  z-index: 88;
  background: #ececec;
  cursor: pointer
}

.ot-people .less i,
.ot-people .plus i {
  display: block;
  position: relative;
  border-top: 1px solid #776F70;
  height: 0;
  width: 17px;
  margin: 22px auto 0 auto
}

.ot-people .plus i:after {
  display: block;
  position: absolute;
  content: "";
  border-left: 1px solid #776F70;
  height: 17px;
  width: 0;
  left: 8px;
  top: -9px
}

.ot-people .less:hover i,
.ot-people .plus:hover i,
.ot-people .plus:hover i:after {
  border-color: #fff
}

.ot-people .num-bar span.less {
  top: 0;
  left: 0
}

.ot-people .num-bar span.plus {
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0
}

.ot-people .num-bar span.less:hover,
.ot-people .num-bar span.plus:hover {
  background-color: #959494
}

.ot-people .num-bar span.pax,
.ot-people .num-max span.pax {
  display: block;
  position: absolute;
  top: 6px;
  z-index: 77
}

.ot-people .num-bar span.pax {
  left: 77px
}

.ot-people .num-bar input {
  text-align: center;
  position: absolute;
  width: 50px;
  height: 44px;
  padding: 2px 6px;
  top: 0;
  left: 50px;
  z-index: 77
}

.ot-people .inner-title {
  margin-left: 8px;
  line-height: 44px
}

.ot-subscribe input[type="email"] {
  display: inline-block;
  width: 70%;
  margin: 0
}

.ot-subscribe a.submit {
  display: inline-block;
  width: 30%;
  height: 43px;
  float: right;
  padding-top: 12px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px
}

.ot-subscribe .err.active {
  top: 60px
}


.vb-article-col3-pages-b4 .article-list {
  width: 100%;
  margin-top: -28px
}

.vb-article-col3-pages-b4 .article-btn,
.vb-article-col3-pages-b4 .article-btn:hover,
.vb-article-col3-pages-b4 .article-btn:visited {
  color: #000000 !important;
  text-transform: uppercase
}

.vb-article-col3-pages-b4 .article-btn:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: 11px;
  border-width: 3px;
  border-style: solid;
  border-color: #f39800 #f39800 transparent transparent;
  transform: rotate(45deg);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px
}

@media (min-width:768px) {
  .vb-article-col3-pages-b4 .article-item {
    height: 518px
  }
}

@media (min-width:1200px) {

  .vb-article-col3-pages-b4 .article-item {
    height: 497px
  }
}

@media (max-width:767px) {
  .vb-article-col3-pages-b4 .article-list {
    width: calc(100% + 15px)
  }

  .vb-article-col3-pages-b4 .article-item {
    height: auto
  }

  .vb-article-col3-pages-b4 .article-item .article-caption {
    padding-bottom: 30px
  }

  .vb-article-col3-pages-b4 .article-item .article-btn {
    position: static;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: 30px;
    text-align: right
  }
}

.vb-why-choose-b1 {
  background: url(../image/ah-bottom-why-us-bg-pc.jpg) center #565656;
  background-size: auto;
  background-size: cover;
  height: 480px;
  padding-top: 5dvb;
}



.vb-why-choose-b1 h1 {
  font-size: 2.1em;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.vb-why-choose-b1 .wc-list li {
  text-align: center;
  padding: 0 15px;
  height: 280px;
  background: #fff;
  color: #202020;
  border-radius: 6px;
  font-size: 1.1rem;
  width: 230px;
  margin-top: 60px;
}

@media (max-width:768px) {
  .vb-why-choose-b1 .wc-list li {
    margin-top: 40px;
  }
}

.vb-why-choose-b1 .wc-list .wc-icon {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  background: #dcdcdc;
  border-radius: 50%;
  padding: 8px;
  position: relative;
  top: -20px;
}

.vb-why-choose-b1 .wc-list .wx-icon-01 {
  background: #dcdcdc url(../image/icon-01.png) center no-repeat;
}

.vb-why-choose-b1 .wc-list .wx-icon-02 {
  background: #dcdcdc url(../image/icon-02.png) center no-repeat;
}

.vb-why-choose-b1 .wc-list .wx-icon-03 {
  background: #dcdcdc url(../image/icon-03.png) center no-repeat;
}

.vb-why-choose-b1 .wc-list .wx-icon-04 {
  background: #dcdcdc url(../image/icon-04.png) center no-repeat;
}

.vb-why-choose-b1 .wc-list h3 {
  clear: both;
  font-size: 1.3rem;
  font-weight: 600;
  padding-bottom: 0;
  display: inline-block;
  width: 180px;
  line-height: 1.375rem;
  height: 60px;
  color: #202020;
  border-bottom: 1px solid #383838;
  margin-bottom: 10px;
}

@media (max-width:768px) {
  .vb-why-choose-b1 {
    background: url(../image/ah-bottom-why-us-bg-pc.jpg) center #565656;
    background-size: auto;
    background-size: cover;
    height: 520px;
    padding-top: 10px;
  }
  
  
  
  .vb-why-choose-b1 h1 {
    font-size: 2.1em;
    color: #fff;
    text-align: center;
    font-weight: 600;
  }
  .vb-why-choose-b1 .wc-list li {
    text-align: center;
    padding: 0 10px;
    height: 280px;
    background: #fff;
    color: #202020;
    border-radius: 6px;
    font-size: 1.1rem;
    width: 48%;
    margin-top: 30px;
  }
  .vb-why-choose-b1 .wc-list li div{
  line-height: 1.3em;}

  .vb-why-choose-b1 .wc-list h3 {
    clear: both;
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 0;
    display: inline-block;
    width: 95%;
    line-height: 1.375rem;
    height: 80px;
    color: #202020;
    border-bottom: 1px solid #383838;
    margin-bottom: 10px;
  }

  .vb-why-choose-b1 {
    height: 760px;
  }
}