@font-face {
  font-family: 'thaisans_neueregular';
  src: url('/fonts/thaisansneue-regular-webfont.woff2') format('woff2'), url('/fonts/thaisansneue-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thaisans_neuesemi_bold';
  src: url('/fonts/thaisansneue-semibold-webfont.woff2') format('woff2'), url('/fonts/thaisansneue-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thaisans_neueultra_light';
  src: url('/fonts/thaisansneue-ultralight-webfont.woff2') format('woff2'), url('/fonts/thaisansneue-ultralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body[lang="th"] {
  font: 26px/1.4 thaisans_neueultra_light, 'Thai Sans Neue', Arial;
}
body[lang="th"] h1 {
  font-family: thaisans_neueregular;
  font-size: 46px;
  font-weight: normal;
}
body[lang="th"] h2 {
  font-size: 30px;
}
body[lang="th"] p,
body[lang="th"] li,
body[lang="th"] span,
body[lang="th"] a {
  font-family: thaisans_neueultra_light, 'Thai Sans Neue', Arial;
  font-size: 30px;
  line-height: 1.3;
}
body[lang="th"] span.title {
  font-family: thaisans_neuesemi_bold, 'Thai Sans Neue', Arial;
}
body[lang="th"] #navigation * {
  font: 16px 'Open Sans', sans-serif, Arial, helvetica, verdana;
}
body[lang="th"] #navigation .img a {
  line-height: 1;
}
body[lang="th"] #navigation .lang-switcher a {
  background-image: url('/images/flag_united_kingdom.svg');
  padding-left: 38px;
  padding-right: 10px;
  line-height: 45px;
  background-size: 25px 15px;
  background-position: 10px center;
  text-decoration: none;
  color: #ccc;
}
body[lang="th"] .footer a {
  font: 16px/18px 'Open Sans', sans-serif, Arial, helvetica, verdana;
  line-height: 2;
}
body[lang="th"] div.flatpickr-calendar {
  font: 14.4px/35px 'Open Sans', sans-serif, Arial, helvetica, verdana;
}
body[lang="th"] div.flatpickr-calendar p,
body[lang="th"] div.flatpickr-calendar li,
body[lang="th"] div.flatpickr-calendar a,
body[lang="th"] div.flatpickr-calendar span {
  font: 14.4px/35px 'Open Sans', sans-serif, Arial, helvetica, verdana;
}
body {
  background: #fff;
  font: 16px/18px 'Open Sans', sans-serif, Arial, helvetica, verdana;
  padding: 0;
  margin: 0;
  color: #444;
}
.feel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}
.feel div {
  padding-top: 10px;
  flex: 0 0 33%;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.feel div img {
  width: 100%;
}
.feel div:first-child {
  position: relative;
  left: 5%;
}
.feel div:last-child {
  position: relative;
  right: 5%;
}
.common {
  font-size: 14px;
}
.common ul {
  margin: 10px 0;
  padding-left: 20px;
}
.errors {
  background-color: #ffc;
  padding: 5px;
  margin: 10px 0;
  color: #844C07;
  font-size: 14px;
}
.errors .error {
  padding: 5px;
}
.wrapper {
  padding: 10px 15%;
  margin: 0;
}
.flex {
  display: flex;
}
.flex.row {
  flex-direction: row;
}
.mobile-nav {
  display: none;
}
#navigation {
  position: relative;
  background-color: #222222;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0 10%;
}
#navigation .subnav.closed {
  display: none;
}
#navigation #mobile-subnav-holder {
  display: none;
}
#navigation a {
  color: #aaa;
  text-decoration: none;
}
#navigation .img {
  flex: 0 0 100px;
  margin-right: auto;
}
#navigation .img a {
  display: block;
}
#navigation .img img {
  width: 100%;
}
#navigation .lang-switcher a {
  display: block;
  line-height: 45px;
  padding-left: 42px;
  padding-right: 10px;
  background-image: url('/images/flag_thailand.svg');
  background-size: 30px 16px;
  background-repeat: no-repeat;
  background-position: 10px center;
  text-decoration: none;
}
#navigation .lang-switcher a:hover {
  background-color: #111;
}
#navigation .desktop-nav {
  display: flex;
  align-items: stretch;
}
#navigation .desktop-nav a {
  line-height: 45px;
  padding: 0 20px;
}
#navigation .desktop-nav a:hover {
  background-color: #111;
}
#navigation .subnav {
  background-color: #222;
  position: absolute;
  top: 45px;
  z-index: 500;
  right: 10%;
}
#navigation .subnav a {
  display: block;
  line-height: 45px;
  padding: 0 20px;
}
#navigation .subnav a:hover {
  background-color: #111;
}
.row {
  display: flex;
  align-items: baseline;
  padding: 5px 0;
}
.row label {
  flex-basis: 40%;
  text-align: right;
  padding-right: 10px;
}
.extras {
  background-color: #eee;
  margin: 10px 0;
  padding: 10px 0;
}
.extras p {
  width: 80%;
  margin: auto;
}
body[lang=th] .footer span {
  font-family: 'Open Sans', sans-serif, Arial, helvetica, verdana;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
}
.footer {
  padding: 60px 10%;
  background-color: #bfbfbf;
  color: #484848;
  display: flex;
  justify-content: space-between;
}
.footer .ft-column {
  flex: 0 0 28%;
  padding: 20px;
  color: #666;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .ft-column h2 {
  font-weight: 100;
}
.footer .ft-column a {
  color: #484848;
  text-shadow: 0 1px 1px #ddd;
  text-decoration: none;
  line-height: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.footer .ft-column a:hover {
  color: #222;
  cursor: pointer;
  text-shadow: none;
}
@media (max-width: 850px) and (min-width: 821px) {
  body[lang="th"] #navigation .desktop-nav a {
    padding: 0 15px;
  }
}
@media (max-width: 820px) {
  body[lang="th"] #navigation .lang-switcher a {
    line-height: 55px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  #navigation {
    padding: 0 0 0 2%;
  }
  #navigation #desktop-subnav-holder {
    display: none;
  }
  #navigation #mobile-subnav-holder {
    display: block;
  }
  #navigation #mobile-subnav-holder.subnav.closed {
    display: none;
  }
  #navigation .mobile-nav a {
    display: block;
    line-height: 55px;
    padding: 0 30px 0 40px;
    border-left: 1px solid #666;
  }
  #navigation .subnav {
    position: absolute;
    width: 100vw;
    top: 55px;
    left: 0;
    z-index: 200;
    box-sizing: border-box;
  }
  #navigation .subnav a {
    display: block;
    padding: 0;
    margin: 0;
    border-top: 1px solid #444;
    line-height: 80px;
    font-size: 20px;
    font-weight: 100;
    background-color: #222;
    text-align: center;
  }
  #navigation .subnav a:hover {
    background-color: #111;
  }
  #navigation .lang-switcher a {
    line-height: 55px;
  }
  #navigation .desktop-nav {
    display: none;
  }
  #navigation .img {
    flex: 0 0 100px;
    margin-top: 6px;
  }
  #navigation .nav {
    flex: 0 0 auto;
    margin-right: 2%;
  }
  #navigation .nav a {
    padding: 15px 5px;
  }
  .footer {
    flex-wrap: wrap;
    padding: 40px 5%;
  }
  .footer .ft-column {
    flex: 0 0 100%;
    font-size: 20px;
    box-sizing: border-box;
  }
}
h1 {
  font-size: 46px;
  color: #444444;
  line-height: 1.4;
}
h2 {
  font-size: 26px;
  line-height: 1;
  margin: 5px 0;
}
a {
  color: #444444;
}
input,
input[type="text"] {
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 2;
  border-radius: 3px;
}
select {
  font-size: 16px;
  line-height: 2;
  border: 1px solid #ccc;
  padding: 2px 5px;
  cursor: pointer;
  min-width: 100px;
  border-radius: 3px;
}
textarea {
  height: 60px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 3px;
}
button,
.btn,
input[type="submit"] {
  background-color: #469fe5 ;
  border: 1px solid #469fe5;
  font-size: 16px;
  padding: 0px 40px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  line-height: 2;
}
button:disabled,
.btn:disabled,
input[type="submit"]:disabled {
  background-color: #999;
  color: #ccc;
}
button:disabled:hover,
.btn:disabled:hover,
input[type="submit"]:disabled:hover {
  background-color: #999;
  cursor: default;
}
button:hover,
.btn:hover,
input[type="submit"]:hover {
  background-color: #3e93d7;
}
button.subtle-red,
.btn.subtle-red,
input[type="submit"].subtle-red {
  background-color: #fff;
  border: 1px solid #f44;
  color: #f44;
}
button.subtle-red:hover,
.btn.subtle-red:hover,
input[type="submit"].subtle-red:hover {
  background-color: #f66;
  color: #fff;
}
button.orange,
.btn.orange,
input[type="submit"].orange {
  background-color: #fb854b;
  border: 1px solid #fb854b;
}
button.orange:hover,
.btn.orange:hover,
input[type="submit"].orange:hover {
  background-color: #e3753f;
}
button.red,
.btn.red,
input[type="submit"].red {
  background-color: #f66;
  border: 1px solid #f44;
}
button.red:hover,
.btn.red:hover,
input[type="submit"].red:hover {
  background-color: #f44;
}
button.blue,
.btn.blue,
input[type="submit"].blue {
  background-color: #469fe5;
  border: 1px solid #469fe5;
  color: #fff;
}
button.blue:hover,
.btn.blue:hover,
input[type="submit"].blue:hover {
  background-color: #57adf1;
  border: 1px solid #57adf1;
}
button.d-blue,
.btn.d-blue,
input[type="submit"].d-blue {
  background-color: #4a5c6b;
  border: 1px solid #2d3b47;
}
button.d-blue:hover,
.btn.d-blue:hover,
input[type="submit"].d-blue:hover {
  background-color: #4a5c6b;
  border: 1px solid #2d3b47;
}
button.gray,
.btn.gray,
input[type="submit"].gray {
  background-color: #aaa;
  border: 1px solid #888;
}
button.gray:hover,
.btn.gray:hover,
input[type="submit"].gray:hover {
  background-color: #888;
  border: 1px solid #888;
}
.btn-big {
  padding: 8px 50px;
  font-size: 28px;
}
.btn-small {
  font-size: 13px;
  padding: 4px 20px;
  line-height: 1.2;
}
.pill {
  background-color: #444;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  height: 12px;
}
.pill.red {
  background-color: red;
}
/*---Homepage---*/
#leader {
  display: flex;
  position: relative;
  align-items: center;
  padding: 40px 15%;
  background-position: left top;
  background-repeat: no-repeat;
}
#leader::after {
  content: "";
  display: block;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  background-image: url('/images/sutep.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e3eaec;
}
#leader a.btn {
  box-shadow: none;
  background-color: #ec7438;
  border: 1px solid #ec7438;
}
#leader a.btn:hover {
  background-color: #fb854b;
}
.slogan {
  flex-basis: 32%;
  flex-grow: 1;
}
.slogan h1 {
  font-weight: normal;
  font-size: 34px;
  line-height: 1.1;
  margin: 0;
  color: #222;
}
.slogan h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}
/*---end Homepage---*/
/* ---booking-form--- */
.wrapper.book {
  background-color: #f9f9f9;
  min-height: 660px;
  background-image: url('/images/vango-logo-grey.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 500px;
}
#booking-form-holder {
  max-width: 1000px;
  background-color: #fff;
  /* ---end account login reset password--- */
  /* --- Payment --- */
  /* --- End Payment --- */
}
#booking-form-holder button.btn.next {
  display: block;
  margin: 20px auto;
  font-size: 26px;
  width: 300px;
  text-align: center;
  background-color: #fb854b;
}
#booking-form-holder button.btn.next:hover {
  background-color: #fe753b;
}
#booking-form-holder #booking-form h1 {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 auto;
  color: #fff;
  font-weight: 100;
}
#booking-form-holder #booking-form .header {
  background-color: #469fe5;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: 100;
  font-size: 14px;
}
#booking-form-holder .summary {
  width: 90%;
  border: 1px solid #ddd;
  margin: 20px auto;
}
#booking-form-holder .summary h2 {
  margin: 0 auto;
  background-color: #469fe5;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: 100;
}
#booking-form-holder .summary div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  line-height: 1.6;
  padding: 10px;
}
#booking-form-holder .summary div:last-child {
  border-bottom: none;
}
#booking-form-holder .summary div.total {
  font-size: 24px;
  color: #08c;
}
#booking-form-holder .free-cancel {
  padding-left: 50px;
  background-image: url('/images/icon-assigned.svg');
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 13px;
  color: #888;
}
#booking-form-holder .free-cancel .free {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
#booking-form-holder input {
  min-width: 230px;
  padding: 0 5px;
  font-size: 16px;
  box-sizing: border-box;
}
#booking-form-holder select {
  font-size: 16px;
  height: 36px;
  border: 1px solid #ccc;
  padding: 2px 5px;
  cursor: pointer;
  min-width: 100px;
  border-radius: 3px;
}
#booking-form-holder textarea {
  width: 60%;
  font-size: 16px;
  height: 100px;
}
#booking-form-holder .field-with-error input,
#booking-form-holder .field-with-error textarea {
  border: 2px solid red;
}
#booking-form-holder .errors {
  background-color: #ffc;
  line-height: 2;
  padding: 5px;
  box-sizing: border-box;
}
#booking-form-holder .step {
  padding: 40px 0 40px 30px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 2;
  position: relative;
}
#booking-form-holder .step.plan div:last-child {
  font-size: 12px;
  line-height: 1.6;
  padding-right: 5%;
  color: #666;
}
#booking-form-holder .step .help {
  font-size: 12px;
  background: #f4f6f9;
  padding: 20px;
  color: #818181;
  position: absolute;
  width: 300px;
  top: 100px;
  right: 5%;
}
#booking-form-holder .step div.error {
  color: red;
}
#booking-form-holder .step:before {
  background: #fb854b;
  color: #fff;
  border-radius: 30px;
  height: 28px;
  width: 28px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-left: -40px;
  display: inline-block;
  position: absolute;
  top: 45px;
}
#booking-form-holder .step.date-details:before {
  content: "1";
}
#booking-form-holder .step.pickup-details:before {
  content: "2";
}
#booking-form-holder .step.vans:before {
  content: "3";
}
#booking-form-holder .step.contact:before {
  content: "4";
}
#booking-form-holder .step.plan:before {
  content: "5";
}
#booking-form-holder .step.pay:before {
  content: "6";
}
#booking-form-holder .step.pay button {
  font-size: 26px;
  letter-spacing: 2px;
}
#booking-form-holder .step ul.important-info {
  padding-right: 80px;
  line-height: 1.25;
  font-size: 13px;
}
#booking-form-holder .step ul.important-info li {
  padding-bottom: 8px;
}
#booking-form-holder .credit-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
#booking-form-holder .credit-card .intro,
#booking-form-holder .credit-card h2 {
  flex: 0 0 100%;
}
#booking-form-holder .credit-card .errors {
  width: 100%;
  box-sizing: border-box;
}
#booking-form-holder .credit-card > div {
  margin-bottom: 15px;
}
#booking-form-holder .credit-card input[type="text"]#card-name {
  width: 100%;
  padding-left: 5px;
  font-size: 16px;
  line-height: 2;
}
#booking-form-holder .credit-card .card-number-holder {
  display: flex;
  justify-content: space-between;
}
#booking-form-holder .credit-card .card-number-holder > div:first-child {
  flex: 0 0 80%;
  box-sizing: border-box;
  margin-right: 2%;
}
#booking-form-holder .credit-card .card-number-holder > div:last-child {
  flex: 0 0 18%;
  box-sizing: border-box;
}
#booking-form-holder .credit-card .card-number-holder input#card-number,
#booking-form-holder .credit-card .card-number-holder input#card-cvv {
  font-size: 16px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 100%;
  min-width: 30px;
}
#booking-form-holder .credit-card .card-details {
  flex: 0 0 50%;
}
#booking-form-holder .credit-card .card-details label {
  display: block;
}
#booking-form-holder .credit-card select#card-expiry-month {
  width: 60%;
  line-height: 2;
  font-size: 16px;
  height: 32px;
  box-sizing: border-box;
  margin-right: 2%;
}
#booking-form-holder .credit-card select#card-expiry-year {
  width: 38%;
  box-sizing: border-box;
  min-width: 90px;
  line-height: 2;
  height: 32px;
  font-size: 16px;
}
#booking-form-holder .credit-card .intro {
  font-size: 13px;
}
#booking-form-holder .credit-card .cards {
  flex: 0 0 45%;
  line-height: 18px;
}
#booking-form-holder .credit-card .cards .secure {
  font-size: 12px;
  color: #888;
}
#booking-form-holder .credit-card .free-cancel {
  margin-top: 30px;
}
#booking-form-holder .submit h3 {
  margin-bottom: 0;
}
#booking-form-holder .submit p {
  font-size: 13px;
}
#booking-form-holder .submit .accept-terms {
  font-size: 20px;
  color: #08c;
  display: flex;
  align-items: baseline;
}
#booking-form-holder .submit .accept-terms input {
  width: 20px;
  min-width: 20px;
}
#booking-form-holder .booking-complete {
  padding: 20px;
  text-align: center;
  margin: 20px;
}
#booking-form-holder .booking-complete h1 {
  font-size: 28px;
  color: #08c;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif, Arial;
}
#inpage-login-widget,
.login {
  padding: 0;
  width: 90%;
  margin: 40px auto 20px auto;
  box-sizing: border-box;
}
#inpage-login-widget input,
.login input,
#inpage-login-widget input[type="text"],
.login input[type="text"] {
  padding: 0 3%;
  width: 70%;
  margin: 5px 0;
  font-size: 16px;
}
#inpage-login-widget button,
.login button {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ec7438;
  border: 1px solid #ec7438;
}
#inpage-login-widget button:hover,
.login button:hover {
  background-color: #fb854b;
}
#inpage-login-widget .fb,
.login .fb {
  text-align: center;
  padding-bottom: 40px;
}
#inpage-login-widget .fb span,
.login .fb span {
  font-size: 18px;
  line-height: 2;
  color: #888;
  display: block;
}
#inpage-login-widget .fb span:after,
.login .fb span:after,
#inpage-login-widget .fb span:before,
.login .fb span:before {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 30%;
  margin: 0 10px;
}
#inpage-login-widget .fb a,
.login .fb a {
  color: #294da5;
  text-decoration: none;
  text-align: center;
  padding: 10px 0 10px 35px;
  font-weight: bold;
  font-size: 18px;
  background-image: url('/images/fb-icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
}
#inpage-login-widget .fb a:hover,
.login .fb a:hover {
  color: #17398b;
}
#inpage-login-widget .mode,
.login .mode {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 2;
}
#inpage-login-widget .mode span,
.login .mode span,
#inpage-login-widget .mode a,
.login .mode a {
  padding: 10px 0;
  display: block;
  vertical-align: middle;
  flex-grow: 1;
  text-decoration: none;
}
#inpage-login-widget .mode span,
.login .mode span {
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #f9f9f9;
}
#inpage-login-widget .mode a,
.login .mode a {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-weight: normal;
  background-color: #fff;
}
#inpage-login-widget p.explanation,
.login p.explanation {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
#inpage-login-widget p.explanation strong,
.login p.explanation strong {
  display: block;
  font-size: 22px;
  font-weight: normal;
  color: #fb854b;
}
#inpage-login-widget .toggle-form,
.login .toggle-form {
  background-color: #f9f9f9;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 0 30px 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
#inpage-login-widget .account-form-toggle a,
.login .account-form-toggle a {
  font-size: 14px;
  color: #08c;
  padding-top: 10px;
}
body[lang="th"] .news p {
  font-family: arial, sans-serif;
  font-size: 15px;
}
body[lang="th"] #booking-form-holder {
  font-family: arial, sans-serif;
  line-height: 18px;
}
body[lang="th"] #booking-form-holder #booking-form h1 {
  font-family: thaisans_neueultra_light, 'Thai Sans Neue', Arial;
  font-size: 40px;
}
body[lang="th"] #booking-form-holder #booking-form h2 {
  font-weight: normal;
  font-size: 24px;
}
body[lang="th"] #booking-form-holder p,
body[lang="th"] #booking-form-holder li,
body[lang="th"] #booking-form-holder span,
body[lang="th"] #booking-form-holder a {
  font-family: arial, sans-serif;
  font-size: 14px;
}
body[lang="th"] #booking-form-holder .summary h2 {
  font-weight: normal;
  font-size: 30px;
  font-family: thaisans_neueultra_light, 'Thai Sans Neue', Arial;
}
body[lang="th"] #booking-form-holder .summary .description {
  font-size: 16px;
}
body[lang="th"] #booking-form-holder .summary .total span {
  font-size: 22px;
}
body[lang="th"] #booking-form-holder .submit .accept-terms {
  font-size: 20px;
}
body[lang="th"] #inpage-login-widget,
body[lang="th"] #booking-form-holder .login {
  font-family: arial, sans-serif;
  font-weight: normal;
}
body[lang="th"] #inpage-login-widget .mode a,
body[lang="th"] #booking-form-holder .login .mode a,
body[lang="th"] #inpage-login-widget .mode span,
body[lang="th"] #booking-form-holder .login .mode span {
  font-size: 34px;
  font-weight: normal;
  font-family: thaisans_neueultra_light, 'Thai Sans Neue', Arial;
}
body[lang="th"] #inpage-login-widget h2,
body[lang="th"] #booking-form-holder .login h2 {
  font-size: 24px;
  font-weight: normal;
}
body[lang="th"] #inpage-login-widget p,
body[lang="th"] #booking-form-holder .login p {
  font-size: 14px;
  font-family: arial, sans-serif;
}
body[lang="th"] #inpage-login-widget .account-form-toggle a,
body[lang="th"] #booking-form-holder .login .account-form-toggle a,
body[lang="th"] #inpage-login-widget .login .account-form-toggle a,
body[lang="th"] #booking-form-holder .login .login .account-form-toggle a {
  font-family: arial, sans-serif;
  font-size: 16px;
}
body[lang="th"] #inpage-login-widget .fb a,
body[lang="th"] #booking-form-holder .login .fb a {
  font-size: 16px;
  font-weight: normal;
  font-family: arial, sans-serif;
}
body[lang="th"] .free-cancel,
body[lang="th"] .flatpickr-calendar {
  font: 16px/18px 'Open Sans', sans-serif, Arial, helvetica, verdana;
}
@media (max-width: 920px) {
  .wrapper.book {
    padding: 10px 5%;
  }
}
@media (max-width: 820px) {
  .wrapper.book {
    padding: 0;
  }
  #booking-form-holder input {
    min-width: unset;
  }
  #booking-form-holder input[type="text"] {
    width: 100%;
  }
  #booking-form-holder .step.plan textarea {
    width: 100%;
    box-sizing: border-box;
  }
  #booking-form-holder .login {
    width: 100%;
  }
  #booking-form-holder .login input,
  #booking-form-holder .login input[type="text"] {
    width: 90%;
  }
  #booking-form-holder .login .mode {
    font-size: 20px;
  }
  #booking-form-holder .step {
    padding: 35px 5% 35px 5%;
  }
  #booking-form-holder .step h2 {
    font-size: 22px;
    padding-left: 27px;
  }
  #booking-form-holder .step:before {
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-left: -5px;
    top: 40px;
  }
  #booking-form-holder .step .help {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
  }
  #booking-form-holder .credit-card .card-details {
    flex: 0 0 100%;
  }
  #booking-form-holder .credit-card .card-details > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #booking-form-holder .credit-card .card-details > div label {
    flex: 0 0 100%;
  }
  #booking-form-holder .credit-card .card-details .card-number-holder {
    flex-wrap: wrap;
  }
  #booking-form-holder .credit-card .card-details .card-number-holder > div {
    flex: 100%;
    margin: 0;
  }
  #booking-form-holder .credit-card .card-details .card-number-holder > div input#card-cvv {
    width: 80px;
  }
  #booking-form-holder .credit-card .card-details input[type="text"]#card-name {
    width: 100%;
  }
  #booking-form-holder .credit-card .card-details select#card-expiry-month {
    width: 60%;
    margin-right: 0;
  }
  #booking-form-holder .credit-card .card-details select#card-expiry-year {
    width: 38%;
  }
  #booking-form-holder .credit-card .cards {
    flex: 0 0 100%;
  }
}
body[lang=th] #discover h2,
body[lang=th] #pitch h2 {
  font-family: thaisans_neueregular;
  font-size: 46px;
  font-weight: normal;
}
body[lang=th] #discover a,
body[lang=th] #pitch a {
  font-size: 36px;
}
body[lang=th] #discover ul li,
body[lang=th] #pitch ul li {
  line-height: 1;
  font-size: 24px;
}
body[lang=th] #discover ul li span.title,
body[lang=th] #pitch ul li span.title {
  font-size: 32px;
  line-height: 1.2;
}
body[lang=th] #discover ul li span,
body[lang=th] #pitch ul li span {
  display: block;
  line-height: 1.2;
  font-size: 26px;
}
body[lang=th] #how .description {
  font-size: 32px;
  line-height: 1.2;
  font-family: thaisans_neuesemi_bold, 'Thai Sans Neue', Arial;
}
body[lang=th] #how .explanation {
  font-family: 'Open Sans', sans-serif, Arial, helvetica, verdana;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
}
body[lang=th] #how .explanation a {
  font-family: 'Open Sans', sans-serif, Arial, helvetica, verdana;
  font-size: 16px;
  color: #08c;
}
body[lang=th] #van-driver h2 {
  font-size: 20px;
}
body[lang=th] #how-it-works h1 {
  font-family: thaisans_neueregular, 'Thai Sans Neue', Arial;
  font-size: 40px;
  font-weight: normal;
}
body[lang=th] #how-it-works span {
  font-size: 20px;
}
body[lang=th] #how-it-works .items .item div span:first-child {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif, Arial, helvetica, verdana;
  font-weight: normal;
}
body[lang=th] #how-it-works .description {
  font-size: 18px;
}
body[lang=th] #fee-chart .table div {
  padding: 10px;
}
body[lang=th] #fee-chart .table span {
  font-size: 24px;
}
body[lang=th] #fee-chart .table .component {
  font-size: 26px;
}
body[lang=th] #fee-chart .table .table,
body[lang=th] #fee-chart .table .fee-note,
body[lang=th] #fee-chart .table .description {
  font-size: 20px;
}
body[lang=th] #fee-chart .table .fee-note {
  padding: 5px 10px;
}
body[lang=th] #fee-chart .table .price {
  font-size: 24px;
}
body[lang=th] .book-now h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0;
}
body[lang=th] .book-now .btn {
  font-family: 'Open Sans', sans-serif, Arial, helvetica, verdana;
  font-weight: normal;
}
body[lang=th] #discover .news a {
  font-family: 'Open Sans', sans-serif, Arial, helvetica, verdana;
  font-weight: normal;
  font-size: 14px;
  color: brown;
}
body[lang=th] #discover .news a:hover {
  text-decoration: underline;
}
#social-contact {
  max-width: 700px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  flex-wrap: wrap;
}
#social-contact a {
  text-align: center;
}
#social-contact img {
  display: block;
}
#social-contact a.whats-app img {
  width: 200px;
}
#social-contact a.line-app img {
  width: 200px;
}
#how-it-works {
  margin: 0;
  padding: 30px 10% 10px 10%;
}
#how-it-works h1 {
  font-size: 30px;
  color: #444;
  text-align: center;
  margin: 20px auto 40px auto;
  font-family: 'Open Sans', sans-serif, Arial, helvetica, verdana;
  font-weight: 100;
}
#how-it-works .items {
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
  max-width: 1000px;
}
#how-it-works .items::before {
  content: "";
  height: 2px;
  background-color: #469fe5;
  position: absolute;
  width: 85%;
  top: 35px;
  left: 7%;
  z-index: -1;
}
#how-it-works .items .item {
  position: relative;
}
#how-it-works .items .item div {
  padding-top: 10px;
  color: #666;
}
#how-it-works .items .item div span:first-child {
  font-weight: bold;
  display: block;
  color: #444;
  font-size: 16px;
}
#how-it-works .items .item .description {
  color: #08c;
  display: none;
  position: absolute;
  bottom: -80px;
  width: 100%;
  left: 0;
}
#how-it-works .items .item:hover .description {
  display: inline-block;
}
#how-it-works .items a.icon {
  margin: auto;
  display: block;
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
#how-it-works .items a.icon.book {
  background-image: url('/images/icon-book.svg');
}
#how-it-works .items a.icon.book:hover {
  background-image: url('/images/icon-book-2.svg');
}
#how-it-works .items a.icon.driver-assigned {
  background-image: url('/images/icon-driver-assigned.svg');
}
#how-it-works .items a.icon.driver-assigned:hover {
  background-image: url('/images/icon-driver-assigned-2.svg');
}
#how-it-works .items a.icon.pay {
  background-image: url('/images/icon-pay.svg');
}
#how-it-works .items a.icon.pay:hover {
  background-image: url('/images/icon-pay-2.svg');
}
#how-it-works .items a.icon.driverphone {
  background-image: url('/images/icon-driverphone.svg');
}
#how-it-works .items a.icon.driverphone:hover {
  background-image: url('/images/icon-driverphone-2.svg');
}
#how-it-works .items a.icon.govango {
  background-image: url('/images/icon-go-vango.svg');
}
#how-it-works .items a.icon.govango:hover {
  background-image: url('/images/icon-go-vango-2.svg');
}
#how-it-works .item {
  flex: 0 0 20%;
  text-align: center;
}
#how-it-works .item img {
  z-index: 100;
}
#fee-chart {
  padding: 40px 10%;
  border-bottom: 1px solid #ccc;
}
#fee-chart h2 {
  margin: 5px auto;
  font-weight: normal;
  max-width: 980px;
}
#fee-chart .table {
  max-width: 980px;
  margin: 20px auto 0 auto;
  display: grid;
  grid-template-columns: 20% 20% 1fr 1fr;
  border-top: 1px solid #ccc;
}
#fee-chart .table div {
  padding: 12px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  display: grid;
  align-items: center;
}
#fee-chart .table .pay-cash {
  grid-row: 2 / span 3;
  grid-column-start: 4;
}
#fee-chart .table .pay-cash.mobile {
  display: none;
}
#fee-chart .table .description {
  font-size: 12px;
  border-right: 1px solid #ccc;
}
#fee-chart .table .description a {
  color: #08c;
}
#fee-chart .table .component {
  font-size: 20px;
  font-weight: bold;
  color: #08c;
}
#fee-chart .table .price {
  font-size: 20px;
  text-align: right;
}
#fee-chart .table .price .currency {
  color: #999;
  font-size: 12px;
}
#fee-chart .table .fee-note {
  grid-column: 1 / span 4;
  font-size: 14px;
  color: #444;
  border: none;
  padding: 10px 15px 0 15px;
}
#discover,
#pitch {
  position: relative;
  display: flex;
  background-color: #fff;
  color: #444;
  justify-content: center;
  align-items: flex-end;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#discover .content,
