.search-result-page.layout2 {
  padding-bottom: 0px !important; }

.search-result-page .banner {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 81px 0;
  position: relative; }
  @media screen and (max-width: 991px) {
    .search-result-page .banner {
      padding: 55px 0; } }
  .search-result-page .banner h1 {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    margin: 0; }
    @media screen and (max-width: 991px) {
      .search-result-page .banner h1 {
        font-size: 25px;
        text-align: center; } }

.search-result-page .full-map {
  position: relative;
  display: block; }
  @media screen and (max-width: 991px) {
    .search-result-page .full-map {
      display: none; } }

.search-result-page .page-half-map {
  /* display: flex; */
  height: calc(100vh - 90px); }
  @media screen and (max-width: 991px) {
    .search-result-page .page-half-map {
      height: auto; } }
  .search-result-page .page-half-map .map-full-height {
    height: 100%;
    width: calc(50vw - 25px); }
  .search-result-page .page-half-map.static {
    height: auto; }
  .search-result-page .page-half-map .list-style .item-service .item-service-inner {
    border: 1px solid #D7DCE3;
    border-radius: 3px;
    overflow: hidden; }
    .search-result-page .page-half-map .list-style .item-service .item-service-inner .item-content {
      padding-top: 25px;
      padding-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .search-result-page .page-half-map .list-style .item-service .item-service-inner .item-content {
          padding-left: 30px !important;
          padding-right: 30px !important; } }
      .search-result-page .page-half-map .list-style .item-service .item-service-inner .item-content .service-star {
        color: #FA5636; }
      .search-result-page .page-half-map .list-style .item-service .item-service-inner .item-content .booking-item-rating-stars {
        padding: 0;
        margin: 0;
        overflow: hidden; }
        .search-result-page .page-half-map .list-style .item-service .item-service-inner .item-content .booking-item-rating-stars span {
          display: none; }
        .search-result-page .page-half-map .list-style .item-service .item-service-inner .item-content .booking-item-rating-stars li {
          list-style: none;
          float: left;
          color: #FA5636;
          margin-right: 3px; }
      .search-result-page .page-half-map .list-style .item-service .item-service-inner .item-content .service-title {
        margin-top: 10px; }
      .search-result-page .page-half-map .list-style .item-service .item-service-inner .item-content .service-location {
        margin-bottom: 33px; }

.search-result-page .search-form-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 99;
  top: -43px; }
  .search-result-page .search-form-wrapper .search-form {
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    min-height: 85px; }
    .search-result-page .search-form-wrapper .search-form .form-group {
      margin-bottom: 0; }
      .search-result-page .search-form-wrapper .search-form .form-group.field-detination {
        padding-left: 17px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu {
          padding: 10px 0;
          border-radius: 0 0 4px 4px;
          border-color: #dfdfdf;
          max-height: 332px;
          margin-top: 0px;
          width: calc(100% + 16px); }
          .search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li {
            padding: 7px 20px;
            display: block;
            font-weight: 500;
            margin-bottom: 0px !important;
            overflow: hidden;
            position: relative; }
            .search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li.parent_li {
              padding: 6px 20px; }
            .search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li .fa {
              font-size: 18px;
              color: gray;
              position: absolute;
              top: 8px;
              float: left;
              margin-top: 0px; }
            .search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li span {
              width: calc(100% - 25px);
              float: right; }
              .search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li span.parent {
                font-size: 16px;
                width: 100%; }
              .search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li span.child {
                font-weight: 400;
                width: calc(100% - 4px); }
              .search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li span.lv2 {
                font-weight: 500; }
            .search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li:hover {
              background: #f5f4f7; }
        .search-result-page .search-form-wrapper .search-form .form-group.field-detination.has-icon #dropdown-destination {
          padding-left: 35px; }
          @media screen and (max-width: 1199px) {
            .search-result-page .search-form-wrapper .search-form .form-group.field-detination.has-icon #dropdown-destination {
              padding-left: 25px; } }
        .search-result-page .search-form-wrapper .search-form .form-group.field-detination .field-icon {
          left: 13px; }
      .search-result-page .search-form-wrapper .search-form .form-group.field-guest {
        /* padding: 27px 0 26px 0; */
        padding: 20px 5px 20px 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .search-result-page .search-form-wrapper .search-form .form-group.field-guest .dropdown-menu {
          left: -15px; }
      .search-result-page .search-form-wrapper .search-form .form-group.has-icon .field-icon {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        font-size: 25px;
        color: #5E6D77; }
    .search-result-page .search-form-wrapper .search-form label {
      font-size: 14px;
      color: #5E6D77;
      font-weight: 400;
      margin-bottom: 0px; }
    .search-result-page .search-form-wrapper .search-form .form-date-field {
      position: relative;
      /* padding: 27px 0 26px 0; */
      padding: 22px 5px 23px 5px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 1199px) {
        .search-result-page .search-form-wrapper .search-form .form-date-field {
          padding: 20px 0px 20px 0px; } }
      .search-result-page .search-form-wrapper .search-form .form-date-field.has-icon .date-wrapper {
        padding-left: 20px; }
        .search-result-page .search-form-wrapper .search-form .form-date-field.has-icon .date-wrapper > div {
          padding-left: 15px; }
      .search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper,
      .search-result-page .search-form-wrapper .search-form .form-date-field .check-out-wrapper {
        width: 50%;
        float: left; }
        .search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper:hover,
        .search-result-page .search-form-wrapper .search-form .form-date-field .check-out-wrapper:hover {
          cursor: pointer; }
        .search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper .render,
        .search-result-page .search-form-wrapper .search-form .form-date-field .check-out-wrapper .render {
          font-size: 16px;
          font-weight: 400;
          color: #5191FA; }
          @media screen and (max-width: 1199px) {
            .search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper .render,
            .search-result-page .search-form-wrapper .search-form .form-date-field .check-out-wrapper .render {
              font-size: 15px; } }
      .search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper {
        width: 100%; }
        .search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper label {
          display: block; }
        .search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper .check-in-render {
          display: inline-block; }
        .search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper .check-out-render {
          display: inline-block; }
        .search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper span {
          color: #5E6D77; }
      .search-result-page .search-form-wrapper .search-form .form-date-field .check-in-out {
        position: absolute;
        left: -15px;
        bottom: 1px;
        z-index: -1;
        opacity: 0; }
    .search-result-page .search-form-wrapper .search-form .form-extra-field {
      position: relative;
      /* padding: 27px 0 26px 0; */
      padding: 20px 0 20px 0; }
      .search-result-page .search-form-wrapper .search-form .form-extra-field:hover {
        cursor: pointer; }
      .search-result-page .search-form-wrapper .search-form .form-extra-field .dropdown-menu {
        width: auto;
        right: -15px;
        padding: 15px 30px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
        border-radius: 0 0 4px 4px;
        border-color: #dfdfdf;
        margin-top: 0px; }
        .search-result-page .search-form-wrapper .search-form .form-extra-field .dropdown-menu .item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .search-result-page .search-form-wrapper .search-form .form-extra-field .dropdown-menu .item .select-wrapper {
            width: 111px;
            background: none; }
          .search-result-page .search-form-wrapper .search-form .form-extra-field .dropdown-menu .item:not(:last-child) {
            margin-bottom: 20px; }
      .search-result-page .search-form-wrapper .search-form .form-extra-field .render {
        font-size: 16px;
        color: #5191FA;
        overflow: hidden;
        width: 100%;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis; }
        @media screen and (max-width: 1199px) {
          .search-result-page .search-form-wrapper .search-form .form-extra-field .render {
            font-size: 15px; } }
      .search-result-page .search-form-wrapper .search-form .form-extra-field .arrow {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -10px;
        font-size: 22px;
        color: #A0A9B2; }
      .search-result-page .search-form-wrapper .search-form .form-extra-field.has-icon .dropdown {
        padding-left: 40px; }
    .search-result-page .search-form-wrapper .search-form .submit-group {
      border-top: 1px solid #D7DCE3;
      padding: 20px; }
    .search-result-page .search-form-wrapper .search-form .border-right {
      border-right: 1px solid #D7DCE3; }
    .search-result-page .search-form-wrapper .search-form.hotel-search-form.in_tab {
      min-height: 80px; }
      .search-result-page .search-form-wrapper .search-form.hotel-search-form.in_tab .form-extra-field {
        padding: 16px 0 14px 2px; }
      .search-result-page .search-form-wrapper .search-form.hotel-search-form.in_tab .form-group.field-detination.has-icon #dropdown-destination {
        padding-left: 50px; }
      .search-result-page .search-form-wrapper .search-form.hotel-search-form.in_tab .form-date-field {
        padding: 18px 5px 16px 5px; }
      .search-result-page .search-form-wrapper .search-form.hotel-search-form.in_tab .form-button {
        position: relative; }
        .search-result-page .search-form-wrapper .search-form.hotel-search-form.in_tab .form-button .btn-search {
          position: absolute;
          right: 0;
          border-radius: 0 5px 5px 0;
          height: 100%;
          padding: 15px 45px; }
  .search-result-page .search-form-wrapper .form-button {
    padding: 0px 20px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .search-result-page .search-form-wrapper .form-button .advance .field-advance {
      padding-left: 5px; }
      .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown label {
        font-size: 14px;
        color: #5E6D77; }
      .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown .render span {
        font-size: 16px;
        color: #5191FA;
        cursor: pointer; }
        @media screen and (max-width: 1199px) {
          .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown .render span {
            font-size: 15px; } }
      .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown .render .fa {
        font-size: 13px; }
      .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu {
        min-width: 620px;
        right: 0;
        left: auto; }
        .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu .advance-item .item-title h4 {
          color: #5E6D77;
          font-size: 14px; }
        .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu .advance-item .item-content {
          /*margin-top: 20px;*/ }
        .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu .advance-item .ovscroll {
          height: 103px;
          overflow: auto;
          width: 100%; }
        .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu .advance-item.facilities {
          margin-top: 15px; }
        .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu .advance-item .st-icheck-item {
          margin-bottom: 12px; }
          .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu .advance-item .st-icheck-item label {
            color: #333; }
    .search-result-page .search-form-wrapper .form-button button {
      margin-left: auto;
      background: #5191FA;
      text-transform: uppercase;
      padding: 15px 35px; }
      @media screen and (max-width: 1199px) {
        .search-result-page .search-form-wrapper .form-button button {
          padding: 10px 20px; } }
    .search-result-page .search-form-wrapper .form-button:after {
      content: '';
      display: block;
      clear: both; }

.search-result-page .st-hotel-result {
  margin-top: 43px;
  position: relative;
  z-index: 9; }
  .search-result-page .st-hotel-result:before {
    content: '';
    height: 50px;
    position: absolute;
    top: -43px;
    left: 0;
    width: 100%;
    background: #fff; }
    @media screen and (max-width: 991px) {
      .search-result-page .st-hotel-result:before {
        display: none; } }
  @media screen and (max-width: 991px) {
    .search-result-page .st-hotel-result .inner-static {
      padding: 0;
      width: auto; } }
  .search-result-page .st-hotel-result .inner-static.static {
    padding: 0;
    width: auto; }
  @media screen and (max-width: 767px) {
    .search-result-page .st-hotel-result {
      margin-top: 40px; } }
  .search-result-page .st-hotel-result h3.sidebar-title {
    font-size: 16px;
    color: #1A2B48;
    margin-bottom: 20px; }
    .search-result-page .st-hotel-result h3.sidebar-title:before {
      content: '';
      width: 3px;
      height: 20px;
      background: #5191FA;
      margin-right: 15px;
      float: left;
      position: relative;
      top: -1px; }
  .search-result-page .st-hotel-result .sidebar-item {
    padding: 20px;
    border: 1px solid #D7DCE3;
    border-radius: 3px;
    margin-bottom: 10px; }
    .search-result-page .st-hotel-result .sidebar-item .item-title {
      cursor: pointer; }
      .search-result-page .st-hotel-result .sidebar-item .item-title h4 {
        font-size: 14px;
        color: #1A2B48;
        float: left;
        line-height: 23px;
        margin: 0;
        font-weight: 500; }
      .search-result-page .st-hotel-result .sidebar-item .item-title .fa {
        font-size: 22px;
        color: #1A2B48;
        float: right; }
      .search-result-page .st-hotel-result .sidebar-item .item-title:after {
        content: '';
        display: block;
        clear: both; }
    .search-result-page .st-hotel-result .sidebar-item .item-content {
      margin-top: 10px;
      margin-top: 20px; }
      .search-result-page .st-hotel-result .sidebar-item .item-content .btn-apply-price-range {
        font-size: 14px;
        color: #5191FA;
        margin-top: 10px;
        font-weight: 600;
        padding: 0;
        text-decoration: none;
        outline: none; }
      .search-result-page .st-hotel-result .sidebar-item .item-content ul {
        padding-left: 0;
        margin-bottom: 0px; }
        .search-result-page .st-hotel-result .sidebar-item .item-content ul li {
          list-style: none;
          margin-top: 15px;
          display: block; }
          .search-result-page .st-hotel-result .sidebar-item .item-content ul li .btn-clear-review-score {
            font-size: 14px;
            color: #5191FA;
            font-weight: 500;
            float: right;
            padding: 4px 0;
            text-decoration: none; }
          .search-result-page .st-hotel-result .sidebar-item .item-content ul li:first-child {
            margin-top: 0px; }
      .search-result-page .st-hotel-result .sidebar-item .item-content .btn-more-item {
        font-size: 14px;
        color: #5191FA;
        padding: 0;
        margin-top: 20px;
        text-decoration: none;
        display: none; }
        .search-result-page .st-hotel-result .sidebar-item .item-content .btn-more-item .fa {
          position: relative;
          top: 1px; }
    .search-result-page .st-hotel-result .sidebar-item.open .item-title .fa {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .search-result-page .st-hotel-result .sidebar-item.map-view-wrapper {
      padding: 0;
      margin-bottom: 50px; }
      .search-result-page .st-hotel-result .sidebar-item.map-view-wrapper .map-view {
        min-height: 100px;
        width: 100%;
        line-height: 100px;
        color: #1A2B48;
        background: url("../images/map-view.png") center center no-repeat;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        font-size: 16px; }
        .search-result-page .st-hotel-result .sidebar-item.map-view-wrapper .map-view .fa {
          font-size: 22px;
          margin-right: 3px;
          color: #FA5535;
          position: relative;
          top: 2px; }
    .search-result-page .st-hotel-result .sidebar-item.sidebar-search-form {
      padding: 0; }
    .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper {
      position: relative;
      top: 0; }
      .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .search-title {
          font-size: 20px;
          font-weight: 500;
          padding: 25px 20px;
          border-bottom: 1px solid #dfdfdf; }
          .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .search-title:before {
            content: '';
            width: 4px;
            height: 22px;
            background: #5191FA;
            display: block;
            float: left;
            margin-right: 10px;
            position: relative;
            top: 4px; }
        .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-group.field-detination {
          padding: 20px;
          border-bottom: 1px solid #dfdfdf; }
          @media screen and (max-width: 1199px) {
            .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-group.field-detination {
              padding: 15px 10px; } }
          .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu {
            width: 100%; }
        .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-group.field-guest {
          padding: 20px;
          border-bottom: 1px solid #dfdfdf; }
          @media screen and (max-width: 1199px) {
            .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-group.field-guest {
              padding: 15px 10px; } }
          @media screen and (max-width: 1199px) {
            .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-group.field-guest .dropdown {
              padding-left: 28px; } }
          .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-group.field-guest .dropdown-menu {
            left: 0;
            width: 100%; }
        .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-date-field {
          padding: 20px;
          border-bottom: 1px solid #dfdfdf; }
          @media screen and (max-width: 1199px) {
            .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-date-field {
              padding: 15px 10px; } }
          .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-date-field .check-in-out {
            left: 0px; }
        .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-button {
          padding: 20px;
          display: block; }
          .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-button .advance .field-advance {
            padding: 0;
            margin-bottom: 20px;
            text-align: right; }
            .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-button .advance .field-advance .dropdown-menu {
              position: relative;
              width: 100%;
              min-width: auto !important;
              border: none;
              -webkit-box-shadow: none;
              box-shadow: none;
              padding: 0; }
          .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .form-button button {
            width: 100%; }
        @media screen and (max-width: 1199px) {
          .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .field-icon {
            left: 6px; } }
        @media screen and (max-width: 1199px) {
          .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .date-wrapper {
            padding-left: 5px; } }
        @media screen and (max-width: 1199px) {
          .search-result-page .st-hotel-result .sidebar-item .search-form-wrapper .search-form .date-wrapper .check-out-wrapper {
            padding-left: 10px; } }
  .search-result-page .st-hotel-result .toolbar {
    padding-top: 30px; }
    .search-result-page .st-hotel-result .toolbar.layout3 {
      padding-top: 0px; }
    @media screen and (max-width: 767px) {
      .search-result-page .st-hotel-result .toolbar {
        padding-top: 0px; } }
    .search-result-page .st-hotel-result .toolbar .toolbar-action-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative; }
      @media screen and (max-width: 991px) {
        .search-result-page .st-hotel-result .toolbar .toolbar-action-mobile {
          margin-top: 0px;
          margin-bottom: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media screen and (max-width: 991px) {
        .search-result-page .st-hotel-result .toolbar .toolbar-action-mobile li {
          margin-bottom: 10px; } }
      .search-result-page .st-hotel-result .toolbar .toolbar-action-mobile li a {
        position: relative; }
      .search-result-page .st-hotel-result .toolbar .toolbar-action-mobile .check-in-out {
        position: absolute;
        left: 5%;
        bottom: 0;
        z-index: -1;
        opacity: 0; }
    .search-result-page .st-hotel-result .toolbar:after {
      content: '';
      display: block;
      clear: both; }
    .search-result-page .st-hotel-result .toolbar h3.search-string {
      font-size: 24px;
      color: #1A2B48;
      font-weight: normal;
      float: left;
      margin: 0;
      width: calc(100% - 150px); }
      .search-result-page .st-hotel-result .toolbar h3.search-string span {
        font-weight: 500; }
    .search-result-page .st-hotel-result .toolbar ul.toolbar-action {
      float: right;
      padding-left: 0;
      margin: 0;
      margin-top: 4px; }
      .search-result-page .st-hotel-result .toolbar ul.toolbar-action li {
        list-style: none;
        float: left; }
        .search-result-page .st-hotel-result .toolbar ul.toolbar-action li span .fa {
          font-size: 22px;
          color: gray; }
        .search-result-page .st-hotel-result .toolbar ul.toolbar-action li span.active .fa {
          color: #5191FA; }
        .search-result-page .st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item {
          cursor: pointer;
          margin-left: 7px;
          float: left; }
          .search-result-page .st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item span svg {
            height: 20px; }
          .search-result-page .st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item span.icon-active {
            display: none; }
          .search-result-page .st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item span.icon-normal {
            display: block; }
          .search-result-page .st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item.active span.icon-active {
            display: block; }
          .search-result-page .st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item.active span.icon-normal {
            display: none; }
        .search-result-page .st-hotel-result .toolbar ul.toolbar-action li .dropdown {
          margin-right: 15px; }
          .search-result-page .st-hotel-result .toolbar ul.toolbar-action li .dropdown button {
            padding: 0;
            text-decoration: none;
            font-size: 14px;
            color: #1A2B48;
            outline: none; }
    .search-result-page .st-hotel-result .toolbar .sort-menu {
      padding: 15px;
      left: auto;
      right: 0; }
      .search-result-page .st-hotel-result .toolbar .sort-menu .sort-title {
        margin-bottom: 10px; }
        .search-result-page .st-hotel-result .toolbar .sort-menu .sort-title h3 {
          margin: 0;
          font-size: 14px;
          margin-bottom: 10px; }
      .search-result-page .st-hotel-result .toolbar .sort-menu .sort-item {
        margin-bottom: 10px; }
        .search-result-page .st-hotel-result .toolbar .sort-menu .sort-item span.title {
          color: #ADB2BD;
          margin-bottom: 7px;
          display: block;
          margin-top: 10px; }
        .search-result-page .st-hotel-result .toolbar .sort-menu .sort-item .st-icheck-item {
          margin-bottom: 8px; }
          .search-result-page .st-hotel-result .toolbar .sort-menu .sort-item .st-icheck-item label {
            font-weight: 400;
            color: #1A2B48; }
          .search-result-page .st-hotel-result .toolbar .sort-menu .sort-item .st-icheck-item:last-child {
            margin-bottom: 0px; }
  .search-result-page .st-hotel-result .item-service {
    margin-top: 30px; }
    .search-result-page .st-hotel-result .item-service .thumb {
      position: relative; }
      .search-result-page .st-hotel-result .item-service .thumb .service-tag {
        position: absolute;
        top: 20px;
        left: 0;
        font-size: 13px;
        color: #FFFFFF;
        font-weight: 500;
        z-index: 8;
        border-radius: 0 3px 3px 0; }
        .search-result-page .st-hotel-result .item-service .thumb .service-tag.bestseller {
          background: #ED0925;
          border-radius: 0 4px 4px 0; }
        .search-result-page .st-hotel-result .item-service .thumb .service-tag.save {
          background: #9DD565; }
        .search-result-page .st-hotel-result .item-service .thumb .service-tag .feature_class {
          border-radius: 0 3px 3px 0;
          padding: 6px 10px; }
      .search-result-page .st-hotel-result .item-service .thumb .service-star {
        position: absolute;
        bottom: 12px;
        left: 14px;
        color: #FA5636; }
      .search-result-page .st-hotel-result .item-service .thumb .booking-item-rating-stars {
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 12px;
        left: 14px; }
        .search-result-page .st-hotel-result .item-service .thumb .booking-item-rating-stars span {
          display: none; }
        .search-result-page .st-hotel-result .item-service .thumb .booking-item-rating-stars li {
          list-style: none;
          float: left;
          color: #FA5636;
          margin-right: 3px; }
      .search-result-page .st-hotel-result .item-service .thumb a {
        display: block;
        overflow: hidden;
        width: 100%; }
        .search-result-page .st-hotel-result .item-service .thumb a img {
          min-width: 100%;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        .search-result-page .st-hotel-result .item-service .thumb a:hover img {
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
    .search-result-page .st-hotel-result .item-service h4 {
      margin-top: 15px;
      line-height: 26px;
      margin-bottom: 2px; }
      @media screen and (max-width: 767px) {
        .search-result-page .st-hotel-result .item-service h4 {
          margin-top: 10px;
          line-height: 20px; } }
      .search-result-page .st-hotel-result .item-service h4.service-title {
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .search-result-page .st-hotel-result .item-service h4.service-title {
            font-size: 15px; } }
        .search-result-page .st-hotel-result .item-service h4.service-title a {
          color: #1A2B50; }
    .search-result-page .st-hotel-result .item-service p.service-location {
      font-size: 13px;
      color: #5E6D77; }
      @media screen and (max-width: 767px) {
        .search-result-page .st-hotel-result .item-service p.service-location {
          font-size: 12px; } }
      .search-result-page .st-hotel-result .item-service p.service-location .fa {
        position: relative;
        top: 3px;
        left: -2px; }
    .search-result-page .st-hotel-result .item-service .service-review {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .search-result-page .st-hotel-result .item-service .service-review .rating {
        font-size: 14px;
        color: #5191FA;
        margin-right: 10px; }
        @media screen and (max-width: 767px) {
          .search-result-page .st-hotel-result .item-service .service-review .rating {
            font-size: 12px;
            margin-right: 3px; } }
      .search-result-page .st-hotel-result .item-service .service-review .st-dot {
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background: #D0D7DD;
        display: block; }
        @media screen and (max-width: 767px) {
          .search-result-page .st-hotel-result .item-service .service-review .st-dot {
            display: none; } }
      .search-result-page .st-hotel-result .item-service .service-review .review {
        margin-left: 10px;
        font-size: 14px;
        color: #6A7A84; }
        @media screen and (max-width: 767px) {
          .search-result-page .st-hotel-result .item-service .service-review .review {
            font-size: 12px;
            margin-left: 0px; } }
    .search-result-page .st-hotel-result .item-service .service-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 2px; }
      .search-result-page .st-hotel-result .item-service .service-price span {
        font-size: 14px;
        color: #5E6D77; }
        @media screen and (max-width: 767px) {
          .search-result-page .st-hotel-result .item-service .service-price span {
            font-size: 12px; } }
        .search-result-page .st-hotel-result .item-service .service-price span.price {
          font-size: 18px;
          color: #1A2B50;
          margin-left: 5px;
          margin-right: 5px; }
          @media screen and (max-width: 767px) {
            .search-result-page .st-hotel-result .item-service .service-price span.price {
              font-size: 16px; } }
        .search-result-page .st-hotel-result .item-service .service-price span .fa {
          position: relative;
          top: 3px;
          left: 0px; }
    @media screen and (max-width: 767px) {
      .search-result-page .st-hotel-result .item-service .section-footer {
        display: table-footer-group;
        height: 1px; } }
  .search-result-page .st-hotel-result .item-service-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search-result-page .st-hotel-result .style-list .item-service {
    border: 1px solid #D7DCE3;
    border-radius: 4px;
    overflow: hidden; }
    .search-result-page .st-hotel-result .style-list .item-service .item-content {
      padding: 30px 10px;
      position: relative; }
      @media screen and (max-width: 1199px) {
        .search-result-page .st-hotel-result .style-list .item-service .item-content {
          padding: 10px 10px; } }
      .search-result-page .st-hotel-result .style-list .item-service .item-content .service-star {
        color: #FA5636; }
      .search-result-page .st-hotel-result .style-list .item-service .item-content .booking-item-rating-stars {
        padding: 0;
        margin: 0;
        overflow: hidden; }
        .search-result-page .st-hotel-result .style-list .item-service .item-content .booking-item-rating-stars span {
          display: none; }
        .search-result-page .st-hotel-result .style-list .item-service .item-content .booking-item-rating-stars li {
          list-style: none;
          float: left;
          color: #FA5636;
          margin-right: 3px; }
      .search-result-page .st-hotel-result .style-list .item-service .item-content .facilities {
        padding: 0;
        margin: 0;
        overflow: hidden; }
        .search-result-page .st-hotel-result .style-list .item-service .item-content .facilities li {
          float: left;
          list-style: none;
          margin-right: 7px;
          color: #5E6D77; }
          .search-result-page .st-hotel-result .style-list .item-service .item-content .facilities li:before {
            content: '';
            height: 2px;
            width: 2px;
            display: inline-block;
            background: gray;
            vertical-align: middle;
            margin-right: 7px; }
          .search-result-page .st-hotel-result .style-list .item-service .item-content .facilities li:first-child:before {
            display: none; }
      .search-result-page .st-hotel-result .style-list .item-service .item-content .service-location {
        position: absolute;
        bottom: 20px;
        white-space: pre-wrap;
        padding-right: 20px; }
        @media screen and (max-width: 1199px) {
          .search-result-page .st-hotel-result .style-list .item-service .item-content .service-location {
            margin-top: 5px;
            position: relative !important;
            bottom: auto !important;
            margin-bottom: 0px; } }
        .search-result-page .st-hotel-result .style-list .item-service .item-content .service-location .fa {
          top: 2px; }
      .search-result-page .st-hotel-result .style-list .item-service .item-content .item-content-w {
        height: 100%;
        padding-right: 10px;
        border-right: 1px solid #dfdfdf; }
      .search-result-page .st-hotel-result .style-list .item-service .item-content .service-title {
        margin-top: 5px;
        margin-bottom: 10px; }
    @media screen and (max-width: 1199px) {
      .search-result-page .st-hotel-result .style-list .item-service .col-sm-3 {
        padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      .search-result-page .st-hotel-result .style-list .item-service .col-sm-3 {
        padding-left: 15px; } }
    .search-result-page .st-hotel-result .style-list .item-service .service-price {
      position: absolute;
      bottom: 30px;
      right: 30px; }
      @media screen and (max-width: 1199px) {
        .search-result-page .st-hotel-result .style-list .item-service .service-price {
          display: block;
          text-align: right; } }
      @media screen and (max-width: 1199px) {
        .search-result-page .st-hotel-result .style-list .item-service .service-price .price {
          margin-right: 0px; } }
      @media screen and (max-width: 1199px) {
        .search-result-page .st-hotel-result .style-list .item-service .service-price .unit {
          margin-left: 5px; } }
    .search-result-page .st-hotel-result .style-list .item-service .service-review {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-right: 15px;
      margin-top: 25px; }
      @media screen and (max-width: 1199px) {
        .search-result-page .st-hotel-result .style-list .item-service .service-review {
          padding-right: 5px !important; } }
      .search-result-page .st-hotel-result .style-list .item-service .service-review .count-review {
        margin-right: 15px;
        position: relative;
        top: 2px; }
        @media screen and (max-width: 1199px) {
          .search-result-page .st-hotel-result .style-list .item-service .service-review .count-review {
            margin-right: 15px; } }
        .search-result-page .st-hotel-result .style-list .item-service .service-review .count-review .text-rating {
          font-size: 14px;
          color: #1A2B48;
          display: block;
          text-align: right;
          font-weight: 500; }
        .search-result-page .st-hotel-result .style-list .item-service .service-review .count-review .review {
          text-align: right;
          color: #5191FA;
          display: block;
          margin-left: 0px;
          font-weight: 400; }
          @media screen and (max-width: 1199px) {
            .search-result-page .st-hotel-result .style-list .item-service .service-review .count-review .review {
              white-space: nowrap; } }
      .search-result-page .st-hotel-result .style-list .item-service .service-review .rating {
        font-size: 22px;
        color: #FFFFFF;
        font-weight: 500;
        background: #5191FA;
        border-radius: 3px 3px 3px 0px;
        padding: 4px 8px;
        position: relative;
        min-width: 45px;
        text-align: center; }
        .search-result-page .st-hotel-result .style-list .item-service .service-review .rating:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          border-width: 10px 9px 0px 0;
          border-color: transparent #5191FA transparent transparent;
          right: 100%;
          bottom: 0; }
        .search-result-page .st-hotel-result .style-list .item-service .service-review .rating small {
          font-weight: 400;
          font-size: 14px; }
  .search-result-page .st-hotel-result .top-filter {
    padding: 30px 0; }
    .search-result-page .st-hotel-result .top-filter ul {
      margin: 0;
      padding: 0;
      display: inline-block; }
      .search-result-page .st-hotel-result .top-filter ul:after {
        content: '';
        display: block;
        clear: both; }
      .search-result-page .st-hotel-result .top-filter ul li {
        list-style: none;
        float: left;
        margin-right: 40px; }
        .search-result-page .st-hotel-result .top-filter ul li h3.title {
          font-size: 16px;
          color: #1A2B48;
          margin: 0; }
          .search-result-page .st-hotel-result .top-filter ul li h3.title:before {
            content: '';
            height: 20px;
            width: 3px;
            background: #5191FA;
            display: inline-block;
            margin-right: 15px;
            position: relative;
            top: 4px; }
        .search-result-page .st-hotel-result .top-filter ul li .form-extra-field button {
          padding: 0;
          font-size: 14px;
          color: #1A2B48;
          font-weight: 500;
          text-decoration: none;
          padding-top: 4px;
          outline: none; }
          .search-result-page .st-hotel-result .top-filter ul li .form-extra-field button .fa {
            color: #1A2B48;
            font-size: 18px;
            position: relative;
            top: 2px; }
          .search-result-page .st-hotel-result .top-filter ul li .form-extra-field button.btn-apply-price-range {
            color: #5191FA; }
        .search-result-page .st-hotel-result .top-filter ul li .form-extra-field .dropdown-menu {
          min-width: 300px;
          padding: 20px;
          margin-top: 10px; }
        .search-result-page .st-hotel-result .top-filter ul li.filter-review-score ul li {
          margin-top: 5px;
          margin-bottom: 5px;
          width: 100%; }
          .search-result-page .st-hotel-result .top-filter ul li.filter-review-score ul li button {
            float: right;
            color: #5191FA;
            font-weight: 500; }
  .search-result-page .st-hotel-result .show-map {
    display: inline-block;
    vertical-align: bottom;
    float: right; }
    .search-result-page .st-hotel-result .show-map span {
      font-size: 14px;
      color: #1A2B48;
      font-weight: 500;
      margin-right: 7px; }
    .search-result-page .st-hotel-result .show-map .switch {
      position: relative;
      display: inline-block;
      width: 44px;
      height: 24px;
      margin-bottom: 0px;
      top: -3px; }
      .search-result-page .st-hotel-result .show-map .switch input {
        opacity: 0;
        width: 0;
        height: 0; }
    .search-result-page .st-hotel-result .show-map .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
      margin-right: 0px; }
      .search-result-page .st-hotel-result .show-map .slider::before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s; }
      .search-result-page .st-hotel-result .show-map .slider.round {
        border-radius: 34px; }
        .search-result-page .st-hotel-result .show-map .slider.round:before {
          border-radius: 50%;
          -webkit-transform: translateX(20px);
          transform: translateX(20px); }
    .search-result-page .st-hotel-result .show-map input:checked + .slider {
      background-color: #5191FA; }
    .search-result-page .st-hotel-result .show-map input:focus + .slider {
      -webkit-box-shadow: 0 0 1px #5191FA;
      box-shadow: 0 0 1px #5191FA; }
    .search-result-page .st-hotel-result .show-map input:checked + .slider:before {
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
  .search-result-page .st-hotel-result.style-full-map .toolbar {
    padding-top: 15px; }

.search-result-page .tour-search-form-home {
  display: block;
  margin: auto;
  float: none; }
  .search-result-page .tour-search-form-home .form-button {
    padding-right: 0px;
    position: relative; }
    .search-result-page .tour-search-form-home .form-button button {
      height: 100%;
      position: absolute;
      right: -1px;
      width: calc(50% + 15px);
      border-radius: 0px 5px 5px 0px; }
      @media screen and (max-width: 991px) {
        .search-result-page .tour-search-form-home .form-button button {
          width: auto;
          border-radius: 3px; } }
      @media screen and (max-width: 767px) {
        .search-result-page .tour-search-form-home .form-button button {
          padding: 15px 20px;
          width: calc(100% + 30px) !important;
          margin-left: -15px;
          border-radius: 0px 0px 5px 5px; } }
    @media screen and (max-width: 767px) {
      .search-result-page .tour-search-form-home .form-button .advance {
        display: none; } }
    .search-result-page .tour-search-form-home .form-button .advance .field-advance .dropdown-menu {
      right: -53px; }
      @media screen and (max-width: 991px) {
        .search-result-page .tour-search-form-home .form-button .advance .field-advance .dropdown-menu {
          left: 0px; } }
  .search-result-page .tour-search-form-home .search-form {
    min-height: 80px; }
    .search-result-page .tour-search-form-home .search-form .form-extra-field {
      padding: 16px 0 14px 0; }
      @media screen and (max-width: 1199px) {
        .search-result-page .tour-search-form-home .search-form .form-extra-field .render {
          font-size: 16px; } }
    .search-result-page .tour-search-form-home .search-form .form-date-field {
      padding: 18px 5px 17px 5px; }
      @media screen and (max-width: 1199px) {
        .search-result-page .tour-search-form-home .search-form .form-date-field .check-in-wrapper .render {
          font-size: 16px; } }
      @media screen and (max-width: 991px) {
        .search-result-page .tour-search-form-home .search-form .form-date-field {
          padding: 18px 0 17px 0; }
          .search-result-page .tour-search-form-home .search-form .form-date-field .date-wrapper {
            padding-left: 7px !important; }
            .search-result-page .tour-search-form-home .search-form .form-date-field .date-wrapper .check-in-wrapper {
              padding-left: 25px !important; } }
      @media screen and (max-width: 767px) {
        .search-result-page .tour-search-form-home .search-form .form-date-field .date-wrapper {
          padding-left: 15px !important; }
          .search-result-page .tour-search-form-home .search-form .form-date-field .date-wrapper .check-in-wrapper {
            padding-left: 29px !important; } }
    @media screen and (max-width: 991px) {
      .search-result-page .tour-search-form-home .search-form .field-detination .dropdown {
        padding-left: 30px !important; }
      .search-result-page .tour-search-form-home .search-form .field-detination .dropdown-menu {
        left: -15px;
        width: calc(100% + 31px) !important; }
        .search-result-page .tour-search-form-home .search-form .field-detination .dropdown-menu .item .field-icon {
          left: 16px !important; } }
    .search-result-page .tour-search-form-home .search-form.sticky .form-button .btn-search {
      border-radius: 0px; }
  @media screen and (max-width: 991px) {
    .search-result-page .tour-search-form-home .border-right {
      border-right: none !important; } }

.search-result-page .service-slider-wrapper .st-hotel-result {
  margin-top: 30px; }
  .search-result-page .service-slider-wrapper .st-hotel-result:before {
    display: none; }

.search-result-page .service-slider-wrapper .st-service-slider {
  position: relative; }
  .search-result-page .service-slider-wrapper .st-service-slider .item-service {
    margin-top: 0px; }
  .search-result-page .service-slider-wrapper .st-service-slider .owl-nav {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1; }
    .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button {
      position: absolute;
      top: 50%;
      margin-top: -18px; }
      .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-prev {
        left: -66px; }
        .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-prev span {
          width: 36px;
          height: 36px;
          display: block;
          background: url("../images/test.png") center center no-repeat;
          background-size: 100% auto;
          color: transparent; }
        .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-prev.disabled {
          display: none; }
        @media (max-width: 1333px) {
          .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-prev {
            left: -40px; } }
        @media (max-width: 1270px) {
          .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-prev {
            display: none; } }
        @media screen and (max-width: 1199px) {
          .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-prev {
            display: block;
            left: -66px; } }
        @media (max-width: 1092px) {
          .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-prev {
            left: -40px; } }
        @media (max-width: 1045px) {
          .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-prev {
            display: none; } }
      .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-next {
        right: -66px; }
        .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-next span {
          width: 36px;
          height: 36px;
          display: block;
          background: url("../images/test2.png") center center no-repeat;
          background-size: 100% auto;
          color: transparent; }
        .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-next.disabled {
          display: none; }
        @media (max-width: 1333px) {
          .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-next {
            right: -40px; } }
        @media (max-width: 1270px) {
          .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-next {
            display: none; } }
        @media screen and (max-width: 1199px) {
          .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-next {
            display: block;
            right: -66px; } }
        @media (max-width: 1092px) {
          .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-next {
            right: -40px; } }
        @media (max-width: 1045px) {
          .search-result-page .service-slider-wrapper .st-service-slider .owl-nav button.owl-next {
            display: none; } }

.search-result-page .service-slider-wrapper.st_activity .st-hotel-result .grid-item .service-border .service-review {
  margin-bottom: 8px; }

.search-result-page .service-slider-wrapper.st_activity .st-hotel-result .grid-item .service-border .section-footer .footer-inner {
  display: block; }
  .search-result-page .service-slider-wrapper.st_activity .st-hotel-result .grid-item .service-border .section-footer .footer-inner .service-price {
    display: block; }
    .search-result-page .service-slider-wrapper.st_activity .st-hotel-result .grid-item .service-border .section-footer .footer-inner .service-price .price .onsale {
      position: relative;
      top: 0px; }

.search-result-page .list-destination .destination-item .desc.st_tours {
  display: inline-block;
  background: #5191FA;
  border-radius: 100px;
  font-size: 14px !important;
  color: #FFFFFF;
  padding: 5px 20px;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .search-result-page .list-destination .col-xs-6:nth-child(2n) {
    padding-left: 15px !important;
    padding-right: 7.5px; }
  .search-result-page .list-destination .col-xs-6:nth-child(2n+1) {
    padding-right: 15px !important;
    padding-left: 7.5px; } }

.search-result-page .list-destination.masonry {
  margin-left: -10px;
  margin-right: -10px; }
  .search-result-page .list-destination.masonry .first-item {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .search-result-page .list-destination.masonry .second-item {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .search-result-page .list-destination.masonry .normal-item {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .search-result-page .list-destination.masonry .destination-item {
    margin-bottom: 20px !important; }

.map-view-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 991px) {
    .map-view-popup {
      padding-top: 0;
      padding-bottom: 0; } }
  .map-view-popup .view-map-inner {
    background: #fff;
    height: 100%;
    padding: 0 30px; }
    @media screen and (max-width: 991px) {
      .map-view-popup .view-map-inner {
        padding: 0;
        height: 100%;
        overflow: hidden;
        width: 100%; } }
  .map-view-popup .page-half-map {
    /* display: flex; */
    height: calc(100% - 94px);
    padding-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .map-view-popup .page-half-map {
        padding-bottom: 0;
        height: 100%; } }
    .map-view-popup .page-half-map .map-full-height {
      height: 100%;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .map-view-popup .page-half-map .map-full-height {
          height: calc(100% - 54px) !important; } }
    .map-view-popup .page-half-map.static {
      position: absolute;
      top: 0;
      z-index: 9; }
      .map-view-popup .page-half-map.static:before {
        content: '';
        display: block;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
    .map-view-popup .page-half-map .item-service {
      margin-bottom: 30px;
      margin-top: 0px; }
      .map-view-popup .page-half-map .item-service .thumb {
        position: relative; }
        .map-view-popup .page-half-map .item-service .thumb .service-tag {
          position: absolute;
          top: 20px;
          left: 0;
          font-size: 13px;
          color: #FFFFFF;
          border-radius: 0 3px 3px 0;
          font-weight: 500;
          z-index: 8; }
          .map-view-popup .page-half-map .item-service .thumb .service-tag.bestseller {
            background: #ED0925;
            border-radius: 0 4px 4px 0; }
          .map-view-popup .page-half-map .item-service .thumb .service-tag.save {
            background: #9DD565; }
        .map-view-popup .page-half-map .item-service .thumb .service-star {
          position: absolute;
          bottom: 12px;
          left: 14px;
          color: #FA5636; }
        .map-view-popup .page-half-map .item-service .thumb a {
          display: block;
          overflow: hidden; }
          .map-view-popup .page-half-map .item-service .thumb a img {
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            min-width: 100%; }
          .map-view-popup .page-half-map .item-service .thumb a:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1); }
      .map-view-popup .page-half-map .item-service h4 {
        margin-top: 15px;
        line-height: 26px;
        margin-bottom: 8px; }
        .map-view-popup .page-half-map .item-service h4.service-title {
          font-size: 16px; }
          .map-view-popup .page-half-map .item-service h4.service-title a {
            color: #1A2B50; }
      .map-view-popup .page-half-map .item-service p.service-location {
        font-size: 13px;
        color: #5E6D77; }
      .map-view-popup .page-half-map .item-service .service-review {
        margin-top: 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .map-view-popup .page-half-map .item-service .service-review .rating {
          font-size: 14px;
          color: #5191FA;
          margin-right: 10px; }
          @media screen and (max-width: 767px) {
            .map-view-popup .page-half-map .item-service .service-review .rating {
              font-size: 12px; } }
        .map-view-popup .page-half-map .item-service .service-review .st-dot {
          height: 4px;
          width: 4px;
          border-radius: 50%;
          background: #D0D7DD;
          display: block; }
        .map-view-popup .page-half-map .item-service .service-review .review {
          margin-left: 10px;
          font-size: 14px;
          color: #6A7A84; }
          @media screen and (max-width: 767px) {
            .map-view-popup .page-half-map .item-service .service-review .review {
              font-size: 12px; } }
      .map-view-popup .page-half-map .item-service .service-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 2px; }
        .map-view-popup .page-half-map .item-service .service-price span {
          font-size: 14px;
          color: #5E6D77; }
          @media screen and (max-width: 767px) {
            .map-view-popup .page-half-map .item-service .service-price span {
              font-size: 12px; } }
          .map-view-popup .page-half-map .item-service .service-price span.price {
            font-size: 18px;
            color: #1A2B50;
            margin-left: 5px;
            margin-right: 5px; }
            @media screen and (max-width: 767px) {
              .map-view-popup .page-half-map .item-service .service-price span.price {
                font-size: 16px; } }
    .map-view-popup .page-half-map .list-style {
      height: calc(100% - 43px); }
      .map-view-popup .page-half-map .list-style .item-service .item-service-inner {
        border: 1px solid #D7DCE3;
        border-radius: 3px;
        overflow: hidden; }
        .map-view-popup .page-half-map .list-style .item-service .item-service-inner .item-content {
          padding-top: 25px;
          padding-bottom: 25px;
          padding-right: 30px; }
          .map-view-popup .page-half-map .list-style .item-service .item-service-inner .item-content .service-star {
            color: #FA5636; }
          .map-view-popup .page-half-map .list-style .item-service .item-service-inner .item-content .service-title {
            margin-top: 10px; }
          .map-view-popup .page-half-map .list-style .item-service .item-service-inner .item-content .service-location {
            margin-bottom: 33px; }
    .map-view-popup .page-half-map .col-left-map {
      height: 100%; }
      @media screen and (max-width: 991px) {
        .map-view-popup .page-half-map .col-left-map {
          display: none; } }
    .map-view-popup .page-half-map .col-right-map {
      height: 100%; }
      .map-view-popup .page-half-map .col-right-map .map-popup-title {
        font-size: 16px;
        padding: 25px 15px;
        border-bottom: 1px solid #dfdfdf;
        text-transform: uppercase; }
        .map-view-popup .page-half-map .col-right-map .map-popup-title:before {
          content: '';
          position: relative;
          height: 20px;
          width: 4px;
          background: #339bff;
          display: block;
          float: left;
          margin-right: 10px;
          top: 1px; }
        .map-view-popup .page-half-map .col-right-map .map-popup-title .close-map-view-popup {
          top: 26px;
          right: 30px;
          cursor: pointer; }
      .map-view-popup .page-half-map .col-right-map .map-full-height {
        height: 100%; }
      @media screen and (max-width: 991px) {
        .map-view-popup .page-half-map .col-right-map {
          height: 100%; } }
  .map-view-popup .toolbar {
    padding-top: 15px;
    margin-bottom: 30px; }
    .map-view-popup .toolbar:after {
      content: '';
      display: block;
      clear: both; }
    .map-view-popup .toolbar h3.search-string {
      font-size: 24px;
      color: #1A2B48;
      font-weight: normal;
      float: left;
      margin: 0;
      width: calc(100% - 132px); }
      .map-view-popup .toolbar h3.search-string span {
        font-weight: 500; }
    .map-view-popup .toolbar ul.toolbar-action {
      float: right;
      padding-left: 0;
      margin: 0;
      margin-top: 4px; }
      .map-view-popup .toolbar ul.toolbar-action li {
        list-style: none;
        float: left; }
        .map-view-popup .toolbar ul.toolbar-action li span .fa {
          font-size: 22px;
          color: gray; }
        .map-view-popup .toolbar ul.toolbar-action li span.active .fa {
          color: #5191FA; }
        .map-view-popup .toolbar ul.toolbar-action li.layout span {
          cursor: pointer;
          margin-left: 7px; }
        .map-view-popup .toolbar ul.toolbar-action li .dropdown {
          margin-right: 15px; }
          .map-view-popup .toolbar ul.toolbar-action li .dropdown button {
            padding: 0;
            text-decoration: none;
            font-size: 14px;
            color: #1A2B48;
            outline: none; }
    .map-view-popup .toolbar .sort-menu {
      padding: 15px;
      left: auto;
      right: 0; }
      .map-view-popup .toolbar .sort-menu .sort-title {
        margin-bottom: 10px; }
        .map-view-popup .toolbar .sort-menu .sort-title h3 {
          margin: 0;
          font-size: 15px; }
      .map-view-popup .toolbar .sort-menu .sort-item {
        margin-bottom: 10px; }
        .map-view-popup .toolbar .sort-menu .sort-item span.title {
          color: gray; }
        .map-view-popup .toolbar .sort-menu .sort-item .st-icheck-item label {
          color: #000;
          font-weight: 500; }
  .map-view-popup .google-control-top-right-area {
    margin-top: 30px;
    margin-right: 30px;
    bottom: 190px !important;
    top: auto !important;
    z-index: 9 !important; }
  .map-view-popup .google-control-bottom-right-area {
    margin-bottom: 30px;
    margin-right: 30px; }
  .map-view-popup .google-custom-control {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 3px;
    margin-bottom: 5px;
    background: #FFF;
    color: #5E6D77;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
  .map-view-popup .google-control-dropdown {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    width: 121px;
    padding: 10px 0;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    text-align: right; }
    .map-view-popup .google-control-dropdown .item {
      padding: 5px 15px;
      font-size: 14px;
      font-weight: 400;
      border-bottom: 1px solid #EAEEF3; }
      .map-view-popup .google-control-dropdown .item:last-child {
        bordeR: none; }
      .map-view-popup .google-control-dropdown .item:hover {
        background: #EAEEF3; }
    .map-view-popup .google-control-dropdown.show {
      display: block; }
  .map-view-popup .top-filter .close-map-view-popup {
    top: 50px;
    right: 15px; }
  @media screen and (max-width: 991px) {
    .map-view-popup .top-filter {
      display: none !important; } }
  .map-view-popup .pagination {
    margin-top: 20px !important;
    margin-bottom: 40px !important; }

.item-service-map {
  -webkit-box-shadow: 5px 6px 13px 0px rgba(224, 220, 220, 0.3);
  box-shadow: 5px 6px 13px 0px rgba(224, 220, 220, 0.3);
  border-radius: 3px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif; }
  .item-service-map .thumb {
    position: relative; }
    .item-service-map .thumb .service-tag {
      position: absolute;
      top: 20px;
      left: 0;
      font-size: 13px;
      color: #FFFFFF;
      border-radius: 0 3px 3px 0;
      font-weight: 500;
      z-index: 8; }
      .item-service-map .thumb .service-tag .feature_class {
        padding: 6px 10px;
        border-radius: 0 3px 3px 0; }
      .item-service-map .thumb .service-tag.bestseller {
        background: #ED0925 !important;
        border-radius: 0 4px 4px 0; }
      .item-service-map .thumb .service-tag.save {
        background: #9DD565 !important; }
    .item-service-map .thumb .service-star {
      position: absolute;
      bottom: 12px;
      left: 14px;
      color: #FA5636; }
    .item-service-map .thumb .booking-item-rating-stars {
      padding: 0;
      margin: 0;
      position: absolute;
      bottom: 12px;
      left: 14px; }
      .item-service-map .thumb .booking-item-rating-stars span {
        display: none; }
      .item-service-map .thumb .booking-item-rating-stars li {
        list-style: none;
        float: left;
        color: #FA5636;
        margin-right: 3px; }
    .item-service-map .thumb a {
      display: block;
      overflow: hidden; }
      .item-service-map .thumb a img {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        min-width: 100%;
        max-width: 100%; }
      .item-service-map .thumb a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .item-service-map .thumb .close-popup-on-map {
      cursor: pointer;
      position: absolute;
      top: 2px;
      right: 8px;
      z-index: 9;
      font-size: 14px;
      color: #333; }
  .item-service-map .content {
    padding: 10px; }
  .item-service-map h4 {
    line-height: 26px;
    margin-bottom: 8px;
    margin-top: 0px; }
    .item-service-map h4.service-title {
      font-size: 16px; }
      .item-service-map h4.service-title a {
        color: #1A2B50; }
  .item-service-map p.service-location {
    font-size: 13px;
    color: #5E6D77; }
  .item-service-map .service-review {
    margin-top: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .item-service-map .service-review .rating {
      font-size: 14px;
      color: #5191FA;
      margin-right: 10px; }
    .item-service-map .service-review .st-dot {
      height: 4px;
      width: 4px;
      border-radius: 50%;
      background: #D0D7DD;
      display: block; }
    .item-service-map .service-review .review {
      margin-left: 10px;
      font-size: 14px;
      color: #6A7A84; }
  .item-service-map .service-location .fa {
    position: relative;
    top: 3px;
    left: -2px; }
  .item-service-map .service-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px; }
    .item-service-map .service-price span {
      font-size: 14px;
      color: #5E6D77; }
      .item-service-map .service-price span.price {
        font-size: 18px;
        color: #1A2B50;
        margin-left: 5px;
        margin-right: 5px; }
    .item-service-map .service-price .fa {
      top: 3px;
      position: relative; }
  .item-service-map:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 10px;
    border-color: transparent #fff #fff transparent;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 1px 1px 0px #dfdfdf;
    box-shadow: 1px 1px 0px #dfdfdf;
    background: #fff; }

.right-box .item-service-map:after {
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  position: absolute;
  border-width: 10px;
  border-color: transparent #fff #fff transparent;
  top: 178px;
  left: -9px;
  -webkit-transform: rotate(136deg);
  transform: rotate(136deg);
  -webkit-box-shadow: 1px 1px 0px #dfdfdf;
  box-shadow: 1px 1px 0px #dfdfdf;
  margin-left: 0;
  margin-top: 0;
  background: transparent; }

.top-filter {
  padding: 32px 0;
  border-bottom: 1px solid #dfdfdf; }
  .top-filter ul {
    margin: 0;
    padding: 0;
    display: inline-block; }
    .top-filter ul:after {
      content: '';
      display: block;
      clear: both; }
    .top-filter ul li {
      list-style: none;
      float: left;
      margin-right: 40px; }
      .top-filter ul li h3.title {
        font-size: 16px;
        color: #1A2B48;
        margin: 0; }
        .top-filter ul li h3.title:before {
          content: '';
          height: 20px;
          width: 3px;
          background: #5191FA;
          display: inline-block;
          margin-right: 15px;
          position: relative;
          top: 4px; }
      .top-filter ul li .form-extra-field button {
        padding: 0;
        font-size: 14px;
        color: #1A2B48;
        font-weight: 500;
        text-decoration: none;
        padding-top: 4px;
        outline: none; }
        .top-filter ul li .form-extra-field button .fa {
          color: #1A2B48;
          font-size: 18px;
          position: relative;
          top: 2px; }
      .top-filter ul li .form-extra-field .dropdown-menu {
        min-width: 300px;
        padding: 20px;
        margin-top: 10px; }
      .top-filter ul li.filter-review-score ul li {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%; }
        .top-filter ul li.filter-review-score ul li button {
          float: right;
          color: #5191FA;
          font-weight: 500; }
  .top-filter .close-map-view-popup {
    float: right;
    font-size: 17px;
    cursor: pointer; }

.range-slider .irs-bar {
  background: #5191FA;
  border-radius: 100px;
  height: 6px;
  border-color: #5191FA; }

.range-slider .irs-line {
  background: #EEEEEE;
  border-radius: 100px;
  height: 6px;
  border: 0; }

.range-slider .irs-slider {
  height: 12px;
  width: 12px;
  background: #5191FA;
  border: 0;
  top: 30px; }

.st-icheck-item {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 21px; }
  .st-icheck-item label {
    font-size: 14px;
    color: #5E6D77;
    font-weight: normal;
    margin-bottom: 0px;
    cursor: pointer; }
    .st-icheck-item label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      margin: 0; }
      .st-icheck-item label input:checked ~ .checkmark {
        background-color: #fff !important; }
        .st-icheck-item label input:checked ~ .checkmark:after {
          display: block; }
    .st-icheck-item label .checkmark {
      position: absolute;
      top: 5px;
      left: 0;
      height: 16px;
      width: 16px;
      background-color: #fff;
      border-radius: 50%;
      border: 1px solid #A0A9B2; }
      .st-icheck-item label .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        top: 4px;
        left: 4px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #5191FA; }
      .st-icheck-item label .checkmark.fcheckbox {
        border-radius: 2px; }
        .st-icheck-item label .checkmark.fcheckbox:after {
          background-color: transparent;
          border-radius: 0;
          left: 5px;
          top: 2px;
          width: 5px;
          height: 8px;
          border: solid #5191FA;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .st-icheck-item label:hover input ~ .checkmark {
      /* background-color: #dfdfdf; */ }
    .st-icheck-item label .fa {
      font-size: 12px;
      color: #FA5636; }

.col-left {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s; }

.col-right {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s; }

.pagination {
  text-align: center;
  display: block;
  margin-top: 80px; }
  .pagination ul {
    display: inline-block;
    padding: 0;
    margin: 0; }
    .pagination ul li {
      list-style: none;
      font-size: 20px;
      color: #768090;
      float: left;
      margin-right: 10px; }
      .pagination ul li a {
        display: block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-decoration: none; }
        .pagination ul li a.current {
          border: 1px solid #5191FA !important;
          border-radius: 3px;
          background: transparent !important;
          color: #5191FA !important; }
  .pagination span.count-string {
    font-size: 14px;
    color: #768090;
    margin-top: 15px;
    display: block; }

.mt15 {
  margin-top: 15px; }

.row-wrapper {
  /* display: flex;
  flex-wrap: wrap; */ }

.modern-search-result.loading {
  position: relative; }
  .modern-search-result.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1); }
  .modern-search-result.loading .map-content-loading {
    display: block; }

/* Spinner Wave */
.sp-wave {
  border-radius: 50%;
  position: relative;
  opacity: 1; }

.sp-wave:before, .sp-wave:after {
  content: '';
  border: 1px #5191FA solid;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px; }

.sp-wave:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear; }

.sp-wave:after {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear; }

@-webkit-keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    opacity: 0; }
  to {
    -webkit-transform: scale(1, 1);
    opacity: 1; } }

@keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0; }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; } }

@-webkit-keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0; } }

@keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0; } }

.map-loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5); }
  .map-loading span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: 49px;
    font-weight: 500;
    font-size: 17px;
    z-index: 99; }

.sp-wave {
  width: 50px;
  height: 50px;
  margin: auto;
  top: 50%;
  margin-top: -25px;
  position: relative; }
  .sp-wave span {
    position: absolute;
    bottom: -45px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 50%;
    margin-left: -55px;
    font-weight: 500;
    font-size: 17px; }

.sidebar-filter .sp-wave {
  position: fixed;
  left: 50%;
  margin-left: -25px;
  display: none; }

.top-filter .sp-wave {
  position: fixed;
  left: 50%;
  margin-left: -25px;
  display: none;
  z-index: 9999; }

.popup-sort {
  margin-right: 0px !important; }
  .popup-sort .dropdown {
    margin-right: 0px !important; }

.page-template-template-hotel-search .search-form-mobile {
  display: block; }

.search-form-mobile {
  margin-top: 20px;
  display: none; }
  @media screen and (max-width: 991px) {
    .search-form-mobile {
      width: 60%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 575px) {
    .search-form-mobile {
      width: auto; } }
  .search-form-mobile .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px; }
    .search-form-mobile .form-group .dropdown {
      width: 100%; }
      .search-form-mobile .form-group .dropdown .dropdown-menu {
        padding: 10px 0;
        border-radius: 0 0 4px 4px;
        border-color: #dfdfdf;
        height: 347px;
        overflow-y: auto;
        width: 100%;
        margin-top: 0px; }
        .search-form-mobile .form-group .dropdown .dropdown-menu li {
          padding: 12px 20px;
          display: block;
          font-weight: 500;
          cursor: pointer;
          margin-bottom: 0px !important;
          position: relative;
          overflow: hidden; }
          .search-form-mobile .form-group .dropdown .dropdown-menu li .fa {
            font-size: 18px;
            color: gray;
            position: absolute;
            top: 14px;
            float: left;
            margin-top: 0px; }
          .search-form-mobile .form-group .dropdown .dropdown-menu li:hover {
            background: #f5f4f7; }
          .search-form-mobile .form-group .dropdown .dropdown-menu li span {
            width: calc(100% - 25px);
            float: right; }
            .search-form-mobile .form-group .dropdown .dropdown-menu li span.child {
              font-weight: normal; }
            .search-form-mobile .form-group .dropdown .dropdown-menu li span.parent {
              font-size: 16px;
              width: 100%; }
    .search-form-mobile .form-group .form-control {
      height: 55px;
      border: none; }
    .search-form-mobile .form-group input {
      cursor: pointer;
      border-radius: 3px 0 0 3px;
      font-size: 17px;
      color: #5192FA;
      padding-left: 45px; }
      .search-form-mobile .form-group input:-moz-read-only {
        background-color: #fff; }
      .search-form-mobile .form-group input:read-only {
        background-color: #fff; }
    .search-form-mobile .form-group .icon-field {
      position: absolute;
      left: 18px;
      top: 18px; }
    .search-form-mobile .form-group button {
      border-radius: 0 3px 3px 0;
      font-size: 25px;
      background: #5192FA;
      padding: 15px 20px 4px 20px; }
      .search-form-mobile .form-group button:hover {
        background: #5192FA; }

.st-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 999999;
  display: none; }
  .st-popup .popup-title {
    font-size: 16px;
    padding: 25px 15px;
    border-bottom: 1px solid #dfdfdf;
    text-transform: uppercase;
    margin-top: 0; }
    .st-popup .popup-title:before {
      content: '';
      position: relative;
      height: 20px;
      width: 4px;
      background: #339bff;
      display: block;
      float: left;
      margin-right: 10px;
      top: -2px; }
    .st-popup .popup-title .popup-close {
      float: right;
      z-index: 9;
      padding: 22px 15px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0; }
  .st-popup .popup-content {
    padding: 15px; }
    .st-popup .popup-content .check-in-out {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .st-popup .popup-content .btn {
      text-align: center;
      margin: auto;
      display: block;
      outline: none; }
  .st-popup.popup-date {
    overflow: hidden; }
    .st-popup.popup-date .popup-content {
      min-height: 305px; }

.popup-date-custom {
  width: 100% !important;
  top: 66px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999999 !important;
  position: fixed;
  max-height: calc(100vh - 68px);
  overflow-y: auto;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important; }
  .popup-date-custom .calendar {
    margin: auto; }
    @media screen and (max-width: 636px) {
      .popup-date-custom .calendar {
        float: none !important;
        margin-right: auto !important; } }

.popup-guest ul {
  padding: 0;
  margin: 0; }
  .popup-guest ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 15px; }
    .popup-guest ul li label {
      width: 50%;
      font-weight: 400; }
    .popup-guest ul li .select-wrapper {
      width: 50%; }

.page-half-map .col-right {
  height: 100%; }
  .page-half-map .col-right .map-loading {
    width: calc(50vw - 10px); }

.page-half-map .col-left {
  overflow: hidden;
  padding-right: 20px;
  height: 100%;
  float: left; }
  .page-half-map .col-left .modern-search-result .row {
    /* display: flex;
        flex-wrap: wrap; */ }
  .page-half-map .col-left .modern-search-result .thumb {
    border-radius: 3px;
    overflow: hidden; }

.page-half-map .pagination {
  margin-bottom: 70px !important; }

.pr15 {
  padding-right: 15px; }

.wb_row .wb-fb-checkbox input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  position: relative;
  top: 5px;
  margin-right: 5px; }

.wb_row .form-group label {
  display: block; }

.wb_row .form-group .wb-fb-radio input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  position: relative;
  top: 5px;
  margin-right: 5px; }

.service-add-wishlist {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: white;
  font-size: 21px;
  z-index: 8;
  cursor: pointer; }
  .service-add-wishlist.added {
    color: #ff0000eb; }
  .service-add-wishlist.loading .lds-dual-ring {
    display: inline-block; }
  .service-add-wishlist.loading .fa {
    display: none; }

.lds-dual-ring {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 10px;
  display: none; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite; }

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.map-content-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(255, 255, 255, 0.6); }
  .map-content-loading span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: 49px;
    font-weight: 500;
    font-size: 17px;
    z-index: 99; }

.cart-text-empty {
  font-size: 14px;
  padding: 15px 20px 10px 20px; }

/* Conatct page */
.wpcf7-validation-errors {
  margin: 0 !important; }

.st-contact-form .contact-header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #EBEEF1; }
  .st-contact-form .contact-header h3 {
    font-size: 24px;
    color: #1A2B48;
    margin-top: 0px; }
  .st-contact-form .contact-header p {
    font-size: 14px;
    color: #5E6D77;
    margin-bottom: 0px; }

.st-contact-form .wpcf7-not-valid-tip {
  font-size: 11px;
  margin-top: 5px; }

.st-contact-form .ajax-loader {
  margin-top: 22px !important; }

.st-contact-form .contact-form .form-group {
  margin-bottom: 20px; }
  .st-contact-form .contact-form .form-group .form-control {
    border: 1px solid #DAE1E7;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #5E6D77; }
  .st-contact-form .contact-form .form-group input {
    height: 40px; }
  .st-contact-form .contact-form .form-group textarea {
    height: 210px; }

.st-contact-form .contact-form input[type="submit"] {
  background: #5191FA;
  border-radius: 3px;
  border: none;
  color: #fff;
  margin-top: 20px;
  padding-left: 35px;
  padding-right: 35px; }

.st-contact-info {
  position: relative; }
  @media screen and (max-width: 991px) {
    .st-contact-info {
      margin-top: 30px; } }
  @media screen and (max-width: 991px) {
    .st-contact-info .info-bg {
      display: none; } }
  .st-contact-info .info-content {
    position: absolute;
    top: 50%;
    margin-top: -185px;
    margin-left: -130px;
    background: #FA5636;
    padding: 30px;
    min-width: 385px;
    min-height: 370px; }
    @media screen and (max-width: 1199px) {
      .st-contact-info .info-content {
        margin-top: -160px;
        margin-left: -103px;
        padding: 30px;
        min-width: 355px;
        min-height: 320px; } }
    @media screen and (max-width: 991px) {
      .st-contact-info .info-content {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        min-width: auto; } }
    .st-contact-info .info-content h3 {
      font-size: 24px;
      color: #FFFFFF;
      margin: 0; }
    .st-contact-info .info-content .sub {
      position: absolute;
      bottom: 30px;
      padding-right: 30px; }
      .st-contact-info .info-content .sub p {
        font-size: 16px;
        color: #FFFFFF;
        margin-bottom: 5px;
        letter-spacing: normal;
        width: 100%;
        word-break: break-word; }
        .st-contact-info .info-content .sub p.address {
          font-size: 14px;
          margin-top: 10px; }

.full-width .container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

.st-aboutus-title {
  font-size: 24px;
  color: #5191FA;
  margin-bottom: 20px !important; }

.st-aboutus-content {
  font-size: 16px;
  color: #768092;
  line-height: 24px; }

.thumb-wrapper {
  padding-left: 14px; }

.irs-from, .irs-to, .irs-single {
  background: #5191FA; }

.modern-search-result .grid-item {
  position: relative; }
  @media screen and (max-width: 767px) {
    .modern-search-result .grid-item {
      display: table; } }
  .modern-search-result .grid-item .thumb {
    border-radius: 3px;
    overflow: hidden; }
  @media screen and (max-width: 767px) {
    .modern-search-result .grid-item:nth-child(2n) {
      padding-left: 7.5px; } }
  @media screen and (max-width: 767px) {
    .modern-search-result .grid-item:nth-child(2n + 1) {
      padding-right: 7.5px; } }
  @media screen and (max-width: 767px) {
    .modern-search-result .grid-item .section-footer {
      display: table-footer-group;
      height: 1px; } }

.st-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 6px;
  background: #5191FA;
  border-radius: 5px;
  margin-left: -25px;
  -webkit-animation: load 1.8s ease-in-out infinite;
  animation: load 1.8s ease-in-out infinite; }
  .st-loader:before, .st-loader:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
    height: 6px;
    border-radius: 5px; }
  .st-loader:before {
    top: -20px;
    left: 10px;
    width: 40px;
    background: #FA5636;
    margin-left: -20px; }
  .st-loader:after {
    bottom: -20px;
    width: 35px;
    background: #ffab53;
    margin-left: -17px; }

@-webkit-keyframes load {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); } }

@keyframes load {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); } }

.st-list-statistic .item {
  background: #FFFFFF;
  border: 5px solid #5191FA;
  text-align: center;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s; }
  .st-list-statistic .item .front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .st-list-statistic .item .front .inner {
      position: relative;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .st-list-statistic .item .end {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: #5191FA;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    @media screen and (max-width: 991px) {
      .st-list-statistic .item .end {
        display: table-cell;
        position: relative; } }
  .st-list-statistic .item h4 {
    font-size: 36px;
    color: #1A2B48;
    font-weight: 500;
    margin: 0; }
  .st-list-statistic .item p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .st-list-statistic .item p.sub-text {
      font-size: 16px;
      color: #1A2B48;
      font-weight: 500;
      margin-bottom: 0px; }
    .st-list-statistic .item p.desc {
      margin-bottom: 0px;
      font-size: 14px;
      color: #fff;
      text-align: left;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
  @media screen and (max-width: 991px) {
    .st-list-statistic .item {
      margin-top: 15px;
      margin-bottom: 15px;
      min-height: 200px;
      display: table;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .st-list-statistic .item {
      margin-bottom: 30px; } }

.st-list-statistic .item-wrapper:hover .item {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }
  .st-list-statistic .item-wrapper:hover .item .front {
    opacity: 0; }
  .st-list-statistic .item-wrapper:hover .item .end {
    opacity: 1; }

.st-aboutus-info {
  text-align: center; }
  .st-aboutus-info img {
    margin-bottom: 10px;
    max-width: 80px;
    height: auto; }
  .st-aboutus-info p.message {
    font-size: 20px;
    color: #1A2B48;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
    padding-left: 150px;
    padding-right: 150px;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .st-aboutus-info p.message {
        padding-left: 0;
        padding-right: 0; } }
  .st-aboutus-info p.name {
    font-size: 14px;
    color: #1A2B48;
    margin-bottom: 0px; }
  .st-aboutus-info p.pos {
    font-size: 14px;
    color: #768092;
    margin-bottom: 0px; }

.st-aboutus-gallery .st-gallery .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
  .st-aboutus-gallery .st-gallery .slogan h4 {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 30px; }
    @media screen and (max-width: 575px) {
      .st-aboutus-gallery .st-gallery .slogan h4 {
        font-size: 35px; } }
  .st-aboutus-gallery .st-gallery .slogan a {
    padding: 10px 20px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal; }

.st-aboutus-gallery .st-gallery .flickity-page-dots {
  margin-top: 40px;
  bottom: -58px;
  z-index: 9; }
  .st-aboutus-gallery .st-gallery .flickity-page-dots li {
    background: #A0A9B2;
    border: 1px solid #A0A9B2;
    height: 16px;
    width: 16px;
    margin-right: 15px;
    margin-left: 15px; }
    .st-aboutus-gallery .st-gallery .flickity-page-dots li.is-selected {
      background-color: transparent;
      border: 2px solid #5191FA; }

.st-aboutus-gallery .st-gallery .item {
  height: 500px !important; }

.st-aboutus-team .item {
  margin-top: 50px; }

.st-aboutus-team h3 {
  font-size: 28px;
  color: #1A2B48;
  text-align: center;
  margin-bottom: 20px; }

.st-aboutus-team .thumb {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .st-aboutus-team .thumb {
      width: 100%;
      height: auto;
      padding-bottom: 100%; } }
  @media screen and (max-width: 991px) {
    .st-aboutus-team .thumb {
      height: 240px;
      width: 240px;
      padding-bottom: 0; } }
  .st-aboutus-team .thumb img {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute; }
  .st-aboutus-team .thumb .social {
    border-radius: 50%;
    position: absolute;
    background: #5191FA;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    /*border: 10px solid #fff;*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden; }
    .st-aboutus-team .thumb .social ul {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      .st-aboutus-team .thumb .social ul li {
        float: left;
        list-style: none;
        margin-left: 10px;
        margin-right: 10px; }
        .st-aboutus-team .thumb .social ul li a {
          color: #fff;
          font-size: 19px;
          font-weight: normal; }
  .st-aboutus-team .thumb:hover .social {
    opacity: 0.8;
    /* border: 0px solid transparent;*/ }

.st-aboutus-team p {
  text-align: center; }
  .st-aboutus-team p.name {
    font-size: 15px;
    color: #1A2B48;
    font-weight: 500;
    margin-bottom: 0px; }
  .st-aboutus-team p.pos {
    font-size: 14px;
    color: #768092;
    font-style: italic; }

.st-flickity .flickity-prev-next-button.next:after {
  content: url("../images/svg/ico_next.svg") !important;
  position: relative;
  top: 4px; }

.st-flickity .flickity-prev-next-button.previous:after {
  content: url("../images/svg/ico_pre.svg") !important;
  position: relative;
  top: 4px; }

.st-404-page {
  padding: 60px 0;
  text-align: center; }
  .st-404-page h1 {
    font-size: 48px;
    color: #1A2B48;
    font-weight: 500;
    margin-top: 0px; }
  .st-404-page h3 {
    font-size: 16px;
    color: #5E6D77;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 10px; }
  .st-404-page img {
    margin-bottom: 50px;
    max-width: 100%; }
  .st-404-page p {
    font-size: 18px;
    color: #5E6D77;
    margin-bottom: 5px; }
    .st-404-page p strong {
      color: #1A2B48;
      font-weight: 400;
      font-size: 16px; }
    .st-404-page p a {
      font-size: 16px;
      color: #5191FA;
      text-decoration: none; }

.st-blog {
  padding: 60px 0 0 0; }
  .st-blog .content h1.page-title {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #1A2B48;
    font-size: 25px;
    font-weight: 500; }
  .st-blog .content .blog-wrapper {
    border-bottom: 1px solid #D7DCE3; }
  .st-blog .content .pagination ul {
    float: left; }
  .st-blog .content .article {
    margin-bottom: 40px; }
    .st-blog .content .article .header {
      position: relative; }
      .st-blog .content .article .header .post-header img {
        max-width: 100%;
        height: auto; }
      .st-blog .content .article .header .cate {
        position: absolute;
        top: 30px;
        left: 30px;
        overflow: hidden; }
        @media screen and (max-width: 575px) {
          .st-blog .content .article .header .cate {
            left: 15px;
            top: 15px; } }
        .st-blog .content .article .header .cate ul {
          padding: 0;
          margin: 0; }
          .st-blog .content .article .header .cate ul li {
            list-style: none;
            float: left;
            margin-right: 10px;
            border-radius: 3px;
            background: #5191FA;
            margin-bottom: 5px; }
            @media screen and (max-width: 575px) {
              .st-blog .content .article .header .cate ul li {
                margin-right: 5px; } }
            .st-blog .content .article .header .cate ul li a {
              color: #fff;
              padding: 5px 10px;
              display: block;
              text-decoration: none; }
              @media screen and (max-width: 575px) {
                .st-blog .content .article .header .cate ul li a {
                  padding: 3px 5px; } }
    .st-blog .content .article .post-inner h4.post-title {
      font-size: 28px;
      line-height: 34px;
      margin-top: 30px;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .st-blog .content .article .post-inner h4.post-title {
          margin-top: 15px; } }
      .st-blog .content .article .post-inner h4.post-title a {
        color: #1A2B48; }
    .st-blog .content .article .post-inner .meta {
      display: block;
      margin-bottom: 30px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .st-blog .content .article .post-inner .meta {
          margin-bottom: 20px; } }
      .st-blog .content .article .post-inner .meta ul {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .st-blog .content .article .post-inner .meta ul li {
          list-style: none;
          float: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 14px;
          color: #5E6D77;
          text-transform: uppercase;
          font-weight: 500;
          margin-right: 10px; }
          @media screen and (max-width: 520px) {
            .st-blog .content .article .post-inner .meta ul li {
              text-align: left;
              margin-bottom: 10px;
              font-size: 12px;
              margin-right: 7px; } }
          .st-blog .content .article .post-inner .meta ul li img {
            border-radius: 50%;
            width: 30px;
            height: 30px;
            margin-right: 12px; }
          .st-blog .content .article .post-inner .meta ul li a {
            text-decoration: none;
            color: #1A2B48; }
          .st-blog .content .article .post-inner .meta ul li span {
            margin-right: 5px;
            color: #5E6D77; }
          .st-blog .content .article .post-inner .meta ul li:after {
            content: '';
            height: 6px;
            width: 6px;
            background: #EEEEEE;
            margin-left: 12px;
            border-radius: 50%; }
            @media screen and (max-width: 520px) {
              .st-blog .content .article .post-inner .meta ul li:after {
                margin-left: 7px; } }
          .st-blog .content .article .post-inner .meta ul li:last-child:after {
            display: none; }
    .st-blog .content .article .post-inner .post-desciption {
      font-size: 14px;
      color: #5E6D77;
      margin-bottom: 0px; }
    .st-blog .content .article .post-inner a.btn-readmore {
      font-size: 14px;
      color: #5191FA;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 20px;
      display: inline-block; }
    .st-blog .content .article.format-audio .media-responsive {
      padding-top: 20%; }
    .st-blog .content .article.format-audio .cate {
      position: relative;
      left: 0;
      top: 55px; }
    .st-blog .content .article.format-audio .post-inner .post-title {
      margin-top: 70px; }
    .st-blog .content .article.format-video .cate {
      position: absolute;
      left: 0;
      top: auto;
      bottom: -55px; }
    .st-blog .content .article.format-video .post-inner .post-title {
      margin-top: 70px; }
    .st-blog .content .article.format-link .post-header .post-link {
      font-size: 25px;
      background: transparent;
      color: #333; }
    .st-blog .content .article.format-link .cate {
      position: relative;
      left: 0;
      top: 20px;
      margin-bottom: 40px;
      display: block; }
    .st-blog .content .article.format-quote .cate {
      position: relative;
      left: 0;
      top: 20px;
      margin-bottom: 40px;
      display: block; }
  @media screen and (max-width: 767px) {
    .st-blog aside {
      margin-top: 55px; } }
  .st-blog aside .sidebar-widget {
    margin-bottom: 30px; }
    .st-blog aside .sidebar-widget:last-child {
      margin-bottom: 0px; }
    .st-blog aside .sidebar-widget .sidebar-title {
      position: relative;
      margin-bottom: 20px; }
      .st-blog aside .sidebar-widget .sidebar-title h4 {
        font-size: 16px;
        color: #1A2B48;
        font-weight: 500;
        background-color: #fff;
        position: relative;
        display: inline-block;
        z-index: 9;
        padding-right: 25px;
        margin: 0; }
      .st-blog aside .sidebar-widget .sidebar-title:after {
        content: '';
        height: 1px;
        background: #D7DCE3;
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -3px; }
    .st-blog aside .sidebar-widget.widget_search form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .st-blog aside .sidebar-widget.widget_search form input[type="text"] {
        height: 40px;
        font-size: 14px;
        color: #5E6D77;
        font-style: italic;
        border-radius: 3px 0 0 3px;
        border: 1px solid #D7DCE3; }
      .st-blog aside .sidebar-widget.widget_search form button {
        height: 40px;
        background: #5191FA;
        border-radius: 0 3px 3px 0;
        border: none;
        width: 40px;
        text-align: center; }
        .st-blog aside .sidebar-widget.widget_search form button .fa {
          position: relative;
          top: 3px;
          left: 2px; }
    .st-blog aside .sidebar-widget.widget_text .textwidget img {
      max-width: 100%;
      height: auto;
      margin-bottom: 20px; }
    .st-blog aside .sidebar-widget.widget_text .textwidget p {
      font-size: 14px;
      color: #5E6D77;
      margin-bottom: 0px; }
    .st-blog aside .sidebar-widget.st_categories_new ul {
      padding: 0;
      margin: 0; }
      .st-blog aside .sidebar-widget.st_categories_new ul li {
        margin-bottom: 20px;
        list-style: none; }
        .st-blog aside .sidebar-widget.st_categories_new ul li span {
          height: 6px;
          width: 6px;
          display: inline-block;
          position: relative;
          top: -1px;
          border-radius: 50%;
          margin-right: 15px; }
        .st-blog aside .sidebar-widget.st_categories_new ul li a {
          font-weight: 500;
          font-size: 14px;
          color: #1A2B48; }
    .st-blog aside .sidebar-widget.widget_st_list_entries ul {
      padding: 0;
      margin: 0; }
      .st-blog aside .sidebar-widget.widget_st_list_entries ul li {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px; }
        .st-blog aside .sidebar-widget.widget_st_list_entries ul li .thumb img {
          border-radius: 3px;
          margin-right: 15px; }
        .st-blog aside .sidebar-widget.widget_st_list_entries ul li .content .cate {
          text-transform: uppercase; }
          .st-blog aside .sidebar-widget.widget_st_list_entries ul li .content .cate a {
            font-size: 12px;
            font-weight: 600; }
        .st-blog aside .sidebar-widget.widget_st_list_entries ul li .content .thumb-list-item-title {
          font-weight: 500; }
          .st-blog aside .sidebar-widget.widget_st_list_entries ul li .content .thumb-list-item-title a {
            color: #1A2B48;
            line-height: 24px; }
    .st-blog aside .sidebar-widget.widget_tag_cloud .tagcloud a {
      font-size: 11px !important;
      color: #1A2B48 !important;
      font-weight: 500;
      background: #F7F6F6 !important;
      border-radius: 3px;
      padding: 9px 20px;
      display: inline-block;
      margin-bottom: 10px;
      margin-right: 10px;
      text-transform: uppercase; }
    .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner {
      background: #5191FA;
      padding: 30px; }
      .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner h3 {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 15px; }
      .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner p.desc {
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 400;
        margin-bottom: 20px; }
      .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner input[type="submit"] {
        width: 100%;
        background: #FFFFFF;
        border-radius: 3px;
        height: 40px;
        font-size: 14px;
        color: #5191FA;
        font-weight: 600; }
      .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner input[type="text"] {
        height: 40px;
        padding: 5px 40px 5px 10px;
        font-size: 14px;
        color: #FFFFFF;
        border: 1px solid #77A8F9;
        border-radius: 3px;
        margin-bottom: 20px;
        background: #4686EF url(../images/svg/ico_username_form_signup.svg) right 15px center no-repeat; }
        .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner input[type="text"]::-webkit-input-placeholder {
          color: #fff; }
        .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner input[type="text"]:-ms-input-placeholder {
          color: #fff; }
        .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner input[type="text"]::-ms-input-placeholder {
          color: #fff; }
        .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner input[type="text"]::placeholder {
          color: #fff; }
      .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner input[type="email"] {
        height: 40px;
        padding: 5px 45px 5px 10px;
        font-size: 14px;
        color: #FFFFFF;
        background: #4686EF;
        border: 1px solid #77A8F9;
        border-radius: 3px;
        margin-bottom: 20px;
        background: #4686EF url(../images/svg/email-action-unread.png) right 15px center no-repeat; }
        .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner input[type="email"]::-webkit-input-placeholder {
          color: #fff; }
        .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner input[type="email"]:-ms-input-placeholder {
          color: #fff; }
        .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner input[type="email"]::-ms-input-placeholder {
          color: #fff; }
        .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-form-fields .st-mailchimp-inner input[type="email"]::placeholder {
          color: #fff; }
    .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-response {
      background: #5191FA; }
      .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-response .mc4wp-alert {
        padding: 0 30px 30px 30px; }
      .st-blog aside .sidebar-widget.widget_mc4wp_form_widget form .mc4wp-response p {
        font-size: 13px;
        color: #FFFFFF;
        font-weight: 400;
        margin-bottom: 0px; }

.media-responsive {
  width: 100%;
  padding: 56.2% 0 0; }

.media-responsive embed,
.media-responsive iframe,
.media-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sticky {
  position: fixed !important;
  top: -43px;
  width: 100%;
  background: #fff;
  z-index: 9999 !important;
  height: 100vh; }

.as {
  display: none;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .as {
      display: block; } }

#main-footer > div {
  width: 100% !important;
  padding-right: 0px !important; }

.page-half-map.snormal {
  height: auto; }

@media screen and (max-width: 767px) {
  .page-half-map .col-xs-6:nth-child(2n) {
    padding-left: 7.5px; } }

@media screen and (max-width: 767px) {
  .page-half-map .col-xs-6:nth-child(2n + 1) {
    padding-right: 7.5px; } }

@media screen and (max-width: 767px) {
  .page-half-map .has-matchHeight {
    display: table; } }

.st-hotel-result .style-list .thumb .booking-item-rating-stars {
  display: none; }

@media screen and (max-width: 767px) {
  .st-hotel-result .style-list .alert {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px; } }

@media screen and (max-width: 767px) {
  .st-hotel-result .style-list {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .st-hotel-result .style-list .thumb .booking-item-rating-stars {
      display: block; }
    .st-hotel-result .style-list .thumb a {
      border-radius: 3px;
      overflow: hidden; }
      .st-hotel-result .style-list .thumb a img {
        border-radius: 3px; }
    .st-hotel-result .style-list .item-service {
      width: 50%;
      float: left;
      padding: 0 15px; }
      .st-hotel-result .style-list .item-service .has-matchHeight {
        display: table; }
      .st-hotel-result .style-list .item-service:nth-child(2n) {
        padding-left: 7.5px; }
      .st-hotel-result .style-list .item-service:nth-child(2n + 1) {
        padding-right: 7.5px; }
      .st-hotel-result .style-list .item-service .item-service-wrapper {
        display: table !important;
        position: relative; }
      .st-hotel-result .style-list .item-service .item-content .booking-item-rating-stars {
        display: none; }
      .st-hotel-result .style-list .item-service .item-content .facilities {
        display: none; }
      .st-hotel-result .style-list .item-service .service-review .rating {
        color: #5191FA !important;
        font-size: 12px !important;
        margin-right: 3px;
        background: transparent !important;
        padding-left: 15px !important; }
        .st-hotel-result .style-list .item-service .service-review .rating:after {
          display: none; }
      .st-hotel-result .style-list .item-service .service-review .review {
        color: #6A7A84;
        font-size: 12px;
        margin-left: 0px; }
      .st-hotel-result .style-list .item-service .service-price {
        padding-left: 15px;
        margin-top: 0px !important; }
        .st-hotel-result .style-list .item-service .service-price .unit {
          margin-left: -2px !important; }
  .page-half-map .col-left {
    padding-right: 15px; }
    .page-half-map .col-left .list-style .item-service {
      width: 50%;
      padding: 0px 15px;
      float: left; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .page-half-map .col-left .list-style .item-service:nth-child(2n) {
        padding-left: 7.5px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .page-half-map .col-left .list-style .item-service:nth-child(2n + 1) {
        padding-right: 7.5px; } }

@media screen and (max-width: 767px) {
      .page-half-map .col-left .list-style .item-service .item-service-inner {
        border: none; }
        .page-half-map .col-left .list-style .item-service .item-service-inner .has-matchHeight {
          display: table; }
        .page-half-map .col-left .list-style .item-service .item-service-inner .item-content {
          padding: 10px 15px !important; }
          .page-half-map .col-left .list-style .item-service .item-service-inner .item-content .service-location {
            margin-bottom: 0px; }
        .page-half-map .col-left .list-style .item-service .item-service-inner .service-review {
          padding-left: 15px;
          padding-right: 15px; }
        .page-half-map .col-left .list-style .item-service .item-service-inner .service-price {
          padding-left: 15px;
          padding-right: 15px; } }

.search-form.sticky {
  position: fixed !important;
  z-index: 1000 !important;
  width: 100%;
  left: 0;
  height: auto;
  border-radius: 0 !important;
  margin: auto; }

.search-form.small {
  height: 67px !important;
  min-height: 67px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .search-form.small .form-extra-field {
    padding-top: 12px !important;
    padding-bottom: 10px !important; }
  .search-form.small .form-date-field {
    padding-top: 12px !important;
    padding-bottom: 10px !important; }
  .search-form.small .field-guest {
    padding-top: 12px !important;
    padding-bottom: 10px !important; }

@media screen and (max-width: 991px) {
  .search-form.hotel-search-form .form-button .advance .field-advance .dropdown-menu {
    left: 0; } }

@media screen and (max-width: 991px) {
  .search-form.hotel-search-form .form-group.field-detination.has-icon #dropdown-destination {
    padding-left: 35px !important; } }

@media screen and (max-width: 991px) {
  .search-form.hotel-search-form .form-group.field-guest {
    padding: 20px 0px 20px 0px !important; }
    .search-form.hotel-search-form .form-group.field-guest #dropdown-1 {
      padding-left: 37px; } }

@media screen and (max-width: 991px) {
  .search-form.hotel-search-form .form-group.field-guest {
    padding: 20px 7px 20px 7px !important; } }

.search-form.hotel-search-form .form-date-field {
  padding: 23px 5px 22px 5px; }
  .search-form.hotel-search-form .form-date-field .date-wrapper .check-in-wrapper {
    padding-left: 23px !important; }

.st-number-wrapper span {
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  border-radius: 3px;
  float: right;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none; }
  .st-number-wrapper span.prev {
    line-height: 27px; }
  .st-number-wrapper span.next {
    line-height: 43px; }

.st-number-wrapper input {
  float: right;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  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;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none; }
  .st-number-wrapper input[readonly] {
    background: transparent; }
  .st-number-wrapper input:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-clear-filter {
  display: inline-block;
  margin-left: 10px;
  color: #5191fa;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer; }

.owner-info .media-body {
  display: table-cell;
  vertical-align: middle; }

/* Tour service */
.search-result-page.st-tours {
  /* Search form sidebar */ }
  .search-result-page.st-tours .sidebar-filter .sidebar-item .search-form {
    -webkit-box-shadow: 0px 2px 9px 0px #dfdfdf;
    box-shadow: 0px 2px 9px 0px #dfdfdf; }
    .search-result-page.st-tours .sidebar-filter .sidebar-item .search-form .search-title {
      padding: 20px 0;
      border-bottom: 1px solid #dfdfdf;
      font-size: 16px; }
      .search-result-page.st-tours .sidebar-filter .sidebar-item .search-form .search-title:before {
        width: 3px;
        top: -1px; }
  .search-result-page.st-tours .sidebar-filter .sidebar-item.sidebar-search-form {
    margin-bottom: 20px; }
  .search-result-page.st-tours .sidebar-filter .sidebar-item-wrapper {
    border: 1px solid #D7DCE3;
    border-radius: 3px; }
    @media screen and (max-width: 991px) {
      .search-result-page.st-tours .sidebar-filter .sidebar-item-wrapper {
        border: none; } }
    .search-result-page.st-tours .sidebar-filter .sidebar-item-wrapper .sidebar-title {
      margin-bottom: 5px;
      margin-top: 30px; }
      .search-result-page.st-tours .sidebar-filter .sidebar-item-wrapper .sidebar-title:before {
        top: -2px;
        margin-right: 17px; }
      @media screen and (max-width: 991px) {
        .search-result-page.st-tours .sidebar-filter .sidebar-item-wrapper .sidebar-title {
          margin-top: 15px;
          margin-bottom: 0px;
          padding-bottom: 0px; } }
    .search-result-page.st-tours .sidebar-filter .sidebar-item-wrapper .sidebar-item {
      border: none;
      border-top: 1px solid #D7DCE3;
      border-radius: 0px;
      margin-bottom: 0px; }
      .search-result-page.st-tours .sidebar-filter .sidebar-item-wrapper .sidebar-item.range-slider {
        border-top: none !important; }
      .search-result-page.st-tours .sidebar-filter .sidebar-item-wrapper .sidebar-item.review-score ul li.st-icheck-item label span {
        margin-right: 5px; }
        .search-result-page.st-tours .sidebar-filter .sidebar-item-wrapper .sidebar-item.review-score ul li.st-icheck-item label span .fa {
          font-size: 15px;
          color: #FFDC00; }
        .search-result-page.st-tours .sidebar-filter .sidebar-item-wrapper .sidebar-item.review-score ul li.st-icheck-item label span.fake-star .fa {
          color: #D7DBE3; }
  .search-result-page.st-tours .toolbar {
    padding-top: 0px; }
  .search-result-page.st-tours .grid-item .thumb {
    overflow: visible;
    margin-bottom: 16px; }
    .search-result-page.st-tours .grid-item .thumb .st_sale_class {
      position: absolute;
      width: 80px;
      height: 48px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      right: -30px;
      top: -13px;
      line-height: 65px;
      text-align: center;
      color: #fff;
      font-size: 15px;
      z-index: 8; }
    .search-result-page.st-tours .grid-item .thumb .service-add-wishlist {
      right: 20px; }
    .search-result-page.st-tours .grid-item .thumb .service-avatar {
      position: absolute;
      bottom: -16px;
      right: 20px;
      height: 35px;
      width: 35px;
      border: 1px solid #dfdfdf;
      border-radius: 50%; }
  .search-result-page.st-tours .grid-item .service-border {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
    padding-bottom: 15px;
    display: table; }
  .search-result-page.st-tours .grid-item .plr15 {
    padding-left: 15px;
    padding-right: 15px; }
  .search-result-page.st-tours .grid-item .service-title {
    margin-top: 0px;
    line-height: 22px; }
    @media screen and (max-width: 767px) {
      .search-result-page.st-tours .grid-item .service-title {
        margin-bottom: 10px; } }
    .search-result-page.st-tours .grid-item .service-title a {
      color: #1A2B48; }
  .search-result-page.st-tours .grid-item .service-review {
    margin-top: 8px;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .search-result-page.st-tours .grid-item .service-review {
        display: none; } }
    .search-result-page.st-tours .grid-item .service-review .booking-item-rating-stars {
      padding: 0;
      margin: 0; }
      .search-result-page.st-tours .grid-item .service-review .booking-item-rating-stars li {
        list-style: none;
        float: left;
        margin-right: 5px; }
        .search-result-page.st-tours .grid-item .service-review .booking-item-rating-stars li .fa {
          font-size: 15px;
          color: #FFDC00; }
          .search-result-page.st-tours .grid-item .service-review .booking-item-rating-stars li .fa.fa-star-o {
            color: #D7DBE3; }
    .search-result-page.st-tours .grid-item .service-review .review {
      position: relative;
      top: -1px;
      font-size: 13px;
      color: #768092; }
  .search-result-page.st-tours .grid-item .section-footer {
    display: table-footer-group;
    height: 1px; }
    .search-result-page.st-tours .grid-item .section-footer .footer-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 575px) {
        .search-result-page.st-tours .grid-item .section-footer .footer-inner {
          display: block; } }
    .search-result-page.st-tours .grid-item .section-footer .service-duration {
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #5E6D77; }
      @media screen and (max-width: 575px) {
        .search-result-page.st-tours .grid-item .section-footer .service-duration {
          width: 100%;
          margin-bottom: 10px; } }
      .search-result-page.st-tours .grid-item .section-footer .service-duration .field-icon {
        margin-right: 4px; }
    .search-result-page.st-tours .grid-item .section-footer .service-price {
      margin-left: auto;
      margin-top: 0px; }
      @media screen and (max-width: 575px) {
        .search-result-page.st-tours .grid-item .section-footer .service-price {
          width: 100%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      .search-result-page.st-tours .grid-item .section-footer .service-price span {
        color: #5E6D77; }
      .search-result-page.st-tours .grid-item .section-footer .service-price .price {
        position: relative; }
        .search-result-page.st-tours .grid-item .section-footer .service-price .price span {
          font-size: 18px;
          color: #1A2B48;
          font-weight: 500; }
          @media screen and (max-width: 575px) {
            .search-result-page.st-tours .grid-item .section-footer .service-price .price span {
              font-size: 16px; } }
        .search-result-page.st-tours .grid-item .section-footer .service-price .price .onsale {
          position: absolute;
          right: 0;
          top: -15px;
          text-decoration: line-through;
          font-size: 14px;
          color: #cc0033 !important;
          font-weight: 400; }
    .search-result-page.st-tours .grid-item .section-footer:after {
      content: '';
      clear: both;
      display: block; }
  @media screen and (max-width: 767px) {
    .search-result-page.st-tours .style-list .item-service .thumb-wrapper .thumb {
      overflow: hidden;
      padding-bottom: 15px;
      border-radius: 4px; } }
  .search-result-page.st-tours .style-list .item-service .thumb-wrapper .thumb .service-avatar {
    position: absolute;
    bottom: 0px;
    right: 20px;
    height: 35px;
    width: 35px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    display: none; }
    @media screen and (max-width: 767px) {
      .search-result-page.st-tours .style-list .item-service .thumb-wrapper .thumb .service-avatar {
        display: block; } }
  .search-result-page.st-tours .style-list .item-service .thumb-wrapper .thumb .st_sale_class {
    position: absolute;
    width: 80px;
    height: 48px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -30px;
    top: -13px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    display: none; }
    @media screen and (max-width: 767px) {
      .search-result-page.st-tours .style-list .item-service .thumb-wrapper .thumb .st_sale_class {
        display: block; } }
  .search-result-page.st-tours .style-list .item-service .thumb-wrapper .thumb .service-add-wishlist {
    right: 20px; }
  .search-result-page.st-tours .style-list .item-service .item-content {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media screen and (max-width: 1199px) {
      .search-result-page.st-tours .style-list .item-service .item-content {
        padding-top: 0px !important;
        padding-bottom: 0px !important; } }
    @media screen and (max-width: 767px) {
      .search-result-page.st-tours .style-list .item-service .item-content {
        padding-top: 0px !important; } }
    .search-result-page.st-tours .style-list .item-service .item-content .service-location {
      position: relative;
      bottom: auto;
      padding-top: 25px;
      margin-bottom: 0px; }
      @media screen and (max-width: 1199px) {
        .search-result-page.st-tours .style-list .item-service .item-content .service-location {
          padding-top: 20px;
          margin-top: 0px; } }
      @media screen and (max-width: 767px) {
        .search-result-page.st-tours .style-list .item-service .item-content .service-location {
          margin-top: -10px !important;
          padding-top: 0px; } }
    .search-result-page.st-tours .style-list .item-service .item-content .service-title {
      margin-bottom: 5px;
      margin-top: 13px; }
      @media screen and (max-width: 1199px) {
        .search-result-page.st-tours .style-list .item-service .item-content .service-title {
          line-height: 20px; } }
    .search-result-page.st-tours .style-list .item-service .item-content .service-review {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 5px;
      margin-bottom: 10px; }
      @media screen and (max-width: 480px) {
        .search-result-page.st-tours .style-list .item-service .item-content .service-review {
          display: none; } }
      .search-result-page.st-tours .style-list .item-service .item-content .service-review .booking-item-rating-stars {
        padding: 0;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .search-result-page.st-tours .style-list .item-service .item-content .service-review .booking-item-rating-stars {
            display: block;
            margin-right: 10px; } }
        .search-result-page.st-tours .style-list .item-service .item-content .service-review .booking-item-rating-stars li {
          list-style: none;
          float: left;
          margin-right: 5px; }
          .search-result-page.st-tours .style-list .item-service .item-content .service-review .booking-item-rating-stars li .fa {
            font-size: 15px;
            color: #FFDC00; }
            .search-result-page.st-tours .style-list .item-service .item-content .service-review .booking-item-rating-stars li .fa.fa-star-o {
              color: #D7DBE3; }
      .search-result-page.st-tours .style-list .item-service .item-content .service-review .review {
        position: relative;
        top: -1px;
        font-size: 13px;
        color: #768092; }
    .search-result-page.st-tours .style-list .item-service .item-content .service-excerpt {
      font-size: 14px;
      color: #5E6D77; }
      @media screen and (max-width: 1199px) {
        .search-result-page.st-tours .style-list .item-service .item-content .service-excerpt {
          display: none; } }
    .search-result-page.st-tours .style-list .item-service .item-content .service-author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      bottom: 25px; }
      @media screen and (max-width: 1199px) {
        .search-result-page.st-tours .style-list .item-service .item-content .service-author {
          bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .search-result-page.st-tours .style-list .item-service .item-content .service-author {
          display: none; } }
      .search-result-page.st-tours .style-list .item-service .item-content .service-author a {
        margin-right: 10px; }
      .search-result-page.st-tours .style-list .item-service .item-content .service-author p.name {
        margin-bottom: 0px;
        font-size: 14px;
        color: #1A2B48;
        font-weight: 500; }
  .search-result-page.st-tours .style-list .item-service .section-footer {
    position: relative;
    padding-top: 25px; }
    @media screen and (max-width: 1199px) {
      .search-result-page.st-tours .style-list .item-service .section-footer {
        padding-top: 15px; } }
    .search-result-page.st-tours .style-list .item-service .section-footer .service-price {
      position: relative;
      bottom: auto;
      right: auto;
      padding-right: 35px;
      overflow: hidden;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-bottom: 18px; }
      @media screen and (max-width: 1199px) {
        .search-result-page.st-tours .style-list .item-service .section-footer .service-price {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin-bottom: 10px; } }
      @media screen and (max-width: 767px) {
        .search-result-page.st-tours .style-list .item-service .section-footer .service-price {
          width: 100%;
          padding-right: 15px;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          overflow: visible; } }
      .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: 1px; }
        @media screen and (max-width: 1199px) {
          .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price-text {
            display: block; } }
        @media screen and (max-width: 767px) {
          .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: baseline;
            -ms-flex-align: baseline;
            align-items: baseline; } }
        .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price-text .field-icon {
          margin-right: 10px; }
          @media screen and (max-width: 1199px) {
            .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price-text .field-icon {
              margin-right: 5px; } }
        @media screen and (max-width: 1199px) {
          .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price-text .fr_text {
            display: none; } }
        @media screen and (max-width: 767px) {
          .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price-text .fr_text {
            display: block; } }
      .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price {
        text-align: right;
        position: relative;
        margin-right: 0px; }
        .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price .text-lg {
          font-size: 18px;
          color: #1A2B48;
          font-weight: 450;
          float: left;
          line-height: 18px; }
          @media screen and (max-width: 1199px) {
            .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price .text-lg {
              float: left; } }
          @media screen and (max-width: 767px) {
            .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price .text-lg {
              line-height: 23px; } }
        .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price .onsale {
          font-size: 16px;
          float: left;
          color: #A9AEB8;
          line-height: 26px;
          text-decoration: line-through; }
          @media screen and (max-width: 1199px) {
            .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price .onsale {
              float: left; } }
          @media screen and (max-width: 767px) {
            .search-result-page.st-tours .style-list .item-service .section-footer .service-price span.price .onsale {
              position: absolute;
              right: 0;
              top: -20px; } }
    .search-result-page.st-tours .style-list .item-service .section-footer .service-duration {
      font-size: 16px;
      color: #5E6D77;
      margin-bottom: 12px; }
      @media screen and (max-width: 1199px) {
        .search-result-page.st-tours .style-list .item-service .section-footer .service-duration {
          margin-bottom: 5px; } }
      @media screen and (max-width: 767px) {
        .search-result-page.st-tours .style-list .item-service .section-footer .service-duration {
          padding-left: 15px;
          padding-right: 15px;
          font-size: 14px; } }
      .search-result-page.st-tours .style-list .item-service .section-footer .service-duration .field-icon {
        position: relative;
        top: 3px;
        margin-right: 5px; }
    .search-result-page.st-tours .style-list .item-service .section-footer .service-type {
      font-size: 16px;
      color: #5E6D77; }
      @media screen and (max-width: 767px) {
        .search-result-page.st-tours .style-list .item-service .section-footer .service-type {
          display: none; } }
      .search-result-page.st-tours .style-list .item-service .section-footer .service-type .field-icon {
        position: relative;
        top: 3px;
        margin-right: 5px; }
    .search-result-page.st-tours .style-list .item-service .section-footer .st_sale_class {
      position: absolute;
      width: 80px;
      height: 48px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      right: -15px;
      top: -13px;
      line-height: 65px;
      text-align: center;
      color: #fff;
      font-size: 15px;
      z-index: 8; }
      @media screen and (max-width: 767px) {
        .search-result-page.st-tours .style-list .item-service .section-footer .st_sale_class {
          display: none; } }
    .search-result-page.st-tours .style-list .item-service .section-footer .btn-view-more {
      position: absolute;
      bottom: 30px;
      border: 1px solid #5191FA;
      border-radius: 3px;
      color: #5191FA;
      background-color: transparent;
      padding: 9px 25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-left: -13px; }
      @media screen and (max-width: 1199px) {
        .search-result-page.st-tours .style-list .item-service .section-footer .btn-view-more {
          bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .search-result-page.st-tours .style-list .item-service .section-footer .btn-view-more {
          display: none; } }
  .search-result-page.st-tours .none-tour {
    margin-left: 0px; }
  .search-result-page.st-tours .search-form-mobile {
    display: block; }
  .search-result-page.st-tours .search-form-top {
    position: relative;
    margin-bottom: 25px; }
    .search-result-page.st-tours .search-form-top .search-form {
      min-height: 80px; }
      .search-result-page.st-tours .search-form-top .search-form .field-detination #dropdown-destination {
        padding-left: 45px !important; }
        @media screen and (max-width: 1199px) {
          .search-result-page.st-tours .search-form-top .search-form .field-detination #dropdown-destination {
            padding-left: 45px !important; } }
      .search-result-page.st-tours .search-form-top .search-form .form-button {
        padding-right: 0px;
        position: relative; }
        .search-result-page.st-tours .search-form-top .search-form .form-button .advance {
          width: calc(50% - 15px); }
        .search-result-page.st-tours .search-form-top .search-form .form-button button {
          height: 100%;
          position: absolute;
          right: -1px;
          width: calc(50% + 15px);
          border-radius: 0px 5px 5px 0px; }
      .search-result-page.st-tours .search-form-top .search-form .form-extra-field {
        /* padding: 18px 0 17px 0; */
        padding: 17px 0 13px 0; }
        @media screen and (max-width: 1199px) {
          .search-result-page.st-tours .search-form-top .search-form .form-extra-field .render {
            font-size: 16px; } }
      .search-result-page.st-tours .search-form-top .search-form .form-date-field {
        padding: 18px 0 17px 0; }
        @media screen and (max-width: 1199px) {
          .search-result-page.st-tours .search-form-top .search-form .form-date-field .render {
            font-size: 16px; } }
  .search-result-page.st-tours .st-hotel-result.tour-top-search:before {
    display: none; }
  @media screen and (max-width: 991px) {
    .search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar {
      text-align: center; } }
  .search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar .toolbar-action .form-extra-field {
    margin-right: 0px; }
  .search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar .toolbar-action .btn-link {
    margin-right: 0px; }
  .search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar.toolbar-intop {
    display: inline-block;
    float: right; }
    .search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar.toolbar-intop .toolbar-action li {
      margin-right: 0px; }
      .search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar.toolbar-intop .toolbar-action li .dropdown-menu {
        min-width: 160px; }
        .search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar.toolbar-intop .toolbar-action li .dropdown-menu .sort-item:last-child {
          margin-bottom: 0px; }
  @media screen and (max-width: 991px) {
    .search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar .close-filter {
      position: relative;
      top: -5px; } }
  .search-result-page.st-tours .st-hotel-result.tour-top-search .top-filter {
    border-top: 1px solid #D7DCE3;
    margin-top: 30px;
    padding-bottom: 0px;
    border-bottom: none; }
    @media screen and (max-width: 991px) {
      .search-result-page.st-tours .st-hotel-result.tour-top-search .top-filter {
        margin-top: 0px; } }
    .search-result-page.st-tours .st-hotel-result.tour-top-search .top-filter .filter-review-score ul li.st-icheck-item label span {
      margin-right: 5px; }
      .search-result-page.st-tours .st-hotel-result.tour-top-search .top-filter .filter-review-score ul li.st-icheck-item label span .fa {
        font-size: 15px;
        color: #FFDC00; }
      .search-result-page.st-tours .st-hotel-result.tour-top-search .top-filter .filter-review-score ul li.st-icheck-item label span.fake-star .fa {
        color: #D7DBE3; }

.search-result-page.st-activity .grid-item .section-footer .footer-inner {
  display: block; }
  .search-result-page.st-activity .grid-item .section-footer .footer-inner .service-price {
    display: block; }
    .search-result-page.st-activity .grid-item .section-footer .footer-inner .service-price .onsale {
      position: relative;
      top: auto; }

.search-result-page.st-activity .style-list .item-service .item-content .item-content-w {
  border-right: none; }
  .search-result-page.st-activity .style-list .item-service .item-content .item-content-w .service-title {
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .search-result-page.st-activity .style-list .item-service .item-content .item-content-w .service-title {
        margin-top: 10px; } }
  .search-result-page.st-activity .style-list .item-service .item-content .item-content-w .service-content-footer {
    position: absolute;
    bottom: 25px;
    width: 100%;
    font-size: 14px;
    color: #5E6D77; }
    .search-result-page.st-activity .style-list .item-service .item-content .item-content-w .service-content-footer .service-location {
      float: left;
      padding-top: 0;
      padding-right: 0;
      margin-right: 20px;
      font-size: 14px;
      top: 1px; }
    .search-result-page.st-activity .style-list .item-service .item-content .item-content-w .service-content-footer .service-duration {
      float: left;
      margin-right: 20px; }
      .search-result-page.st-activity .style-list .item-service .item-content .item-content-w .service-content-footer .service-duration i {
        position: relative;
        top: 2px;
        margin-right: 3px; }
    .search-result-page.st-activity .style-list .item-service .item-content .item-content-w .service-content-footer .service-cancel {
      float: left; }
      .search-result-page.st-activity .style-list .item-service .item-content .item-content-w .service-content-footer .service-cancel i {
        position: relative;
        top: 2px;
        margin-right: 3px; }
  @media screen and (max-width: 767px) {
    .search-result-page.st-activity .style-list .item-service .item-content .item-content-w .service-review {
      margin-bottom: 15px; } }

.search-result-page.st-activity .style-list .item-service .section-footer {
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    .search-result-page.st-activity .style-list .item-service .section-footer .service-price {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .search-result-page.st-activity .style-list .item-service .section-footer .service-price .price-text {
        top: -1px !important; } }
  .search-result-page.st-activity .style-list .item-service .section-footer .service-price .price .onsale {
    color: #fa5535 !important; }
    @media screen and (max-width: 767px) {
      .search-result-page.st-activity .style-list .item-service .section-footer .service-price .price .onsale {
        position: relative !important;
        top: 0 !important;
        margin-right: 5px; } }
  .search-result-page.st-activity .style-list .item-service .section-footer .btn-view-more {
    position: relative;
    bottom: 0;
    margin-left: -25px; }

.st-become-local {
  margin-bottom: 0px !important; }
  .st-become-local h2 {
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 20px; }
  .st-become-local p {
    font-size: 18px;
    line-height: 18px !important; }

.st-become-local-btn {
  margin-top: 20px;
  margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .st-become-local-btn {
      text-align: center !important;
      margin-top: 35px; } }
  .st-become-local-btn .vc_btn3 {
    font-weight: 450 !important;
    font-size: 14px !important;
    color: #1A2B48 !important; }

.st-testimonial-new h3 {
  font-size: 28px;
  color: #1A2B48;
  margin-bottom: 35px; }

.st-testimonial-new .st-testimonial-slider .item {
  border: 1px solid #D7DCE3;
  border-radius: 3px;
  padding: 30px;
  background: url(../images/qoute_icon.png) top 30px right 30px no-repeat; }
  .st-testimonial-new .st-testimonial-slider .item .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    .st-testimonial-new .st-testimonial-slider .item .author img {
      margin-right: 20px;
      width: 70px;
      height: auto;
      border-radius: 50%; }
    .st-testimonial-new .st-testimonial-slider .item .author .author-meta h4 {
      font-size: 16px;
      margin-bottom: 8px; }
    .st-testimonial-new .st-testimonial-slider .item .author .author-meta .star .fa {
      color: #FFDC00;
      font-size: 16px;
      margin-right: 2px; }
  .st-testimonial-new .st-testimonial-slider .item p {
    font-size: 14px;
    color: #768092;
    margin-bottom: 0px; }

.st-testimonial-new .owl-dots {
  margin-top: 40px;
  text-align: center; }
  .st-testimonial-new .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #EEEEEE;
    border-radius: 50%;
    border: 2px solid transparent;
    margin-right: 5px;
    margin-left: 5px; }
    .st-testimonial-new .owl-dots .owl-dot.active {
      border: 2px solid #5191FA;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      position: relative;
      top: 2px;
      background: transparent; }

.st-faq-new h3 {
  margin-top: 40px;
  margin-bottom: 20px; }

.st-faq-new .item {
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D7DCE3; }
  .st-faq-new .item .header {
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 30px;
    cursor: pointer; }
    .st-faq-new .item .header .field-icon {
      float: left;
      margin-right: 15px; }
    .st-faq-new .item .header h5 {
      float: left;
      margin-top: -2px;
      margin-bottom: 0px;
      font-size: 16px;
      color: #1A2B48;
      width: calc(100% - 50px); }
    .st-faq-new .item .header .arrow {
      float: right;
      font-size: 20px;
      position: relative;
      top: -8px; }
  .st-faq-new .item .body {
    font-size: 14px;
    color: #5E6D77;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 0px;
    overflow: hidden;
    padding-bottom: 0px; }
  .st-faq-new .item.active .body {
    height: auto;
    padding-bottom: 20px; }
  .st-faq-new .item.active .header .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .st-faq-new .item:last-child {
    border-bottom: none; }

.st-related-service-new .e-title-wrapper {
  position: relative;
  margin-bottom: 20px; }
  .st-related-service-new .e-title-wrapper .e-title {
    font-size: 16px;
    color: #1A2B48;
    font-weight: 500;
    background-color: #fff;
    position: relative;
    display: inline-block;
    z-index: 9;
    padding-right: 25px;
    margin: 0; }
  .st-related-service-new .e-title-wrapper:after {
    content: '';
    height: 1px;
    background: #D7DCE3;
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -3px; }

.st-related-service-new .item {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px; }
  .st-related-service-new .item .thumb {
    width: 80px;
    float: left;
    margin-right: 10px; }
    .st-related-service-new .item .thumb a img {
      width: 100%;
      height: auto; }
  .st-related-service-new .item .content {
    float: left;
    width: calc(100% - 90px); }
    .st-related-service-new .item .content .st-stars {
      margin-bottom: 0px; }
    .st-related-service-new .item .content .title {
      font-weight: 450;
      font-size: 13px;
      margin-bottom: 10px;
      margin-top: 3px; }
    .st-related-service-new .item .content .price-wrapper {
      font-size: 13px;
      line-height: 20px; }
      .st-related-service-new .item .content .price-wrapper .price {
        font-weight: 450;
        font-size: 16px; }
  .st-related-service-new .item:last-child {
    border-bottom: 0px; }

/* Mega menu */
#header .header {
  /*position: relative;*/ }
  #header .header .header-left {
    position: relative; }
    #header .header .header-left #st-main-menu {
      /*position: relative;*/ }
      #header .header .header-left #st-main-menu .main-menu li.has-mega-menu {
        position: static; }
        @media screen and (max-width: 991px) {
          #header .header .header-left #st-main-menu .main-menu li.has-mega-menu {
            position: relative; } }
        #header .header .header-left #st-main-menu .main-menu li.has-mega-menu a {
          position: relative; }
        #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu {
          position: absolute;
          left: 5px;
          font-size: 14px;
          text-align: left;
          /*background: #FFF;
                  -webkit-box-shadow: 0 1px 1px #dbdbdb;
                  box-shadow: 0 1px 1px #dbdbdb;*/
          z-index: 999;
          -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          padding: 0;
          margin-top: 20px;
          opacity: 0;
          visibility: hidden; }
          @media screen and (max-width: 991px) {
            #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu {
              opacity: 1;
              visibility: visible;
              margin-top: 0;
              left: 0px !important;
              width: 100% !important;
              display: none; } }
          #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner {
            /*padding: 20px 25px 25px 25px;*/
            padding: 1px 10px; }
            #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner .container {
              max-width: 100%; }
            #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner .column_container.st-mega {
              padding: 20px 25px 25px 25px;
              background: #FFF;
              -webkit-box-shadow: 0 1px 1px #dbdbdb;
              box-shadow: 0 1px 1px #dbdbdb; }
            #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner .wpb_content_element {
              margin-bottom: 0px; }
            #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner ul.menu {
              padding-left: 0px; }
              #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner ul.menu li {
                position: relative;
                display: block;
                top: auto;
                right: auto;
                font-size: 14px;
                font-weight: 450;
                line-height: 18px;
                margin-top: 15px;
                border-top: 1px solid #EEEEEE;
                padding-top: 15px; }
                @media screen and (max-width: 991px) {
                  #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner ul.menu li.fa {
                    width: 100%;
                    height: auto;
                    right: auto !important;
                    top: auto !important;
                    text-align: left;
                    font-size: 14px !important; }
                    #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner ul.menu li.fa a {
                      padding: 0 !important;
                      border-bottom: none !important; } }
                #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner ul.menu li a {
                  font-family: 'Poppins', sans-serif !important;
                  font-weight: 450; }
                  @media screen and (max-width: 991px) {
                    #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner ul.menu li a {
                      padding: 0 !important;
                      border-bottom: none !important; } }
                #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner ul.menu li:before {
                  margin-right: 7px; }
                #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner ul.menu li:hover a {
                  color: #5191FA; }
            @media screen and (max-width: 991px) {
              #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner .widget_nav_menu {
                margin-bottom: 20px; } }
        #header .header .header-left #st-main-menu .main-menu li.has-mega-menu:hover > ul.sub-menu.mega-menu {
          margin-top: 0px;
          opacity: 1;
          visibility: visible; }

/* ST Video Element */
.st-video:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.st-video.style-1 {
  height: 600px;
  background-color: #f1f1f1;
  background-size: cover !important;
  width: 100%;
  text-align: center;
  line-height: 1; }

.st-video.style-1 .d-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2; }

.st-video.style-1 .table-cell {
  display: table-cell;
  vertical-align: middle; }

.st-video.style-1 .caption .title-video {
  font-weight: 450;
  font-size: 30px;
  color: #FFF;
  line-height: 1; }

@media (max-width: 1199px) {
  .st-video.style-1 .caption .title-video {
    font-size: 48px; } }

@media (max-width: 479px) {
  .st-video.style-1 .caption .title-video {
    font-size: 32px; } }

.st-video.style-1 .caption .st-play {
  margin-top: 35px; }

.st-video.style-1 .caption .st-play span {
  color: #4593d6;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block; }

@media (max-width: 600px) {
  .st-video.style-1 .caption .st-play span {
    width: 100%;
    margin-bottom: 20px; }
  .st-video.style-1 .caption .st-play span:last-child {
    margin-bottom: 0;
    margin-top: 20px; } }

.st-video.style-1 .caption .st-play .btn-play-video {
  color: transparent !important;
  background: transparent !important; }

.st-video.style-1 .caption .st-play .btn-play-video i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  font-size: 70px; }

.st-video.style-1 .caption .st-play .btn-play-video .fa-play {
  display: none;
  padding-left: 6px; }

.st-video.style-1 .caption .st-play .btn-play-video:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.st-video.style-1 .caption .st-play .btn-play-video.play .fa-play {
  display: inherit; }

.st-video.style-1 .caption .st-play .btn-play-video.play .fa-pause {
  display: none; }

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }

/* End ST Video Element */
/* Css header items */
#header .header .header-right .st-list li a {
  color: #1A2B48; }

#header .header .header-right .st-list li .dropdown-menu {
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 0 1px 1px #E4E4E4;
  box-shadow: 0 0 1px 1px #E4E4E4;
  border: none; }
  #header .header .header-right .st-list li .dropdown-menu li {
    display: block;
    margin: 0; }
    #header .header .header-right .st-list li .dropdown-menu li a {
      padding: 5px 20px; }

@media screen and (max-width: 636px) {
  #header .header .header-right .st-list li.st-header-link {
    display: none; } }

#header .header .header-right .st-list li.st-header-link a {
  background: #FA5636;
  border-radius: 3px;
  padding: 10px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 450;
  text-decoration: none;
  display: inline-block; }
  #header .header .header-right .st-list li.st-header-link a:hover {
    background: #d3482e; }

.list-destination .image .content {
  width: 90%; }
  .list-destination .image .content .desc.multi a {
    color: #fff;
    font-size: 14px; }
    .list-destination .image .content .desc.multi a:after {
      content: '';
      height: 5px;
      width: 5px;
      display: inline-block;
      background: #fff;
      vertical-align: middle;
      border-radius: 50%;
      margin-left: 10px;
      margin-right: 10px; }
    .list-destination .image .content .desc.multi a:last-child:after {
      display: none; }

@media screen and (max-width: 767px) {
  .list-destination.layout3 .normal-item:nth-child(2n) {
    padding-right: 15px !important;
    padding-left: 7.5px !important; }
  .list-destination.layout3 .normal-item:nth-child(2n + 1) {
    padding-left: 15px !important;
    padding-right: 7.5px !important; } }

@media screen and (max-width: 767px) {
  .list-destination.layout3 .destination-item {
    margin-bottom: 15px !important; } }

.list-destination.layout3 .destination-item .image {
  border-radius: 0px !important; }
  .list-destination.layout3 .destination-item .image img {
    border-radius: 0px !important; }
  .list-destination.layout3 .destination-item .image .content {
    bottom: 20px;
    top: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: 0 !important;
    width: 100%; }
    .list-destination.layout3 .destination-item .image .content .title {
      font-size: 22px !important;
      font-weight: 500 !important;
      text-transform: uppercase;
      margin-bottom: 0px !important; }
    .list-destination.layout3 .destination-item .image .content .desc.multi a {
      color: #fff;
      font-size: 14px; }
      .list-destination.layout3 .destination-item .image .content .desc.multi a:after {
        content: '';
        height: 5px;
        width: 5px;
        display: inline-block;
        background: #fff;
        vertical-align: middle;
        border-radius: 50%;
        margin-left: 10px;
        margin-right: 10px; }
      .list-destination.layout3 .destination-item .image .content .desc.multi a:last-child:after {
        display: none; }

@media screen and (max-width: 767px) {
  .list-destination.layout4 .destination-item {
    margin-bottom: 15px !important; } }

.list-destination.layout4 .destination-item .image .content {
  width: 90%; }
  @media screen and (max-width: 767px) {
    .list-destination.layout4 .destination-item .image .content {
      top: 25% !important;
      -webkit-transform: translate(-50%, -25%) !important;
      transform: translate(-50%, -25%) !important; } }
  @media screen and (max-width: 480px) {
    .list-destination.layout4 .destination-item .image .content {
      top: 50% !important;
      -webkit-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important; } }
  .list-destination.layout4 .destination-item .image .content h4 {
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 450 !important;
    margin-top: 0; }
    @media screen and (max-width: 480px) {
      .list-destination.layout4 .destination-item .image .content h4 {
        font-size: 20px !important; } }
    .list-destination.layout4 .destination-item .image .content h4:after {
      content: '';
      height: 2px;
      width: 50px;
      background: #fff;
      display: block;
      margin: auto;
      margin-top: 15px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 767px) {
        .list-destination.layout4 .destination-item .image .content h4:after {
          display: none; } }

.list-destination.layout4 .destination-item .image .desc.multi {
  position: absolute;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  width: 90%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    .list-destination.layout4 .destination-item .image .desc.multi {
      bottom: 20px;
      opacity: 1;
      /*display: none;*/ } }
  .list-destination.layout4 .destination-item .image .desc.multi a {
    color: #fff;
    font-size: 14px; }
    .list-destination.layout4 .destination-item .image .desc.multi a:after {
      content: '';
      height: 5px;
      width: 5px;
      display: inline-block;
      background: #fff;
      vertical-align: middle;
      border-radius: 50%;
      margin-left: 10px;
      margin-right: 10px; }
    .list-destination.layout4 .destination-item .image .desc.multi a:last-child:after {
      display: none; }

.list-destination.layout4 .destination-item .image .desc.single {
  position: absolute;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  color: #fff;
  font-size: 14px;
  padding: 0;
  background: transparent; }

.list-destination.layout4 .destination-item .image:hover .desc.multi {
  bottom: 20px;
  opacity: 1; }

.list-destination.layout4 .destination-item .image:hover .content h4:after {
  width: 70px; }

@media screen and (max-width: 767px) {
  .list-destination.layout4 .col-xs-6:nth-child(2n + 1) {
    padding-right: 7.5px !important;
    padding-left: 15px; } }

@media screen and (max-width: 480px) {
  .list-destination.layout4 .col-xs-6:nth-child(2n + 1) {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px; } }

@media screen and (max-width: 767px) {
  .list-destination.layout4 .col-xs-6:nth-child(2n) {
    padding-left: 7.5px !important;
    padding-right: 15px; } }

@media screen and (max-width: 480px) {
  .list-destination.layout4 .col-xs-6:nth-child(2n) {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px; } }

.list-destination.masonry .destination-item .image .content {
  width: 90%; }
  .list-destination.masonry .destination-item .image .content .desc.multi a {
    color: #fff;
    font-size: 14px; }
    .list-destination.masonry .destination-item .image .content .desc.multi a:after {
      content: '';
      height: 5px;
      width: 5px;
      display: inline-block;
      background: #fff;
      vertical-align: middle;
      border-radius: 50%;
      margin-left: 10px;
      margin-right: 10px; }
    .list-destination.masonry .destination-item .image .content .desc.multi a:last-child:after {
      display: none; }

.st-center-y {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -5px; }

.sidebar-filter .destination {
  font-size: 15px !important; }

.sidebar-filter .actvity-date .render {
  font-size: 15px !important; }

.st-form-starttime label {
  font-size: 16px !important;
  color: #1A2B48 !important;
  font-weight: 450 !important; }

.search-form-wrapper .nav-tabs {
  border: none;
  margin-top: 50px; }
  @media screen and (max-width: 575px) {
    .search-form-wrapper .nav-tabs {
      margin-top: 30px; } }
  .search-form-wrapper .nav-tabs li a {
    background-color: #1A2B47;
    color: #fff;
    border-color: #1A2B47;
    padding: 7px 30px;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    margin-right: 1px; }
  .search-form-wrapper .nav-tabs li.active a {
    background-color: #5192FA;
    color: #fff;
    border-color: #5192FA; }

.search-form-wrapper .tab-content .tab-pane .search-form {
  border-top-left-radius: 0;
  margin-top: 1px !important; }

.search-form-wrapper .tab-content .tab-pane .tour-search-form-home .form-button button {
  width: 144px;
  right: 0; }
  @media screen and (max-width: 767px) {
    .search-form-wrapper .tab-content .tab-pane .tour-search-form-home .form-button button {
      width: 100% !important;
      margin-left: 0; } }

.search-form-wrapper .tab-content .tab-pane .tour-search-form-home .form-button .advance .field-advance {
  padding-left: 2px; }

.st-offer-new {
  padding: 60px 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden; }
  .st-offer-new .img-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-size: cover !important; }
  .st-offer-new .featured-text {
    padding: 7px 20px; }
  .st-offer-new .featured-icon {
    color: #fff;
    font-size: 35px;
    line-height: 30px; }
  .st-offer-new .item-title {
    color: #fff;
    margin-top: 60px;
    font-weight: 450;
    font-size: 35px;
    margin-bottom: 18px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 767px) {
      .st-offer-new .item-title {
        margin-top: 25px; } }
  .st-offer-new .item-sub-title {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 75px; }
  .st-offer-new a.btn-default {
    position: absolute;
    opacity: 0;
    bottom: 20px;
    color: #fff;
    background: transparent;
    border-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .st-offer-new a.btn-default {
        bottom: 60px;
        opacity: 1; } }
    .st-offer-new a.btn-default:hover {
      background: #fff;
      border-color: #fff;
      color: #5191FA; }
  .st-offer-new:hover .img-cover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .st-offer-new:hover .item-title {
    margin-top: 25px; }
  .st-offer-new:hover a.btn-default {
    opacity: 1;
    bottom: 60px; }

.st-list-of-multi-services h2.title {
  font-size: 28px; }

.st-list-of-multi-services .multi-service-wrapper .tab-content {
  display: none; }

.st-list-dropdown {
  display: inline-block;
  position: relative; }
  .st-list-dropdown .header {
    color: #5191FA;
    font-size: 28px;
    cursor: pointer; }
  .st-list-dropdown ul.list {
    display: none;
    margin-top: 10px;
    position: absolute;
    padding: 0;
    min-width: 150px;
    border-radius: 3px;
    margin-bottom: 0px;
    overflow: hidden;
    z-index: 999;
    background: #FFF;
    border: 1px solid #dbdbdb; }
    .st-list-dropdown ul.list li {
      font-size: 14px;
      list-style: none;
      padding: 12px 25px;
      border-bottom: 1px solid #dbdbdb;
      color: #333;
      cursor: pointer; }
      .st-list-dropdown ul.list li:hover {
        color: #5191FA; }
      .st-list-dropdown ul.list li:last-child {
        border-bottom: none; }

@media (max-width: 991px) {
  .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-extra-field .render .destination {
    font-size: 16px; }
  .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination.has-icon #dropdown-destination {
    padding-left: 30px !important; }
  .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field {
    padding: 18px 5px 17px 0px; }
    .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field .check-in-wrapper {
      padding-left: 12px !important; }
      .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field .check-in-wrapper .render {
        font-size: 16px; }
  .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-guest {
    padding-left: 0 !important; }
  .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-guest #dropdown-1 {
    padding-left: 35px; }
  .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination .dropdown-menu {
    width: calc(100% + 31px);
    left: -15px; }
    .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination .dropdown-menu li .field-icon {
      left: 15px; }
  .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-button .btn-search {
    position: absolute;
    right: 0;
    border-radius: 0 5px 5px 0;
    height: 100%;
    padding: 12px 39px;
    padding: 10px 20px;
    border-radius: 3px; } }

@media (max-width: 767px) {
  .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination.has-icon #dropdown-destination {
    padding-left: 42px !important; }
  .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field .check-in-wrapper {
    padding-left: 21px !important; }
  .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-guest {
    padding-left: 6px !important; }
  .search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-button .btn-search {
    padding: 15px 20px;
    border-radius: 0 0 3px 3px; } }

@media (max-width: 380px) {
  .search-form-wrapper .nav-tabs li a {
    padding: 7px 15px; } }

.tour-search-form-home .search-form.sticky .form-group {
  padding-top: 11px !important;
  padding-bottom: 7px !important; }
  .tour-search-form-home .search-form.sticky .form-group.form-date-search {
    padding-top: 13px !important;
    padding-bottom: 9px !important; }

.hotel-search-form-home.sticky .form-extra-field {
  padding-top: 12px !important;
  padding-bottom: 6px !important; }

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    .search-result-page .tour-search-form-home .search-form .form-extra-field {
      padding: 19px 0 16px 0;
    }
    .search-result-page .search-form-wrapper .search-form.hotel-search-form.in_tab .form-extra-field {
      padding: 19px 0 16px 0;
    }
  }
}

@media not all and (min-resolution:.001dpcm) {
  @media {
    .search-result-page .tour-search-form-home .search-form .form-extra-field {
      padding: 19px 0 16px 0;
    }
    .search-result-page .search-form-wrapper .search-form.hotel-search-form.in_tab .form-extra-field {
      padding: 19px 0 16px 0;
    }
  }
}