@media (max-width:1199px) {
  #homeTpl main {
    margin-top: 93px
  }
}

@media (min-width:768px) {

  main>._sc:first-child,
  main>.l_r_wrap {
    margin-top: 1.9375rem
  }
}

@media(max-width:767px) {

  body#tourDetailsTpl main {
    margin-top: 0
  }

  main>._sc:first-child,
  main>.l_r_wrap {
    padding-top: 30px
  }

  main>._sc[class*='top-banner'] {
    padding-top: 0
  }
}

.ui-sprite:before,
.ui-sprite:after {
  background-image: url(/images/ui-sprite.svg);
  background-repeat: no-repeat;
  background-size: 630px 280px
}

h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1
}

h1,
h2,
.h2,
h3,
h4 {
  line-height: 1.2em
}

h1 {
  font-size: 1.875rem
}

h2,
.h2 {
  font-size: 1.5625rem
}

sub+.no-text {
  margin-top: 25px !important
}

.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-nav-ody-b4 {
  height: 7.5625rem;
  font-size: 1rem;
  line-height: 1;
  border-bottom: 1px solid #000
}

.vb-nav-ody-b4>.container {
  height: 7.5rem
}

.vb-nav-ody-b4 a {
  text-decoration: none
}

.vb-nav-ody-b4 .info-wrap {
  height: 60px
}

#web-logo {
  width: 195px;
  height: 45px
}

.vb-nav-ody-b4 .phone1 {
  transform: translateY(-3px)
}

.vb-nav-ody-b4 .icon-phone:before {
  margin-right: 6px;
  font-size: 20px
}

.vb-nav-ody-b4 .phone1:after {
  content: '/';
  display: inline-block;
  padding: 0 10px
}

.vb-nav-ody-b4 .lang-btn:hover {
  color: #f39800
}

.vb-nav-ody-b4 .lang-btn:before {
  display: none
}

.vb-nav-ody-b4 .lang-btn:after {
  content: '\e803';
  margin-left: 10px
}

.vb-nav-ody-b4 .lang-now {
  color: #959595
}

.vb-nav-ody-b4 .search-btn {
  height: 2.1875rem;
  font-size: 0;
  color: #514940;
  cursor: pointer
}

.vb-nav-ody-b4 .search-btn:before {
  font-size: 1.25rem;
  font-weight: 700;
  transform: translateY(15px)
}

.vb-nav-ody-b4 .search-btn:hover {
  color: #f39800
}

.vb-nav-ody-b4 .search-title {
  margin: 15px 15px 0 0;
  font-size: 25px
}

.vb-nav-ody-b4 .input-group {
  border: 1px solid #514940
}

.vb-nav-ody-b4 .input-desti,
.vb-nav-ody-b4 .input-group>.icon-search {
  height: 58px
}

.vb-nav-ody-b4 .input-desti {
  width: 520px;
  padding: 0 20px;
  border: none;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px
}

.vb-nav-ody-b4 .input-desti.in {
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0
}

.vb-nav-ody-b4 .input-desti,
.vb-nav-ody-b4 .input-desti::placeholder {
  font-size: 22px
}

.vb-nav-ody-b4 .input-desti::placeholder {
  color: #959595
}

.vb-nav-ody-b4 .input-group>.icon-search {
  width: 80px;
  font-size: 36px;
  background-color: #f39800;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  transition: background-color ease-in-out .5s
}

.vb-nav-ody-b4 .input-group>.icon-search:before {
  padding-left: 25px;
  padding-top: 10px;
  font-weight: 700;
  color: #fff
}

.vb-nav-ody-b4 .input-group>.icon-search.in {
  background-color: #d2d2d2;
  cursor: default
}

