:root {
  --main-color: #1A2B48;
  --grey-color: #5E6D77;
  --light-grey-color: #EAEEF3;
  --orange-color: #FA5636;
  --link-color: #5191FA;
  --link-color-dark: shade(#5191FA, 10%); }

.bokun-search-form .form-button-bokun {
  padding-left: 0px; }
  @media (max-width: 991px) {
    .bokun-search-form .form-button-bokun {
      padding-right: 0px; } }
  .bokun-search-form .form-button-bokun .bokun-search {
    width: 100%;
    padding: 35px;
    background: #5191FA;
    border-radius: 0 3px 3px 0; }
    @media (max-width: 1199px) {
      .bokun-search-form .form-button-bokun .bokun-search {
        padding: 29px; } }
    @media (max-width: 767px) {
      .bokun-search-form .form-button-bokun .bokun-search {
        padding: 15px; } }
    .bokun-search-form .form-button-bokun .bokun-search:hover {
      background: #5191FA; }

.search-result-page .st-hotel-result.st-bokun-result {
  margin-top: 0px !important; }
  .search-result-page .st-hotel-result.st-bokun-result:before {
    content: none !important; }

.bokun-data-results .bokun-results .grid-item {
  margin-top: 30px; }
  .bokun-data-results .bokun-results .grid-item .plr15 {
    padding-left: 15px;
    padding-right: 15px; }
  .bokun-data-results .bokun-results .grid-item .item {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
    padding-bottom: 15px; }
    .bokun-data-results .bokun-results .grid-item .item .thumb {
      margin-bottom: 15px; }
      .bokun-data-results .bokun-results .grid-item .item .thumb a {
        overflow: hidden;
        display: block; }
        .bokun-data-results .bokun-results .grid-item .item .thumb a img {
          width: 100%;
          height: 200px;
          -o-object-fit: cover;
          object-fit: cover;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          @media (max-width: 767px) {
            .bokun-data-results .bokun-results .grid-item .item .thumb a img {
              height: auto; } }
        .bokun-data-results .bokun-results .grid-item .item .thumb a:hover img {
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
    .bokun-data-results .bokun-results .grid-item .item .item-location {
      color: #5E6D77;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .bokun-data-results .bokun-results .grid-item .item .item-location .fa {
        margin-right: 3px; }
    .bokun-data-results .bokun-results .grid-item .item .item-title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 30px; }
      .bokun-data-results .bokun-results .grid-item .item .item-title a {
        color: #1A2B50; }
    .bokun-data-results .bokun-results .grid-item .item .footer-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: #5E6D77; }
      .bokun-data-results .bokun-results .grid-item .item .footer-inner .item-duration {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .bokun-data-results .bokun-results .grid-item .item .footer-inner .item-duration .fa {
          padding-right: 5px; }
      .bokun-data-results .bokun-results .grid-item .item .footer-inner .item-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #5E6D77; }
        .bokun-data-results .bokun-results .grid-item .item .footer-inner .item-price .fa {
          padding-right: 3px; }
        .bokun-data-results .bokun-results .grid-item .item .footer-inner .item-price .price {
          color: #1A2B50;
          font-size: 16px;
          font-weight: 500;
          padding-left: 5px; }

.bokun-data-results .bokun-valign {
  margin-top: 60px;
  text-align: center; }
  .bokun-data-results .bokun-valign .bokun-post-nav .bokun-pagination {
    padding-left: 0px;
    list-style-type: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .bokun-data-results .bokun-valign .bokun-post-nav .bokun-pagination .waves-effect a {
      display: block;
      padding: 0 7.5px 0 5px; }

.bokun-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .bokun-filter {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
      -ms-flex-direction: unset;
      flex-direction: unset; } }
  .bokun-filter .bokun-toolbar {
    padding-top: 0px !important; }
    .bokun-filter .bokun-toolbar .toolbar-action-mobile {
      margin-bottom: 0px !important; }
      .bokun-filter .bokun-toolbar .toolbar-action-mobile li {
        margin: 0px !important; }
  .bokun-filter .filter {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0; }
    .bokun-filter .filter .form-extra-field #dropdownMenuSort {
      color: #1A2B48;
      text-decoration: none;
      padding-right: 0px; }
      .bokun-filter .filter .form-extra-field #dropdownMenuSort:focus {
        outline: none; }
      .bokun-filter .filter .form-extra-field #dropdownMenuSort:hover {
        color: #1A2B48; }
    .bokun-filter .filter .form-extra-field .sort-menu {
      padding: 15px;
      left: auto;
      right: 0; }
      .bokun-filter .filter .form-extra-field .sort-menu .sort-title {
        padding-bottom: 5px; }
      .bokun-filter .filter .form-extra-field .sort-menu .item a {
        color: #1A2B48;
        padding: 5px 0 5px 0;
        display: block;
        text-decoration: none; }
      .bokun-filter .filter .form-extra-field .sort-menu .item:hover {
        background-color: #f5f4f7; }
      .bokun-filter .filter .form-extra-field .sort-menu .item.active {
        background-color: #f5f4f7; }
        .bokun-filter .filter .form-extra-field .sort-menu .item.active a {
          background-color: unset; }

.bokun-form-mobile .search-form-mobile {
  margin-top: 0px;
  border: 1px solid #D7DCE3; }

.bokun-sidebar {
  border: 1px solid #D7DCE3; }
  @media (max-width: 991px) {
    .bokun-sidebar {
      border: none;
      display: none;
      position: fixed;
      top: 30px;
      height: 100%;
      left: 0px;
      width: 100%;
      z-index: 10;
      background: #fff; } }
  .bokun-sidebar .bokun-sidebar-item .search-form-wrapper {
    position: relative !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    top: 0px !important; }
    @media (max-width: 991px) {
      .bokun-sidebar .bokun-sidebar-item .search-form-wrapper {
        padding-top: 32px !important; } }
    .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form {
      margin-top: 0px !important; }
      @media (max-width: 991px) {
        .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .search-title .close-filter {
          float: right; } }
      @media (max-width: 991px) {
        .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .bokun-btn {
          padding-left: 0px;
          padding-right: 0px; } }
      .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .search-title {
        padding: 20px 0;
        border-bottom: 1px solid #dfdfdf;
        font-size: 16px;
        font-weight: 500;
        position: relative; }
        .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .search-title:before {
          content: '';
          width: 4px;
          height: 24px;
          background: #5191FA;
          display: block;
          float: left;
          margin-right: 10px;
          position: relative;
          top: 0px; }
      .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .form-group {
        border-bottom: 1px solid #dfdfdf; }
        .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .form-group.field-detination {
          padding: 22px 0 20px 15px;
          position: relative; }
          .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .form-group.field-detination .field-icon {
            left: unset; }
          .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu {
            width: 100%; }
        .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .form-group.form-date-field {
          padding: 22px 0 20px 15px; }
          .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .form-group.form-date-field .check-in-out {
            width: 100%;
            left: 0px; }
            @media (max-width: 991px) {
              .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .form-group.form-date-field .check-in-out {
                width: unset;
                left: -15px; } }
        .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .form-group.field-guest {
          padding: 22px 0 20px 15px; }
          .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .form-group.field-guest .dropdown-menu {
            width: 100%;
            left: 0px; }
            @media (max-width: 991px) {
              .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .form-group.field-guest .dropdown-menu {
                width: unset;
                left: -15px; } }
      .bokun-sidebar .bokun-sidebar-item .search-form-wrapper .search-form .bokun-search {
        width: 100%;
        background: #5191FA;
        padding: 20px; }

#st-content-wrapper .st-single-tour .st-include p {
  margin-top: 20px;
  font-size: 16px;
  color: #768090;
  margin-bottom: 0px; }

#st-content-wrapper .st-single-tour .bokun-bring {
  border-top: 2px solid #D7DCE3;
  margin-top: 35px;
  padding-top: 30px; }
  #st-content-wrapper .st-single-tour .bokun-bring .st-section-title {
    margin-top: 0px; }
  #st-content-wrapper .st-single-tour .bokun-bring .categories {
    margin-top: 20px; }
    #st-content-wrapper .st-single-tour .bokun-bring .categories .cate-item {
      display: inline-block;
      padding: 10px 10px;
      margin-right: 10px;
      background: #f5f5f5;
      border-radius: 30px;
      margin-bottom: 10px; }

#st-content-wrapper .st-single-tour .bokun-itinerary .st-program-list .item .body p {
  margin-bottom: 0px; }

#st-content-wrapper .st-single-tour .widgets .fixed-on-mobile .form-book-bokun .form-head .price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #st-content-wrapper .st-single-tour .widgets .fixed-on-mobile .form-book-bokun .form-head .price .value {
    color: #FFF;
    font-size: 24px; }

#st-content-wrapper .st-single-tour .widgets .fixed-on-mobile .form-book-bokun .tour-booking-form .form-date-search .bokun-check-in-out-input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  cursor: pointer; }

#st-content-wrapper .st-single-tour .widgets .fixed-on-mobile .form-book-bokun .tour-booking-form .st-form-starttime {
  display: none; }

#st-content-wrapper .st-single-tour .widgets .fixed-on-mobile .form-book-bokun .tour-booking-form .form-guest-search .guest-wrapper .select-wrapper .bokun-number-wrapper .next {
  height: 34px;
  line-height: 43px;
  display: block;
  text-align: center;
  border-radius: 3px;
  float: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

#st-content-wrapper .st-single-tour .widgets .fixed-on-mobile .form-book-bokun .tour-booking-form .form-guest-search .guest-wrapper .select-wrapper .bokun-number-wrapper input {
  float: right;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--link-color, #5191FA);
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: transparent; }

#st-content-wrapper .st-single-tour .widgets .fixed-on-mobile .form-book-bokun .tour-booking-form .form-guest-search .guest-wrapper .select-wrapper .bokun-number-wrapper .prev {
  height: 34px;
  line-height: 27px;
  display: block;
  text-align: center;
  border-radius: 3px;
  float: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

#st-content-wrapper .st-single-tour .widgets .fixed-on-mobile .form-book-bokun .tour-booking-form .total-price-wrapper {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #st-content-wrapper .st-single-tour .widgets .fixed-on-mobile .form-book-bokun .tour-booking-form .total-price-wrapper .title {
    font-size: 16px;
    color: #1A2B48;
    font-weight: 450; }
  #st-content-wrapper .st-single-tour .widgets .fixed-on-mobile .form-book-bokun .tour-booking-form .total-price-wrapper .total-price {
    font-size: 20px;
    color: #5191FA;
    font-weight: 450; }