#pitch .content {
  flex-basis: 536px;
  padding: 40px 0;
}
#discover .content h2,
#pitch .content h2 {
  font-size: 46px;
  font-family: 'Open Sans', sans-serif, Arial, helvetica, verdana;
  font-weight: 100;
}
#discover .content a,
#pitch .content a {
  color: #08c;
  font-size: 22px;
  text-decoration: none;
  font-weight: 100;
}
#discover .content a:hover,
#pitch .content a:hover {
  text-decoration: underline;
}
#discover ul,
#pitch ul {
  margin: 20px 0;
  padding: 0;
  font-size: 36px;
  list-style: none;
}
#discover ul li,
#pitch ul li {
  line-height: 1;
  font-size: 18px;
}
#discover ul li span.title,
#pitch ul li span.title {
  font-size: 26px;
  line-height: 1.5;
  margin-top: 30px;
}
#discover ul li span,
#pitch ul li span {
  display: block;
  line-height: 1.2;
  font-size: 16px;
}
#discover {
  padding-top: 60px;
}
#discover .news {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 100%;
}
#discover .news a {
  color: #fff;
}
#discover .news a:hover {
  text-decoration: underline;
}
#discover .news p {
  margin-bottom: 0;
}
#discover .news .description {
  flex: 0 0 70%;
  background-color: #fb854b;
  color: #fff;
  padding: 20px 20px 20px 0;
  font-size: 15px;
  box-sizing: border-box;
}
#discover .news .triangle {
  flex: 0 0 30%;
  position: relative;
  overflow: hidden;
}
#discover .news .triangle:before {
  content: ' ';
  background-color: #fb854b;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  transform: rotate(45deg);
}
#discover .img {
  flex-grow: 1;
  height: 605px;
  background-image: url('/images/van/van3.png');
  opacity: .5;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 620px;
  margin-right: 40px;
}
#discover .img img {
  width: 55%;
}
#pitch {
  padding: 10px 0 0 10%;
}
#pitch .img {
  flex-grow: 1;
  height: 485px;
  background-image: url('/images/mag-book.png');
  background-repeat: no-repeat;
}
#pitch .img img {
  width: 100%;
}
#van-driver {
  padding: 25px 10% 20px 10%;
  background-color: #47769F;
}
#van-driver .img {
  max-width: 800px;
  text-align: center;
  margin: auto;
}
#van-driver .img img {
  width: 100%;
}
#van-driver h2 {
  color: #ddd;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.04em;
}
#how {
  background-image: url('/images/van/driver2.png');
  background-repeat: no-repeat;
  padding: 30px 10%;
  background-position: 890px bottom;
  background-size: 930px;
}
#how .item {
  display: flex;
  padding: 10px 0;
  align-item: center;
}
#how .description {
  line-height: 1.5;
  font-size: 26px;
  align-self: center;
}
#how .description .explanation {
  font-size: 16px;
  line-height: 1.2;
}
#how .img {
  flex: 0 0 140px;
}
#how .img img {
  display: block;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 2px solid #999;
}
#faq-space {
  text-align: center;
  padding: 30px 10%;
  background-color: #df6666;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 2px #c14646;
  font-weight: 100;
  display: flex;
  justify-content: space-between;
}
#faq-space div {
  flex: 0 0 45%;
  box-sizing: border-box;
}
#faq-space h2 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif, Arial, helvetica, verdana;
  font-weight: 100;
  line-height: 1.2;
}
#faq-space a {
  color: #040404;
}
#story {
  background-image: url("/images/story-bg4-2.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 40px 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: .9;
}
#story div {
  flex: 0 0 50%;
  background: #fff;
  opacity: .95;
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 100;
}
#story div span {
  font-size: 32px;
  font-weight: 100;
}
.ideas-holder {
  display: flex;
  text-align: center;
  align-items: center;
}
.tripadvisor-panel {
  flex: 0 0 100%;
  text-align: center;
}
.tripadvisor-panel > div {
  text-align: center;
  width: 300px;
  margin: auto;
}
.tripadvisor-panel p {
  box-sizing: border-box;
  padding: 20px 0;
}
.book-now {
  text-align: center;
  padding: 40px 15% 60px 15%;
  color: #fff;
  background-image: url('/images/graphic.svg');
  background-position: left -5% top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.book-now::after {
  content: "";
  display: block;
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  background-image: url('/images/gh-w2.svg');
  background-position: left 12% top;
  background-repeat: no-repeat;
  background-size: 390px;
  background-color: #1f152c;
}
.book-now h2 {
  font-weight: 100;
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: left;
  font-size: 30px;
  flex: 0 0 60%;
}
.book-now a.btn {
  box-shadow: none;
  background-color: #ec7438;
  border: 1px solid #ec7438;
}
.book-now a.btn:hover {
  background-color: #fb854b;
}
@media (min-width: 1200px) {
  .book-now {
    background-position: left 5% top;
  }
  .book-now::after {
    background-size: 590px;
  }
  #discover {
    align-items: center;
  }
  #discover .content {
    flex-basis: 60%;
  }
  #story {
    padding: 40px 15%;
  }
  #how {
    background-position: 890px bottom;
    background-size: 930px;
  }
}
@media (max-width: 1000px) {
  #how {
    background-size: 90%;
    background-position: center 30px;
    padding-top: 55%;
    padding-left: 5%;
    padding-right: 5%;
  }
  #how-it-works {
    padding: 30px 5% 100px 5%;
  }
  #how-it-works .item {
    padding-bottom: 20px;
  }
  #discover {
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 90px;
  }
  #discover .news p {
    line-height: 1.5;
    font-size: 16px;
  }
  #discover .img {
    background-image: url('/images/van/driver.jpg');
    height: 260px;
    background-position: center top;
    background-size: 600px;
    margin-right: 0;
  }
  #discover .img img {
    width: 55%;
    opacity: 1;
  }
  #discover .content {
    flex-basis: 90%;
  }
  .ideas-holder {
    flex-wrap: wrap;
  }
  .tripspiration,
  .tripadvisor-panel {
    flex: 0 0 100%;
  }
  #fee-chart {
    padding: 40px 5%;
  }
  .book-now {
    padding: 40px 10%;
    justify-content: flex-start;
  }
  .book-now .btn {
    font-size: 24px;
    padding: 8px 30px;
  }
}
@media (max-width: 800px) {
  body[lang=th] #how-it-works .items .item .description {
    top: -20px;
    line-height: 1;
  }
  body[lang=th] #fee-chart .table div {
    padding: 0;
  }
  body[lang=th] #fee-chart .table div .pay-note {
    margin-bottom: 10px;
  }
  #how .img {
    flex: 0 0 90px;
  }
  #how .img img {
    height: 80px;
    width: 80px;
  }
  #how-it-works {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
  }
  #how-it-works h1 {
    padding: 0 5%;
  }
  #how-it-works .items {
    flex-wrap: wrap;
  }
  #how-it-works .items::before {
    content: "";
    width: 2px;
    background-color: #469fe5;
    position: absolute;
    height: 85%;
    top: 15px;
    left: 35px;
    z-index: -1;
  }
  #how-it-works .items .item {
    flex: 0 0 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: left;
    flex-wrap: wrap;
  }
  #how-it-works .items .item div {
    flex: 0 0 1;
  }
  #how-it-works .items .item .description {
    position: relative;
    display: inline;
    margin-left: 85px;
    margin-top: 0;
    bottom: auto;
    width: 100%;
    left: auto;
    top: -40px;
    color: #666;
  }
  #how-it-works .items .item a.icon {
    flex: 0 0 85px;
    margin: 0;
  }
  #discover .content {
    flex: 0 0 84%;
  }
  #discover .content h2 {
    font-size: 42px;
  }
  #discover .content ul li span.title {
    font-size: 26px;
    color: #444;
    line-height: 1.4;
    margin-top: 25px;
  }
  #discover .content ul li span {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
  }
  #discover .content .more a {
    line-height: 1.6;
  }
  #discover .news .description {
    flex: 0 0 100%;
    opacity: .9;
    padding: 20px;
  }
  #discover .news .triangle {
    display: none;
    flex: 0 0 0;
  }
  #discover .news .triangle:before {
    display: none;
  }
  #fee-chart .table {
    padding-top: 20px;
    max-width: 460px;
    grid-template-columns: 120px 1fr;
  }
  #fee-chart .table div {
    border-bottom: none;
    padding: 5px 0;
  }
  #fee-chart .table .component {
    font-size: 18px;
    font-weight: normal;
  }
  #fee-chart .table .description {
    border-right: none;
    grid-column: 1 / span 2;
  }
  #fee-chart .table .pay-note {
    border-bottom: 1px solid #ccc;
    grid-column: 1 / span 2;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #fee-chart .table .pay-cash {
    grid-column: 1 / span 2;
    grid-row: auto;
  }
  #fee-chart .table .pay-cash.mobile {
    display: block;
  }
  #fee-chart .table .fee-note {
    grid-column: 1 / span 2;
    padding: 10px 0 0 0;
  }
}
@media (max-width: 600px) {
  #pitch {
    padding: 10px 5%;
  }
  #pitch .img {
    display: none;
  }
  #pitch ul {
    margin: 30px 0;
    padding: 0;
  }
  #how .item {
    padding: 20px 0;
  }
  #how .description {
    font-size: 19px;
    line-height: 1.2;
  }
  #how .description .explanation {
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.3;
  }
  #how .img {
    padding-right: 12px;
    flex-basis: 60px;
  }
  #how .img img {
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #999;
  }
  .book-now {
    display: block;
    padding: 35px 10%;
  }
  .book-now h2 {
    font-size: 22px;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .book-now .btn {
    margin-top: 30px;
  }
  #faq-space {
    flex-wrap: wrap;
  }
  #faq-space div {
    flex: 0 0 100%;
    padding: 0 5%;
  }
  #story {
    padding: 40px 2%;
  }
  #story div {
    flex: 0 0 100%;
  }
  body[lang=th] .book-now h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
