:root{
  --black: #000000;
  --white: #ffffff;
}
._heading, h1, h2, h3, h4, h5, h6, .head-h1 div, .head-h2 div, .head-h3 div, .head-h1 span, .head-h2 span, .head-h3 span,
.head-h1, .head-h2, .head-h3,.head-span,._heading, .btn, .button, .menu, blockquote, legend, fieldset, table, button, input, select
, textarea, nav,label,span.jet-headline__label, span.jet-headline__part,span.elementor-icon-list-text,
.elementor-post-navigation__link span, span.timeline-label, time, span.head_tab, span.ha-tab__title-text, ul.menu_setting li span,
.text, .error, .success, .tab-post li, .ha-advanced-heading-wrap span, span.elementor-post-date, .breadcrumb-label, li,
ul li span, .elementor-text-editor.elementor-clearfix, .td-paragraph-padding-0, span.elementor-button-text, a,span.custom-select-trigger,
.elementor-image-box-title, .elementor-widget-container,p, strong , .elementor-nav-menu a, span.jet-custom-item-label, .jet-menu-name span.jet-menu-label
a,figcaption,.custom-options span, span.woocommerce-Price-amount.amount, span.woocommerce-Price-amount.amount{
    font-family: "Kanit",sans-serif !important;
}
#wpadminbar .ab-icon {
    font: normal 20px/1 dashicons !important;
}
#wpadminbar * {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
  ::selection {
    background: var(--e-global-color-primary);
    color: #fff;
  }
  ::-moz-selection {
    background: var(--e-global-color-primary);
    color: #fff;
  }
  h1, h2, h3, h4, h5, h6{
    margin: 0;
  }
  button{
      cursor: pointer;
  }
  p {
    margin: 0;
    transition: all ease-in-out 250ms !important;
    /* -webkit-tranrgb:(225, 212, 198) all ease-in-out 250ms !important; */
    -o-transition: all ease-in-out 250ms !important;
    -moz-transition: all ease-in-out 250ms !important;
    text-decoration: unset;
    /*line-height: 1.6em;*/
  }
  .entry-content p{
    margin: 0;
  }
  a, button, input, textarea, span.jet-menu-label, input[type="submit"], i{
     transition: all ease-in-out 250ms !important;
     -webkit-transition: all ease-in-out 250ms !important;
     -o-transition: all ease-in-out 250ms !important;
     -moz-transition: all ease-in-out 250ms !important;
     text-decoration: unset;
  }
  a{
    color: #000;
    font-weight: 500;
    /* text-decoration: underline;
    text-decoration-color: #f1c40f; */
  }
  a:hover{
    color: #f1c40f;
    /* text-decoration: underline;
    text-decoration-color: #f1c40f; */
  }
  body {
    margin: 0;
  }