.vb-nav-ody-b4 .select-desti {
  display: none;
  left: 0;
  top: 60px;
  z-index: 9;
  width: calc(100% - 80px);
  height: 278px;
  overflow-y: scroll;
  padding: 15px 0;
  border: 1px solid #514940;
  border-top: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

.vb-nav-ody-b4 .select-desti.in,
.vb-nav-ody-b4 .options-desti.in,
.vb-nav-ody-b4 .select-desti>.tips.in,
.vb-top-banner-search-b1 .tips.no-value.in {
  display: block
}

.vb-nav-ody-b4 .options-desti {
  display: none;
  line-height: 1em;
  cursor: pointer
}

.vb-nav-ody-b4 .options-desti:hover {
  background-color: #f7f7f7
}

.vb-nav-ody-b4 .a-opt {
  padding: 10px 20px;
  text-decoration: none
}

.vb-nav-ody-b4 .no-match {
  display: none;
  left: 20px;
  top: 20px;
  margin-top: -8px
}

.vb-nav-ody-b4 .no-value {
  display: none;
  left: 0;
  top: 60px;
  z-index: 8;
  width: calc(100% - 80px);
  height: 55px;
  padding: 15px 20px;
  color: #f39800;
  background-color: #fff;
  border: 1px solid #514940;
  border-top: none
}

.vb-nav-ody-b4 .nav-wrap {
  z-index: 999;
  text-align: right
}

.vb-nav-ody-b4 .nav1 {
  justify-content: flex-end
}

.vb-nav-ody-b4 .nav3 {
  display: none
}

.vb-nav-ody-b4 .menu-a.active {
  color: #f39800
}

.vb-nav-ody-b4 .nav-ad {
  display: none
}

@media (min-width:1200px) {
  #web-logo {
    transform: translateY(50px)
  }

  .vb-nav-ody-b4 .phone2 {
    letter-spacing: .08125rem
  }

  .vb-nav-ody-b4 .phone2:before {
    display: none
  }

  .vb-nav-ody-b4 .icon-email:before {
    content: '';
    width: 0;
    margin: 0
  }

  .vb-nav-ody-b4 .language {
    display: none;
    width: 5rem;
    top: 48px;
    right: calc(50% - 585px);
    z-index: 9;
    background: #fff
  }

  .vb-nav-ody-b4 .language.active {
    display: block
  }

  .vb-nav-ody-b4 .lang-list {
    padding: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .14)
  }

  .vb-nav-ody-b4 .lang-item {
    border-bottom: 1px solid #bbb
  }

  .vb-nav-ody-b4 .menu-a:hover {
    color: #f39800
  }

  .vb-nav-ody-b4 {
    position: relative
  }

  .vb-nav-ody-b4 .nav-wrap {
    position: static
  }

  .vb-nav-ody-b4 .nav-wrap>.container {
    display: flex;
    justify-content: flex-end
  }

  .vb-nav-ody-b4 .nav1-menu:hover>.nav2-full {
    opacity: 1;
    -webkit-transform: perspective(500px) rotate3d(0, 0, 0, 0)
  }

  .vb-nav-ody-b4 .nav1-menu:nth-of-type(2) .nav2,
  .vb-nav-ody-b4 .nav1-menu:nth-of-type(2) .nav3 {
    min-height: 26.25rem
  }

  .vb-nav-ody-b4 .nav1-menu:last-child>a>span {
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    color: #fff;
    line-height: 30px;
    background-color: #000;
    transform: translateY(-5px);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px
  }

  .vb-nav-ody-b4 .nav1-menu:last-child:hover>a>span {
    background-color: #303030
  }

  .vb-nav-ody-b4 .nav1-menu>.menu-a {
    padding-bottom: 30px
  }

  .vb-nav-ody-b4 .nav1-menu>.icon-arrow-down-large {
    position: relative;
    padding-right: 40px
  }

  .vb-nav-ody-b4 .nav1-menu>.icon-arrow-down-large:before {
    position: absolute;
    right: 18px;
    top: calc(50% - 8px);
    margin-top: -8px;
    transition: transform 500ms ease-in-out
  }

  .vb-nav-ody-b4 .nav2-full {
    position: absolute;
    left: 0;
    top: 7.5625rem;
    z-index: 99;
    width: 100%;
    padding: 1.25em 0 2.1875rem;
    background: #f7f7f7;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .14);
    opacity: 0;
    -webkit-transform: perspective(100px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    transition: transform .65s ease-in-out, opacity .3s ease-out
  }

  .vb-nav-ody-b4 .nav2-full.index1 {
    opacity: 1
  }

  .vb-nav-ody-b4 .nav2-full.active {
    opacity: 1;
    transform: scaleY(1)
  }

  .vb-nav-ody-b4 .nav2 {
    position: relative
  }

  .vb-nav-ody-b4 .nav2-menu {
    width: 17.8125rem;
    padding-right: 1.5625rem
  }

  .vb-nav-ody-b4 .nav2-menu:before {
    display: none
  }

  .vb-nav-ody-b4 .nav2-title {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.5625rem 0 1.0625rem;
    border-bottom: 1px solid #959595;
    font-size: 1rem
  }

  .vb-nav-ody-b4 .nav1-menu.has-level3 .nav2-title,
  .vb-nav-ody-b4 .nav1-menu:nth-last-of-type(2) .nav2-title {
    font-size: 1.125rem
  }

  .vb-nav-ody-b4 .nav1-menu.has-level3 .nav2-title {
    padding: 1.25rem 0
  }

  .vb-nav-ody-b4 .nav2>.nav2-menu:first-child>.nav2-title {
    padding: 1.25rem 0;
    font-size: 1.5rem
  }

  .vb-nav-ody-b4 .nav2-title:hover {
    color: #f39800
  }

  .vb-nav-ody-b4 span.nav2-title:hover {
    cursor: default
  }

  .vb-nav-ody-b4 .nav2-menu.active>.nav3 {
    display: block
  }

  .vb-nav-ody-b4 .nav2>.nav2-title,
  .vb-nav-ody-b4 .nav1-menu.has-level3 .nav2-menu:last-child>.nav2-title {
    border-bottom: none
  }

  .vb-nav-ody-b4 .nav1-menu.has-level3 .nav2-title:before {
    position: absolute;
    right: .3125rem;
    font-size: 1rem;
    transform: rotate(-90deg)
  }

  .vb-nav-ody-b4 .nav2-full.index3 .view-all {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(63px)
  }

  .vb-nav-ody-b4 .nav2-full.index3 {
    min-height: 560px;
    padding-bottom: 35px
  }

  .vb-nav-ody-b4 .nav2-full.index3 .nav3 {
    height: 435px
  }

  .vb-nav-ody-b4 .nav3 {
    position: absolute;
    left: 285px;
    top: 0;
    padding: 4.5625rem 0 1.875rem 2.8125rem
  }

  .vb-nav-ody-b4 .nav3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px solid #959595
  }

  .vb-nav-ody-b4 .nav2-full.index1 .nav3 {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-width: 12.5rem;
    -webkit-column-width: 12.5rem;
    -moz-column-width: 12.5rem;
    -ms-column-width: 12.5rem;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0
  }

  .vb-nav-ody-b4 .nav2-full.index1 .nav3-menu {
    -webkit-column-break-inside: avoid;
    height: 100%;
    overflow: auto;
    padding: .9375rem 0;
    font-size: 1rem
  }

  .vb-nav-ody-b4 .nav2-full:not(.index1) .nav3 {
    width: calc(100% - 285px)
  }

  .vb-nav-ody-b4 .nav2-full:not(.index1) .nav2-menu.active>.nav3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
  }

  .vb-nav-ody-b4 .nav2-full:not(.index1) .nav3-menu {
    width: calc(50% - 25px)
  }

  .vb-nav-ody-b4 .nav2-full:not(.index1) .nav3-menu:nth-of-type(2n) {
    margin-left: 50px
  }

  .vb-nav-ody-b4 .nav2-full:not(.index1) .nav3-menu>.menu-a {
    display: block;
    width: 100%;
    padding: 1.5625rem 0 1.0625rem;
    font-size: 1rem;
    border-bottom: 1px solid #959595
  }

  .vb-nav-ody-b4 .intro-txt {
    left: 2.8125rem;
    top: 1rem;
    color: #f39800
  }

  .vb-nav-ody-b4 a.intro-txt {
    text-decoration: underline
  }

  .vb-nav-ody-b4 .nav-ad {
    left: 40.875rem;
    top: 5.6875rem
  }

  .vb-nav-ody-b4 .nav1-menu:hover .nav-ad {
    display: block
  }

  .vb-nav-ody-b4 .nav1-menu:not(.has-level3)>.nav2-full {
    padding: 42px 0 60px
  }

  .vb-nav-ody-b4 .nav1-menu:not(.has-level3)>.nav2-full>.container {
    min-height: 350px
  }

  .vb-nav-ody-b4 .nav1-menu:not(.has-level3) .nav2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% - 386px)
  }

  .vb-nav-ody-b4 .nav1-menu:not(.has-level3) .nav2:before {
    display: none
  }

  .vb-nav-ody-b4 .nav1-menu:not(.has-level3) .nav2-menu {
    padding-right: 0
  }

  .vb-nav-ody-b4 .nav1-menu:not(.has-level3) .nav2>.nav2-menu:nth-of-type(2n) {
    margin-left: 132px
  }

  .vb-nav-ody-b4 .nav1-menu:not(.has-level3) .nav2>.nav2-title {
    padding-bottom: 10px;
    font-size: 24px
  }

  .vb-nav-ody-b4 .nav1-menu:not(.has-level3) .nav2-menu>.nav2-title:before {
    display: none
  }

  .vb-nav-ody-b4 .nav1-menu:not(.has-level3) .nav2-title-sub {
    font-size: 1rem;
    margin-top: 12px
  }

  .vb-nav-ody-b4 .nav1-menu:not(.has-level3):not(:last-child) .nav-ad {
    left: calc(100% + 50px);
    top: 62px;
    width: 231px
  }

  .vb-nav-ody-b4 .nav1-menu:not(.has-level3):nth-last-child(2) .nav-ad {
    right: -386px;
    top: 64px;
    width: 386px
  }

  .vb-nav-ody-b4 .search-full.active {
    display: block;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .14)
  }

  .vb-nav-ody-b4 .search-wrap {
    display: none;
    position: absolute;
    top: 121px;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 34px 0
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .vb-nav-ody-b4 .nav-wrap {
    width: 60% !important
  }
}