body[lang="th"] #app-holder {
  font: 16px/18px 'Open Sans', sans-serif, Arial, helvetica, verdana;
}
body[lang="th"] #app-holder h1 {
  font-size: 30px;
}
body[lang="th"] #app-holder h2 {
  font-size: 20px;
}
body[lang="th"] #app-holder h3 {
  font-size: 20px;
}
body[lang="th"] #app-holder p,
body[lang="th"] #app-holder li,
body[lang="th"] #app-holder span,
body[lang="th"] #app-holder a {
  font: 16px/18px 'Open Sans', sans-serif, Arial, helvetica, verdana;
}
body[lang="th"] #app-holder .reservation .details .editable div span,
body[lang="th"] #app-holder .reservation .details .non-editable div span {
  line-height: 2.5;
}
#app-holder {
  padding: 0 10%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
#app-holder .header {
  display: flex;
  justify-content: space-between;
}
#app-holder .header .reference {
  font-size: 35px;
  line-height: 1.4;
  padding-left: 20px;
  padding-top: 20px;
}
#app-holder .header .reference div {
  font-size: 16px;
  color: #999;
}
#app-holder .questions-cancel {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  margin: 20px auto;
  align-items: center;
}
#app-holder .discussion {
  padding: 20px 5%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  flex: 0 0 50%;
}
#app-holder .discussion button {
  margin-top: 10px;
}
#app-holder .cancel-order {
  border-right: 1px solid #ccc;
  flex: 0 0 50%;
  padding: 20px 5%;
  text-align: center;
  box-sizing: border-box;
}
#app-holder .cancel-order button {
  font-size: 13px;
  padding: 4px 20px;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #f44;
  color: #f44;
  margin: 10px 0;
}
#app-holder .cancel-order button:hover {
  background-color: #f66;
  color: #fff;
}
#app-holder .billing-summary {
  flex: 0 0 300px;
  background-color: #f5f5f5;
  padding: 20px 3%;
}
#app-holder .billing-summary .payment-status {
  font-size: 12px;
}
#app-holder .billing-summary .total {
  font-size: 24px;
}
#app-holder .billing-summary .flex.row {
  justify-content: space-between;
}
#app-holder .vehicle-request-statuses {
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
}
#app-holder .vehicle-status {
  min-height: 120px;
  padding: 20px 10px;
  border: 1px solid #ccc;
  margin: 15px 10px;
  display: flex;
  font-size: 20px;
  width: 200px;
  position: relative;
  box-shadow: 0 0 4px #ddd;
  text-align: center;
}
#app-holder .vehicle-status .assigned-driver {
  font-size: 14px;
  width: 100%;
}
#app-holder .vehicle-status .assigned-driver img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 10px;
  border: 5px solid #0A9EC1;
}
#app-holder .vehicle-status .assigned-driver .name {
  font-size: 19px;
  line-height: 1.9;
}
#app-holder .vehicle-status .assigned-driver .telephone {
  background-image: url('/images/icon-phone.svg');
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: left 22px center;
}
#app-holder .vehicle-status .assigned-driver .telephone,
#app-holder .vehicle-status .assigned-driver .registration,
#app-holder .vehicle-status .assigned-driver .make {
  line-height: 1.8;
}
#app-holder .vehicle-status .assigned-driver .telephone.no-show {
  background-image: none;
  line-height: 1;
  color: #888;
}
#app-holder .vehicle-status .assigned-driver .capacity {
  display: flex;
  justify-content: space-around;
}
#app-holder .vehicle-status .assigned-driver .capacity .bags,
#app-holder .vehicle-status .assigned-driver .capacity .seats {
  padding: 20px 0 10px 50px;
  font-size: 30px;
  margin: 5px 0;
  color: #666;
  font-weight: normal;
}
#app-holder .vehicle-status .assigned-driver .capacity .bags {
  background-image: url('/images/icon-bag.svg');
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: left top;
}
#app-holder .vehicle-status .assigned-driver .capacity .seats {
  background-image: url('/images/icon-people.svg');
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: left top;
}
#app-holder .vehicle-status .pending {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
#app-holder .vehicle-status .pending img {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 5px auto;
}
#app-holder .vehicle-status .number {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  border-radius: 30px;
  display: block;
  left: -10px;
  top: -10px;
  width: 26px;
  height: 26px;
  text-align: center;
}
#app-holder .vehicle-status .number::before {
  counter-increment: number;
  content: counter(number);
}
#app-holder .vehicle-status .driver {
  text-align: center;
}
#app-holder .bookings {
  min-height: 500px;
}
#app-holder .bookings .orders-grid .head {
  background-color: #444;
  color: #fff;
  font-weight: bold;
}
#app-holder .bookings .orders-grid .order {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  align-items: center;
}
#app-holder .bookings .orders-grid .reference {
  flex: 0 0 160px;
  padding-left: 10px;
}
#app-holder .bookings .orders-grid .reference a {
  color: #08c;
}
#app-holder .bookings .orders-grid .details {
  flex: 1;
  font-size: 13px;
}
#app-holder .bookings .orders-grid .details div {
  display: flex;
  align-items: center;
}
#app-holder .bookings .orders-grid .details div div {
  height: 30px;
}
#app-holder .bookings .orders-grid .details div .datepick:before,
#app-holder .bookings .orders-grid .details div .timepick:before,
#app-holder .bookings .orders-grid .details div .vannum:before {
  content: "";
  width: 25px;
  height: 100%;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: left;
  padding-right: 5px;
}
#app-holder .bookings .orders-grid .details div .datepick {
  flex: 0 0 130px;
}
#app-holder .bookings .orders-grid .details div .datepick:before {
  background-image: url('/images/icon-day.svg');
}
#app-holder .bookings .orders-grid .details div .timepick {
  flex: 0 0 90px;
}
#app-holder .bookings .orders-grid .details div .timepick:before {
  background-image: url('/images/icon-clock.svg');
}
#app-holder .bookings .orders-grid .details div .vannum:before {
  background-image: url('/images/icon-van.svg');
}
#app-holder .bookings .orders-grid .cancelled {
  background-color: #f5f5f5;
  color: #aaa;
}
#app-holder .bookings .orders-grid .cancelled .details .datepick:before,
#app-holder .bookings .orders-grid .cancelled .details .timepick:before,
#app-holder .bookings .orders-grid .cancelled .details .vannum:before {
  opacity: 0.4;
}
#app-holder .bookings .orders-grid .status {
  alugn-self: flex-end;
  text-align: center;
  padding-right: 5px;
  box-sizing: border-box;
}
#app-holder .quotation,
#admin-app .quotation {
  min-height: 500px;
}
#app-holder .quotation .head-controls,
#admin-app .quotation .head-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
#app-holder .quotation .head-controls h1,
#admin-app .quotation .head-controls h1 {
  font-size: 35px;
  font-weight: normal;
  padding-top: 20px;
  margin: 0;
  line-height: 1;
}
#app-holder .quotation .flex,
#admin-app .quotation .flex {
  display: flex;
  justify-content: space-between;
}
#app-holder .quotation .flex .company,
#admin-app .quotation .flex .company {
  font-size: 13px;
  color: #666;
}
#app-holder .quotation .line-items,
#admin-app .quotation .line-items {
  margin: 20px auto;
}
#app-holder .quotation .line-items .line-items-header,
#admin-app .quotation .line-items .line-items-header {
  background: #f5f5f5;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.reservation.edit .div {
  margin: 0;
  padding: 10px 3%;
  line-height: 2.5;
  flex: 0 0 48%;
  box-sizing: border-box;
}
.reservation.edit button {
  font-size: 13px;
  padding: 4px 20px;
  line-height: 1.2;
}
.reservation .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  width: 100%;
  margin: auto;
}
.reservation .details .editable,
.reservation .details .non-editable {
  margin: 0;
  padding: 10px 3%;
  line-height: 2.5;
  flex: 0 0 48%;
  box-sizing: border-box;
}
.reservation .details .editable button,
.reservation .details .non-editable button {
  font-size: 13px;
  padding: 4px 20px;
  line-height: 1.2;
}
.reservation .details .editable div,
.reservation .details .non-editable div {
  display: flex;
  justify-content: space-between;
  line-height: 2.5;
  border-bottom: 1px solid #ccc;
}
.reservation .details .editable .value,
.reservation .details .non-editable .value {
  text-align: right;
  font-size: 16px;
}
.reservation .details .editable .label,
.reservation .details .non-editable .label {
  padding-right: 10px;
  font-size: 16px;
  color: #888;
}
.reservation .details .editable .label:before,
.reservation .details .non-editable .label:before {
  content: "";
  width: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  background-position: left;
  padding-right: 40px;
  line-height: 3;
}
.reservation .details .editable {
  border-left: none;
  text-align: right;
}
.reservation .details .editable .pickup-place .value input[type="text"] {
  font-size: 12px;
}
.reservation .details .non-editable {
  border-right: none;
}
.reservation .details .pickup-date .label:before {
  background-image: url('/images/icon-day.svg');
}
.reservation .details .number-of-vans .label:before {
  background-image: url('/images/icon-van.svg');
}
.reservation .details .duration .label:before {
  background-image: url('/images/icon-duration.svg');
}
.reservation .details .note .label:before {
  background-image: url('/images/icon-note.svg');
}
.reservation .details .pickup-time .label:before {
  background-image: url('/images/icon-clock.svg');
}
.reservation .details .pickup-place .label:before {
  background-image: url('/images/icon-place.svg');
}
.reservation .details .pax .label:before {
  background-image: url('/images/icon-pax.svg');
}
@media (max-width: 740px) {
  .quotation .flex {
    flex-wrap: wrap;
  }
  .quotation .flex .company,
  .quotation .flex .customer {
    flex: 0 0 90%;
  }
  .quotation .quantity,
  .quotation .unit-price {
    display: none;
  }
  .quotation .line-items .description {
    font-size: 13px;
  }
  .quotation .line-items .grand-total .value,
  .quotation .line-items .total {
    flex: 0 0 80px;
  }
}
#password-reset {
  background-color: #f5f5f5;
  padding: 40px 12%;
}
#password-reset form {
  width: 60%;
  min-width: 260px;
  max-width: 420px;
  margin: auto;
}
#password-reset form div label {
  display: block;
  margin-bottom: 10px;
}
#password-reset form div input {
  width: 100%;
  margin-bottom: 10px;
}
#errors {
  padding: 20px 10%;
}
#errors h1 {
  font-size: 24px;
  color: #a94442;
}
#errors ul li {
  font-size: 14px;
  line-height: 1.4;
}
#inpage-login-widget {
  padding: 20px 0;
  max-width: 560px;
}
#inpage-login-widget .account {
  margin: auto;
}
#inpage-login-widget .account .forgotten-password {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  #password-reset,
  #inpage-login-widget {
    padding: 20px 5%;
  }
  #password-reset .account,
  #inpage-login-widget .account {
    width: 100%;
  }
  #inpage-login-widget,
  .login {
    box-sizing: border-box;
    margin-top: 20px;
  }
  #inpage-login-widget input,
  .login input,
  #inpage-login-widget input[type="text"],
  .login input[type="text"] {
    width: 90%;
    box-sizing: border-box;
  }
  #inpage-login-widget button,
  .login button {
    width: 90%;
  }
}
.van-content {
  margin: 0;
  padding: 40px 10%;
}
.van-content h1 {
  font-size: 68px;
  margin: 6px 0;
  font-weight: 100;
}
.shorts {
  padding: 30px 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #fff;
}
.short {
  flex: 0 0 28%;
  padding: 20px;
}
.short .img {
  text-align: center;
  margin-bottom: 10px;
}
.short .img img {
  width: 50%;
}
.short .description {
  font-size: 16px;
}
.item-van {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.img {
  flex-basis: 50%;
}
.img img {
  width: 100%;
}
.item-van .description {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
}
p {
  line-height: 1.25;
  margin: 0 0 20px 0;
  padding: 0;
}
.seat {
  padding: 350px 10% 0 0;
  background-image: url('/images/van/inside-f2.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.seat .description {
  flex: 0 0 60%;
  background-color: #333;
  opacity: 0.8;
  padding: 22px 0 0 40px;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
}
.seat .triangle {
  flex: 0 0 40%;
  position: relative;
  overflow: hidden;
}
.seat .triangle:before {
  content: ' ';
  background-color: #333;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  transform: rotate(45deg);
}
.van-driver {
  padding: 350px 0 0 0;
  background-image: url('/images/van/driver.jpg');
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
}
.van-driver .description {
  flex: 0 0 60%;
  background-color: #444;
  opacity: 0.9;
  padding: 22px 2% 0 0;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
}
.van-driver .triangle {
  flex: 0 0 38%;
  position: relative;
  overflow: hidden;
}
.van-driver .triangle:before {
  content: ' ';
  background-color: #444;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  transform: rotate(45deg);
}
.luggage {
  padding: 20px 10%;
}
.book-zone {
  text-align: center;
  padding: 40px 0 60px 0;
  background-color: #66CCB8;
  color: #fff;
}
.book-zone h1 {
  color: #fff;
  font-weight: 100;
}
.book-zone h2 {
  font-weight: 100;
  margin-bottom: 30px;
}
.book-zone a.btn {
  box-shadow: 0 0 4px #418578;
  background-color: #fe8088;
}
.book-zone a.btn:hover {
  background-color: #ee666e;
}
@media (max-width: 820px) {
  .short {
    flex: 0 0 100%;
    box-sizing: border-box;
  }
  .van-content h1 {
    font-size: 44px;
  }
  .van-driver .description {
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .item-van {
    flex-wrap: wrap;
  }
  .item-van .description,
  .item-van .img {
    flex: 0 0 100%;
  }
  .item-van.seat {
    padding-top: 260px;
    background-size: 120%;
    background-position: top;
  }
}
.main {
  padding: 0;
}
.main h1 {
  margin-bottom: 0;
}
.main p,
.main li,
.main span {
  margin: 0;
  color: #666;
}
#vango-is {
  display: flex;
  padding: 20px 5%;
  align-items: center;
}
#vango-is h1 {
  font-size: 68px;
  margin-top: 0;
}
#vango-is .img {
  padding-right: 5%;
}
#vango-is .description {
  flex: 0 0 40%;
  padding-bottom: 60px;
}
#vango-is img {
  width: 100%;
}
#vango-is .btn {
  margin-top: 20px;
  width: 40%;
  font-size: 38px;
  text-align: center;
  line-height: 1.3;
}
#benefit {
  display: flex;
  background-color: #f5f5f5;
  padding-left: 10%;
}
#benefit div {
  background-color: #f5f5f5;
  flex: 0 0 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}