.st-checkout-page .bokun-cart-info .service-section .service-right img {
  max-width: 110px;
  min-height: 110px;
  -o-object-fit: cover;
  object-fit: cover; }

.st-checkout-page .check-out-form .bokun-check-out-form {
  position: relative; }
  .st-checkout-page .check-out-form .bokun-check-out-form .form-group {
    position: relative;
    margin-bottom: 0px; }
    .st-checkout-page .check-out-form .bokun-check-out-form .form-group .bokun-country-phone {
      position: relative; }
      .st-checkout-page .check-out-form .bokun-check-out-form .form-group .bokun-country-phone label.error {
        position: absolute;
        top: 60%;
        margin-top: 5px;
        color: #ff0000;
        font-style: italic; }
    .st-checkout-page .check-out-form .bokun-check-out-form .form-group select {
      height: 40px; }
    .st-checkout-page .check-out-form .bokun-check-out-form .form-group label.error {
      position: absolute;
      top: 100%;
      margin-top: 5px;
      color: #ff0000;
      font-style: italic; }
    .st-checkout-page .check-out-form .bokun-check-out-form .form-group .bokun-country-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .st-checkout-page .check-out-form .bokun-check-out-form .form-group .bokun-country-phone .stt-dropdown {
        width: 150px;
        height: 40px;
        border-radius: 3px 0 0 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .st-checkout-page .check-out-form .bokun-check-out-form .form-group .bokun-country-phone .nice-select .list {
        max-height: 280px;
        overflow-y: scroll; }
      .st-checkout-page .check-out-form .bokun-check-out-form .form-group .bokun-country-phone .nice-select .current {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .st-checkout-page .check-out-form .bokun-check-out-form .form-group .bokun-country-phone .nice-select .current img {
          margin-right: 5px; }
  .st-checkout-page .check-out-form .bokun-check-out-form .bokun-question-title {
    border-top: 2px solid #DAE1E7;
    padding: 10px 0px; }
  .st-checkout-page .check-out-form .bokun-check-out-form .cond-form {
    margin-top: 20px; }
    .st-checkout-page .check-out-form .bokun-check-out-form .cond-form .st-icheck .st-icheck-item {
      position: relative; }
      .st-checkout-page .check-out-form .bokun-check-out-form .cond-form .st-icheck .st-icheck-item label.error {
        position: absolute;
        top: 100%;
        margin-top: 5px;
        color: #ff0000;
        font-style: italic;
        left: 35px; }
  .st-checkout-page .check-out-form .bokun-check-out-form .btn-border-radius {
    margin-top: 30px; }