@media (max-width:1199px) {
  .vb-nav-ody-b4 {
    height: 5.8125rem
  }

  .vb-nav-ody-b4>.container {
    height: 5.75rem
  }

  .vb-nav-ody-b4 .info-wrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    align-items: center;
    height: 5.75rem;
    padding: 1.125rem 0
  }

  .vb-nav-ody-b4 .nav-bar {
    position: static;
    top: auto;
    left: auto;
    font-size: .9375rem;
    width: 3.25rem;
    padding-top: .5625rem;
    padding-bottom: .5625rem;
    letter-spacing: .125rem;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    transition: all 1s
  }

  .vb-nav-ody-b4 .bar-menu,
  .vb-nav-ody-b4 .nav-bar.active>.bar-close {
    display: block
  }

  .vb-nav-ody-b4 .bar-close,
  .vb-nav-ody-b4 .nav-bar.active>.bar-menu {
    display: none
  }

  .vb-nav-ody-b4 .phone-num {
    position: fixed;
    right: -190px;
    top: 93px;
    z-index: 3;
    display: block;
    min-width: 175px;
    height: 35px;
    padding: 5px 10px;
    background-color: #f7f7f7;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, .35);
    transition: transform ease-in-out .5s
  }

  .vb-nav-ody-b4 .phone-num.in {
    transform: translateX(-190px)
  }

  .vb-nav-ody-b4 .phone-num.phone1:after {
    display: none
  }

  .vb-nav-ody-b4 .phone-num.phone2 {
    margin-top: 30px;
    border-top: 1px solid #514940;
    transition-delay: 0.2s
  }

  .vb-nav-ody-b4 .icon.icon-phone:before {
    padding-right: 45px;
    font-size: 26px;
    transform: translateY(2px)
  }

  .vb-nav-ody-b4 .icon-email {
    font-size: 0
  }

  .vb-nav-ody-b4 .icon-email:before {
    margin: 0;
    font-size: 2.05rem
  }

  .vb-nav-ody-b4,
  .vb-nav-ody-b4 .mask,
  .vb-nav-ody-b4 .nav-wrap,
  .vb-nav-ody-b4 .menu:before {
    transition: transform .5s
  }

  .vb-nav-ody-b4.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%
  }

  .unfixed-nav .vb-nav-ody-b4.fixed {
    position: static;
    left: auto;
    top: auto
  }

  .vb-nav-ody-b4 .nav-wrap.extend {
    transform: translateX(100vw)
  }

  .vb-nav-ody-b4 .container {
    position: static
  }

  .vb-nav-ody-b4 .mask {
    display: none;
    position: fixed;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    margin-top: 1px;
    background: rgba(0, 0, 0, .3)
  }

  .vb-nav-ody-b4 .mask.extend {
    transform: scale(1, 1)
  }

  .vb-nav-ody-b4 .nav-wrap {
    position: fixed;
    left: -100%;
    width: 78%;
    height: 100%;
    overflow-y: scroll;
    margin: 1px 0 0;
    padding: 0;
    text-align: left;
    background: #fff;
    box-shadow: 2px 0 8px 0 rgba(0, 0, 0, .14);
    -webkit-box-shadow: 2px 0 8px 0 rgba(0, 0, 0, .14)
  }

  .vb-nav-ody-b4 .menu {
    width: 100%;
    padding: 0;
    border-bottom: 2px solid #f7f7f7
  }

  .vb-nav-ody-b4 .menu:before {
    display: none
  }

  .vb-nav-ody-b4 .menu-txt {
    display: block;
    width: 100%;
    padding: 18px 0 18px 28px
  }

  .vb-nav-ody-b4 .slide-title:before {
    position: absolute;
    right: 1.25rem;
    transform: rotate(-90deg)
  }

  .vb-nav-ody-b4 .nav2-title:not(.slide-title):before {
    display: none
  }

  .vb-nav-ody-b4 .menu.active:before,
  .vb-nav-ody-b4 .menu.active>.menu-a,
  .vb-nav-ody-b4 .menu.active>.menu-a:before,
  .vb-nav-ody-b4 .menu.active>.nav2-title,
  .vb-nav-ody-b4 .menu-a:hover {
    color: #f39800
  }

  .vb-nav-ody-b4 .menu-back {
    display: block !important;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 25px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #303030
  }

  .vb-nav-ody-b4 .menu-back:before {
    display: inline-block;
    margin-right: 5px
  }

  .vb-nav-ody-b4 .nav-wrap>.container {
    padding: 0;
    transition: transform 0.5s
  }

  .vb-nav-ody-b4 .nav1 {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff
  }

  .vb-nav-ody-b4 .nav1>.menu:first-child {
    height: 3.75rem;
    padding: 0;
    line-height: 3.75rem
  }

  .vb-nav-ody-b4 .nav1>.menu:first-child>.menu-a {
    padding-top: 0;
    padding-bottom: 0
  }

  .vb-nav-ody-b4 .icon-home {
    padding-right: .4375rem;
    font-size: 26px
  }

  .vb-nav-ody-b4 .nav2-full,
  .vb-nav-ody-b4 .nav3 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    width: 100%;
    padding-bottom: 100px;
    background-color: #fff;
    transition: transform .6s ease-in-out
  }

  .vb-nav-ody-b4 .nav2-full>.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }

  .vb-nav-ody-b4 .view-all {
    height: auto;
    line-height: 1;
    color: #514940 !important;
    text-align: left;
    border: none;
    border-bottom: 2px solid #f7f7f7
  }

  .vb-nav-ody-b4 .nav3:before {
    display: none
  }

  .vb-nav-ody-b4 .nav3>.menu:first-child {
    padding-top: .5rem
  }

  .vb-nav-ody-b4 .nav3>.menu:last-child {
    padding-bottom: 0
  }

  .vb-nav-ody-b4 .nav3 .menu-a {
    padding-top: 16px;
    padding-bottom: 16px
  }

  .vb-nav-ody-b4 .language {
    padding: 28px 0 0 28px
  }

  .vb-nav-ody-b4 .icon-language {
    font-size: 28px
  }

  .vb-nav-ody-b4 .lang-list {
    display: inline-block
  }

  .vb-nav-ody-b4 .lang-item {
    padding: 0 1em;
    border-bottom: none;
    font-size: 1rem;
    line-height: 1
  }

  .vb-nav-ody-b4 .lang-item:not(:last-child) {
    border-right: 1px solid #000
  }
}