#benefit .triangle {
  background-image: url('/images/van/driver3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#benefit .triangle:before {
  content: ' ';
  background-color: #f5f5f5;
  opacity: 1;
  position: absolute;
  width: 180%;
  height: 100%;
  transform-origin: left top;
  transform: translateY(-40px) rotate(75deg);
}
#benefit li {
  font-size: 36px;
}
#howto-driver {
  background-color: #fff;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 32px;
}
#howto-driver .img {
  max-width: 300px;
}
#howto-driver h2 {
  flex: 0 0 100%;
  font-size: 40px;
  text-align: center;
}
#howto-driver .step {
  display: flex;
  padding: 0;
}
#howto-driver .number-step {
  color: #08c;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #08c;
  box-sizing: border-box;
  font-size: 35px;
  line-height: 42px;
  z-index: 300;
  margin-right: -24px;
}
#howto-driver .step-description {
  border-left: 2px solid #08c;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 0;
  min-height: 120px;
}
#howto-driver .last .step-description {
  border-left: 2px solid rgba(0, 0, 0, 0);
}
#driver-signup {
  background-color: #f5f5f5;
  padding: 60px 10%;
  margin: auto;
}
#driver-signup h2 {
  font-size: 60px;
  text-align: center;
}
#driver-signup #driver-signup-form {
  background-color: #fff;
  margin: auto;
  width: 340px;
  padding: 20px 60px 40px 60px;
  border: 1px solid #ccc;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 4px #ccc;
}
#driver-signup #driver-signup-form div {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  flex-wrap: wrap;
}
#driver-signup #driver-signup-form .label {
  flex: 0 0 100%;
  text-align: left;
  line-height: 1;
}
#driver-signup #driver-signup-form .value {
  flex: 0 0 100%;
}
#driver-signup #driver-signup-form .value input,
#driver-signup #driver-signup-form .value select {
  width: 100%;
}
#driver-signup #driver-signup-form button {
  width: 100%;
  margin-top: 20px;
}
#driver-signup .errors {
  font-size: 24px;
}
/* --- booking-reaponsive --- */
@media (min-width: 1200px) {
  #leader.wrapper {
    padding: 40px 15%;
  }
  .book-now {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 1000px) {
  #leader {
    flex-wrap: wrap;
  }
  #leader .slogan {
    order: -1;
    flex: 0 0 100%;
    margin-top: 25px;
  }
}
@media (max-width: 740px) {
  #leader.wrapper {
    padding: 40px 5%;
  }
  body[lang="th"] #leader .slogan {
    margin-left: 0;
  }
  body[lang="th"] #leader .slogan h1 {
    font-size: 44px;
  }
  body[lang="th"] #leader h2 {
    font-size: 26px;
    line-height: 1;
  }
  #leader {
    flex-wrap: wrap;
  }
  #leader .slogan {
    flex: 0 0 100%;
    margin-top: 35px;
  }
  #leader .slogan h1 {
    font-size: 34px;
  }
  #leader .slogan h2 {
    font-size: 18px;
  }
  #booking-widget {
    flex: 0 0 450px;
  }
  #booking-widget h2 {
    font-size: 20px;
  }
  #booking-form-holder .booking-form {
    padding: 0 3%;
  }
  #booking-form-holder .booking-form .summary {
    flex: 0 0 100%;
    border-left: none;
    font-size: 14px;
    padding-left: 0;
  }
  #booking-form-holder .booking-form .account {
    flex: 0 0 100%;
  }
  #booking-form-holder .booking-form.initial .action-space {
    flex-wrap: wrap;
  }
  #booking-form-holder .booking-form.initial .action-space .button {
    flex: 0 0 100%;
  }
  #booking-form-holder .booking-form.initial .action-space .button button {
    width: 100%;
  }
  #booking-form-holder .booking-form.initial .equation div span.cost {
    font-size: 20px;
    line-height: 34px;
  }
  #booking-form-holder .booking-form.initial .equation div select {
    font-size: 16px;
    min-width: 50px;
  }
  #booking-form-holder .booking-form.initial .equation div .icon {
    flex: 0 0 45px;
  }
  #booking-form-holder .booking-form.initial .equation div .icon img {
    width: 45px;
  }
  #booking-form-holder .booking-form.initial .equation div.symbol {
    font-size: 40px;
    margin: 0 2%;
  }
  #booking-form-holder .booking-form .details .pickup-date-time {
    margin-left: 0;
  }
  #booking-form-holder .booking-form .details .pax,
  #booking-form-holder .booking-form .details .nights {
    margin-left: 0;
  }
  #booking-form-holder .booking-form .details .pax div.icon,
  #booking-form-holder .booking-form .details .nights div.icon {
    display: none;
  }
  #booking-form-holder .booking-form .details .pickup-place,
  #booking-form-holder .booking-form .details .contact-number,
  #booking-form-holder .booking-form .details .name,
  #booking-form-holder .booking-form .details .note {
    margin-left: 0;
  }
  #booking-form-holder .booking-form .details .pickup-place span,
  #booking-form-holder .booking-form .details .contact-number span,
  #booking-form-holder .booking-form .details .name span,
  #booking-form-holder .booking-form .details .note span {
    margin-left: 0;
  }
  #booking-form-holder .booking-form .details .pickup-place div.icon,
  #booking-form-holder .booking-form .details .contact-number div.icon,
  #booking-form-holder .booking-form .details .name div.icon,
  #booking-form-holder .booking-form .details .note div.icon {
    display: none;
  }
  #booking-form-holder .booking-form .details .pickup-date-time div {
    flex: 1 1 auto;
    justify-content: space-between;
  }
  #booking-form-holder .booking-form .details .pickup-date-time div input[type="date"],
  #booking-form-holder .booking-form .details .pickup-date-time div input[type="text"] {
    width: 100%;
    min-width: 105px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 36px;
  }
  #booking-form-holder .booking-form .details .pickup-date-time div select {
    width: 100%;
    min-width: 105px;
    box-sizing: border-box;
  }
  #booking-form-holder .booking-form .details .pickup-date-time div.word {
    flex-grow: 0;
  }
  #booking-form-holder .booking-form .details .pickup-place span {
    flex-shrink: 1;
  }
  #booking-form-holder .booking-form .details .pickup-place input[type="text"] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  #booking-form-holder .booking-form .details .name .input {
    display: flex;
    flex-wrap: wrap;
  }
  #booking-form-holder .booking-form .details .name .input input[type="text"] {
    flex: 0 0 100%;
    box-sizing: border-box;
    margin-right: 0;
  }
  #booking-form-holder .booking-form .details .note textarea#note {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  #leader.wrapper {
    padding: 40px 10%;
  }
  #leader.wrapper::after {
    opacity: 0.25;
  }
  #leader.wrapper .btn {
    font-size: 24px;
    margin-top: 20px;
  }
  #booking-widget {
    flex: 0 0 100%;
  }
  .feel div {
    flex: 0 0 50%;
    position: relative;
    right: 5%;
    padding-top: 0;
  }
  .feel div:last-child {
    display: none;
  }
}
.driver-document {
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #ddd;
  padding: 15px;
}
.driver-document h3 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 0;
  display: flex;
}
.driver-document h3 span {
  margin-right: auto;
}
.driver-document h3 a {
  background-color: #469fe5 ;
  border: 1px solid #469fe5;
  font-size: 16px;
  padding: 0px 40px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  line-height: 2;
  font-size: 13px;
  padding: 4px 20px;
  line-height: 1.2;
  margin-left: 10px;
}
.driver-document h3 a:disabled {
  background-color: #999;
  color: #ccc;
}
.driver-document h3 a:disabled:hover {
  background-color: #999;
  cursor: default;
}
.driver-document h3 a:hover {
  background-color: #3e93d7;
}
.driver-document h3 a.subtle-red {
  background-color: #fff;
  border: 1px solid #f44;
  color: #f44;
}
.driver-document h3 a.subtle-red:hover {
  background-color: #f66;
  color: #fff;
}
.driver-document h3 a.orange {
  background-color: #fb854b;
  border: 1px solid #fb854b;
}
.driver-document h3 a.orange:hover {
  background-color: #e3753f;
}
.driver-document h3 a.red {
  background-color: #f66;
  border: 1px solid #f44;
}
.driver-document h3 a.red:hover {
  background-color: #f44;
}
.driver-document h3 a.blue {
  background-color: #469fe5;
  border: 1px solid #469fe5;
  color: #fff;
}
.driver-document h3 a.blue:hover {
  background-color: #57adf1;
  border: 1px solid #57adf1;
}
.driver-document h3 a.d-blue {
  background-color: #4a5c6b;
  border: 1px solid #2d3b47;
}
.driver-document h3 a.d-blue:hover {
  background-color: #4a5c6b;
  border: 1px solid #2d3b47;
}
.driver-document h3 a.gray {
  background-color: #aaa;
  border: 1px solid #888;
}
.driver-document h3 a.gray:hover {
  background-color: #888;
  border: 1px solid #888;
}
.driver-document a.cancel {
  background-color: #469fe5 ;
  border: 1px solid #469fe5;
  font-size: 16px;
  padding: 0px 40px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  line-height: 2;
  background-color: #aaa;
  border: 1px solid #888;
  margin-left: 10px;
  padding: 4px 10px;
}
.driver-document a.cancel:disabled {
  background-color: #999;
  color: #ccc;
}
.driver-document a.cancel:disabled:hover {
  background-color: #999;
  cursor: default;
}
.driver-document a.cancel:hover {
  background-color: #3e93d7;
}
.driver-document a.cancel.subtle-red {
  background-color: #fff;
  border: 1px solid #f44;
  color: #f44;
}
.driver-document a.cancel.subtle-red:hover {
  background-color: #f66;
  color: #fff;
}
.driver-document a.cancel.orange {
  background-color: #fb854b;
  border: 1px solid #fb854b;
}
.driver-document a.cancel.orange:hover {
  background-color: #e3753f;
}
.driver-document a.cancel.red {
  background-color: #f66;
  border: 1px solid #f44;
}
.driver-document a.cancel.red:hover {
  background-color: #f44;
}
.driver-document a.cancel.blue {
  background-color: #469fe5;
  border: 1px solid #469fe5;
  color: #fff;
}
.driver-document a.cancel.blue:hover {
  background-color: #57adf1;
  border: 1px solid #57adf1;
}
.driver-document a.cancel.d-blue {
  background-color: #4a5c6b;
  border: 1px solid #2d3b47;
}
.driver-document a.cancel.d-blue:hover {
  background-color: #4a5c6b;
  border: 1px solid #2d3b47;
}
.driver-document a.cancel.gray {
  background-color: #aaa;
  border: 1px solid #888;
}
.driver-document a.cancel.gray:hover {
  background-color: #888;
  border: 1px solid #888;
}
.driver-document a.cancel:hover {
  background-color: #888;
  border: 1px solid #888;
}
.driver-document > div {
  display: flex;
  margin: 5px 0;
}
.driver-document span.label {
  font-weight: bold;
  flex: 0 0 200px;
  margin-bottom: 10px;
}
.driver-document span.value input {
  width: 300px;
}
.driver-document span.value textarea {
  width: 550px;
}
.driver-document img {
  width: 60%;
  height: auto;
  margin: auto;
}
.driver-document .gmap {
  width: 570px;
  height: 400px;
  margin-left: 200px;
  position: relative;
}
.sub-navigation {
  display: flex;
  justify-content: flex-end;
  padding: 0 10%;
  border-bottom: 1px solid #ccc;
}
.sub-navigation a {
  display: block;
  font-size: 16px;
  padding: 10px;
  text-decoration: none;
}
.sub-navigation a:hover {
  background-color: #ddd;
}
#admin-app {
  padding: 0 20%;
}
#admin-app .summary {
  display: flex;
  justify-content: space-between;
}
#admin-app .summary h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  margin-right: 10px;
  /*for separate the pill*/
  margin-top: 10px;
}
#admin-app .summary .chin {
  flex: 0 0 100%;
  color: #666;
  font-size: 15px;
  font-family: monospace;
}
#admin-app .summary .assigned-drivers {
  line-height: 30px;
  margin: 5px 0 0 0 ;
  padding: 0;
}
#admin-app .summary .assigned-drivers a {
  font-size: 16px;
}
#admin-app .summary .assigned-drivers span {
  font-size: 14px;
  color: red;
  line-height: 40px;
  margin: 0;
}
#admin-app .summary .assigned-drivers:before {
  content: "";
  background-image: url('/images/icon-driver.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 39px;
  width: 32px;
  padding-bottom: 7px;
  padding-right: 31px;
  border-radius: 50px;
  border: 1px solid #999;
  margin-right: 5px;
}
#admin-app .head-controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
#admin-app .head-controls h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  margin-right: 10px;
  /*for separate the pill*/
}
#admin-app .head-controls .controls {
  margin-left: auto;
  padding-top: 8px;
}
#admin-app .head-controls .controls input[type="text"] {
  margin-right: 5px;
  padding: 0 5px;
  font-size: 14px;
}
#admin-app .head-controls .controls input[type="submit"] {
  font-size: 14px;
  padding: 0 15px;
}
.orders-admin {
  min-width: 880px;
}
.orders-admin .filters {
  display: flex;
  padding: 0;
  margin-bottom: 10px;
  min-width: 550px;
  font-size: 14px;
}
.orders-admin .filters span {
  padding: 5px 10px;
  display: block;
  background-color: #444;
  color: #fff;
  margin-right: 10px;
  border-radius: 4px;
}
.orders-admin .filters a {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  color: #0166ce;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}
.orders-admin .filters a:hover {
  background-color: #ddd;
}
.orders-admin .footer-controls {
  display: flex;
  justify-content: space-between;
}
.orders-admin .footer-controls > div {
  margin: 20px 0;
}
.orders-admin .order-view {
  padding: 10px 10px 5px 20px;
  margin: 0 0 20px 0;
  flex: 0 0 450px;
  font-size: 14px;
}
.orders-admin .order-view > div:first-child {
  background-image: url('/images/icon-day.svg');
}
.orders-admin .order-view > div:nth-child(2) {
  background-image: url('/images/icon-customer.svg');
}
.orders-admin .order-view > div:nth-child(3) {
  background-image: url('/images/icon-phone.svg');
}
.orders-admin .order-view > div:nth-child(4) {
  background-image: url('/images/icon-note.svg');
}
.orders-admin .order-view > div:nth-child(5) {
  background-image: url('/images/icon-payment-due.svg');
}
.orders-admin .order-view > div {
  margin-bottom: .4em;
  display: flex;
  background-size: 30px;
  background-repeat: no-repeat;
  padding-left: 32px;
  line-height: 28px;
  border-bottom: 1px dotted #ccc;
}
.orders-admin .order-view a {
  color: #0166ce;
  margin-left: auto;
}
.orders-admin .order-view .duration {
  background-color: #0166ce;
  padding: 5px 10px;
  border-radius: 25px;
  margin-left: auto;
  color: #fff;
}
.orders-admin .order-view .label {
  font-size: 11px;
  flex: 0 0 85px;
  color: #999;
}
.orders-admin .order-view .value {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: baseline;
}
.orders-admin .order-view .value .pill {
  margin-left: 5px;
}
.orders-admin .order-view .value button {
  margin-left: 10px;
}
.orders-admin .order-view span.name {
  flex: 0 0 100%;
  line-height: 20px;
}
.orders-admin .order-view span.email {
  line-height: 18px;
}
.orders-admin .order-view span.email a {
  color: #0166ce;
  font-size: 12px;
}
.orders-admin .driver-document > div {
  background-size: 30px;
  background-repeat: no-repeat;
  padding-left: 32px;
  margin-left: 30px;
  line-height: 28px;
  border-bottom: 1px dotted #ccc;
}
.orders-admin .driver-document > div input[type="text"] {
  line-height: 1.8;
}
.orders-admin .driver-document > div .label {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.orders-admin .driver-document > div:nth-child(2) {
  background-image: url('/images/icon-place.svg');
}
.orders-admin .driver-document > div:nth-child(3) {
  background-image: url('/images/icon-phone.svg');
}
.orders-admin .driver-document > div:nth-child(4) {
  background-image: url('/images/icon-payment-due.svg');
}
.orders-admin .driver-document > div:nth-child(5) {
  background-image: url('/images/icon-note.svg');
}
.orders-admin .driver-documents h2,
.orders-admin .message-pane h2,
.orders-admin .driver-payments-pane h2,
.orders-admin .payments-pane h2,
.orders-admin .history-pane h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 44px;
}
.orders-admin .driver-documents .order-message,
.orders-admin .message-pane .order-message,
.orders-admin .driver-payments-pane .order-message,
.orders-admin .payments-pane .order-message,
.orders-admin .history-pane .order-message,
.orders-admin .driver-documents .order-event,
.orders-admin .message-pane .order-event,
.orders-admin .driver-payments-pane .order-event,
.orders-admin .payments-pane .order-event,
.orders-admin .history-pane .order-event {
  display: flex;
  font-size: 12px;
  line-height: 28px;
  border-bottom: 1px dotted #ccc;
  color: #666;
}
.orders-admin .driver-documents .order-message .created,
.orders-admin .message-pane .order-message .created,
.orders-admin .driver-payments-pane .order-message .created,
.orders-admin .payments-pane .order-message .created,
.orders-admin .history-pane .order-message .created,
.orders-admin .driver-documents .order-event .created,
.orders-admin .message-pane .order-event .created,
.orders-admin .driver-payments-pane .order-event .created,
.orders-admin .payments-pane .order-event .created,
.orders-admin .history-pane .order-event .created {
  flex: 0 0 140px;
  font-size: 13px;
}
.orders-admin .message-pane .order-message {
  display: flex;
}
.orders-admin .message-pane .order-message .created {
  flex: 0 0 160px;
}
.orders-admin .note p {
  margin-bottom: 5px;
}
.record-driver-payment div {
  display: flex;
  line-height: 40px;
}
.record-driver-payment div .label {
  flex: 0 0 160px;
  text-align: right;
  padding-right: 10px;
}
.line-items {
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #ddd;
}
.line-items .line-items-header {
  display: flex;
  padding: 15px 15px 0 15px;
  background-color: #fff;
  font-size: 12px;
  color: #999;
}
.line-items .line-items-header .total {
  font-size: 12px;
}
.line-items .line-item-view {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 15px;
}
.line-items a {
  margin-right: 5px;
  color: #0166ce;
}
.line-items a.btn {
  color: #fff;
}
.line-items .description {
  flex: 1;
  font-size: 16px;
}
.line-items .description a {
  margin-left: 10px;
}
.line-items .quantity {
  flex: 0 0 70px;
  text-align: center;
  margin-left: auto;
}
.line-items .unit-price {
  flex: 0 0 100px;
  text-align: center;
}
.line-items .total {
  flex: 0 0 100px;
  text-align: right;
}
.line-items .grand-total {
  flex: 0 0 100%;
  display: flex;
  font-weight: bold;
  padding: 15px;
  text-align: right;
  font-size: 20px;
  border-top: 1px solid #ddd;
}
.line-items .grand-total .label {
  flex: 1;
  text-align: right;
  padding-right: 20px;
}
.line-items .grand-total .value {
  flex: 0 0 120px;
}
.line-items .reservation-view {
  flex: 0 0 100%;
  padding: 16px 0 0 40px;
  box-sizing: border-box;
  font-size: 13px;
}
.line-items .reservation-view > div:nth-child(1) {
  background-image: url('/images/icon-place.svg');
}
.line-items .reservation-view > div:nth-child(2) {
  background-image: url('/images/icon-clock.svg');
}
.line-items .reservation-view > div:nth-child(3) {
  background-image: url('/images/icon-pax.svg');
}
.line-items .reservation-view > div:nth-child(4) {
  background-image: url('/images/icon-payment-due.svg');
}
.line-items .reservation-view > div:nth-child(5) {
  background-image: url('/images/icon-driver2.svg');
}
.line-items .reservation-view > div:nth-child(5) a.btn {
  margin-left: 10px;
}
.line-items .reservation-view > div:nth-child(6) {
  background-image: url('/images/icon-note.svg');
  border-bottom: none;
}
.line-items .reservation-view > div {
  background-size: 26px;
  background-repeat: no-repeat;
  line-height: 30px;
  border-bottom: 1px dotted #ccc;
  display: flex;
}
.line-items .reservation-view > div span.label {
  color: #999;
  flex: 0 0 80px;
  padding-right: 10px;
  padding-left: 35px;
  background-size: 25px;
  font-size: 11px;
}
.line-items .reservation-view > div .note {
  padding-top: 5px;
}
.line-items .reservation-view > div .note p {
  margin-bottom: 10px;
}
.reservation-drivers-edit {
  padding: 10px 15px;
  margin: 15px 0;
  background: #f4f8fb;
  width: 100%;
  flex-grow: 1;
  position: relative;
}
.reservation-drivers-edit a.close {
  position: absolute;
  top: 10px;
  right: 20px;
}
.reservation-drivers-edit h2 {
  font-size: 18px;
  margin-top: 0;
  font-weight: normal;
}
.reservation-drivers-edit h3 {
  font-size: 14px;
  color: #015D8F;
}
.reservation-drivers-edit .vehicle-request {
  display: flex;
  flex-wrap: wrap;
  width: 520px;
}
.reservation-drivers-edit .driver-view {
  flex: 0 0 100%;
  border-bottom: 1px dotted #ccc;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.reservation-drivers-edit .driver-view:hover {
  background-color: #eaeff3;
}
.reservation-drivers-edit .driver-view span {
  display: flex;
  flex: 1 0 70%;
  color: #999;
  font-size: 13px;
}
.reservation-drivers-edit .driver-view span a {
  flex: 0 0 180px;
  font-size: 16px;
}
.reservation-edit {
  padding: 10px 15px;
  background: #f4f8fb;
}
.reservation-edit div {
  display: flex;
  margin: 7px 0;
}
.reservation-edit div .label {
  flex: 0 0 200px;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
}
.reservation-edit div input {
  font-size: 13px;
  padding: 0 10px;
}
.reservation-edit div select {
  width: 168px;
  padding: 4px 5px;
  height: 26px;
  font-size: 13px;
}
.reservation-edit div textarea {
  width: 50%;
}
.reservation-edit button {
  margin-left: 210px;
}
.admin-order {
  display: flex;
  flex-wrap: no-wrap;
  margin: auto;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}
.admin-order div {
  text-align: center;
}
.admin-order:hover {
  background-color: #f5f5f5;
}
.admin-order.head {
  font-size: 13px;
  align-items: flex-end;
}
.admin-order.head .number-of-days {
  font-size: 13px;
  color: #444;
}
.admin-order .reference {
  flex: 0 0 80px;
  text-align: left;
}
.admin-order .reference a {
  color: #0166ce;
}
.admin-order .user {
  flex: 1 0 210px;
  text-align: left;
}
.admin-order .assigned-drivers {
  flex: 0 0 200px;
  text-align: left;
}
.admin-order .status {
  flex: 0 0 70px;
}
.admin-order .payment-status {
  flex: 0 0 70px;
}
.admin-order .pax {
  flex: 0 0 30px;
}
.admin-order .start-date {
  flex: 0 0 90px;
}
.admin-order .number-of-days {
  flex: 0 0 40px;
  color: #0166ce;
  font-weight: bold;
  font-size: 18px;
}
form.driver a {
  padding: 6px 10px;
  text-decoration: none;
  margin-left: 10px;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #ff9999;
  color: #cc6666;
}
form.driver a:hover {
  background-color: #ffeeee;
  text-shadow: 1px 1px 0 #fff;
}
form.driver > div {
  display: flex;
  padding-bottom: 10px;
  align-items: center;
}
form.driver > div .label {
  flex: 0 0 240px;
  text-align: right;
  margin-right: 10px;
  font-size: 14px;
}
form.driver > div input[type="text"] {
  margin-right: 5px;
  padding: 0 5px;
  font-size: 14px;
}
#admin-app .drivers {
  margin-bottom: 240px;
  max-width: 550px;
}
#admin-app .drivers .header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
#admin-app .drivers .driver {
  display: flex;
  justify-content: space-between;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
}
#admin-app .drivers .driver .telephone {
  flex: 0 0 150px;
  text-align: right;
}
#admin-app .drivers .driver a {
  text-decoration: none;
  color: #0166ce;
}
#admin-app .drivers .driver a:hover {
  text-decoration: underline;
}
#admin-app #driver {
  padding-top: 20px;
}
#admin-app #driver h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 39px;
  color: #0ac;
}
#admin-app #driver .driver-image {
  background-color: #fff;
  box-sizing: border-box;
  width: 240px;
}
#admin-app #driver .driver-image img {
  width: 100%;
}
#admin-app #driver a {
  background-color: #469fe5 ;
  border: 1px solid #469fe5;
  font-size: 16px;
  padding: 0px 40px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  line-height: 2;
}
#admin-app #driver a:disabled {
  background-color: #999;
  color: #ccc;
}
#admin-app #driver a:disabled:hover {
  background-color: #999;
  cursor: default;
}
#admin-app #driver a:hover {
  background-color: #3e93d7;
}
#admin-app #driver a.subtle-red {
  background-color: #fff;
  border: 1px solid #f44;
  color: #f44;
}
#admin-app #driver a.subtle-red:hover {
  background-color: #f66;
  color: #fff;
}
#admin-app #driver a.orange {
  background-color: #fb854b;
  border: 1px solid #fb854b;
}
#admin-app #driver a.orange:hover {
  background-color: #e3753f;
}
#admin-app #driver a.red {
  background-color: #f66;
  border: 1px solid #f44;
}
#admin-app #driver a.red:hover {
  background-color: #f44;
}
#admin-app #driver a.blue {
  background-color: #469fe5;
  border: 1px solid #469fe5;
  color: #fff;
}
#admin-app #driver a.blue:hover {
  background-color: #57adf1;
  border: 1px solid #57adf1;
}
#admin-app #driver a.d-blue {
  background-color: #4a5c6b;
  border: 1px solid #2d3b47;
}
#admin-app #driver a.d-blue:hover {
  background-color: #4a5c6b;
  border: 1px solid #2d3b47;
}
#admin-app #driver a.gray {
  background-color: #aaa;
  border: 1px solid #888;
}
#admin-app #driver a.gray:hover {
  background-color: #888;
  border: 1px solid #888;
}
#admin-app #driver .omise-status,
#admin-app #driver .name,
#admin-app #driver .brand,
#admin-app #driver .number,
#admin-app #driver div.info {
  display: flex;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
  width: 360px;
  flex: 0 0 60%;
}
#admin-app #driver .omise-status .label,
#admin-app #driver .name .label,
#admin-app #driver .brand .label,
#admin-app #driver .number .label,
#admin-app #driver div.info .label {
  font-weight: bold;
  width: 160px;
}
#admin-app #driver .vehicles .vehicle span {
  width: 50%;
  display: block;
  line-height: 29px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1190px) {
  #admin-app {
    padding: 0 10% 0 5%;
  }
}
@media (max-width: 740px) {
  #app-holder {
    padding: 0 2%;
  }
  #app-holder .header {
    flex-wrap: wrap;
  }
  #app-holder .header .reference {
    flex: 100%;
    font-size: 30px;
    padding-left: 10px;
  }
  #app-holder .header .billing-summary {
    flex: 1 1 auto;
  }
  #app-holder .questions-cancel {
    flex-wrap: wrap;
  }
  #app-holder .discussion,
  #app-holder .cancel-order {
    flex: 0 0 100%;
    border-right: none;
  }
  #app-holder .discussion {
    border-top: 1px solid #ccc;
    font-size: 24px;
  }
  #app-holder .bookings .orders-grid .reference {
    flex: 0 0 90px;
    font-size: 14px;
  }
  #app-holder .bookings .orders-grid .details div .timepick,
  #app-holder .bookings .orders-grid .details div .vannum {
    display: none;
  }
  #app-holder .bookings .orders-grid .status {
    font-size: 12px;
  }
  .reservation .details .editable,
  .reservation .details .non-editable {
    flex: 0 0 100%;
  }
}
body[lang="th"] .faq .content h1,
body[lang="th"] .term .content h1 {
  line-height: .5;
}
body[lang="th"] .faq .content p,
body[lang="th"] .term .content p,
body[lang="th"] .faq .content a,
body[lang="th"] .term .content a {
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}
body[lang="th"] .faq .content h2,
body[lang="th"] .term .content h2 {
  font-family: thaisans_neueultra_light, 'Thai Sans Neue', Arial;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
body[lang="th"] .faq .content hr,
body[lang="th"] .term .content hr {
  margin: 20px auto;
}
.term .content {
  padding: 10px 20%;
}
.term div.img {
  width: 100%;
  height: 300px;
  background-image: url('/images/story-bg4-2.jpg');
  background-size: cover;
  background-position: bottom;
}
.faq {
  margin: 0;
  padding: 0 0 50px 0;
}
.faq a {
  color: #08c;
  text-decoration: none;
}
.faq a:hover {
  text-decoration: underline;
}
.faq .content {
  padding: 50px 0 10px 0;
  color: #777;
}
.faq .content p {
  font-size: 14px;
  line-height: 1.5;
}
.faq .content .column {
  display: flex;
  justify-content: center;
}
.faq .content .column div {
  flex: 0 0 450px;
  margin: 0 40px;
}
.faq .content .column .van-pic {
  text-align: center;
}
.faq .content .column .van-pic img {
  width: 55%;
  margin-bottom: 30px;
}
.faq hr {
  margin: 50px auto;
  width: 760px;
}
.faq h2,
.faq h1 {
  font-family: 'Open Sans', sans-serif, Arial;
  font-weight: 100;
}
.faq h2 {
  font-size: 28px;
  font-weight: 100;
  line-height: 1.2;
  margin: 15px 0;
  color: #555;
}
.faq div.img {
  width: 100%;
  height: 300px;
  background-image: url('/images/bg3.jpg');
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 1200px) {
  .faq hr {
    width: 70%;
  }
  .faq .content {
    padding: 50px 10% 10px 10%;
  }
  .faq .content .column {
    justify-content: space-around;
  }
  .faq .content .column div {
    flex: 0 0 45%;
    margin: 0;
  }
}
@media (max-width: 1000px) and (min-width: 821px) {
  .faq .content {
    padding: 50px 5% 10px 5%;
  }
  .faq .content .column div {
    flex: 0 0 45%;
    margin: 0;
  }
}
@media (max-width: 820px) {
  .term .content {
    padding: 10px 10%;
  }
  .faq .content {
    padding: 50px 7% 10px 7%;
  }
  .faq .content .column {
    flex-wrap: wrap;
  }
  .faq .content .column div {
    flex: 0 0 100%;
    margin: 0;
  }
}
#tours-app-holder {
  padding: 0;
}
#tours-app-holder .features {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
#tours-app-holder .features .img {
  position: relative;
  margin: 0;
  padding: 0;
}
#tours-app-holder .features .img img {
  display: block;
}
#tours-app-holder .features .img .related {
  display: none;
  background-color: #444;
  opacity: 0.8;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  font-size: 1.2vw;
  line-height: 1.4;
  font-weight: 100;
}
#tours-app-holder .features .feature {
  flex: 0 0 25%;
  box-sizing: border-box;
}
#tours-app-holder .features .feature.active .related {
  display: block;
}
#tours-app-holder .features .feature .theme {
  line-height: 1.4;
  padding: 5px 5px 5px 20px;
  margin: 0;
  box-sizing: border-box;
  background-color: #eee;
  position: relative;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#tours-app-holder .features .feature .theme .name {
  font-size: 20px;
  font-weight: 100;
}
#tours-app-holder .features .feature .theme .hilight {
  font-size: 2.4vw;
  font-weight: bold;
  position: absolute;
  right: 20px;
  text-shadow: 2px 0 6px #444;
  color: #fff;
}
#tours-app-holder .features .feature.bottom .hilight {
  bottom: 40px;
}
#tours-app-holder .features .feature.top .hilight {
  top: 40px;
  z-index: 100;
}
#tours-app-holder .features .details {
  padding: 40px 5% 40px 20px;
}
#tours-app-holder .features .half {
  flex: 0 0 50%;
  box-sizing: border-box;
  font-weight: 100;
}
#tours-app-holder .features .half h1 {
  font-weight: 100;
  font-size: 34px;
  margin-top: 0;
  color: red;
}
#tours-app-holder .features .lead {
  padding: 40px 20px 40px 5%;
}
#tours-app-holder .features .lead ol {
  font-size: 20px;
  line-height: 1.6;
}
#tours-app-holder .features .cta {
  text-align: center;
}
#tours-app-holder .features .formula {
  background-color: #666;
  padding: 50px 0;
  display: block;
  text-align: center;
  flex: 0 0 100%;
}
#tours-app-holder .features .formula img {
  width: 70%;
  max-width: 1000px;
}
@media (min-width: 1200px) {
  #tours-app-holder {
    padding: 0 5%;
  }
}
@media (max-width: 900px) {
  #tours-app-holder .features .img .related {
    font-size: 16px;
    line-height: 1.6;
  }
  #tours-app-holder .features .feature {
    flex: 0 0 50%;
  }
}
@media (max-width: 810px) {
  #tours-app-holder .features .half {
    flex: 0 0 100%;
  }
  #tours-app-holder .features .feature.active .related {
    display: none;
  }
  #tours-app-holder .features .feature .theme .hilight {
    font-size: 18px;
  }
  #tours-app-holder .features .details,
  #tours-app-holder .features .lead {
    padding: 10px 5%;
  }
  #tours-app-holder .features .formula img {
    width: 100%;
  }
}
body[lang="th"] .fuel h1 {
  line-height: .5;
}
body[lang="th"] .fuel p {
  font-size: 26px;
}
body[lang="th"] .fuel h2 {
  font-family: thaisans_neueultra_light, 'Thai Sans Neue', Arial;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
body[lang="th"] .fuel table.fuel-table th {
  line-height: 1.2;
}
.fuel {
  background-image: url('/images/fuel.svg');
  background-repeat: no-repeat;
  background-position: right -40px top 20px;
  background-size: 450px;
}
.fuel h1 {
  font-size: 34 px;
  color: #444;
  margin: 20px auto 30px auto;
  font-family: 'Open Sans', sans-serif, Arial, helvetica, verdana;
  font-weight: 100;
}
.fuel table.fuel-table {
  border-collapse: collapse;
  margin: 0 auto 30px auto;
  min-width: 620px;
}
.fuel table.fuel-table th {
  background-color: #08c;
  line-height: 2;
  font-weight: normal;
  color: #fff;
  border-spacing: none;
  border-right: 1px solid #fff;
  min-width: 300px;
  padding: 10px 0;
}
.fuel table.fuel-table tr:hover {
  background-color: #f5f7f9;
}
.fuel table.fuel-table td {
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
  padding: 8px 10px;
}
.fuel table.fuel-table td:nth-last-child(1) {
  text-align: center;
  width: 230px;
}
@media (max-width: 800px) {
  .fuel {
    padding: 10px 7%;
  }
  .fuel table.fuel-table {
    width: 100%;
    min-width: auto;
    max-width: 520px;
  }
  .fuel table.fuel-table th {
    min-width: auto;
    width: 100%;
  }
  .fuel table.fuel-table th:first-child {
    display: none;
  }
  .fuel table.fuel-table tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
  }
  .fuel table.fuel-table tr td {
    line-height: 2;
    border: none;
    padding: 5px 0;
  }
  .fuel table.fuel-table tr td:first-child {
    box-sizing: border-box;
    width: auto;
    font-size: 14px;
  }
  .fuel table.fuel-table tr td:nth-last-child(1) {
    box-sizing: border-box;
    font-weight: bold;
    text-align: right;
    width: auto;
  }
  body[lang="th"] .fuel table.fuel-table td:first-child {
    font-size: 22px;
  }
}
body[lang="th"] #main.contact {
  font-family: arial, sans-serif;
  font-size: 14px;
}
body[lang="th"] #main.contact li,
body[lang="th"] #main.contact a,
body[lang="th"] #main.contact p {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}
#main.contact .mini-faq {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 960px;
  width: 75%;
  background: #fafafa;
  padding: 20px 30px 30px;
  margin: 40px auto 30px auto;
  border: 1px solid #e6eaef;
}
#main.contact .mini-faq div {
  flex: 0 0 45%;
  padding: 12px 5%;
  box-sizing: border-box;
}
#main.contact .mini-faq h3 {
  flex: 0 0 100%;
}
#main.contact .mini-faq p {
  font-size: 14px;
  flex: 0 0 100%;
}
#main.contact .mini-faq ul {
  margin: 0;
  padding: 0;
}
#main.contact .mini-faq ul li {
  list-style: none;
}
#main.contact .mini-faq ul li a {
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  color: #666;
}
#main.contact .mini-faq ul li a:hover {
  color: #08c;
}
#main.contact .contact-detils {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  background: #f5f7f9;
  border-top: 1px solid #e6eaef;
  border-bottom: 1px solid #e6eaef;
  padding: 30px 0;
  margin-bottom: 30px;
}
#main.contact .contact-detils div {
  flex: 0 0 40%;
  padding: 0 5%;
  box-sizing: border-box;
}
#main.contact .contact-detils div:first-child {
  border-right: 1px solid #e6eaef;
}
#main.contact .contact-detils div:last-child {
  border-left: 1px solid #fff;
}
#main.contact .contact-detils div p {
  color: #818181;
  font-size: 14px;
  line-height: 1.6;
}
#main.contact .contact-detils div a {
  color: #08c;
  text-decoration: none;
}
@media (max-width: 600px) {
  #main.contact {
    width: 100%;
  }
  #main.contact .mini-faq {
    padding: 20px 20px 30px 20px;
    margin: 40px auto 30px auto;
    box-sizing: border-box;
    width: 90%;
  }
  #main.contact .mini-faq div {
    flex: 0 0 100%;
    padding: 12px 0;
  }
  #main.contact .contact-detils div {
    flex: 0 0 90%;
  }
  #main.contact .contact-detils div:first-child {
    border-right: none;
    border-bottom: 1px solid #e6eaef;
  }
  #main.contact .contact-detils div:last-child {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.blog {
  padding: 0 5% 30px 5%;
  margin: 0;
  background-color: #f5f7f9;
}
.blog .back-to-blog {
  padding: 20px 0  20px 0;
  margin: 0 17%;
}
.blog .back-to-blog a {
  color: #08c;
  text-decoration: none;
}
.blog .back-to-blog a:hover {
  text-decoration: underline;
}
.blog h1 {
  font-family: 'Open Sans', sans-serif, Arial, helvetica, verdana;
  font-weight: 100;
  font-size: 28px;
  color: #888;
  margin: 0 auto 0 auto;
  padding: 20px 0  20px 10%;
}
.blog .publication-date {
  padding: 10px 0 0px 0;
  text-align: center;
  color: #999;
  font-size: 13px;
  font-weight: 100;
}
.blog .article {
  background-color: #fff;
  padding: 40px 0;
  box-sizing: border-box;
  max-width: 880px;
  margin: 10px auto 40px auto;
}
.blog .article > * {
  margin: 0 17%;
}
.blog .article h1 {
  font-size: 30px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 5px 0;
  border-bottom: 1px dotted #ccc;
}
.blog .article a {
  text-decoration: none;
  color: #08c;
}
.blog .article p {
  font-size: 14px;
  line-height: 1.9;
  color: #4c555a;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 100;
}
.blog .article h2 {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #292e31;
  font-weight: normal;
}
.blog .article .tags {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 40px;
  line-height: 2;
}
.blog .article .tags span {
  color: #888;
}
.blog .article .tags a {
  padding: 2px 6px;
}
.blog .article .tags a:hover {
  background-color: #9cbdd4;
  border-radius: 4px;
  color: #fff;
}
.tag ul {
  background-color: #fcc;
  padding: 40px 0;
  max-width: 880px;
  margin: auto;
}
.tag ul > * {
  margin: 0 17%;
}
.tag ul li {
  padding: 0;
  list-style: circle;
}
.tag ul li a {
  color: #08c;
  text-decoration: none;
  font-size: 22px;
  font-weight: 100;
  line-height: 2.2;
}
.tag ul li a:hover {
  color: #06a;
}
.trip-ideas-header-wrapper {
  display: flex;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  align-items: stretch;
}
.trip-ideas-header-wrapper .triangle {
  flex: 0 0 25%;
  position: relative;
  overflow: hidden;
  background-color: #f5f7f9;
}
.trip-ideas-header-wrapper .triangle:before {
  content: ' ';
  background-color: #6dcff8;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  transform: rotate(45deg);
}
.trip-ideas-header-wrapper .trip-ideas-header {
  flex: 0 0 75%;
  font-size: 18px;
  color: #fff;
  padding: 15px 10px;
  box-sizing: border-box;
  font-weight: 100;
  background-color: #6dcff8;
}
.trip-ideas-header-wrapper .trip-ideas-header a {
  text-decoration: none;
  color: #08c;
}
.trip-ideas-header-wrapper .trip-ideas-header a:hover {
  color: #0b465f;
}
.routes .intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.routes .intro a {
  flex: 0 0 160px;
  margin-left: 10px;
  margin-top: 10px;
}
.routes .intro a img {
  width: 100%;
  box-shadow: 0 2px 4px #ccc;
}
.tour,
.routes {
  padding-bottom: 430px;
  padding-top: 20px;
  margin: 0;
  background-color: #f5f7f9;
  font-size: 14px;
  line-height: 1.9;
  color: #4c555a;
  font-family: "Open Sans", sans-serif, Arial, helvetica, verdana;
  position: relative;
  background-image: url('/images/footer-trip.jpg');
  background-position: center bottom -30px;
  background-repeat: no-repeat;
}
.tour #routes-holder,
.routes #routes-holder,
.tour #route-holder,
.routes #route-holder {
  background-color: #fff;
  padding: 30px 5%;
  max-width: 900px;
  box-sizing: border-box;
  margin: auto;
}
.tour h1,
.routes h1 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 5px 34px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: normal;
  position: relative;
}
.tour h1::before,
.routes h1::before {
  content: url('/images/icon-place.svg');
  position: absolute;
  top: 3px;
  left: -14px;
}
.tour h1 .duration,
.routes h1 .duration {
  width: 50px;
  height: 50px;
  padding: 20px;
  background-color: orange;
  color: #fff;
  position: absolute;
  top: -30px;
  right: -5%;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.tour a,
.routes a {
  text-decoration: none;
  color: #08c;
}
.tour p,
.routes p {
  font-size: 14px;
  line-height: 1.9;
  color: #4c555a;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 100;
}
.tour h2,
.routes h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 25px;
  font-weight: normal;
}
.tour iframe,
.routes iframe {
  margin: 30px auto;
  width: 100%;
  background-color: #f5f5f5;
}
.tour .attraction,
.routes .attraction {
  margin-bottom: 20px;
}
.tour .attraction h3,
.routes .attraction h3 {
  font-size: 14px;
  margin: 0;
}
.tour .attraction .body,
.routes .attraction .body {
  display: flex;
  justify-content: space-between;
}
.tour .attraction .description,
.routes .attraction .description {
  padding-right: 20px;
  flex-grow: 1;
  max-width: 500px;
  line-height: 1.4em;
}
.tour .attraction .duration,
.routes .attraction .duration {
  flex: 0 0 140px;
  font-size: 18px;
  line-height: 1.4;
  color: #444;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #aaa;
  border-radius: 4px;
  align-self: flex-start;
}
.tour .attraction .duration span,
.routes .attraction .duration span {
  font-size: 12px;
  color: #999;
  display: block;
  padding: 0 0 3px 0;
}
.tour a.read-more,
.routes a.read-more {
  margin-left: 10px;
  font-size: 22px;
  color: #08c;
}
.tour .closed,
.routes .closed {
  display: none;
}
.tour .lunch > p,
.routes .lunch > p {
  font-size: 14px;
}
.tour .lunch .items,
.routes .lunch .items {
  display: flex;
  justify-content: space-between;
}
.tour .lunch .items .attraction,
.routes .lunch .items .attraction {
  flex: 0 0 32%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px 14px;
}
.tour .download-button,
.routes .download-button,
.tour .print-button,
.routes .print-button {
  text-align: center;
}
.tour .download-button a,
.routes .download-button a,
.tour .print-button a,
.routes .print-button a,
.tour .download-button button,
.routes .download-button button,
.tour .print-button button,
.routes .print-button button {
  box-sizing: border-box;
  color: #fff;
  display: block;
  width: 300px;
  text-align: center;
  margin: 10px auto;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Open Sans", sans-serif, Arial, helvetica, verdana;
}
.tour .drivers-directions,
.routes .drivers-directions {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 4px #ccc;
}
.tour .drivers-directions h2,
.routes .drivers-directions h2 {
  font-size: 16px;
  margin-top: 1em;
}
.tour .drivers-directions > h2,
.routes .drivers-directions > h2 {
  font-size: 18px;
  font-weight: normal;
  color: #444;
  margin-top: 0;
}
.tour .drivers-directions .attraction,
.routes .drivers-directions .attraction {
  padding-bottom: 0;
}
.tour .drivers-directions .attraction:before,
.routes .drivers-directions .attraction:before {
  content: "- ";
}
.tour .drivers-directions .lunch > p,
.routes .drivers-directions .lunch > p {
  text-align: left;
  font-size: 13px;
  line-height: 1;
}
.tour .book-trip-idea,
.routes .book-trip-idea {
  padding: 10px 20px;
  margin: 20px;
  color: #333;
  position: relative;
  z-index: 1;
}
.tour .book-trip-idea::after,
.routes .book-trip-idea::after {
  content: "";
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  background-image: url('/images/gh-w2.svg');
  background-position: right 20px top;
  background-repeat: no-repeat;
  background-size: 390px;
  background-color: #9bdeff;
}
.tour .book-trip-idea a.btn,
.routes .book-trip-idea a.btn {
  color: #fff;
  background-color: #ec7438;
  margin: 0 auto 20px auto;
  display: block;
  width: 300px;
  padding: 0 20px;
  text-align: center;
}
.tour .book-trip-idea a.btn:hover,
.routes .book-trip-idea a.btn:hover {
  background-color: #fb854b;
}
.tour .book-trip-idea-print,
.routes .book-trip-idea-print {
  display: none;
}
@media (max-width: 900px) {
  .trip-ideas-header-wrapper {
    line-height: 1.4;
  }
  .tour h1 {
    padding-right: 45px;
  }
  .tour h1 .duration {
    font-size: 16px;
    padding: 10px;
    width: 45px;
    height: auto;
    text-align: left;
    display: inline-block;
  }
  .routes .intro a {
    flex: 0 0 20%;
  }
  .tour,
  .routes {
    padding-left: 5%;
    padding-right: 5%;
    background-size: 95%;
    padding-bottom: 30vw;
    background-position: center bottom;
  }
  .tour .attraction .body .duration,
  .routes .attraction .body .duration {
    flex: 0 0 100px;
    padding: 5px;
    font-size: 16px;
    margin-top: 10px;
  }
  .tour .lunch .items,
  .routes .lunch .items {
    flex-wrap: wrap;
  }
  .tour .lunch .items .attraction,
  .routes .lunch .items .attraction {
    flex: 0 0 100%;
  }
  .tour .download-button button,
  .routes .download-button button {
    font-size: 18px;
    width: 100%;
    max-width: 300px;
  }
  .tour .print-button button,
  .routes .print-button button {
    display: none;
  }
  .tour .book-trip-idea a.btn,
  .routes .book-trip-idea a.btn {
    font-size: 20px;
    width: 200px;
  }
}
.tag-list {
  padding: 0 0 30px;
  margin: 0;
}
.tag-list ul {
  background-color: #fff;
  padding: 40px 5%;
  box-sizing: border-box;
  max-width: 880px;
  margin: 10px auto 0 auto;
}
.tag-list ul li {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dotted #ccc;
}
.tag-list ul li a {
  font-size: 20px;
  line-height: 1.5;
  color: #08c;
  text-decoration: none;
  font-weight: 100;
}
.tag-list ul li a:hover {
  color: #06b;
}
@media print {
  .quotation {
    position: relative;
  }
  .quotation .flex .customer,
  .quotation .flex .company {
    flex: 0 0 auto;
  }
  .quotation:after {
    position: absolute;
    top: 0;
    right: 0;
    content: url('/images/email/vango-logo.jpg');
  }
  #navigation,
  .lang-switcher,
  .mobile-nav,
  button,
  .footer,
  .nav,
  div.back,
  #auth-widget,
  .sub-navigation,
  .logo {
    display: none;
  }
  #route-holder {
    color: #000000;
  }
  .trip-ideas-header-wrapper .trip-ideas-header {
    text-align: right;
    color: #000000;
    font-size: 14px;
    line-height: 1;
    padding: 10px 5%;
  }
  .trip-ideas-header-wrapper .trip-ideas-header a {
    color: #000000;
    font-size: 14px;
  }
  .tour .drivers-directions {
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-top: 1px solid #000000;
  }
  .tour .drivers-directions h2 {
    color: #000000;
  }
  .tour .drivers-directions .attraction {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
  }
  .tour .drivers-directions .read-more {
    display: none;
  }
  .tour .drivers-directions .closed {
    display: block;
  }
  .book-trip-idea {
    display: none;
  }
  .tour .book-trip-idea-print {
    display: block;
    border-top: 1px solid #000000;
    padding-top: 10px;
    margin-top: 10px;
  }
  .tour .book-trip-idea-print .footer-ads {
    text-align: center;
    margin: auto;
  }
  .tour .book-trip-idea-print .footer-ads img {
    padding-top: 20px;
  }
  .tour .book-trip-idea-print .footer-ads p {
    margin: 0 auto;
    padding: 0;
  }
  .tour,
  .routes {
    padding: 0 5%;
  }
  .tour h2,
  .routes h2 {
    margin-top: 10px;
  }
  .tour .attraction,
  .routes .attraction {
    page-break-inside: avoid;
  }
  .tour #route-holder,
  .routes #route-holder {
    padding-top: 1em;
  }
  .tour p,
  .routes p {
    color: #000000;
  }
  .tour .book-trip-idea-print,
  .routes .book-trip-idea-print,
  .tour .period h2,
  .routes .period h2,
  .tour .lunch h2,
  .routes .lunch h2 {
    page-break-after: avoid;
  }
  .tour h1,
  .routes h1 {
    font-size: 20px;
    padding-top: 0;
    color: #000000;
  }
  .tour h1::before,
  .routes h1::before {
    top: -20px;
  }
  .tour h1 .duration,
  .routes h1 .duration {
    font-size: 18px;
    border: 1px solid #ccc;
    padding: 15px ;
    border-radius: 4px;
    top: 0;
    height: auto;
    margin-bottom: 0;
    text-align: center;
  }
  .tour .lunch .items,
  .routes .lunch .items {
    display: block;
  }
  .tour .lunch .items .attraction,
  .routes .lunch .items .attraction {
    flex: 0 0 100%;
    border: none;
    padding: 0;
  }
  .tour .download-button,
  .routes .download-button,
  .tour .print-button,
  .routes .print-button,
  .tour iframe,
  .routes iframe {
    display: none;
  }
}