body.admin-bar .site-header {
    top: 0;
}
  @keyframes slidein {
    from {
      right: 0;
      transform: translateX(600px);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes slideup {
    from {
      right: 0;
      transform: translateY(-600px);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes slideout {
    from {
      transform: translateX(0);
    }
    to {
      right: 0;
      transform: translateX(600px);
    }
  }

 /* .site-header .box-fixed-head {
     display: none;
}
 .site-header.fixed .box-fixed-head {
     display: block;
} */
 /* .site-header.fixed .site-branding a.custom-logo-link {
     display: none;
} */
header.entry-header h1 {
  color: #0a3939;
}
header.entry-header {
  background: #f1f3f3;
}
.site-header .main-navigation {
  display: flex;
  align-items: center;
}
.site-header .myBookingBtn {
  font-size: 16px;
  color: #FFF;
  padding: 8px 15px;
  border-radius: 7px;
  font-weight: 500;
  transition: all ease-in-out 350ms;
  display: block;
}
.site-header .myBookingBtn:hover {
  transform: scale(1.05);
}
.single .entry-content {
  margin-bottom: 80px;
}
/* .site-header.fixed a.myBookingBtn {
  background: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
} */
  .btn-fullwidth a{
    width: 100%;
  }
  .image-custom img {
    border-radius: 0px;
    display: block !important;
    height: 100%;
    width: 100% !important;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    -webkit-transform: scale(1) translate(-50%,-50%);
    -ms-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
    object-fit: cover;
    min-height: 100%;
    margin: 0 auto;
    transition: all ease-in-out 350ms;
  }
  .image-custom .elementor-widget-container a, .image-custom .elementor-widget-container, .image-custom.e-flex.e-con {
    padding-bottom: calc(0.8 * 100%);
    display: block;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    height: 0;
  }
  /*header*/
/*pagination*/
.content-pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 2em 0;
}
.content-pagination .current {
    color: var(--white);
    border: 2px solid #0074bc;
    background: #0074bc;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    display: grid;
    justify-content: center;
    align-items: center;
}
.content-pagination a {
    color: #0074bc;
    border: 2px solid #0074bc;
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding: 7px 8px;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.content-pagination a.last-number_page {
    width: auto;
    padding: 7px 8px;
    height: auto;
    font-size: 16px;
    margin: 0 8px;
    height: 40px;
}
.content-pagination span.text-number_page {
    font-size: 16px;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif !important;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.content-pagination a:hover {
    background: #7E684F;
    border-color: #7E684F;
    color: #fff;
}
.content-pagination a:hover i {
    color: #fff;
}
.archive .content-pagination, .blog .content-pagination {
    grid-column: span 3;
    padding-top: 0;
}
.content-pagination a:focus {
    color: var(--white);
    background: #7E684F;
    border-color: #7E684F;
}
.content-pagination .current {
  color: var(--white);
  border: 2px solid #7E684F;
  background: #7E684F;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif !important;
}
.content-pagination a svg {
  transition: all ease-in-out 250ms;
}
.content-pagination span.page-numbers.dots {
  min-width: 20px;
}
/*pagination*/
/*single*/
.single h1{
  font-size: 29px;
  font-weight: 500;
  line-height: 1.6;
}
.single h2{
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
}
.single h3{
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
}
.single h4{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.single h5{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.single h6{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.single p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.img-square img {
    object-fit: cover;
    margin-bottom: 0;
    display: block;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    -webkit-transform: scale(1) translate(-50%,-50%);
    -ms-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
    object-fit: cover;
    min-height: 100%;
}
.img-square .elementor-widget-container {
    padding-bottom: calc(1 * 100%);
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    object-fit: cover;
}
.elementor-page .site-content {
  margin: 0;
}
.elementor-page .wd-prefooter {
  padding: 0;
}
.whb-full-width .whb-row>.container, .whb-full-width+.whb-clone .whb-row>.container {
  max-width: 1280px !important;
  width: 100%;
  margin: 0 auto;
}
header.whb-header.whb-full-width.whb-sticky-shadow.whb-scroll-stick.whb-sticky-real.whb-hide-on-scroll.whb-sticky-prepared {
  padding: 0 !important;
}
.card-review a.elementor-post__read-more {
  border: 1px solid #000 !important;
  padding: 8px 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
}
.card-review .elementor-post__text {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
article h1.entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  line-height: 1.2 !important;
}
.card-review a.elementor-post__read-more:hover {
  background: black;
  color: #fff !important;
}
.wd-sub-menu li>a {
  font-size: 20px;
}
.elementor-image-gallery .gallery {
  margin: 0;
}
.elementor-image-gallery .gallery-columns-5 .gallery-item {
  max-width: 100% !important;
}
.elementor-image-gallery .gallery-columns-5 .gallery-item img {
  height: auto;
  max-width: 145px;
  width: 100%;
}
.box-absolute {
  /* position: absolute;
  top: -200px; */
  background: #fff;
  max-width: 1280px;
  /* margin: 0 auto; */
  width: 100%;
  box-shadow: 0 2px 19px 0 rgba(15,22,30,.07), 0 43px 61px -24px rgba(15,22,30,.04);
}
.hx-box img {
  border-radius: 0px;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: calc(50%);
  left: calc(50%);
  -webkit-transform: scale(1) translate(-50%,-50%);
  -ms-transform: scale(1) translate(-50%,-50%);
  transform: scale(1) translate(-50%,-50%);
  object-fit: cover;
  min-height: 100%;
  margin: 0 auto;
  transition: all ease-in-out 350ms;
}
.hx-box figure.elementor-image-box-img {
  padding-bottom: calc(0.6 * 100%);
  display: block;
  position: relative;
  overflow: hidden;
}
.hx-box h3.elementor-image-box-title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
}
.hx-box p.elementor-image-box-description {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
}
/*form*/
.BoxPickupTogo {
  background: #fff;
  border: 1px solid #dadada57;
  border-radius: 8px;
  box-shadow: 0 0 23px #6c6c6c36;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
}
.BoxPickupTogo .FieldTogo {
  position: relative;
  display: grid;
  place-content: center;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.BoxPickupTogo .FieldTogo .date-time_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.BoxPickupTogo .FieldTogo input {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 44px;
  padding-left: 46px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  user-select: none;
  white-space: nowrap;
}
.BoxPickupTogo .FieldTogo .local-staion {
  display: grid;
  grid-gap: 20px;
}
.BoxPickupTogo .FieldTogo .nice-select {
 width: 100%;
 height: 45px;
 line-height: 44px;
 padding: 0 45px;
}
.BoxPickupTogo .FieldTogo .input-field {
  position: relative;
}
.btnSubmitBox .btnSubmit {
  display: block;
  width: 100%;
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: var( --e-global-color-primary );
  border-color: var( --e-global-color-primary );
}
.btnSubmitBox .btnSubmit:hover {
  opacity: 0.7;
}
.BoxPickupTogo .FieldTogo .date-time_box .pick-date,.BoxPickupTogo .FieldTogo .date-time_box .pick-time {
  display: grid;
  grid-gap: 10px;
}
.BoxPickupTogo .FieldTogo label {
  font-size: 14px;
  font-weight: 400;
  color: #848484;
}
.qty-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.FieldTogo .input-field {
  display: flex;
  align-items: center;
  justify-content: center;
}
.FieldTogo .input-field svg {
  height: 19px;
  width: 19px;
  stroke: #b8b8b8;
}
.FieldTogo .input-field .feather_svg {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 9;
  transform: translateY(-50%);
  line-height: 1;
}
.pickupTitle {
  position: relative;
  display: flex;
  justify-content: center;
}
.pickupTitle .head-h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  display: block;
}
.FieldTogo .qty-box .input-field {
   display: block;
}
.BoxPickupTogo .FieldTogo .input-field .input-group input.quantity-field {
  width: 100%;
  text-align: center !important;
}
.input-group input.button-minus , .input-group input.button-minus-lug{
   left: 0;
   border-right: 0;
}
.input-group input.btn-qty {
   position: absolute;
   height: 45px;
   width: 45px;
   z-index: 10;
   display: grid;
   place-content: center;
   padding: 0;
   font-size: 27px;
}
.input-group input.button-plus, .input-group input.button-plus-lug {
   right: 0;
   border-left: 0;
}
.qty-box .Passengers-box, .qty-box .Luggage-box {
   display: grid;
   grid-gap: 10px;
}
.v-container{
  padding: 0;
}
ol {
  padding: 0;
  margin-bottom: 10px;
}

.wrap-price_ouside_bangkok {
  width: 100%;
}
.vc-wrap-price .ob-row {
  display: flex;
  justify-content: space-between;
  color: #222;
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0;
}
.vc-wrap-price .vdetails {
  padding: 10px 20px;
  background: #f3f3f3;
  border-radius: 5px;
}
.vc-wrap-price .ob-row p {
  font-size: 20px;
  font-weight: 500;
}
.vform-contorl.vrow {
  flex-direction: column;
}

.vc-wrap-price > .ob1 {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.vform-contorl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ob2.vform-contorl.vrow label {
  font-size: 18px;
}
.vform-contorl .select2-container--default .select2-selection--single,
.vform-contorl select,
.vform-contorl input {
  min-height: 40px;
  font-size: 16px;
  color: #666;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 3px;
  width: 100%;
}
.vform-contorl .select2-container--default .select2-selection--single {
  padding-top: 5px !important;
}
.vform-contorl .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 3px;
}
.vc-wrap-price .output {
  text-align: center;
  padding: 20px;
  background: #f4f4f4;
  border-radius: 6px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: #FFF;
  border: solid 2px #1b665c;
  background: #114b46;
  width: 50%;
}
.vc-wrap-price .two-price {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.price_output span {
  font-size: 62px;
  font-weight: 500;
  margin-top: 17px;
  margin-bottom: 12px;
  color: #e2ad56;
}
.vc-wrap-price .output h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.price_output {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  gap: 10px;
  margin-bottom: 6px !important;
}
.vc-wrap-price {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  padding: 50px;
  border-radius: 13px;
  color: #FFF;
  background: linear-gradient(180deg, rgba(10, 57, 57, 1) 0%, rgba(31, 113, 101, 1) 94%);
  min-width: 100%;
}
.vc-wrap-price .ob-row strong {
  font-weight: 500;
}
.hide{
  display: none!important;
}

.desktop_menu li > a:hover, li.current-menu-item > a,
 .site-header .menu-item-has-children:hover >
  .wrap-toggle-mobile svg, .site-header .menu-item-has-children:hover > a,
   #page .current_page_item > a {
  color: #e2ad56;
}
.price-chk table {
  border-collapse: collapse;
}
.price-chk tbody td {
  padding: 10px;
  border: solid 1px #ddd;
}
.price-chk thead td {
  background: #0f4643;
  border: solid 1px #006862!important;
  padding: 10px;
  color: #e2ad56;
  text-align: center;
  font-size: 17px;
}
.price-chk tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.price-chk thead td.col-1 {
  width: 71%;
}
.price-chk thead td.col-2 {
  width: 29%;
}
.vc-price-table .vc-wrap-price {
  margin-bottom: 15px;
}

.wrap-twoSelect {
  display: flex;
  gap: 10px;
  width: 100%;
}
.wrap-twoSelect .wrap-in-to,
.wrap-twoSelect .wrap-in-from{
  width: 50%;
}

.wrap-in-to.disabled {
  pointer-events: none;
}
.wrap-in-to.disabled .select2-selection--single {
  background: #ddd;
}
.vc-wrap-price .one-price .output {
  width: 100%;
}
.vc-wrap-price.vprice-n {
  padding: 25px 20px;
}
.price_output span.v-price {
  margin: 12px;
  margin-bottom: 5px;
}
.siri-load{
  display: block;
  margin-top: 13px!important;
  margin-bottom: -5px!important;
}
.site-branding {
  /* margin-right: auto; */
  display: flex;
  justify-content: start;
  left: 0;
  right: auto;
}
.site-header>.v-container{
  justify-content: space-between;
}
/*for Mobile*/
@media (max-width: 767px) {
  .site-header>.v-container{
    justify-content: start;
  }
  .my-booking{
    position: absolute;
    right: 20px;
  }
  .price-chk thead td {
    padding: 10px 5px;
}
  .price_output span.v-price {
    font-size: 54px;
    margin: 10px;
    margin-bottom: 5px;
}
  .price_output span {
    margin: 0;
    margin-bottom: -3px;
}
  .vc-wrap-price > .ob1{
    gap:10px;
  }
  .price_output {
    font-size: 28px;
}
  .vc-wrap-price {
    padding: 20px 10px;
}
.vc-wrap-price .output {
  padding: 5px;
}
.vc-wrap-price .two-price {
  gap: 5px;
}
.vc-wrap-price .output h3 {
  font-size: 15px;
  font-weight: 400;
}
.price_output span {
  font-size: 42px;
}
  .box-absolute {
    position: relative;
    top: 0;
  }
  .car-1-1 .elementor-widget-container a,
  .car-1-1 .elementor-widget-container,
  .car-1-1.e-flex.e-con{
      padding-bottom: calc(0.6*100%);
  }
  .site-header>.v-container {
    padding: 0 1.5em;
  }
  #toggle-main-menu {
    margin-right: 1em;
  }
}
/* end for Mobile */

/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
  .site-header>.v-container{
    justify-content: start;
  }
  .my-booking{
    position: absolute;
    right: 20px;
  }
  .price_output span {
    margin: 0;
    margin-bottom: -3px;
}
.price_output span.v-price {
  font-size: 54px;
  margin: 10px;
  margin-bottom: 1px;
}
  /*pagination*/
  .box-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-pagination a {
    width: 32px;
    height: 32px;
    font-size: 13px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-pagination .current {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-pagination a.last-number_page {
    font-size: 14px;
    margin: 0;
    padding: 7px 16px;
    margin-left: 9px;
  }
  .content-pagination a.next.page-numbers {
    margin: 0;
  }
  .content-pagination .box-pagination span.page-numbers.current{
    border-radius: 50px;
  }
  .content-pagination span.text-number_page {
    font-size: 14px;
    margin-right: 10px;
  }
  /*end pagination*/
  /*single*/
  .single h1{
    font-size: 21px;
  }
  .single h2{
    font-size: 21px;
  }
  .single p{
    font-size: 14px;
  }
/*end pagination*/
.fixed-class {
  position: fixed;
  bottom: 0;
  z-index: 99;
  padding: 12px 0px 9px;
}
.box-absolute {
  max-width: 750px;
}
.image-custom .elementor-widget-container a, .image-custom .elementor-widget-container {
  padding-bottom: calc(1 * 100%);
}
.img-g .elementor-image-gallery .gallery {
  grid-template-columns: repeat(3 , 1fr);
  grid-gap: 10px;
}

#toggle-main-menu svg * {
  stroke: #fff !important;
}
.admin-bar header.site-header.fixed {
  margin: 0;
}
.img-air .elementor-widget-container a,
.img-air .elementor-widget-container,
.img-air.e-flex.e-con{
    padding-bottom: calc(0.45*100%);
}
.car-1-1 .elementor-widget-container a,
.car-1-1 .elementor-widget-container,
.car-1-1.e-flex.e-con{
    padding-bottom: calc(1*100%);
}
nav .booking-box {
  padding-right: 12px;
}
.site-header>.v-container {
  padding: 0 2em;
  max-width: unset;
}
#toggle-main-menu {
  margin-right: 25px;
}
}


/*for tabletH*/
@media (min-width: 992px) and (max-width: 1199px) {
}
/* end for tabletH */