@media (max-width:767px) {
  .vb-nav-ody-b4 {
    height: 61px
  }

  .vb-nav-ody-b4>.container,
  .vb-nav-ody-b4 .info-wrap {
    height: 60px
  }

  .vb-nav-ody-b4 #web-logo,
  .vb-nav-ody-b4 #web-logo>.logo {
    width: 156px;
    height: 36px
  }

  .vb-nav-ody-b4 .icon.icon-phone:before {
    padding-right: 35px
  }

  .vb-nav-ody-b4 .phone-num {
    right: -190px;
    top: 61px
  }

  .vb-nav-ody-b4 .menu-back,
  .vb-nav-ody-b4 .menu-txt {
    padding-left: 18px
  }

  .vb-nav-ody-b4 .nav-wrap>.container {
    padding: 0
  }

  .vb-nav-ody-b4 .nav-wrap .nav2.container {
    padding: 0
  }

  .vb-nav-ody-b4 .nav3-menu>.menu-a {
    padding: 14px 10px 14px 28px;
    line-height: 1.2
  }
}

@media (max-width:320px) {
  .vb-nav-ody-b4 .icon.icon-phone:before {
    padding-right: 25px
  }

  .vb-nav-ody-b4 .nav-bar {
    font-size: 12px;
    width: 45px;
    padding-top: 8px;
    padding-bottom: 8px
  }

  .vb-nav-ody-b4 .icon.icon-phone:before {
    font-size: 24px
  }

  .vb-nav-ody-b4 .icon-email:before {
    font-size: 28px
  }
}

.vb-breadcrumb-b1 .list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2
}

.vb-breadcrumb-b1.no-banner-article .list {
  position: static;
  left: auto;
  top: auto;
  z-index: auto
}

.vb-breadcrumb-b1,
.vb-breadcrumb-b1 a {
  color: #fff;
  text-decoration: none
}

.vb-breadcrumb-b1 a:hover {
  color: #f39800
}

.vb-breadcrumb-b1 li.hc {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .8)
}

.vb-breadcrumb-b1.no-banner-article,
.vb-breadcrumb-b1.no-banner-article a {
  color: #333333 !important
}

.vb-breadcrumb-b1.no-banner-article a:hover {
  color: #f39800 !important
}

.vb-breadcrumb-b1.no-banner-article li.hc {
  text-shadow: none !important
}

.vb-breadcrumb-b1 li.hc {
  padding-right: .5em
}

.vb-breadcrumb-b1 li.hc:not(:nth-last-child(2)):after {
  display: inline-block;
  content: '>';
  padding-left: .375em
}

@media (min-width:768px) and (max-width:1199px) {
  .vb-breadcrumb-b1 {
    margin-top: 93px
  }

  body.unfixed-nav .vb-breadcrumb-b1 {
    margin-top: 0
  }
}

@media (max-width:991px) {
  .vb-breadcrumb-b1 .list {
    left: 25px
  }
}

@media (max-width:767px) {
  .vb-breadcrumb-b1 {
    margin-top: 77px
  }
}

.vb-img-show-topbanner-b1 {
  z-index: 9;
  top: 396px;
  height: 0;
  margin: 0 !important;
  padding-top: 0 !important
}

.vb-img-show-topbanner-b1 .awrad-img {
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 14%);
  -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 14%)
}

.vb-img-show-topbanner-b1 .award-info {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2 !important;
  text-align: left
}

@media (max-width:767px) {
  .vb-img-show-topbanner-b1 {
    z-index: 9;
    top: 346px
  }
}

@media (max-width:390px) {
  .vb-img-show-topbanner-b1 .award-img {
    margin-top: -18px
  }

  .vb-img-show-topbanner-b1 .award-info {
    top: 336px;
    max-width: 225px
  }
}

@media (max-width:320px) {
  .vb-img-show-topbanner-b1 .award-info {
    top: 336px;
    max-width: 180px
  }
}

.vb-top-banner-b1 .mask>.wrap {
  width: 80%
}

.vb-top-banner-b1 img {
  object-fit: cover
}

.vb-top-banner-b1 .mask {
  background-color: rgba(0, 0, 0, .25)
}

@media (min-width:768px) {
  .vb-top-banner-b1 {
    height: 450px;
    z-index: 0;
  }

  .vb-top-banner-b1 .mask>.wrap {
    max-width: 600px
  }
}

@media (min-width:992px) {
  .vb-top-banner-b1 .mask>.wrap {
    max-width: 1000px
  }
}

@media (max-width:767px) {
  .vb-top-banner-b1 {
    height: 400px;
    z-index: 0;
  }
}

.vb-nav-anchor-b4 {
  margin-top: 0 !important;
  margin-bottom: 52px !important
}

.vb-nav-anchor-b4 .anchor-wrap.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  margin-top: 0 !important
}

.vb-nav-anchor-b4 .btn {
  right: 0;
  top: calc(50% - 20px);
  width: 200px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  border-color: #f39800;
  background-color: #f39800
}

.vb-nav-anchor-b4 .btn:hover {
  color: #fff
}

body#tourDetailsTpl .vb-nav-anchor-b4 .btn {
  background-color: #303030;
  border-color: #303030
}

.vb-nav-anchor-b4 .a-anchor {
  color: #303030;
  text-decoration: none;
  text-transform: capitalize
}

.vb-nav-anchor-b4+._sc {
  margin-top: -1.125rem
}

.vb-nav-anchor-b4,
.vb-nav-anchor-b4 .anchor-wrap {
  height: 76px
}

.vb-nav-anchor-b4 .item-anchor>.a-anchor {
  color: #303030;
  margin: 0 10px
}

.vb-nav-anchor-b4 .item-anchor:first-child>.a-anchor {
  margin-left: 0
}

.vb-nav-anchor-b4 .item-anchor:last-child>.a-anchor {
  margin-right: 0
}

.vb-nav-anchor-b4 .item-anchor:first-child .a-anchor.active {
  padding-left: 10px
}

.vb-nav-anchor-b4 .item-anchor .a-anchor:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3px;
  z-index: 9;
  width: 0;
  height: 3px;
  background-color: #f39800;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 500ms
}

.vb-nav-anchor-b4 .item-anchor .a-anchor.active:before {
  left: 0;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=1)
}

.vb-nav-anchor-b4 .mask-prev,
.vb-nav-anchor-b4 .mask-next {
  display: none
}

.vb-nav-anchor-b4 .item-anchor[tour-type="sgt"] .a-anchor {
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  width: 200px;
  height: 40px;
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #f39800;
  background-color: #f39800
}

.vb-nav-anchor-b4 .item-anchor[tour-type="sgt"] .a-anchor:hover:before {
  display: none
}

@media (min-width:1200px) {
  .vb-nav-anchor-b4 .a-anchor {
    font-size: 18px
  }

  .vb-nav-anchor-b4 .item-anchor .a-anchor:hover:before {
    left: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=1)
  }
}

@media (max-width:1199px) {
  .vb-nav-anchor-b4 .anchor-wrap.fixed {
    top: 93px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .14)
  }

  #tourDetailsTpl .vb-nav-anchor-b4 .anchor-wrap.fixed {
    top: 0
  }

  .vb-nav-anchor-b4,
  .vb-nav-anchor-b4 .anchor-wrap {
    height: 40px
  }

  .vb-nav-anchor-b4 .anchor-wrap {
    background-color: #ececec;
    box-shadow: none;
    -webkit-box-shadow: none
  }

  .vb-nav-anchor-b4 .container {
    width: 100%;
    padding: 0
  }

  .vb-nav-anchor-b4 .menu-body {
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0 30px;
    overflow-x: auto;
    background-color: #ececec
  }

  .vb-nav-anchor-b4 .list-anchor.flex {
    display: inline-flex;
    flex-wrap: nowrap
  }

  .vb-nav-anchor-b4 .list-anchor {
    display: block;
    flex-wrap: unset;
    width: 1170px;
    overflow-x: auto;
    transition: transform ease-in-out .65s
  }

  .vb-nav-anchor-b4 .list-anchor::-webkit-scrollbar {
    display: none
  }

  .vb-nav-anchor-b4 .item-anchor>.a-anchor {
    margin: 0 15px
  }

  .vb-nav-anchor-b4 .a-anchor {
    padding: 0;
    line-height: 40px;
    white-space: nowrap
  }

  .vb-nav-anchor-b4 .item-anchor:first-child .a-anchor.active {
    padding: 0
  }

  .vb-nav-anchor-b4 .item-anchor .a-anchor.active:before,
  .vb-nav-anchor-b4 .item-anchor .a-anchor:hover:before {
    left: 0;
    bottom: 0
  }

  .vb-nav-anchor-b4 .mask-prev,
  .vb-nav-anchor-b4 .mask-next {
    display: none
  }

  .vb-nav-anchor-b4 .mask-prev,
  .vb-nav-anchor-b4 .mask-next {
    z-index: 2;
    width: 100px;
    height: 40px
  }

  .vb-nav-anchor-b4 .mask-prev {
    left: 0;
    background-image: linear-gradient(to right, #ececec 45%, rgba(236, 236, 236, .8) 90%, transparent)
  }

  .vb-nav-anchor-b4 .mask-next {
    right: 0;
    background-image: linear-gradient(to left, #ececec 45%, rgba(236, 236, 236, .8) 90%, transparent)
  }

  .vb-nav-anchor-b4 .mask-prev:before,
  .vb-nav-anchor-b4 .mask-next:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
  }

  .vb-nav-anchor-b4 .mask-prev:before {
    left: 25px
  }

  .vb-nav-anchor-b4 .mask-next:before {
    right: 25px
  }

  .vb-nav-anchor-b4 .item-anchor[tour-type="sgt"] {
    display: none
  }
}

@media (max-width:767px) {
  .vb-nav-anchor-b4 .item-anchor .a-anchor:before {
    height: 2px
  }

  .vb-nav-anchor-b4 .anchor-wrap.fixed {
    top: 60px
  }

  .vb-nav-anchor-b4 .menu-body {
    padding: 0 15px
  }

  .vb-nav-anchor-b4 .item-anchor>.a-anchor {
    margin: 0 15px
  }

  .vb-nav-anchor-b4 .mask-prev,
  .vb-nav-anchor-b4 .mask-next {
    width: 60px
  }

  .vb-nav-anchor-b4 .mask-prev:before {
    left: 10px
  }

  .vb-nav-anchor-b4 .mask-next:before {
    right: 10px
  }
}

.vb-html-special-b2 .desc-p {
  padding-right: 50px
}

.vb-html-special-b2 .icon-wrap {
  border-left: 1px solid #514940
}

.vb-html-special-b2 .icon-list {
  width: 100%
}

.vb-html-special-b2 .icon-wrap strong {
  font-size: 18px;
  font-weight: 500
}

.vb-html-special-b2 .icon-item .img-box {
  width: 54px;
  height: 44px;
  margin: 0 auto;
  background-image: url(/images/icon-country.svg);
  background-size: 216px 44px;
  background-repeat: no-repeat
}

.vb-html-special-b2 .icon-item:nth-of-type(1) .img-box {
  background-position: 0 0
}

.vb-html-special-b2 .icon-item:nth-of-type(2) .img-box {
  background-position: -54px 0
}

.vb-html-special-b2 .icon-item:nth-of-type(3) .img-box {
  background-position: -108px 0
}

.vb-html-special-b2 .icon-item:nth-of-type(4) .img-box {
  background-position: -162px 0
}

@media (max-width:991px) {
  .vb-html-special-b2 .desc-p {
    padding-right: 0
  }

  .vb-html-special-b2 .icon-wrap {
    margin-top: 15px;
    padding: 0;
    border: none
  }

  .vb-html-special-b2 .icon-item {
    padding: 0 5px
  }
}

.vb-tour-col4-b1 .intro {
  line-height: 26px
}

.vb-form-qq-b1 .red {
  color: red
}

.vb-form-qq-b1 .form-wrap {
  padding-top: 10px
}

.vb-form-qq-b1 .gp-box {
  margin-top: 5px;
  margin-bottom: 0
}

.vb-form-qq-b1 .post-form .col-md-6 {
  height: auto
}

.vb-form-qq-b1 .form-wrap .left>div {
  font-size: 18px
}

.vb-form-qq-b1 .ot-request.b2 textarea {
  height: 80px
}

.vb-form-qq-b1 input::placeholder {
  font-size: 16px
}

.vb-form-qq-b1 .ot-request.b2 .err.active {
  top: 110px;
  z-index: 6
}

.vb-form-qq-b1 .ot-submit {
  text-align: center
}

.vb-form-qq-b1 .ot-submit>.btn {
  margin-top: 25px
}

@media (min-width:768px) {
  .vb-form-qq-b1 .form-wrap {
    margin: 0 -15px
  }
}

@media (min-width:992px) {
  .vb-form-qq-b1 .form-wrap {
    margin: 0 -35px
  }
}

@media (max-width:991px) {
  .vb-form-qq-b1 .ot-fullname>.gp-box {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .vb-form-qq-b1 .qq-title {
    margin-bottom: 10px;
    font-weight: 700
  }
}

@media (max-width:767px) {
  .vb-form-qq-b1 {
    padding: 0 15px
  }

  .vb-form-qq-b1>.container {
    padding: 0 0 20px;
    border: 1px solid #ab9271;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px
  }

  .vb-form-qq-b1 .form-wrap {
    padding-top: 0
  }

  .vb-form-qq-b1 .qq-title {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    background: #ab9271;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0
  }

  .vb-form-qq-b1 .ele-title {
    font-size: 18px
  }

  .vb-form-qq-b1 .ot-request.b2 textarea {
    height: 110px
  }

  .vb-form-qq-b1 .gp-box {
    margin-bottom: 5px !important
  }

  .vb-form-qq-b1 textarea.gp-box {
    margin-bottom: 0 !important
  }

  .vb-form-qq-b1 .ot-submit>.btn {
    margin-top: 20px
  }

  .vb-form-qq-b1 .ot-request.b2 .err.active {
    top: 130px;
    z-index: 6
  }
}

.vb-img-text-carousel-b2 .img-intro::-webkit-scrollbar-track-piece {
  background-color: #505050;
  ;
  -webkit-border-radius: 4px;
  outline: 3px solid #505050;
  outline-offset: -3px;
  border: 3px solid #505050
}

.vb-img-text-carousel-b2 .img-intro::-webkit-scrollbar-thumb:vertical {
  background-color: gray;
  -webkit-border-radius: 4px
}

.vb-img-text-carousel-b2 .media-ratio-box:before {
  padding-bottom: 56.25%
}

.vb-img-text-carousel-b2 .carousel-item .img-wrap {
  float: left;
  width: 50%;
  height: 100%
}

.vb-img-text-carousel-b2 .carousel-item .text-wrap {
  float: left;
  width: 50%
}

.vb-img-text-carousel-b2 .carousel-item .text-innerwrap {
  margin-left: -140px;
  padding-right: 60px;
  color: #fff;
  background-color: #303030
}

.vb-img-text-carousel-b2 .carousel-item .text-innerwrap a {
  color: #fff;
  text-decoration: none
}

.vb-img-text-carousel-b2 .carousel-item .text-innerwrap .img-title {
  font-weight: 700
}

.vb-img-text-carousel-b2 .carousel-item .text-innerwrap .img-title:after {
  content: '';
  display: block;
  margin-top: 13px;
  width: 100%;
  height: 0;
  border-top: 1px solid #fff
}

.vb-img-text-carousel-b2 .carousel-item .img-btn {
  text-transform: uppercase
}

.vb-img-text-carousel-b2 .carousel-item .img-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
}

.vb-img-text-carousel-b2 .img-intro {
  padding-right: 15px;
  overflow-y: auto
}

.vb-img-text-carousel-b2 .img-intro::-webkit-scrollbar {
  display: block !important;
  width: 6px
}

@media (min-width:1200px) {
  .vb-img-text-carousel-b2 .carousel-item .text-innerwrap {
    height: 420px;
    padding-left: 208px
  }
}

@media (max-width:1199px) {
  .vb-img-text-carousel-b2 .carousel-item .img-wrap {
    width: 55%
  }

  .vb-img-text-carousel-b2 .carousel-item .text-wrap {
    width: 45%
  }

  .vb-img-text-carousel-b2 .carousel-item .text-innerwrap {
    padding-top: 35px;
    padding-left: 168px
  }
}

@media (min-width:992px) {
  .vb-img-text-carousel-b2 .img-intro {
    max-height: 260px
  }
}

@media (max-width:991px) {
  .vb-img-text-carousel-b2 .carousel-item {
    justify-content: center;
    margin: 0
  }

  .vb-img-text-carousel-b2 .carousel-item .img-wrap {
    float: none;
    width: 500px;
    height: auto;
    margin-left: calc(50% - 250px)
  }

  .vb-img-text-carousel-b2 .carousel-item .text-wrap {
    float: none;
    width: 100%
  }

  .vb-img-text-carousel-b2 .carousel-item .text-innerwrap {
    margin: -90px 0 0;
    padding: 148px 30px 30px
  }

  .vb-img-text-carousel-b2 .img-intro {
    max-height: 155px
  }
}

@media (max-width:767px) {
  .vb-img-text-carousel-b2 .carousel-item .img-wrap {
    width: 100%;
    margin-left: 0
  }

  .vb-img-text-carousel-b2 .carousel-item .text-innerwrap {
    margin: 0;
    padding: 30px 15px
  }

  .vb-img-text-carousel-b2 .img-intro {
    max-height: 126px
  }
}

.vb-faq-b1 .faq-list {
  border-top: 1px solid #b1b1b1
}

.vb-faq-b1 .faq-item {
  border-bottom: 1px solid #b1b1b1
}

.vb-faq-b1 .panel-title {
  margin-bottom: 2px;
  padding-right: 60px;
  font-weight: 500;
  cursor: pointer
}

.vb-faq-b1 .panel-title:after {
  content: '+';
  display: block;
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 20px;
  transition: all 0.5s ease-in-out
}

.vb-faq-b1 .panel-title.in:after {
  content: '';
  top: 26px;
  width: 12px;
  border-top: 2px solid #514940
}

.vb-faq-b1 .panel-body {
  display: none
}

.vb-faq-b1 .panel-body.in {
  display: block
}

.vb-faq-b1 .panel-body ul li {
  position: relative;
  padding-left: 18px
}

.vb-faq-b1 .panel-body ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #514940;
  border-radius: 50%
}

@media (max-width:767px) {
  .vb-faq-b1 .panel-body {
    padding-bottom: 45px
  }

  .vb-faq-b1 .panel-title {
    font-size: 18px
  }
}

.vb-img-col1-4-b1 .title {
  text-decoration: none
}

.vb-img-col1-4-b1 .see-more {
  color: #f39800
}

.vb-img-col1-4-b1 .see-more:hover {
  text-decoration: underline
}

@media (max-width:767px) {
  .vb-img-col1-4-b1 {
    padding: 40px 0 25px
  }

  .vb-img-col1-4-b1 .big-p {
    margin-top: 30px
  }

  .vb-img-col1-4-b1 .big-p-caption {
    padding: 15px 0 10px
  }

  .vb-img-col1-4-b1 .img-item {
    margin-top: 14px
  }

  .vb-img-col1-4-b1 .caption {
    padding-top: 8px
  }

  .vb-img-col1-4-b1 .title {
    display: block;
    font-size: 16px;
    text-align: center
  }

  vb-img-col1-4-b1 .desc {
    margin-top: 4px !important
  }
}

.vb-article-col2-b4 .scroll-wrap {
  overflow-x: auto
}

.vb-article-col2-b4 .scroll-outer {
  overflow: initial;
  padding: 0 25px 0 0
}

.vb-article-col2-b4 .scroll-inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  min-width: 100%
}

.vb-article-col2-b4 .scroll-item {
  flex: 0 0 34%;
  margin-bottom: 13px
}

.vb-article-col2-b4 .img-list .bg-con {
  flex-wrap: initial;
  flex-direction: column;
  height: 100%
}

.vb-article-col2-b4 .img-list .groupimg {
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0
}

.vb-article-col2-b4 .img-list .info-caption {
  height: 100%
}

.vb-article-col2-b4 .info-caption .info-title {
  font-weight: 500
}

.vb-article-col2-b4 .info-caption .link-item {
  margin-left: 15px;
  color: #f39800;
  text-decoration: none;
  line-height: 1.414
}

.vb-article-col2-b4 .info-caption .link-item:before {
  content: '>';
  position: absolute;
  left: -15px;
  top: 0
}

.vb-article-col2-b4 .article-btn,
.vb-article-col2-b4 .article-btn:hover,
.vb-article-col2-b4 .article-btn:visited {
  color: #000000 !important;
  text-transform: uppercase
}

.vb-article-col2-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-col2-b4 .article-item {
    height: 518px
  }
}

@media (min-width:1200px) {
  .vb-article-col2-b4 .article-item {
    height: 497px
  }
}

@media (max-width:767px) {
  .vb-article-col2-b4 .article-list {
    width: calc(100% + 15px)
  }

  .vb-article-col2-b4 .article-item {
    height: 518px
  }
}

@media (max-width:991px) {
  ::-webkit-scrollbar {
    display: none
  }

  .vb-article-col2-b4 .scroll-item {
    flex: 0 0 65%
  }
}

@media (max-width:767px) {
  .vb-article-col2-b4 .scroll-item {
    flex: 0 0 85%
  }

  .vb-article-col2-b4 .img-list .info-caption {
    padding: 17px 20px 30px
  }

  .vb-article-col2-b4 .info-caption .link-item {
    margin-top: 10px
  }
}

.vb-tour-col4-slide-b1.intro {
  line-height: 26px
}

.vb-tour-col4-slide-b1 .tour-bg {
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  flex-direction: column
}

@media (max-width:767px) {
  .vb-tour-col4-slide-b1 .scroll__box::-webkit-scrollbar {
    display: none
  }

  .vb-tour-col4-slide-b1 .scroll__box {
    flex-wrap: nowrap;
    overflow-x: auto
  }

  .vb-tour-col4-slide-b1 .scroll__item {
    flex: 0 0 80%
  }

  .vb-tour-col4-slide-b1 .tour-caption {
    padding-bottom: 88px
  }

  .vb-tour-col4-slide-b1 .tour-btn {
    position: absolute;
    bottom: 30px
  }
}

.vb-img-col4-b3 .mask {
  width: calc(100% - 0.9375rem);
  height: 100%;
  left: .46875rem;
  top: 0;
  font-size: 1.5625rem;
  text-decoration: none;
  background-color: rgba(0, 0, 0, .3);
  transition: background-color 1s
}

.vb-img-col4-b3 .mask:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0)
}

@media (max-width:991px) {

  .vb-img-col4-b3 .list-item img,
  .vb-img-col4-b3 .list-item .mask {
    border-radius: .3125rem;
    -webkit-border-radius: .3125rem
  }

  .vb-img-col4-b3 .mask {
    background-color: rgba(0, 0, 0, .2)
  }
}

@media (max-width:767px) {
  .vb-img-col4-b3 .list-item {
    height: 8.25rem
  }

  .vb-img-col4-b3 .media-ratio-box.media-dest:before {
    padding-bottom: 8.25rem
  }

  .vb-img-col4-b3 img.item-img {
    height: 8.25rem
  }

  .vb-img-col4-b3 .mask {
    background-color: rgba(0, 0, 0, .2)
  }

  .vb-img-col4-b3 .view-all {
    margin-top: 2.1875rem
  }

  .vb-img-col4-b3 .view-all .cap {
    font-size: 1rem
  }
}

.vb-to-top-b1 .top-warp {
  position: relative;
  padding: 13px;
  border-radius: 50%;
  background: #514a40;
  width: 40px;
  height: 40px;
  box-sizing: content-box;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .35)
}

.vb-to-top-b1 #goTop {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 18px
}

.vb-to-top-b1 #goTop::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 8px;
  width: 20px;
  height: 20px;
  border-width: 4px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  transform: rotate(-45deg) translateX(-14px)
}

.vb-to-top-b1 #toptext {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-14px)
}

.vb-to-top-b1.odyes #toptext {
  transform: translateX(-22px)
}

.vb-to-top-b1 #goTop::before {
  top: 4px;
  width: 15px;
  height: 15px;
  border-width: 2px;
  transform: rotate(-45deg) translateX(-12px)
}

.vb-to-top-b1 #toptext {
  bottom: 10px;
  font-size: 13px;
  line-height: 14px;
  transform: translateX(-11px)
}

.vb-to-top-b1.odyes #toptext {
  transform: translateX(-17px)
}
}

.vb-img-col1-4-b1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent
}

._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(/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-request.b2 .err.active {
  top: 120px
}

.ot-email ._vf {
  border-color: red !important
}