@charset "UTF-8";
@tailwind base;
@tailwind components;
@tailwind utilities;


:root {
  --button-color: #0072ec;
}

.mt20 {
  margin-top: 20px;
}

.mb0 {
  margin-bottom: 0;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.c-pointer {
  cursor: pointer;
}

.pt40 {
  padding-top: 40px;
}

.ptb60 {
  padding: 60px 0px 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.input-number-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input-number-group span.input {
  display: inline-block;
  min-width: 40px;
  text-align: center;
}
.input-number-group i {
  color: #3490dc;
  font-size: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.alert-text.danger {
  color: #e3342f;
}
.alert-text.success {
  color: #38c172;
}

.btn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 10px 20px;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-sm, .btn.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn.btn-primary {
  background: #5191FA;
}
.btn.btn-danger {
  background: #FA5636;
}
.btn.btn-danger:hover {
  background: #E65335;
}

.padding-content {
  padding: 60px 0px;
}

.mt20 {
  margin-top: 20px;
}

.full-page {
  height: 100%;
}

.map-loading {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
}
.map-loading .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: st-load 1.8s ease-in-out infinite;
  animation: st-load 1.8s ease-in-out infinite;
}
.map-loading .st-loader:before {
  top: -20px;
  left: 10px;
  width: 40px;
  background: #FA5636;
  margin-left: -20px;
}
.map-loading .st-loader:before, .map-loading .st-loader:after {
  position: absolute;
  display: block;
  content: "";
  -webkit-animation: st-load 1.8s ease-in-out infinite;
  animation: st-load 1.8s ease-in-out infinite;
  height: 6px;
  border-radius: 5px;
}
.map-loading .st-loader:after {
  bottom: -20px;
  width: 35px;
  background: #ffab53;
  margin-left: -17px;
}

@-webkit-keyframes st-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 st-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);
  }
}
.thumb-image {
  display: block;
  width: 100%;
  padding-bottom: 69%;
  overflow: hidden;
  background: linear-gradient(118deg, rgb(246, 249, 251), rgb(226, 235, 239));
  position: relative;
}
.thumb-image img {
  display: block;
  height: 100%;
  /* width: 100%; */
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  margin: auto;
  min-width: 100%;
}

.blog-breadcrumb {
  padding: 20px 0;
  border-bottom: 1px solid #EAEEF3;
}
.blog-breadcrumb ul, .blog-breadcrumb ol, .blog-breadcrumb .ul {
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  background: #FFF;
}
.blog-breadcrumb ul li, .blog-breadcrumb ol li, .blog-breadcrumb .ul li {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 0;
}
.blog-breadcrumb ul li a, .blog-breadcrumb ol li a, .blog-breadcrumb .ul li a {
  display: block;
  font-weight: 500;
  color: rgba(69, 7, 255, 0.9215686275);
  text-decoration: none;
  line-height: 21px;
}
.blog-breadcrumb ul li.active, .blog-breadcrumb ol li.active, .blog-breadcrumb .ul li.active {
  color: #5E6D77;
}
.blog-breadcrumb ul li:first-child, .blog-breadcrumb ol li:first-child, .blog-breadcrumb .ul li:first-child {
  padding-left: 0;
}
.blog-breadcrumb ul li:not(:last-child):after, .blog-breadcrumb ol li:not(:last-child):after, .blog-breadcrumb .ul li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  right: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #EAEEF3;
  z-index: 1;
}

.bc-form .fa-spinner {
  display: none;
}

.bc-form.loading .fa-spinner {
  display: inline-block;
}

.booking_cookie_agreement {
  background-color: #645862;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  z-index: 999999 !important;
}
.booking_cookie_agreement .content-cookie {
  flex: 1 1;
}
.booking_cookie_agreement .save-cookie {
  background-color: #f1d700;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #000;
}

.open-hour-item {
  border-bottom: 1px solid #e3e3e3;
  padding: 9px 0px;
  justify-content: space-between;
  display: flex;
}
.open-hour-item.current {
  color: #fa5636;
}
.open-hour-item.current strong {
  color: #fa5636;
}
.open-hour-item:last-child {
  border-bottom: 0px;
}

.panel {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  border-radius: 3px;
  margin-bottom: 20px;
}
.panel .panel-title {
  padding: 14px 20px;
  border-bottom: 1px solid #dfe4e8;
  position: relative;
}
.panel .panel-title .panel-toggle {
  position: absolute;
  right: 11px;
  top: 10px;
  cursor: pointer;
}
.panel .panel-body {
  padding: 20px;
}
.panel .panel-body.pd15 {
  padding: 15px;
}
.panel .panel-body .tab-content {
  border: solid 1px #dee2e6;
  border-top: none;
  padding: 20px 20px 5px;
}
.panel:last-child {
  margin-bottom: 0px;
}
.panel .panel-footer {
  padding: 10px 15px;
  border-top: 1px solid #dfe4e8;
  background: #f7f7f7;
}

.panel-body-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.avatar-cover {
  background-size: cover;
  background-position: center;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.width-30 {
  width: 30px;
}

.flex-horizontal-center {
  display: flex;
  align-items: center;
}

.flex-content-center {
  display: flex;
  justify-content: center;
}

.flex-self-start {
  display: flex;
  align-items: self-start;
}

.font-weight-medium, .font-weight-semi-bold {
  font-weight: 500 !important;
}

.text-white {
  color: #fff;
}

.bc_popup .modal-body img {
  max-width: 100%;
  height: auto;
}

.bc-topbar-pro {
  background: #ffc107;
  padding: 10px 0;
}
.bc-topbar-pro a {
  color: #000;
}

input[type=checkbox], input[type=radio] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}
input[type=checkbox]:checked:before, input[type=checkbox]:checked:before, input[type=radio]:checked:before, input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font-family: "Ionicons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
  margin: 1px 0 0 -1px;
  color: #1e8cbe;
  content: "\f00c";
  font: normal normal normal 13px/1 FontAwesome;
}
input[type=radio] {
  border-radius: 50%;
  margin-right: 4px;
  line-height: 10px;
}
input[type=radio]:checked:before {
  content: "•";
  text-indent: -9999px;
  border-radius: 50px;
  font-size: 24px;
  width: 6px;
  height: 6px;
  margin: 4px;
  line-height: 16px;
  background-color: #1e8cbe;
}

.form-control {
  border: 1px solid #DAE1E7;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}

input.form-control {
  height: 40px;
}

.required {
  color: #e3342f;
}

.form-control::placeholder {
  color: #999999;
}

.invalid-feedback {
  font-size: 100%;
}

.bc-form .fa-spinner {
  display: none;
}
.bc-form.loading .fa-spinner {
  display: inline-block;
}

.bc-login-page {
  padding: 100px 0px;
}

.frontend-page .modal.login .modal-content {
  border-radius: 5px;
  padding: 20px 30px 30px;
}
@media (max-width: 990px) {
  .frontend-page .modal.login .modal-content {
    padding: 15px 20px;
  }
}
.frontend-page .modal.login .modal-content .modal-header {
  padding: 0 0 10px;
  border: none;
}
.frontend-page .modal.login .modal-content .modal-header .close {
  margin-top: 0;
  opacity: 1;
}
.frontend-page .modal.login .modal-content .modal-header .modal-title {
  font-size: 24px;
  font-weight: 500;
}
.frontend-page .modal.login .modal-content .modal-body {
  padding: 0;
}
.frontend-page .modal.login .modal-content .modal-body .form-group {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .frontend-page .modal.login .modal-content .modal-body .form-group {
    margin-bottom: 15px;
  }
}
.frontend-page .modal.login .modal-content .modal-body .form-group .form-control {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #DAE1E7;
  border-radius: 3px;
  font-size: 14px;
  color: #5E6D77;
}
.frontend-page .modal.login .modal-content .modal-body .form-group .input-icon {
  position: absolute;
  top: 22px;
  right: 15px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #acb5be;
  line-height: 0px;
}
.frontend-page .modal.login .modal-content .modal-body label, .frontend-page .modal.login .modal-content .modal-body .st-link {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.frontend-page .modal.login .modal-content .modal-body input[type=checkbox] {
  margin-right: 5px;
}
.frontend-page .modal.login .modal-content .modal-body input[type=radio] {
  margin-right: 10px;
}
.frontend-page .modal.login .modal-content .modal-body .form-submit {
  height: 45px;
  width: 100%;
  background: #5191FA;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  font-weight: 600;
}
.frontend-page .modal.login .modal-content .modal-body .advanced {
  background: #f9f9f9;
  margin-top: 20px;
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.frontend-page .modal.login .modal-content .modal-body .advanced .socials {
  padding-top: 20px;
  padding-bottom: 35px;
}

.bc-login-form-page .form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.bc-login-form-page .form-control {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #DAE1E7;
  border-radius: 3px;
  font-size: 14px;
  color: #5E6D77;
}
.bc-login-form-page .form-group {
  position: relative;
  margin-bottom: 20px;
}
.bc-login-form-page .form-group .input-icon {
  position: absolute;
  top: 22px;
  right: 15px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #acb5be;
  line-height: 0px;
}

.bc-form-login .icon-loading, .bc-form-register .icon-loading, .bc-form .icon-loading {
  display: none;
}
.bc-form-login .form-submit, .bc-form-register .form-submit, .bc-form .form-submit {
  width: 100%;
}
.bc-form-login .bc-recaptcha > div, .bc-form-register .bc-recaptcha > div, .bc-form .bc-recaptcha > div {
  margin: auto;
}
@media (max-width: 990px) {
  .bc-form-login .bc-recaptcha > div, .bc-form-register .bc-recaptcha > div, .bc-form .bc-recaptcha > div {
    margin: 0;
  }
}

.btn_login_fb_link {
  background: #395899;
  color: white;
}

.btn_login_tw_link {
  background: #03a9f4;
  color: white;
}

.btn_login_gg_link {
  background: #f34a38;
  color: white;
}

.btn_login_fb_link,
.btn_login_tw_link,
.btn_login_gg_link {
  border-radius: 2px;
  font-size: 12px;
  display: block;
}
.btn_login_fb_link:hover,
.btn_login_tw_link:hover,
.btn_login_gg_link:hover {
  color: white;
  outline: none;
  box-shadow: none;
}

body .daterangepicker {
  min-width: 300px;
  min-height: 100px;
  border-color: #dfdfdf;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175) !important;
  border-radius: 0px;
  padding: 10px 20px 10px 20px;
  margin-top: 0px;
  font-family: inherit;
}
@media (max-width: 767px) {
  body .daterangepicker {
    padding: 0 10px;
  }
  body .daterangepicker .ranges {
    margin: 0 !important;
  }
  body .daterangepicker .drp-calendar {
    padding: 0 !important;
  }
  body .daterangepicker:before, body .daterangepicker:after {
    display: none;
  }
}
body .daterangepicker.loading:before {
  display: block !important;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 11;
  opacity: 0.7;
  content: "";
}
body .daterangepicker.loading:after {
  content: "\f110";
  display: block !important;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 15;
  text-align: center;
  width: 42px;
  height: 42px;
  color: #5191fa;
  font-size: 42px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  margin-left: -21px;
  margin-top: -21px;
}
body .daterangepicker .drp-calendar {
  max-width: none;
}
@media (min-width: 768px) {
  body .daterangepicker .drp-calendar.left .next.available {
    display: none;
  }
  body .daterangepicker .drp-calendar.single.left .next.available {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  body .daterangepicker .drp-calendar.left {
    width: 100% !important;
  }
  body .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 0 !important;
  }
  body .daterangepicker .drp-calendar.right {
    display: none;
  }
}
body .daterangepicker .drp-calendar .calendar-table table {
  border-collapse: inherit;
}
body .daterangepicker .drp-calendar .calendar-table .prev span, body .daterangepicker .drp-calendar .calendar-table .next span {
  transform: none;
  border: none;
  border-radius: 0px;
}
body .daterangepicker .drp-calendar .calendar-table .prev:hover, body .daterangepicker .drp-calendar .calendar-table .next:hover {
  background-color: transparent;
}
body .daterangepicker .drp-calendar .calendar-table .prev {
  background: url("../images/arow_left.png") no-repeat center center;
}
body .daterangepicker .drp-calendar .calendar-table .next {
  background: url("../images/arrow_right.png") no-repeat center center;
}
body .daterangepicker .drp-calendar .calendar-table thead {
  font-size: 14px;
}
body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
  padding: 10px 0px;
  border-bottom: 1px solid #D7DCE3;
  border-radius: 0px;
  margin: 0px;
}
body .daterangepicker .drp-calendar .calendar-table thead .month {
  color: rgba(69, 7, 255, 0.9215686275);
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
body .daterangepicker .drp-calendar .calendar-table thead tr:last-child th {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ADB2BD;
  text-align: center;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td {
  width: 35px;
  height: 30px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: rgba(69, 7, 255, 0.9215686275);
  border-radius: 0px;
  border: 1px solid transparent;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.today {
  color: #FA5535;
  border-color: #FA5535;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date, body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date {
  background: rgba(81, 145, 250, 0.2);
  border-top: none;
  border-bottom: none;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date {
  border-left: solid 2px #5191fa;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date {
  border-right: solid 2px #5191fa;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.disabled {
  color: #D7DCE3;
  text-decoration: none;
}
body .daterangepicker:before, body .daterangepicker:after {
  content: "";
  position: static;
  border: none;
  background: none;
  width: 0;
  height: 0;
}
body .daterangepicker:not(.single) .calendar.left .next {
  display: none;
}
body .daterangepicker .calendar {
  position: relative;
  max-width: 100% !important;
}
body .daterangepicker .table-header {
  position: relative;
  padding-bottom: 20px;
}
body .daterangepicker .table-header:after {
  content: "";
  display: table;
  clear: both;
}
body .daterangepicker .table-header .month {
  text-align: center;
}
body .daterangepicker .table-header .prev {
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  width: 48px;
  height: 48px;
  background: url("../images/arow_left.png") no-repeat left center;
  cursor: pointer;
  z-index: 9;
}
body .daterangepicker .table-header .next {
  position: absolute;
  bottom: 0;
  right: 0;
  float: right;
  width: 48px;
  height: 48px;
  background: url("../images/arrow_right.png") no-repeat right center;
  cursor: pointer;
  z-index: 9;
}
body .daterangepicker .table-sub-header {
  border-top: 1px solid #D7DCE3;
}
body .daterangepicker .table-sub-header:after {
  content: "";
  display: table;
  clear: both;
}
body .daterangepicker .table-sub-header .day-off-week {
  width: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ADB2BD;
  float: left;
  text-align: center;
}
body .daterangepicker .table-condensed .td-date {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
}
body .daterangepicker .table-condensed .td-date .date {
  width: 36px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  color: rgba(69, 7, 255, 0.9215686275);
}
body .daterangepicker .table-condensed .td-date.disabled {
  text-decoration: none;
}
body .daterangepicker .table-condensed .td-date.disabled .date {
  color: #D7DCE3;
}
body .daterangepicker .table-condensed .td-date.today .date {
  color: #FA5535;
}
body .daterangepicker .table-condensed .td-date.today:not(.start-date) .date, body .daterangepicker .table-condensed .td-date.today:not(.in-range) .date {
  color: #FA5535;
  border: 1px solid #FA5535;
}
body .daterangepicker .table-condensed .td-date.start-group {
  background: #fef5ca;
}
body .daterangepicker .table-condensed .td-date.in-group, body .daterangepicker .table-condensed .td-date.end-group {
  background: #fef5ca;
}
body .daterangepicker .table-condensed .td-date.in-group .date, body .daterangepicker .table-condensed .td-date.end-group .date {
  color: #767676;
}
body .daterangepicker .table-condensed .td-date:hover {
  background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.start-date {
  background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.start-date:not(.end-date) {
  -webkit-box-shadow: -3px 0 0 #5191FA;
  box-shadow: -3px 0 0 #5191FA;
}
body .daterangepicker .table-condensed .td-date.start-date.today .date {
  border: none;
}
body .daterangepicker .table-condensed .td-date.in-range {
  background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.in-range.today .date {
  border: none;
}
body .daterangepicker .table-condensed .td-date.end-date {
  background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.end-date:not(.start-date) {
  -webkit-box-shadow: 3px 0 0 #5191FA;
  box-shadow: 3px 0 0 #5191FA;
}
body .daterangepicker .table-condensed .td-date.end-date.today .date {
  border: none;
}
body .daterangepicker .table-condensed .td-date.td-no-show {
  visibility: hidden;
}
body .daterangepicker .table-condensed .td-date.has-tooltip {
  position: relative;
}
body .daterangepicker .table-condensed .td-date.has-tooltip .event-tooltip-wrap {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 2px;
  display: none;
}
body .daterangepicker .table-condensed .td-date.has-tooltip:hover .event-tooltip-wrap {
  display: block;
}
body .daterangepicker.respon-single .calendar.right {
  display: none;
}
body .daterangepicker.respon-single .calendar.left .next {
  display: block;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td {
  position: relative;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td:hover .tooltip {
  opacity: 0.9;
  visibility: visible;
}
body .daterangepicker .tooltip {
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  margin: 0;
  width: auto;
  float: none;
  visibility: hidden;
}
body .daterangepicker .tooltip .arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
body .daterangepicker .tooltip .tooltip-inner {
  white-space: nowrap;
}
body .daterangepicker .is-half-end {
  overflow: hidden;
}
body .daterangepicker .is-half-end:before {
  content: "";
  background: #ededed;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -27px;
  right: -27px;
  transform: rotate(45deg);
  opacity: 0.5;
}
body .daterangepicker .is-half-end.start-date, body .daterangepicker .is-half-end.end-date, body .daterangepicker .is-half-end.in-range, body .daterangepicker .is-half-end:hover {
  overflow: visible;
}
body .daterangepicker .is-half-end.start-date:before, body .daterangepicker .is-half-end.end-date:before, body .daterangepicker .is-half-end.in-range:before, body .daterangepicker .is-half-end:hover:before {
  display: none;
}
body .daterangepicker .is-half-start {
  overflow: hidden;
}
body .daterangepicker .is-half-start:before {
  content: "";
  background: #ededed;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -27px;
  left: -27px;
  transform: rotate(-45deg);
  opacity: 0.5;
}
body .daterangepicker .is-half-start.start-date, body .daterangepicker .is-half-start.end-date, body .daterangepicker .is-half-start.in-range, body .daterangepicker .is-half-start:hover {
  overflow: visible;
}
body .daterangepicker .is-half-start.start-date:before, body .daterangepicker .is-half-start.end-date:before, body .daterangepicker .is-half-start.in-range:before, body .daterangepicker .is-half-start:hover:before {
  display: none;
}
body .daterangepicker .full-book-event {
  overflow: hidden;
  color: rgba(69, 7, 255, 0.9215686275) !important;
}
body .daterangepicker .full-book-event:before {
  content: "";
  background: #ededed;
  position: absolute;
  opacity: 0.5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.bc-admin-bar {
  background: #333;
  color: white;
}
.bc-admin-bar a {
  color: white;
}
.bc-admin-bar .adminbar-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.bc-admin-bar .adminbar-menu li {
  display: inline-block;
}
.bc-admin-bar .adminbar-menu li a {
  padding: 0 8px 0 7px;
  height: 32px;
  line-height: 32px;
  display: block;
}
.bc-admin-bar .adminbar-menu li a:hover {
  text-decoration: none;
}
.bc-admin-bar .adminbar-menu li:hover > a {
  background: #32373c;
  color: #84adda;
}

/***

====================================================================
Pricing Section
====================================================================

***/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.tabs-box .tab-btn {
  cursor: pointer;
}

.pricing-section {
  position: relative;
  padding: 100px 0 70px;
}

.pricing-tabs {
  position: relative;
}

.pricing-tabs .tab-buttons {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.pricing-tabs .tab-buttons h4 {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #202124;
  margin-bottom: 15px;
}

.pricing-tabs .tab-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-tabs .tab-btns:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1967D2;
  border: 1px solid #E7E7EC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 15px rgba(140, 152, 164, 0.1);
  box-shadow: 0px 8px 15px rgba(140, 152, 164, 0.1);
  border-radius: 30px;
  content: "";
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.pricing-tabs .tab-btns li {
  list-style: none;
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #696969;
  cursor: pointer;
  z-index: 8;
  padding: 0 48px 0;
  min-width: 196px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-tabs .tab-btns li:before {
  position: absolute;
  right: -26px;
  height: 20px;
  width: 20px;
  top: 5px;
  background: #ffffff;
  content: "";
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-tabs .tab-btns li.active-btn:before {
  right: 6px;
}

.pricing-tabs .tab-btns li:last-child:before {
  display: none;
}

.pricing-table {
  position: relative;
  margin-bottom: 30px;
}

.pricing-table .inner-box {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #ECEDF2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 40px 40px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-table .inner-box:hover,
.pricing-table.tagged .inner-box {
  border: 1px solid #1967D2;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.pricing-table .tag {
  position: absolute;
  right: 30px;
  top: 30px;
  overflow: hidden;
  border-radius: 30px;
  font-size: 13px;
  line-height: 20px;
  color: #34A853;
  padding: 5px 25px;
}

.pricing-table .tag:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #34A853;
  opacity: 0.15;
  content: "";
  border-radius: 30px;
}

.pricing-table .title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1967D2;
  margin-bottom: 10px;
}

.pricing-table .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 30px;
  line-height: 41px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 40px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-table .duration {
  position: relative;
  font-size: 18px;
  line-height: 1em;
  color: #202124;
  font-weight: 400;
  bottom: 7px;
  margin-left: 7px;
}

.pricing-table .table-content {
  position: relative;
  margin-bottom: 50px;
}

.pricing-table .table-content ul {
  position: relative;
  list-style: none;
}

.pricing-table .table-content ul li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #696969;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 30px;
}

.pricing-table .table-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  color: #202124;
  content: "\f00c";
}

.pricing-table .table-footer {
  position: relative;
}

.pricing-table .table-footer a {
  position: relative;
  display: block;
  width: 100%;
}

.skeleton-loading .thumb-image,
.skeleton-loading .g-info > *,
.skeleton-loading .g-rate-price > *, .skeleton-loading.item-loop-wrap > *,
.skeleton-loading .thumb-image .price-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
}
.skeleton-loading .thumb-image:before,
.skeleton-loading .g-info > *:before,
.skeleton-loading .g-rate-price > *:before, .skeleton-loading.item-loop-wrap > *:before,
.skeleton-loading .thumb-image .price-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #dddbdd;
  z-index: 3;
}
.skeleton-loading .thumb-image::after,
.skeleton-loading .g-info > *::after,
.skeleton-loading .g-rate-price > *::after, .skeleton-loading.item-loop-wrap > *::after,
.skeleton-loading .thumb-image .price-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 3;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 3s infinite;
}
.skeleton-loading .g-rate-price::before {
  display: none;
}
.skeleton-loading .sale_info {
  display: none !important;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.container .container {
  padding: 0px;
}

.bc-reviews .title-review {
  margin-bottom: 20px;
  font-size: 24px;
  color: rgba(69, 7, 255, 0.9215686275);
  font-weight: 500;
}
@media (max-width: 990px) {
  .bc-reviews .title-review {
    font-size: 1.5rem;
  }
}
@media (max-width: 766px) {
  .bc-reviews .title-review {
    font-size: 1.3rem;
  }
}
.bc-reviews .review-box {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #EAEEF3;
  border-radius: 5px;
  color: rgba(69, 7, 255, 0.9215686275);
  font-weight: 500;
}
@media (max-width: 766px) {
  .bc-reviews .review-box {
    padding: 10px;
  }
}
.bc-reviews .review-box .review-box-score {
  border-right: 1px solid #D7DCE3;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 990px) {
  .bc-reviews .review-box .review-box-score {
    border-right: none;
  }
}
.bc-reviews .review-box .review-box-score .review-score {
  line-height: 50px;
  font-size: 72px;
  font-weight: 500;
  color: #5191FA;
}
@media (max-width: 766px) {
  .bc-reviews .review-box .review-box-score .review-score {
    font-size: 60px;
  }
}
.bc-reviews .review-box .review-box-score .review-score .per-total {
  font-size: 24px;
}
.bc-reviews .review-box .review-box-score .review-score-text {
  font-weight: 400;
  font-size: 24px;
  color: rgba(69, 7, 255, 0.9215686275);
}
.bc-reviews .review-box .review-box-score .review-score-base {
  margin-top: 10px;
  color: #768090;
  font-size: 14px;
}
.bc-reviews .review-box .review-box-score .review-score-base span {
  color: #5191FA;
}
.bc-reviews .review-box .review-sumary .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.bc-reviews .review-box .review-sumary .item:first-child {
  margin-top: 0px;
}
.bc-reviews .review-box .review-sumary .item .label {
  width: 22%;
  text-align: right;
  margin-top: 0px;
  margin-right: 3%;
  position: relative;
  display: block;
  padding-left: 0;
  color: rgba(69, 7, 255, 0.9215686275);
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .bc-reviews .review-box .review-sumary .item .label {
    width: 35%;
  }
}
.bc-reviews .review-box .review-sumary .item .progress {
  position: relative;
  height: 8px;
  width: 65%;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #EEE;
  margin-bottom: 0;
  overflow: inherit;
}
.bc-reviews .review-box .review-sumary .item .progress .percent {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  background: #5191FA;
  border-radius: 10px;
}
.bc-reviews .review-box .review-sumary .item .progress .percent.green {
  background: #2ECC71;
}
.bc-reviews .review-box .review-sumary .item .progress .percent.darkgreen {
  background: #27AE61;
}
.bc-reviews .review-box .review-sumary .item .progress .percent.yellow {
  background: #F1C40F;
}
.bc-reviews .review-box .review-sumary .item .progress .percent.orange {
  background: #E67F22;
}
.bc-reviews .review-box .review-sumary .item .progress .percent.red {
  background: #E84C3D;
}
.bc-reviews .review-box .review-sumary .item .number {
  width: 7%;
  margin-left: 3%;
}
.bc-reviews .review-list {
  margin-top: 30px;
}
.bc-reviews .review-list .review-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #EAEEF3;
  font-size: 14px;
}
@media (max-width: 990px) {
  .bc-reviews .review-list .review-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bc-reviews .review-list .review-item .review-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 100px;
}
.bc-reviews .review-list .review-item .review-item-head .media .media-left {
  padding-right: 20px;
}
.bc-reviews .review-list .review-item .review-item-head .media .media-left img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.bc-reviews .review-list .review-item .review-item-head .media .media-left .avatar-text {
  background: #1a2b47;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  padding-top: 4px;
  position: relative;
  font-size: 29px;
  top: 0;
}
.bc-reviews .review-list .review-item .review-item-head .media .media-body .media-heading {
  font-size: 14px;
  color: rgba(69, 7, 255, 0.9215686275);
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
}
.bc-reviews .review-list .review-item .review-item-head .media .media-body .date {
  color: #AEB4C0;
}
.bc-reviews .review-list .review-item .review-item-body {
  margin-top: 20px;
}
.bc-reviews .review-list .review-item .review-item-body .title {
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
.bc-reviews .review-list .review-item .review-item-body .review-star {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.bc-reviews .review-list .review-item .review-item-body .review-star li {
  list-style: none;
  margin-right: 5px;
  float: left;
}
.bc-reviews .review-list .review-item .review-item-body .review-star li .fa {
  color: #FFDC00;
  font-size: 16px;
}
.bc-reviews .review-list .review-item .review-item-body .detail {
  margin-top: 5px;
  font-size: 14px;
  color: #5E6D77;
  font-weight: 400;
  position: relative;
}
.bc-reviews .review-list .review-item:last-child {
  border-bottom: 1px solid #EAEEF3;
}
.bc-reviews .review-pag-wrapper {
  overflow: hidden;
  margin-top: 15px;
}
.bc-reviews .review-pag-wrapper .review-pag-text {
  float: right;
  font-size: 14px;
  color: #5E6D77;
  margin-top: 5px;
  margin-right: 0;
}
.bc-reviews .review-pag-wrapper .bc-pagination {
  text-align: left;
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 0;
}
.bc-reviews .review-pag-wrapper .bc-pagination ul {
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.bc-reviews .review-pag-wrapper .bc-pagination ul li {
  list-style: none;
  font-size: 16px;
  color: #768090;
  float: left;
  margin-right: 10px;
}
.bc-reviews .review-pag-wrapper .bc-pagination ul li a, .bc-reviews .review-pag-wrapper .bc-pagination ul li span {
  display: block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-decoration: none;
  color: #5E6D77;
  float: none;
  padding: 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.bc-reviews .review-pag-wrapper .bc-pagination ul li a.current, .bc-reviews .review-pag-wrapper .bc-pagination ul li span.current {
  border: 1px solid #1a2b47 !important;
  border-radius: 3px;
  background: transparent !important;
  color: #1a2b47 !important;
}
.bc-reviews .review-pag-wrapper .bc-pagination ul li.active a, .bc-reviews .review-pag-wrapper .bc-pagination ul li.active span {
  border: 1px solid #1a2b47 !important;
  background: transparent !important;
  color: #1a2b47 !important;
}
.bc-reviews .review-pag-wrapper .bc-pagination .count-string {
  font-size: 14px;
  color: #768090;
  margin-top: 5px;
  display: inline-block;
}
.bc-reviews .review-form {
  margin: 15px 0;
}
.bc-reviews .review-form .title-form {
  color: rgba(69, 7, 255, 0.9215686275) !important;
  font-size: 16px;
  font-weight: 500;
}
.bc-reviews .review-form .form-wrapper {
  margin-top: 15px;
  padding: 30px;
  border: 1px solid #D7DCE3;
  background: #f9f9f9;
  border-top: solid 4px #5191FA;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 766px) {
  .bc-reviews .review-form .form-wrapper {
    padding: 15px;
  }
  .bc-reviews .review-form .form-wrapper .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .bc-reviews .review-form .form-wrapper .row .col-md-8 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .bc-reviews .review-form .form-wrapper .row .col-md-4 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 766px) {
  .bc-reviews .review-form .form-wrapper .row .col-md-8,
  .bc-reviews .review-form .form-wrapper .row .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bc-reviews .review-form .form-wrapper .review-items {
  background: #FFF;
  padding: 25px 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  margin-top: 15px;
  min-height: 350px;
}
@media (max-width: 766px) {
  .bc-reviews .review-form .form-wrapper .review-items {
    min-height: auto;
    padding: 10px 15px;
  }
}
.bc-reviews .review-form .form-wrapper .review-items .item {
  margin-bottom: 10px;
}
@media (max-width: 766px) {
  .bc-reviews .review-form .form-wrapper .review-items .item {
    margin-bottom: 5px;
  }
}
.bc-reviews .review-form .form-wrapper .review-items .item:last-child {
  margin-bottom: 0;
}
.bc-reviews .review-form .form-wrapper .review-items .item label {
  font-size: 14px;
  font-weight: 500;
  color: #768090;
  margin-bottom: 4px;
}
.bc-reviews .review-form .form-wrapper .review-items .item .rates {
  position: relative;
}
.bc-reviews .review-form .form-wrapper .review-items .item .fa:not(:last-child) {
  margin-right: 8px;
}
.bc-reviews .review-form .form-wrapper .review-items .item .fa {
  cursor: pointer;
  font-size: 18px;
}
.bc-reviews .review-form .form-wrapper .review-items .item .fa.grey {
  color: #5E6D77;
}
.bc-reviews .review-form .form-wrapper .review-items .item .fa.selected, .bc-reviews .review-form .form-wrapper .review-items .item .fa.hovered {
  color: #FFDC00;
}
.bc-reviews .review-form .form-wrapper .review-items .item .fa.selected:before, .bc-reviews .review-form .form-wrapper .review-items .item .fa.hovered:before {
  content: "\f005";
}
.bc-reviews .review-form .form-wrapper .alert ul {
  margin-left: 30px;
}
.bc-reviews .review-form .form-wrapper textarea.form-control {
  min-height: 350px;
  margin-top: 15px;
}
@media (max-width: 766px) {
  .bc-reviews .review-form .form-wrapper textarea.form-control {
    min-height: 100px;
  }
}
.bc-reviews .review-form .btn {
  background: #5191FA;
  color: #FFF;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 10px 20px;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  margin-top: 10px;
}
@media (max-width: 766px) {
  .bc-reviews .review-form .btn {
    padding: 5px 15px;
  }
}
.bc-reviews .review-message {
  background: #f5f5f5;
  padding: 15px 20px;
  margin-top: 15px;
  border-left: solid 4px #5191fa;
  margin-bottom: 15px;
}

.page-404-content {
  padding: 60px 0px;
  text-align: center;
}
.page-404-content h1 {
  font-size: 48px;
  color: rgba(69, 7, 255, 0.9215686275);
  font-weight: 500;
  margin-top: 0px;
}
.page-404-content h3 {
  font-size: 16px;
  color: #5E6D77;
  font-weight: 400;
  margin-bottom: 60px;
  margin-top: 10px;
}
.page-404-content img, .page-404-content svg {
  margin-bottom: 50px;
  max-width: 100%;
}
.page-404-content p {
  font-size: 18px;
  color: #5E6D77;
  margin-bottom: 5px;
}
.page-404-content .no-page__title {
  font-size: 200px;
  font-weight: 600;
  line-height: 1.2;
}

.smart-search, .input-search {
  position: relative;
}
.smart-search:after, .input-search:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  color: #5191fa;
  border-top: 0.4em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.smart-search:not(.normal-control) .parent_text, .smart-search:not(.normal-control) .form-control, .input-search:not(.normal-control) .parent_text, .input-search:not(.normal-control) .form-control {
  border: none;
  box-shadow: none;
  font-size: 16px;
  color: #5191FA;
  position: relative;
  left: 0 !important;
  padding: 0 !important;
  height: 25px;
  background: transparent;
}
.smart-search:not(.normal-control) .parent_text::-webkit-input-placeholder, .smart-search:not(.normal-control) .form-control::-webkit-input-placeholder, .input-search:not(.normal-control) .parent_text::-webkit-input-placeholder, .input-search:not(.normal-control) .form-control::-webkit-input-placeholder {
  color: #5191fa;
  opacity: 1;
}
.smart-search:not(.normal-control) .parent_text::-moz-placeholder, .smart-search:not(.normal-control) .form-control::-moz-placeholder, .input-search:not(.normal-control) .parent_text::-moz-placeholder, .input-search:not(.normal-control) .form-control::-moz-placeholder {
  color: #5191fa;
  opacity: 1;
}
.smart-search:not(.normal-control) .parent_text:-ms-input-placeholder, .smart-search:not(.normal-control) .form-control:-ms-input-placeholder, .input-search:not(.normal-control) .parent_text:-ms-input-placeholder, .input-search:not(.normal-control) .form-control:-ms-input-placeholder {
  color: #5191fa;
  opacity: 1;
}
.smart-search:not(.normal-control) .parent_text:-moz-placeholder, .smart-search:not(.normal-control) .form-control:-moz-placeholder, .input-search:not(.normal-control) .parent_text:-moz-placeholder, .input-search:not(.normal-control) .form-control:-moz-placeholder {
  color: #5191fa;
  opacity: 1;
}
.smart-search:not(.normal-control) .parent_text::placeholder, .smart-search:not(.normal-control) .form-control::placeholder, .input-search:not(.normal-control) .parent_text::placeholder, .input-search:not(.normal-control) .form-control::placeholder {
  color: #5191fa;
  opacity: 1;
}
.smart-search:not(.normal-control) .parent_text[readonly], .smart-search:not(.normal-control) .form-control[readonly], .input-search:not(.normal-control) .parent_text[readonly], .input-search:not(.normal-control) .form-control[readonly] {
  cursor: pointer;
}
.smart-search .bc-autocomplete.show, .input-search .bc-autocomplete.show {
  opacity: 1;
  visibility: visible;
}
.smart-search .bc-autocomplete, .input-search .bc-autocomplete {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  background: #fff;
  padding: 0;
  top: 100%;
  margin-top: 15px;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 1px #dee2e6;
  z-index: 20;
  max-height: 300px;
  overflow-y: auto;
  right: -15px;
}
@media (max-width: 1023px) {
  .smart-search .bc-autocomplete, .input-search .bc-autocomplete {
    margin-top: 10px;
    border-radius: 0;
    right: 0;
    left: -55px;
    background: #f1f1f1;
  }
}
.smart-search .bc-autocomplete .item, .input-search .bc-autocomplete .item {
  cursor: pointer;
  padding: 10px 15px;
}
.smart-search .bc-autocomplete .item:nth-child(2n), .input-search .bc-autocomplete .item:nth-child(2n) {
  background: #fff;
}
.smart-search .bc-autocomplete .item:last-child, .input-search .bc-autocomplete .item:last-child {
  margin-bottom: 0;
}
.smart-search .bc-autocomplete .item .h-line, .input-search .bc-autocomplete .item .h-line {
  font-weight: 500;
}
.smart-search .bc-autocomplete .item i, .input-search .bc-autocomplete .item i {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 1px;
  color: #828282;
}
.smart-search .bc-autocomplete .item:hover, .input-search .bc-autocomplete .item:hover {
  background: #f5f4f7;
}
.smart-search .bc-autocomplete .message, .input-search .bc-autocomplete .message {
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #424242;
}
.smart-search .bc-autocomplete.on-message .list-item, .input-search .bc-autocomplete.on-message .list-item {
  display: none;
}
.smart-search .bc-autocomplete.on-message .message, .input-search .bc-autocomplete.on-message .message {
  display: block;
}
.smart-search.normal-control .form-control, .input-search.normal-control .form-control {
  padding-right: 25px;
}
.smart-search.normal-control .bc-autocomplete, .input-search.normal-control .bc-autocomplete {
  margin-top: 0px;
}
.smart-search.normal-control:after, .input-search.normal-control:after {
  color: #4b4b4b;
  top: 23px;
  right: 15px;
}

.bc-video-popup {
  display: inline-block;
  position: relative;
}
.bc-video-popup .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.bc-video-popup:hover .play-icon {
  opacity: 1;
}

.g-faq {
  border-bottom: solid 1px #D7DCE3;
  margin-bottom: 25px;
  border-top: solid 1px #D7DCE3;
  padding-top: 25px;
}
.g-faq .item {
  border-bottom: 1px solid #D7DCE3;
  margin-bottom: 10px;
}
.g-faq .item:last-child {
  border: none;
}
.g-faq .item .header {
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 15px;
  cursor: pointer;
}
.g-faq .item .header .field-icon {
  float: left;
  font-size: 25px;
  margin-right: 10px;
  top: -3px;
  position: relative;
}
.g-faq .item .header h5 {
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: rgba(69, 7, 255, 0.9215686275);
}
@media (max-width: 990px) {
  .g-faq .item .header h5 {
    font-size: 14px;
  }
}
.g-faq .item .header .arrow {
  float: right;
  font-size: 20px;
  position: relative;
  top: -8px;
}
.g-faq .item .body {
  font-size: 14px;
  color: #5E6D77;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 0px;
  overflow: hidden;
  padding-bottom: 0px;
}
.g-faq .item.active .header .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.g-faq .item.active .body {
  height: auto;
  padding-bottom: 20px;
}

.item-tour {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}
.item-tour a {
  text-decoration: none;
  transition: all 0.3s;
}
.item-tour .sale_info {
  position: absolute;
  width: 80px;
  height: 48px;
  transform: rotate(45deg);
  right: -30px;
  top: -13px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  z-index: 8;
  background-color: #cc0033;
}
.item-tour .featured {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 500;
  z-index: 8;
  background: #5191fa;
  border-radius: 0 3px 3px 0;
  padding: 6px 10px;
}
.item-tour .thumb-image {
  overflow: hidden;
  height: 170px;
  background: #ccc;
}
.item-tour .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.item-tour .thumb-image a:hover img {
  transform: scale(1.1);
}
.item-tour .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  bottom: 0px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.item-tour .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.item-tour .thumb-image .service-wishlist:hover i, .item-tour .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.item-tour .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.item-tour .location {
  font-size: 13px;
  color: #5E6D77;
  margin: 15px 15px 10px;
}
.item-tour .location i {
  position: relative;
  font-size: 16px;
}
.item-tour .category {
  margin: 0 15px;
}
.item-tour .category .fa {
  color: #687882;
  opacity: 0.6;
}
.item-tour .service-review {
  margin: 10px 15px 15px;
}
.item-tour .service-review .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.item-tour .service-review .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 90px;
}
.item-tour .service-review .list-star .booking-item-rating-stars:before, .item-tour .service-review .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.item-tour .service-review .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.item-tour .service-review .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.item-tour .service-review .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #FFDC00;
}
.item-tour .service-review .list-star .booking-item-rating-stars-active {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.item-tour .service-review .review {
  position: relative;
  top: -2px;
  font-size: 13px;
  color: #768092;
  margin-left: 10px;
}
.item-tour .item-title {
  margin: 0 15px 0;
  font-size: 16px;
  line-height: 22px;
  min-height: 45px;
}
@media (max-width: 766px) {
  .item-tour .item-title {
    min-height: auto;
  }
}
.item-tour .item-title a {
  color: #1A2B50;
}
.item-tour .info {
  margin: 0 15px 0;
  display: flex;
}
.item-tour .info .duration {
  flex: auto;
  align-items: center;
  color: #5E6D77;
  position: relative;
  top: 5px;
}
.item-tour .info .duration i {
  position: relative;
  font-size: 17px;
}
.item-tour .info .g-price {
  flex: auto;
  text-align: right;
}
.item-tour .info .g-price .prefix {
  color: #5E6D77;
  display: inline-block;
}
.item-tour .info .g-price .prefix i {
  font-size: 16px;
  color: #ffc107;
}
.item-tour .info .g-price .price {
  position: relative;
  display: inline-block;
}
.item-tour .info .g-price .price .text-price {
  font-size: 18px;
  color: #1A2B48;
  font-weight: 500;
}
.item-tour .info .g-price .price .onsale {
  position: absolute;
  right: 0;
  top: -15px;
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.item-tour.infobox-item {
  position: relative;
}
.item-tour.infobox-item: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;
}

.item-loop.item-space {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.item-loop.item-space a {
  text-decoration: none;
  transition: all 0.3s;
}
.item-loop.item-space .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -7px;
  top: -47px;
  color: #fff;
  font-size: 15px;
  background-color: #5191fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.item-loop.item-space .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #ED0925;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.item-loop.item-space .featured:after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
  border-bottom: 29px solid #ED0925;
  z-index: 1;
}
.item-loop.item-space .thumb-image {
  overflow: hidden;
  height: 185px;
  background: #ccc;
  position: relative;
}
.item-loop.item-space .thumb-image:hover a img {
  transform: scale(1.1);
}
.item-loop.item-space .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.item-loop.item-space .thumb-image a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.75) 100%);
  top: 0px;
  z-index: 1;
}
.item-loop.item-space .thumb-image .price-wrapper {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-size: 22px;
  z-index: 10;
}
.item-loop.item-space .thumb-image .price-wrapper .price {
  position: relative;
  display: inline-block;
}
.item-loop.item-space .thumb-image .price-wrapper .price .text-price {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.item-loop.item-space .thumb-image .price-wrapper .price .onsale {
  position: absolute;
  left: 0;
  top: -18px;
  text-decoration: line-through;
  font-size: 15px;
  color: #fff !important;
  font-weight: 400;
}
.item-loop.item-space .thumb-image .price-wrapper .price .unit {
  font-size: 14px;
  color: #fff;
}
.item-loop.item-space .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.item-loop.item-space .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.item-loop.item-space .thumb-image .service-wishlist:hover i, .item-loop.item-space .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.item-loop.item-space .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.item-loop.item-space .location {
  font-size: 13px;
  color: #5e6d77;
  margin: 0 15px;
}
.item-loop.item-space .location i {
  position: relative;
  font-size: 16px;
}
.item-loop.item-space .category {
  margin: 0 15px;
}
.item-loop.item-space .category .fa {
  color: #687882;
  opacity: 0.6;
}
.item-loop.item-space .service-review .rate {
  color: #5191FA;
}
.item-loop.item-space .service-review {
  margin: 10px 15px 0;
}
.item-loop.item-space .service-review .review {
  margin-left: 30px;
  position: relative;
  color: #6A7A84;
}
.item-loop.item-space .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}
.item-loop.item-space .item-title {
  margin: 20px 15px 5px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 766px) {
  .item-loop.item-space .item-title {
    min-height: auto;
  }
}
.item-loop.item-space .item-title a {
  color: #1A2B50;
}
.item-loop.item-space .item-title i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.item-loop.item-space .info {
  margin: 0 15px 0;
}
.item-loop.item-space .amenities {
  margin: 15px 15px 0;
  padding-top: 15px;
  border-top: 1px solid #e4e8ed;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.item-loop.item-space .amenities .amenity {
  align-items: center;
}
.item-loop.item-space .amenities .amenity .input-icon {
  margin-right: 5px;
  font-size: 20px;
  color: #505050;
  position: relative;
  top: 1px;
}
.item-loop.item-space.infobox-item {
  position: relative;
}
.item-loop.item-space.infobox-item: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;
}

.item-loop.item-boat {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}
.item-loop.item-boat a {
  text-decoration: none;
  transition: all 0.3s;
}
.item-loop.item-boat .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -25px;
  color: #fff;
  font-size: 15px;
  background-color: #5191fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.item-loop.item-boat .featured {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #1a2b48;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
}
.item-loop.item-boat .thumb-image {
  overflow: hidden;
  background: #FFF;
  position: relative;
  padding-bottom: 55%;
}
.item-loop.item-boat .thumb-image:hover a img {
  transform: scale(1.1);
}
.item-loop.item-boat .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.item-loop.item-boat .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 0px;
  color: #000;
  padding: 10px;
  cursor: pointer;
}
.item-loop.item-boat .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.item-loop.item-boat .thumb-image .service-wishlist:hover i, .item-loop.item-boat .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.item-loop.item-boat .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.item-loop.item-boat .thumb-image .service-wishlist.active i:before {
  content: "\f004";
}
.item-loop.item-boat .location {
  font-size: 13px;
  color: #5e6d77;
  margin: 15px 15px 0;
}
.item-loop.item-boat .location i {
  position: relative;
  font-size: 16px;
}
.item-loop.item-boat .category {
  margin: 0 15px;
}
.item-loop.item-boat .category .fa {
  color: #687882;
  opacity: 0.6;
}
.item-loop.item-boat .service-review .rate {
  color: #5191FA;
}
.item-loop.item-boat .service-review {
  margin: 0 15px 0;
  font-size: 13px;
}
.item-loop.item-boat .service-review .review {
  margin-left: 15px;
  position: relative;
  color: #6A7A84;
}
.item-loop.item-boat .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -10px;
  top: 8px;
}
.item-loop.item-boat .item-title {
  margin: 0 15px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 766px) {
  .item-loop.item-boat .item-title {
    min-height: auto;
  }
}
.item-loop.item-boat .item-title a {
  color: #1A2B50;
}
.item-loop.item-boat .item-title i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.item-loop.item-boat .info {
  margin: 0 15px 0;
}
.item-loop.item-boat .info .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.item-loop.item-boat .info .g-price .prefix i {
  font-size: 16px;
  color: #ffc107;
}
.item-loop.item-boat .info .g-price .price {
  position: relative;
  display: inline-block;
}
.item-loop.item-boat .info .g-price .price .text-price {
  font-size: 18px;
  color: #1A2B48;
  font-weight: 500;
}
.item-loop.item-boat .info .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.item-loop.item-boat .info .g-price .price .unit {
  font-size: 14px;
  color: #5E6D77;
  font-weight: normal;
}
.item-loop.item-boat .amenities {
  margin: 10px 15px 5px;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.item-loop.item-boat .amenities .amenity {
  align-items: center;
  text-align: center;
}
.item-loop.item-boat .amenities .amenity .input-icon {
  font-size: 26px;
  color: #1a2b48;
  position: relative;
  top: 1px;
}
.item-loop.item-boat .amenities .amenity .text {
  display: block;
}
.item-loop.item-boat.infobox-item {
  position: relative;
}
.item-loop.item-boat.infobox-item: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;
}

.item-loop.item-car {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}
.item-loop.item-car a {
  text-decoration: none;
  transition: all 0.3s;
}
.item-loop.item-car .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -25px;
  color: #fff;
  font-size: 15px;
  background-color: #5191fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.item-loop.item-car .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #ED0925;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.item-loop.item-car .featured:after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
  border-bottom: 29px solid #ED0925;
  z-index: 1;
}
.item-loop.item-car .thumb-image {
  overflow: hidden;
  background: #FFF;
  position: relative;
  padding-bottom: 55%;
}
.item-loop.item-car .thumb-image:hover a img {
  transform: scale(1.1);
}
.item-loop.item-car .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.item-loop.item-car .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 0px;
  color: #000;
  padding: 10px;
  cursor: pointer;
}
.item-loop.item-car .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.item-loop.item-car .thumb-image .service-wishlist:hover i, .item-loop.item-car .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.item-loop.item-car .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.item-loop.item-car .thumb-image .service-wishlist.active i:before {
  content: "\f004";
}
.item-loop.item-car .location {
  font-size: 13px;
  color: #5e6d77;
  margin: 0 15px;
}
.item-loop.item-car .location i {
  position: relative;
  font-size: 16px;
}
.item-loop.item-car .category {
  margin: 0 15px;
}
.item-loop.item-car .category .fa {
  color: #687882;
  opacity: 0.6;
}
.item-loop.item-car .service-review .rate {
  color: #5191FA;
}
.item-loop.item-car .service-review {
  margin: 10px 15px 0;
}
.item-loop.item-car .service-review .review {
  margin-left: 30px;
  position: relative;
  color: #6A7A84;
}
.item-loop.item-car .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}
.item-loop.item-car .item-title {
  margin: 20px 15px 5px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 766px) {
  .item-loop.item-car .item-title {
    min-height: auto;
  }
}
.item-loop.item-car .item-title a {
  color: #1A2B50;
}
.item-loop.item-car .item-title i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.item-loop.item-car .info {
  margin: 0 15px 0;
}
.item-loop.item-car .info .g-price {
  text-align: left;
}
.item-loop.item-car .info .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.item-loop.item-car .info .g-price .prefix i {
  font-size: 16px;
  color: #ffc107;
}
.item-loop.item-car .info .g-price .price {
  position: relative;
  display: inline-block;
}
.item-loop.item-car .info .g-price .price .text-price {
  font-size: 18px;
  color: #1A2B48;
  font-weight: 500;
}
.item-loop.item-car .info .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.item-loop.item-car .info .g-price .price .unit {
  font-size: 14px;
  color: #5E6D77;
  font-weight: normal;
}
.item-loop.item-car .amenities {
  margin: 10px 15px 5px;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.item-loop.item-car .amenities .amenity {
  align-items: center;
  text-align: center;
}
.item-loop.item-car .amenities .amenity .input-icon {
  font-size: 20px;
  color: #505050;
  position: relative;
  top: 1px;
}
.item-loop.item-car .amenities .amenity .text {
  display: block;
}
.item-loop.item-car .amenities .icon-passenger {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../../module/car/images/passenger.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.item-loop.item-car .amenities .icon-baggage {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../../module/car/images/baggage.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.item-loop.item-car .amenities .icon-door {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../../module/car/images/door.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.item-loop.item-car .amenities .icon-gear {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../../module/car/images/gear.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.item-loop.item-car.infobox-item {
  position: relative;
}
.item-loop.item-car.infobox-item: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;
}

.item-loop.item-event {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
}
.item-loop.item-event a {
  text-decoration: none;
  transition: all 0.3s;
}
.item-loop.item-event .sale_info {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  background-color: #d42681;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  z-index: 999;
}
.item-loop.item-event .featured {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #d42681;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
}
.item-loop.item-event .thumb-image {
  overflow: hidden;
  background: #FFF;
  position: relative;
  padding-bottom: 80%;
}
.item-loop.item-event .thumb-image:hover a img {
  transform: scale(1.1);
}
.item-loop.item-event .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.item-loop.item-event .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 0px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.item-loop.item-event .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.item-loop.item-event .thumb-image .service-wishlist:hover i, .item-loop.item-event .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.item-loop.item-event .thumb-image .service-wishlist.active i {
  color: #d42681;
}
.item-loop.item-event .thumb-image .service-wishlist.active i:before {
  content: "\f004";
}
.item-loop.item-event .location {
  font-size: 13px;
  color: #d42681;
  margin: 15px 15px 0px 15px;
}
.item-loop.item-event .location i {
  position: relative;
  font-size: 16px;
}
.item-loop.item-event .service-review .rate {
  color: #d42681;
}
.item-loop.item-event .service-review {
  margin: 0 15px 0;
}
.item-loop.item-event .service-review .review {
  margin-left: 30px;
  position: relative;
  color: #6A7A84;
}
.item-loop.item-event .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}
.item-loop.item-event .start-time {
  margin: 5px 15px 10px;
  border-bottom: dashed 1px #dfdfdf;
  color: #6a7a84;
  padding-bottom: 10px;
}
.item-loop.item-event .item-title {
  margin: 0 15px 0px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  min-height: 50px;
}
@media (max-width: 766px) {
  .item-loop.item-event .item-title {
    min-height: auto;
  }
}
.item-loop.item-event .item-title a {
  color: #1A2B50;
}
.item-loop.item-event .item-title i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.item-loop.item-event .info {
  margin: 0 15px 0;
  display: flex;
}
.item-loop.item-event .info .duration {
  flex: 0 0 70px;
  color: #6a7a84;
}
.item-loop.item-event .info .g-price {
  flex: 1;
  text-align: right;
}
.item-loop.item-event .info .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.item-loop.item-event .info .g-price .prefix i {
  font-size: 16px;
  color: #ffc107;
}
.item-loop.item-event .info .g-price .price {
  position: relative;
  display: inline-block;
}
.item-loop.item-event .info .g-price .price .text-price {
  font-size: 18px;
  color: #1a2b48;
  font-weight: 500;
  line-height: 20px;
}
.item-loop.item-event .info .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.item-loop.item-event .info .g-price .price .unit {
  font-size: 14px;
  color: #5E6D77;
  font-weight: normal;
}

.item-loop.item-hotel {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.item-loop.item-hotel a {
  text-decoration: none;
  transition: all 0.3s;
}
.item-loop.item-hotel .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -25px;
  color: #fff;
  font-size: 15px;
  background-color: #5191fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.item-loop.item-hotel .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #ED0925;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.item-loop.item-hotel .thumb-image {
  overflow: hidden;
  height: 185px;
  background: #ccc;
  position: relative;
}
.item-loop.item-hotel .thumb-image:hover a img {
  transform: scale(1.1);
}
.item-loop.item-hotel .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.item-loop.item-hotel .thumb-image a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.75) 100%);
  top: 0px;
  z-index: 1;
}
.item-loop.item-hotel .thumb-image .price-wrapper {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-size: 22px;
  z-index: 10;
}
.item-loop.item-hotel .thumb-image .price-wrapper .price {
  position: relative;
  display: inline-block;
}
.item-loop.item-hotel .thumb-image .price-wrapper .price .text-price {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.item-loop.item-hotel .thumb-image .price-wrapper .price .onsale {
  position: absolute;
  left: 0;
  top: -18px;
  text-decoration: line-through;
  font-size: 15px;
  color: #fff !important;
  font-weight: 400;
}
.item-loop.item-hotel .thumb-image .price-wrapper .price .unit {
  font-size: 14px;
  color: #fff;
}
.item-loop.item-hotel .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.item-loop.item-hotel .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.item-loop.item-hotel .thumb-image .service-wishlist:hover i, .item-loop.item-hotel .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.item-loop.item-hotel .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.item-loop.item-hotel .location {
  font-size: 13px;
  color: #5e6d77;
  margin: 0 15px;
}
.item-loop.item-hotel .location i {
  position: relative;
  font-size: 16px;
}
.item-loop.item-hotel .category {
  margin: 0 15px;
}
.item-loop.item-hotel .category .fa {
  color: #687882;
  opacity: 0.6;
}
.item-loop.item-hotel .service-review .rate {
  color: #5191FA;
}
.item-loop.item-hotel .service-review {
  margin: 10px 15px 0;
}
.item-loop.item-hotel .service-review .review {
  margin-left: 30px;
  position: relative;
  color: #6A7A84;
}
.item-loop.item-hotel .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}
.item-loop.item-hotel .item-title {
  margin: 20px 15px 5px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 766px) {
  .item-loop.item-hotel .item-title {
    min-height: auto;
  }
}
.item-loop.item-hotel .item-title a {
  color: #1A2B50;
}
.item-loop.item-hotel .item-title i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.item-loop.item-hotel .info {
  margin: 0 15px 0;
}
.item-loop.item-hotel .info:before, .item-loop.item-hotel .info:after {
  content: "";
  display: table;
  clear: both;
}
.item-loop.item-hotel .info .g-price {
  text-align: left;
}
.item-loop.item-hotel .info .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.item-loop.item-hotel .info .g-price .prefix i {
  font-size: 16px;
  color: #ffc107;
}
.item-loop.item-hotel .info .g-price .price {
  position: relative;
  display: inline-block;
}
.item-loop.item-hotel .info .g-price .price .text-price {
  font-size: 18px;
  color: #1A2B48;
  font-weight: 500;
}
.item-loop.item-hotel .info .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.item-loop.item-hotel .info .g-price .price .unit {
  font-size: 14px;
  color: #5E6D77;
  font-weight: normal;
}
.item-loop.item-hotel .star-rate {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 1;
}
.item-loop.item-hotel .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.item-loop.item-hotel .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 90px;
}
.item-loop.item-hotel .list-star .booking-item-rating-stars:before, .item-loop.item-hotel .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.item-loop.item-hotel .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.item-loop.item-hotel .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.item-loop.item-hotel .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #fa5636;
}
.item-loop.item-hotel.infobox-item {
  position: relative;
}
.item-loop.item-hotel.infobox-item: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;
}

.item-loop-list {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 766px) {
  .item-loop-list {
    flex-wrap: wrap;
  }
}
.item-loop-list a {
  text-decoration: none;
  transition: all 0.3s;
}
.item-loop-list .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -25px;
  color: #fff;
  font-size: 15px;
  background-color: #5191fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.item-loop-list .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #ED0925;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.item-loop-list .thumb-image {
  overflow: hidden;
  height: 190px;
  background: #ccc;
  position: relative;
  flex: 0 0 30%;
  padding: 0;
}
@media (max-width: 766px) {
  .item-loop-list .thumb-image {
    flex: 0 0 100%;
  }
}
.item-loop-list .thumb-image:hover a img {
  transform: scale(1.1);
}
.item-loop-list .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.item-loop-list .thumb-image a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.75) 100%);
  top: 0px;
  z-index: 1;
}
.item-loop-list .thumb-image .price-wrapper {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-size: 22px;
  z-index: 10;
}
.item-loop-list .thumb-image .price-wrapper .price {
  position: relative;
  display: inline-block;
}
.item-loop-list .thumb-image .price-wrapper .price .text-price {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.item-loop-list .thumb-image .price-wrapper .price .onsale {
  position: absolute;
  left: 0;
  top: -18px;
  text-decoration: line-through;
  font-size: 15px;
  color: #fff !important;
  font-weight: 400;
}
.item-loop-list .thumb-image .price-wrapper .price .unit {
  font-size: 14px;
  color: #fff;
}
.item-loop-list .thumb-image .service-wishlist {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 0px;
  color: #fff;
  padding: 20px;
  cursor: pointer;
}
.item-loop-list .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 18px;
}
.item-loop-list .thumb-image .service-wishlist:hover i, .item-loop-list .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.item-loop-list .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.item-loop-list .service-review .rate {
  color: #5191FA;
}
.item-loop-list .service-review {
  padding: 10px 0px 0;
}
.item-loop-list .service-review .review {
  margin-left: 30px;
  position: relative;
  color: #6A7A84;
}
.item-loop-list .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}
.item-loop-list .service-review {
  display: none;
}
@media (max-width: 766px) {
  .item-loop-list .service-review {
    display: block;
  }
}
.item-loop-list .service-review-pc .head {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #1a2b48;
  font-weight: 400;
  line-height: 25px;
  justify-content: flex-end;
}
.item-loop-list .service-review-pc .head .left {
  text-align: right;
}
.item-loop-list .service-review-pc .head .left .head-rating {
  display: block;
  line-height: 13px;
  margin-top: 8px;
  margin-bottom: 1px;
  font-weight: 500;
}
.item-loop-list .service-review-pc .head .left .text-rating {
  color: #5191FA;
  font-size: 14px;
}
.item-loop-list .service-review-pc .head .score {
  position: relative;
  float: right;
  margin-left: 12px;
  padding: 7px 7px 0px 9px;
  background: #5191fa;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  min-height: 38px;
}
.item-loop-list .service-review-pc .head .score span {
  font-size: 14px;
  color: #FFF;
}
.item-loop-list .service-review-pc .head .score::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  left: -8px;
  border: 15px solid transparent;
  border-bottom: 15px solid #5191FA;
}
.item-loop-list .service-review-pc .foot {
  color: #5E6D77;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 766px) {
  .item-loop-list .service-review-pc {
    display: none;
  }
}
.item-loop-list .g-info {
  flex: 0 0 45%;
  padding: 15px 15px;
  position: relative;
}
@media (max-width: 766px) {
  .item-loop-list .g-info {
    flex: 0 0 100%;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .item-loop-list .g-info > div {
    flex: 0 0 100%;
  }
}
.item-loop-list .g-info .item-title {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 766px) {
  .item-loop-list .g-info .item-title {
    min-height: auto;
    order: 2;
    margin-bottom: 0;
  }
}
.item-loop-list .g-info .item-title a {
  color: #1A2B50;
}
.item-loop-list .g-info .item-title i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.item-loop-list .g-info .location {
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-size: 13px;
  color: #5E6D77;
}
@media (max-width: 766px) {
  .item-loop-list .g-info .location {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 5px;
    order: 3;
    margin-bottom: 3px;
  }
}
.item-loop-list .g-info .location i {
  position: relative;
  font-size: 16px;
}
.item-loop-list .g-info .star-rate {
  z-index: 1;
}
@media (max-width: 766px) {
  .item-loop-list .g-info .star-rate {
    order: 1;
  }
}
.item-loop-list .g-info .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.item-loop-list .g-info .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 90px;
}
.item-loop-list .g-info .list-star .booking-item-rating-stars:before, .item-loop-list .g-info .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.item-loop-list .g-info .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.item-loop-list .g-info .list-star .booking-item-rating-stars li .fa {
  font-size: 14px;
  color: #FA5636;
}
@media (max-width: 766px) {
  .item-loop-list .g-info .terms {
    order: 4;
  }
}
.item-loop-list .g-info .terms .attr-title {
  display: inline-block;
  margin-right: 5px;
  color: #5e6d77;
  font-size: 13px;
}
.item-loop-list .g-info .terms .attr-title i {
  margin-right: 2px;
}
.item-loop-list .g-info .terms .g-attributes .item {
  margin-right: 5px;
  color: #5E6D77;
  font-size: 13px;
}
.item-loop-list .g-info .terms .g-attributes .item:before {
  content: "";
  height: 2px;
  width: 2px;
  display: inline-block;
  background: gray;
  vertical-align: middle;
  margin-right: 5px;
}
.item-loop-list .g-info .terms .g-attributes span:nth-child(2):before {
  display: none;
}
@media (max-width: 1280px) {
  .item-loop-list .g-info .terms .g-attributes {
    display: none;
  }
}
@media (max-width: 1280px) {
  .item-loop-list .g-info .terms .g-attributes:first-child {
    display: block;
  }
}
@media (max-width: 766px) {
  .item-loop-list .g-info .terms .g-attributes {
    display: block;
  }
}
.item-loop-list .g-rate-price {
  flex: 1;
  padding: 15px 15px 15px 0;
  position: relative;
}
@media (max-width: 766px) {
  .item-loop-list .g-rate-price {
    flex: 0 0 100%;
    padding: 0 15px 10px;
  }
}
.item-loop-list .g-rate-price:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  border-right: 1px solid #dfdfdf;
}
@media (max-width: 1280px) {
  .item-loop-list .g-rate-price:before {
    left: 0;
  }
}
@media (max-width: 766px) {
  .item-loop-list .g-rate-price:before {
    display: none;
  }
}
.item-loop-list .g-rate-price .g-price {
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: 10px;
  float: right;
}
@media (max-width: 766px) {
  .item-loop-list .g-rate-price .g-price {
    position: relative;
    left: 0;
    bottom: 0;
    float: none;
    text-align: left;
    border-top: solid 1px #dfdfdf;
    margin-top: 10px;
    padding-top: 5px;
  }
}
.item-loop-list .g-rate-price .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  left: -3px;
  position: relative;
}
.item-loop-list .g-rate-price .g-price .prefix i {
  font-size: 16px;
  color: #ffc107;
}
.item-loop-list .g-rate-price .g-price .price {
  position: relative;
  display: inline-block;
}
.item-loop-list .g-rate-price .g-price .price .text-price {
  font-size: 18px;
  color: #1A2B48;
  font-weight: 500;
}
.item-loop-list .g-rate-price .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.item-loop-list .g-rate-price .g-price .price .unit {
  font-size: 14px;
  color: #5E6D77;
  font-weight: normal;
}
.item-loop-list .g-rate-price .g-price .text-review {
  float: right;
  position: relative;
  top: 5px;
  color: #4b4b4c;
  display: none;
}
@media (max-width: 766px) {
  .item-loop-list .g-rate-price .g-price .text-review {
    display: block;
  }
}

.bc_wrap .page-template-content .bc-list-tour .title {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-tour .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.bc_wrap .page-template-content .bc-list-tour .title .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 15px;
}
.bc_wrap .page-template-content .bc-list-tour .owl-dots {
  display: none;
}
.bc_wrap .page-template-content .bc-list-tour .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-prev, .bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-next {
  font-size: 40px;
  line-height: 33px;
  border: solid 1px #000;
  padding: 0px 10px !important;
  margin-left: 10px;
  outline: none;
}
.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-prev span, .bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow {
  background: #f5f5f5;
  padding: 30px 0;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .col-item {
  margin-bottom: 30px;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .sale_info {
  position: absolute;
  width: 80px;
  height: 48px;
  transform: rotate(45deg);
  right: -30px;
  top: -13px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  z-index: 8;
  background-color: #cc0033;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .featured {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 500;
  z-index: 8;
  background: #cc0033;
  border-radius: 0 3px 3px 0;
  padding: 6px 10px;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.4);
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb img {
  transition: all 0.4s;
  transform: scale(1);
  width: 100%;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .tour-book-now {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 3;
  opacity: 0;
  color: #fff;
  border: none;
  transition: all 0.4s;
  padding: 5px 20px;
  background-color: #5192fa;
  border-radius: 30px;
  text-decoration: none;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  bottom: 0px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist:hover i, .bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.loading i {
  color: #ff9290;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.active i {
  color: #ff0000;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption {
  position: relative;
  width: 100%;
  padding: 28px 22px;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address {
  width: 65%;
  float: left;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: 20px;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title a:hover {
  color: #5192fa;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .duration {
  margin-bottom: 0;
  color: #7E7E7E;
  font-size: 13px;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .tour-price {
  position: absolute;
  color: #FF7430;
  font-size: 34px;
  right: 22px;
  top: 20px;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price {
  text-align: right;
  float: right;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price {
  position: relative;
  display: inline-block;
  padding-top: 18px;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price .text-price {
  font-size: 22px;
  color: rgba(69, 7, 255, 0.9215686275);
  font-weight: 500;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price .onsale {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: line-through;
  font-size: 14px;
  color: #c03 !important;
  font-weight: 400;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb:before {
  opacity: 1;
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb img {
  transform: scale(1.1);
}
.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb .tour-book-now {
  opacity: 1;
  top: 51%;
  transform: translate(-50%, -50%) scale(1);
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple {
  padding: 70px 0 20px;
}
@media (max-width: 460px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple {
    padding: 40px 0 20px;
  }
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .title {
  font-size: 28px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 80px;
  background: var(--link-color, #5191FA);
  bottom: 0;
  left: 0;
}
@media (max-width: 460px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .sub-title {
    padding-bottom: 15px;
  }
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav {
  left: -100px;
  right: auto;
  top: 0;
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-prev,
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-next {
  border: solid 1px rgba(69, 7, 255, 0.9215686275);
  border-radius: 50%;
}
@media (max-width: 460px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-prev,
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-next {
    display: none;
  }
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour {
  border: none;
  border-radius: 5px;
  padding-bottom: 0;
  /* ПК версия - 4 объекта в ряд */
}
@media (min-width: 1200px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour {
    margin-bottom: 20px;
  }
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour {
  /* Планшеты - 2 объекта в ряд */
}
@media (max-width: 1199px) and (min-width: 992px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour {
    margin-bottom: 20px;
  }
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour {
  /* Мобильная версия - меньшие квадраты */
}
@media (max-width: 991px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour {
    margin-bottom: 10px;
  }
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .featured {
  background: rgba(69, 7, 255, 0.9215686275);
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image {
  height: 350px;
  /* ПК версия - 4 объекта в ряд */
}
@media (min-width: 1200px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image {
    height: 280px;
  }
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image {
  /* Планшеты - 2 объекта в ряд */
}
@media (max-width: 1199px) and (min-width: 992px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image {
    height: 300px;
  }
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image {
  /* Мобильная версия - меньшие квадраты */
}
@media (max-width: 991px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image {
    height: 120px;
  }
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image a img {
  max-width: none;
  width: auto;
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image .service-wishlist {
  right: auto;
  left: 5px;
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price {
  position: absolute;
  border: solid 2px #fff;
  right: -2px;
  bottom: -2px;
  z-index: 8;
  background: var(--link-color, #5191FA);
  padding: 5px 10px 5px 20px;
  margin-top: 0;
  opacity: 0.9;
  min-width: 110px;
  text-align: -webkit-right;
  border-top-left-radius: 5px;
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .text-price {
  font-size: 22px;
  color: white;
  font-weight: 500;
  display: block;
  line-height: 22px;
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #fff !important;
  font-weight: 400;
  display: block;
}
.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .small {
  font-size: 14px;
}
.bc_wrap .page-template-content .bc-form-search-tour {
  padding: 120px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-tour {
    padding: 120px 0 15px;
  }
}
.bc_wrap .page-template-content .bc-form-search-tour .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-tour .text-heading {
    font-size: 28px;
  }
}
.bc_wrap .page-template-content .bc-form-search-tour .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-tour .sub-heading {
    font-size: 14px;
  }
}
.bc_wrap .page-template-content .bc-form-search-tour .g-form-control {
  padding: 0 100px;
  margin: 50px 0 0;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-form-search-tour .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-tour .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
}
.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 {
  position: relative;
  padding: 100px 0 120px;
}
@media (max-width: 768px) {
  .bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 {
    padding: 120px 0 30px;
  }
}
.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .text-heading {
  flex: 0 0 100%;
  margin-top: -90px;
}
.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .sub-heading {
  flex: 0 0 100%;
}
.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item {
  width: 100%;
  height: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 768px) {
  .bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item {
    display: block;
  }
  .bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item .text-heading {
    padding-top: 80px;
    margin: 0;
  }
}
.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-carousel, .bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-stage-outer, .bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-stage, .bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .owl-nav, .bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .owl-dots {
  display: none !important;
}
.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control {
  margin: 170px 0 0;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control {
    margin: 120px 0 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control {
    margin: 80px 0 0;
  }
}
.bc_wrap .page-template-content .bc-featured-item {
  border-bottom: solid 1px #f4f4f4;
  margin: 30px 0;
  padding-bottom: 15px;
}
.bc_wrap .page-template-content .bc-featured-item .featured-item {
  margin-bottom: 20px;
}
.bc_wrap .page-template-content .bc-featured-item .featured-item .image {
  margin-top: 15px;
  float: left;
}
.bc_wrap .page-template-content .bc-featured-item .featured-item .content {
  margin-left: 85px;
  padding: 15px;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-featured-item .featured-item .content {
    margin-left: 60px;
  }
}
.bc_wrap .page-template-content .bc-featured-item .featured-item .content .title {
  font-size: 18px;
}
.bc_wrap .page-template-content .bc-featured-item .featured-item .content .desc {
  font-size: 13px;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-featured-item .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bc_wrap .page-template-content .bc-featured-item.style2 {
  border-bottom: 0px;
}
.bc_wrap .page-template-content .bc-featured-item.style2 .number-circle {
  width: 70px;
  height: 70px;
  border: 2px solid #5191FA;
  border-radius: 50%;
  text-align: center;
  line-height: 69px;
  font-size: 40px;
  color: #5191FA;
  transition: all 0.3s;
  display: inline-block;
}
.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item {
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  padding: 50px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item .image {
  float: none;
  margin-top: 0px;
  margin-bottom: 25px;
  text-align: center;
}
.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item .content {
  text-align: center;
  margin-left: 0px;
  padding: 0px;
}
.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item:hover {
  border-color: #5191FA;
}
.bc_wrap .page-template-content .bc-featured-item.style4 {
  background-color: #f6f9ff;
  border-bottom: none;
  margin-top: 0;
  padding: 40px 0 20px;
}
.bc_wrap .page-template-content .bc-featured-item.style5 {
  background-color: #1a2b47;
  border-bottom: none;
  margin-top: 0;
  color: #fff;
  padding: 70px 0 10px;
}
.bc_wrap .page-template-content .bc-testimonial {
  margin: 30px 0 30px;
}
.bc_wrap .page-template-content .bc-testimonial h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-testimonial h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.bc_wrap .page-template-content .bc-testimonial .item {
  border: 1px solid #D7DCE3;
  border-radius: 3px;
  padding: 30px;
  min-height: 250px;
  margin-bottom: 30px;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-testimonial .item {
    padding: 15px;
    min-height: 0px;
  }
}
.bc_wrap .page-template-content .bc-testimonial .item .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-testimonial .item .author {
    margin-bottom: 10px;
  }
}
.bc_wrap .page-template-content .bc-testimonial .item .author img {
  margin-right: 20px;
  width: 70px;
  height: auto;
  border-radius: 50%;
}
.bc_wrap .page-template-content .bc-testimonial .item .author .author-meta h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.bc_wrap .page-template-content .bc-testimonial .item .author .author-meta .star .fa {
  color: #FFDC00;
  font-size: 16px;
  margin-right: 2px;
}
.bc_wrap .page-template-content .bc-testimonial .item p {
  font-size: 14px;
  color: #768092;
  margin-bottom: 0px;
}
.bc_wrap .page-template-content .bc-call-to-action {
  margin: 25px 0 40px;
}
@media (max-width: 768px) {
  .bc_wrap .page-template-content .bc-call-to-action {
    margin: 0 0 30px 0px;
  }
}
.bc_wrap .page-template-content .bc-call-to-action .context {
  padding-top: 40px;
  padding-right: 45px;
  padding-bottom: 50px;
  padding-left: 45px;
  background: #f6b756;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-call-to-action .context {
    padding: 15px !important;
  }
}
.bc_wrap .page-template-content .bc-call-to-action .context .title {
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .bc_wrap .page-template-content .bc-call-to-action .context .title {
    font-size: 32px !important;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-call-to-action .context .title {
    font-size: 26px !important;
  }
}
.bc_wrap .page-template-content .bc-call-to-action .context .sub_title {
  font-size: 18px;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-call-to-action .context .sub_title {
    font-size: 16px !important;
  }
}
.bc_wrap .page-template-content .bc-call-to-action .context .btn-more {
  margin-top: 30px;
  float: right;
  background: #fff;
  display: block;
  padding: 15px 25px;
  font-weight: 500;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.bc_wrap .page-template-content .bc-call-to-action .context .btn-more:hover {
  border-radius: 10px;
  background: #f1f1f1;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-call-to-action .context .btn-more {
    padding: 15px 10px !important;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-call-to-action .context .btn-more {
    float: none;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px !important;
  }
}
.bc_wrap .page-template-content .bc-call-to-action.style_2 .context {
  padding-left: 80px;
  background-size: cover;
  color: #fff;
}
@media (max-width: 768px) {
  .bc_wrap .page-template-content .bc-call-to-action.style_2 .context {
    padding-left: 40px;
  }
}
.bc_wrap .page-template-content .bc-call-to-action.style_2 .context .title {
  font-size: 40px;
  font-weight: normal;
  line-height: 55px;
}
.bc_wrap .page-template-content .bc-call-to-action.style_2 .context .btn-more {
  padding: 10px 25px;
  color: #5191fa;
  margin-top: 20px;
}
.bc_wrap .page-template-content .bc-call-to-action.style_3 {
  margin: 25px 0 0;
}
.bc_wrap .page-template-content .bc-call-to-action.style_3 .context {
  padding: 150px 0 !important;
  color: #fff;
  background-color: #fff;
}
@media (max-width: 768px) {
  .bc_wrap .page-template-content .bc-call-to-action.style_3 .context {
    padding: 100px !important;
  }
}
@media (max-width: 460px) {
  .bc_wrap .page-template-content .bc-call-to-action.style_3 .context {
    padding: 50px 20px !important;
  }
}
.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .title {
  font-size: 50px;
  font-weight: 600;
  text-shadow: 0px 0px 20px rgba(69, 7, 255, 0.9215686275);
}
.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .sub_title {
  font-size: 18px;
  text-shadow: 0px 0px 20px rgba(69, 7, 255, 0.9215686275);
}
.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .btn-more {
  float: none;
  display: inline-block;
  padding: 10px 35px;
}
.bc_wrap .page-template-content .bc-list-locations .title {
  font-size: 28px;
  margin-bottom: 25px;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-locations .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.bc_wrap .page-template-content .bc-list-locations .row {
  padding: 0 -10px;
}
.bc_wrap .page-template-content .bc-list-locations .row .col-md-4, .bc_wrap .page-template-content .bc-list-locations .row .col-md-8 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-list-locations .row .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bc_wrap .page-template-content .bc-list-locations .row .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item {
  margin-bottom: 20px;
  min-height: 383px;
  border-radius: 5px;
  overflow: hidden;
  /* ПК версия - 4 объекта в ряд */
}
@media (min-width: 1200px) {
  .bc_wrap .page-template-content .bc-list-locations .list-item .destination-item {
    min-height: 300px;
  }
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item {
  /* Планшеты - 3 объекта в ряд */
}
@media (max-width: 1199px) and (min-width: 992px) {
  .bc_wrap .page-template-content .bc-list-locations .list-item .destination-item {
    min-height: 320px;
  }
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item {
  /* Мобильная версия - меньшие квадраты */
}
@media (max-width: 991px) {
  .bc_wrap .page-template-content .bc-list-locations .list-item .destination-item {
    min-height: 200px;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-locations .list-item .destination-item {
    min-height: 150px;
  }
}
@media (max-width: 480px) {
  .bc_wrap .page-template-content .bc-list-locations .list-item .destination-item {
    min-height: 120px;
  }
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item.no-image {
  background: #ccc;
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image {
  position: relative;
  overflow: hidden;
  min-height: 383px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /* ПК версия - 4 объекта в ряд */
}
@media (min-width: 1200px) {
  .bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image {
    min-height: 300px;
  }
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image {
  /* Планшеты - 3 объекта в ряд */
}
@media (max-width: 1199px) and (min-width: 992px) {
  .bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image {
    min-height: 320px;
  }
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image {
  /* Мобильная версия - меньшие квадраты */
}
@media (max-width: 991px) {
  .bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image {
    min-height: 200px;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image {
    min-height: 150px;
  }
}
@media (max-width: 480px) {
  .bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image {
    min-height: 120px;
  }
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  text-align: center;
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .title {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 400;
  color: #FFF;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .title {
    font-size: 22px;
  }
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .desc {
  display: inline-block;
  background: #5191FA;
  border-radius: 100px;
  font-size: 14px !important;
  color: #FFFFFF;
  padding: 5px 20px;
  margin-top: 10px;
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item:hover .effect {
  opacity: 0;
}
.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .effect {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: all 0.3s;
}
.bc_wrap .page-template-content .bc-list-locations.style_2 {
  margin: 50px 0 30px;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-list-locations.style_2 {
    margin: 30px 0 0;
  }
}
.bc_wrap .page-template-content .bc-list-locations.style_2 .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-locations.style_2 .title {
    font-size: 24px;
  }
}
.bc_wrap .page-template-content .bc-list-locations.style_2 .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 30px;
}
.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item {
  border-radius: 5px;
  min-height: 320px;
}
.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item .content .title {
  font-size: 16px;
  color: rgba(69, 7, 255, 0.9215686275);
  padding: 8px 25px;
  background: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
}
.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item .image {
  min-height: 320px;
}
.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item:hover .effect {
  opacity: 0.4;
}
.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item:hover .title {
  background: #5191fa;
  color: #fff;
}
.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .effect {
  opacity: 0;
}
.bc_wrap .page-template-content .bc-list-locations.style_3 {
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-list-locations.style_3 {
    margin: 30px 0 0;
  }
}
.bc_wrap .page-template-content .bc-list-locations.style_3 .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-locations.style_3 .title {
    font-size: 24px;
  }
}
.bc_wrap .page-template-content .bc-list-locations.style_3 .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 30px;
}
.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item {
  border-radius: 5px;
  min-height: 320px;
}
.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .content .title {
  font-size: 28px;
  padding: 5px 25px;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  font-weight: 500;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .content .desc {
  display: inline-block;
  background: none;
  font-size: 14px !important;
  color: #fff;
  margin-top: 0;
  padding: 2px 15px;
  border-radius: 5px;
  transition: all 0.3s;
}
.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .image {
  min-height: 320px;
}
.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item:hover .effect {
  opacity: 0.2;
}
.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item:hover .desc {
  background: #5191fa;
  color: #fff;
}
.bc_wrap .page-template-content .bc-list-locations.style_4 {
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-list-locations.style_4 {
    margin: 30px 0 0;
  }
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-locations.style_4 .title {
    font-size: 24px;
  }
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 30px;
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item {
  border-radius: 5px;
  min-height: 320px;
  margin-bottom: 30px;
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .title {
  font-size: 22px;
  padding: 5px 25px;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  font-weight: 500;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .title:after {
  content: "";
  height: 2px;
  width: 50px;
  background: #fff;
  display: block;
  margin: auto;
  margin-top: 15px;
  transition: all 0.3s;
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc {
  position: absolute;
  bottom: 0px;
  transform: translate(-50%, 0);
  left: 50%;
  width: 90%;
  text-align: center;
  transition: all 0.3s;
  top: 125px;
  background: none !important;
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a, .bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span {
  color: #fff;
  font-size: 14px;
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a:after, .bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span:after {
  content: "";
  height: 5px;
  width: 5px;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a:last-child:after, .bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span:last-child:after {
  display: none;
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .image {
  min-height: 320px;
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item:hover .effect {
  opacity: 0.2;
}
.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item:hover .content h4:after {
  width: 70px;
}
.bc_wrap .page-template-content .bc-how-it-works {
  margin: 30px 0;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.bc_wrap .page-template-content .bc-how-it-works .title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 35px;
}
.bc_wrap .page-template-content .bc-how-it-works .featured-item {
  margin-bottom: 20px;
}
.bc_wrap .page-template-content .bc-how-it-works .featured-item .image {
  margin-top: 15px;
  float: left;
}
.bc_wrap .page-template-content .bc-how-it-works .featured-item .image img {
  width: 80px;
}
.bc_wrap .page-template-content .bc-how-it-works .featured-item .content {
  margin-left: 85px;
  padding: 18px 15px 15px;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-how-it-works .featured-item .content {
    margin-left: 60px;
  }
}
.bc_wrap .page-template-content .bc-how-it-works .featured-item .content .sub-title {
  font-size: 22px;
}
.bc_wrap .page-template-content .bc-how-it-works .featured-item .content .desc {
  font-size: 13px;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-how-it-works .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bc_wrap .page-template-content .bc-box-category-tour .title {
  font-size: 28px;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-box-category-tour .title {
    font-size: 24px;
  }
}
.bc_wrap .page-template-content .bc-box-category-tour .desc {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 30px;
}
.bc_wrap .page-template-content .bc-box-category-tour .list-item {
  margin-bottom: 40px;
}
.bc_wrap .page-template-content .bc-box-category-tour .list-item .item {
  position: relative;
}
.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a {
  display: block;
  overflow: hidden;
}
.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a img:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.bc_wrap .page-template-content .bc-box-category-tour .list-item .item .text-title {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.bc_wrap .page-template-content .bc-box-category-tour .owl-dots {
  text-align: center;
  margin: 15px 0;
}
.bc_wrap .page-template-content .bc-box-category-tour .owl-dot {
  border-radius: 50px;
  height: 5px;
  width: 48px;
  display: inline-block;
  background: #dcdcdc;
  margin-left: 5px;
  margin-right: 5px;
  outline: none;
}
.bc_wrap .page-template-content .bc-box-category-tour .owl-dot.active {
  background: #5191fa;
}
.bc_wrap .page-template-content .bc-client-feedback {
  background: #f6f9ff;
  margin-bottom: 40px;
  overflow: hidden;
}
.bc_wrap .page-template-content .bc-client-feedback img {
  max-width: 100%;
}
.bc_wrap .page-template-content .bc-client-feedback .list-item {
  padding: 80px 60px;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-client-feedback .list-item {
    padding: 20px 30px 20px 10px;
  }
}
.bc_wrap .page-template-content .bc-client-feedback .list-item .item .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color, rgba(69, 7, 255, 0.9215686275));
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.bc_wrap .page-template-content .bc-client-feedback .list-item .item .sub_title {
  margin-bottom: 25px;
  font-style: italic;
  font-size: 14px;
  color: #768092;
}
.bc_wrap .page-template-content .bc-client-feedback .list-item .item .desc {
  font-size: 14px;
  color: #768092;
  margin-bottom: 0px;
}
.bc_wrap .page-template-content .bc-client-feedback .list-item .item .icofont-quote-right {
  float: right;
  font-size: 32px;
  color: rgba(69, 7, 255, 0.9215686275);
}
.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev, .bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next {
  line-height: 33px;
  padding-right: 15px !important;
  outline: none;
  margin-top: 20px;
  font-size: 50px;
  color: #5191fa;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev, .bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next {
    margin-top: 0;
  }
}
.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev span, .bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next span {
  position: relative;
  outline: none !important;
}
.bc_wrap .page-template-content .bc-list-space {
  margin: 50px 0;
}
.bc_wrap .page-template-content .bc-list-space .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-space .title {
    font-size: 24px;
  }
}
.bc_wrap .page-template-content .bc-list-space .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 15px;
}
.bc_wrap .page-template-content .bc-list-space.layout_normal {
  margin: 30px 0;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-list-space.layout_normal {
    margin: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-space.layout_carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.bc_wrap .page-template-content .bc-list-space .owl-dots {
  display: none;
}
.bc_wrap .page-template-content .bc-list-space .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-prev, .bc_wrap .page-template-content .bc-list-space .owl-nav .owl-next {
  font-size: 40px;
  line-height: 33px;
  border: solid 1px #000;
  padding: 0px 10px !important;
  margin-left: 10px;
}
.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-prev span, .bc_wrap .page-template-content .bc-list-space .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
.bc_wrap .page-template-content .bc-form-search-space {
  padding: 120px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-space {
    padding: 120px 0 15px;
  }
}
.bc_wrap .page-template-content .bc-form-search-space .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-space .text-heading {
    font-size: 28px;
  }
}
.bc_wrap .page-template-content .bc-form-search-space .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-space .sub-heading {
    font-size: 14px;
  }
}
.bc_wrap .page-template-content .bc-form-search-space .g-form-control {
  margin: 50px 0 0;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-form-search-space .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-space .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
}
.bc_wrap .page-template-content .bc-featured-box {
  padding: 50px 0;
  background: #f2f2f2;
}
@media (max-width: 460px) {
  .bc_wrap .page-template-content .bc-featured-box {
    padding: 20px 0;
  }
}
.bc_wrap .page-template-content .bc-featured-box .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-featured-box .title {
    font-size: 24px;
  }
}
.bc_wrap .page-template-content .bc-featured-box .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 15px;
}
.bc_wrap .page-template-content .bc-featured-box a {
  text-decoration: none;
}
.bc_wrap .page-template-content .bc-featured-box .featured-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  margin: 15px 0;
}
.bc_wrap .page-template-content .bc-featured-box .featured-item .text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(69, 7, 255, 0.9215686275);
}
.bc_wrap .page-template-content .bc-featured-box .featured-item img {
  transition: all 0.3s;
  max-width: 100%;
}
.bc_wrap .page-template-content .bc-featured-box .featured-item:hover img {
  transform: scale(1.1);
}
.bc_wrap .page-template-content .bc-form-search-hotel {
  padding: 120px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-hotel {
    padding: 120px 0 15px;
  }
}
.bc_wrap .page-template-content .bc-form-search-hotel .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-hotel .text-heading {
    font-size: 28px;
  }
}
.bc_wrap .page-template-content .bc-form-search-hotel .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-hotel .sub-heading {
    font-size: 14px;
  }
}
.bc_wrap .page-template-content .bc-form-search-hotel .g-form-control {
  margin: 50px 0 0;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-form-search-hotel .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-hotel .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
}
.bc_wrap .page-template-content .bc-list-hotel {
  margin: 50px 0 30px;
}
.bc_wrap .page-template-content .bc-form-search-slider {
  position: relative;
}
.bc_wrap .page-template-content .bc-form-search-slider .effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
.bc_wrap .page-template-content .bc-form-search-slider .effect .item {
  width: 100%;
  height: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.bc_wrap .page-template-content .bc-form-search-slider .effect * {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.bc_wrap .page-template-content .bc-form-search-slider .owl-nav, .bc_wrap .page-template-content .bc-form-search-slider .owl-dots {
  display: none !important;
}
.bc_wrap .page-template-content .bc-form-search-all {
  padding: 120px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-all {
    padding: 120px 0 15px;
  }
}
.bc_wrap .page-template-content .bc-form-search-all .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-all .text-heading {
    font-size: 28px;
  }
}
.bc_wrap .page-template-content .bc-form-search-all .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-all .sub-heading {
    font-size: 14px;
  }
}
.bc_wrap .page-template-content .bc-form-search-all .g-form-control {
  margin: 50px 0 0;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-form-search-all .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-all .g-form-control {
    margin: 20px 0 0;
  }
}
.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs {
  border: none;
  margin-top: 50px;
}
.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a {
  background-color: #1A2B47;
  color: #fff;
  border-color: #1A2B47;
  padding: 7px 25px;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  margin-right: 1px;
  text-decoration: none;
  display: block;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a {
    padding: 7px 20px;
  }
}
@media (max-width: 460px) {
  .bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a {
    padding: 7px 10px;
  }
}
.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a i {
  font-size: 16px;
  position: relative;
  top: 1px;
  line-height: 16px;
  margin-right: 2px;
}
.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a.active {
  background-color: #5192FA;
  color: #fff;
  border-color: #5192FA;
}
.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content {
  position: relative;
}
.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  width: 15px;
  background: #fff;
}
.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_tour {
  max-width: 1000px;
}
.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_car {
  max-width: 1000px;
}
.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_event {
  max-width: 1000px;
}
.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 {
  position: relative;
  padding: 0;
}
.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .text-heading {
  flex: 0 0 100%;
}
.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .sub-heading {
  flex: 0 0 100%;
  padding-top: 0;
}
.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item {
  width: 100%;
  height: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item {
    display: block;
  }
  .bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item .sub-heading {
    padding-top: 80px;
    margin: 0;
  }
}
@media (max-width: 1023px) and (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item .sub-heading {
    padding-top: 60px;
  }
}
.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-carousel, .bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-stage-outer, .bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-stage, .bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .owl-nav, .bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .owl-dots {
  display: none !important;
}
.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control {
  margin-top: 0;
  margin-bottom: -40px;
}
.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs {
  border: none;
  margin-top: 300px;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs {
    margin-top: 210px;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs {
    margin-top: 170px;
  }
}
.bc_wrap .page-template-content .bc-form-search-all.bg_video {
  position: relative;
}
.bc_wrap .page-template-content .bc-form-search-all.bg_video .background-video-container {
  direction: ltr;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 1s;
  width: 100%;
  z-index: -1;
}
.bc_wrap .page-template-content .bc-form-search-all.bg_video .background-video-embed {
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bc_wrap .page-template-content .bc-offer {
  margin: 50px 0 30px;
}
.bc_wrap .page-template-content .bc-offer .item {
  padding: 60px 15px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  height: 370px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-offer .item {
    padding: 25px 15px;
    height: 300px;
  }
}
.bc_wrap .page-template-content .bc-offer .item .featured-text {
  padding: 7px 20px;
  background: #fa5636;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
.bc_wrap .page-template-content .bc-offer .item .featured-icon {
  position: relative;
  min-height: 35px;
}
.bc_wrap .page-template-content .bc-offer .item .featured-icon i {
  line-height: normal;
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 60px;
  color: #fff;
}
.bc_wrap .page-template-content .bc-offer .item .item-title {
  color: #fff;
  margin-top: 60px;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 18px;
  transition: all 0.4s;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-offer .item .item-title {
    margin: 30px 0 10px;
  }
}
.bc_wrap .page-template-content .bc-offer .item .item-sub-title {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 75px;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-offer .item .item-sub-title {
    padding-bottom: 0;
  }
}
.bc_wrap .page-template-content .bc-offer .item a.btn-default {
  position: absolute;
  opacity: 0;
  bottom: 20px;
  color: #fff;
  background: transparent;
  transition: all 0.3s;
  border-radius: 3px;
  border: 1px solid #fff;
}
.bc_wrap .page-template-content .bc-offer .item a.btn-default:hover {
  color: #5191FA;
  background: #fff;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-offer .item a.btn-default {
    opacity: 1;
    bottom: 0 !important;
    position: relative;
  }
}
.bc_wrap .page-template-content .bc-offer .item .img-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s;
  background-size: cover !important;
  background: #1a2b47;
}
.bc_wrap .page-template-content .bc-offer .item:hover .img-cover {
  transform: scale(1.1);
}
.bc_wrap .page-template-content .bc-offer .item:hover .item-title {
  margin-top: 25px;
}
.bc_wrap .page-template-content .bc-offer .item:hover a.btn-default {
  opacity: 1;
  bottom: 60px;
}
.bc_wrap .page-template-content .bc-form-search-car {
  padding: 150px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-car {
    padding: 120px 0 15px;
  }
}
.bc_wrap .page-template-content .bc-form-search-car .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-car .text-heading {
    font-size: 28px;
  }
}
.bc_wrap .page-template-content .bc-form-search-car .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-car .sub-heading {
    font-size: 14px;
  }
}
.bc_wrap .page-template-content .bc-form-search-car .g-form-control {
  margin: 50px 0 0;
  padding: 0 100px;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-form-search-car .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-car .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
}
.bc_wrap .page-template-content .bc-car-term-featured-box {
  padding: 15px 0 0;
}
.bc_wrap .page-template-content .bc-car-term-featured-box .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-car-term-featured-box .title {
    font-size: 24px;
  }
}
.bc_wrap .page-template-content .bc-car-term-featured-box .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 15px;
}
.bc_wrap .page-template-content .bc-car-term-featured-box a {
  text-decoration: none;
}
.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item {
  background: #fff;
  text-align: center;
  margin: 15px 0;
  overflow: hidden;
}
.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item .text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(69, 7, 255, 0.9215686275);
}
.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item img {
  transition: all 0.3s;
  max-width: 100%;
}
.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item:hover img {
  transform: scale(1.1);
}
.bc_wrap .page-template-content .bc-list-car {
  margin: 50px 0;
}
.bc_wrap .page-template-content .bc-list-car .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-car .title {
    font-size: 24px;
  }
}
.bc_wrap .page-template-content .bc-list-car .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 15px;
}
.bc_wrap .page-template-content .bc-list-car.layout_normal {
  margin: 30px 0;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-list-car.layout_normal {
    margin: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-car.layout_carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.bc_wrap .page-template-content .bc-list-car .owl-dots {
  display: none;
}
.bc_wrap .page-template-content .bc-list-car .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-prev, .bc_wrap .page-template-content .bc-list-car .owl-nav .owl-next {
  font-size: 40px;
  line-height: 33px;
  border: solid 1px #000;
  padding: 0px 10px !important;
  margin-left: 10px;
}
.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-prev span, .bc_wrap .page-template-content .bc-list-car .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
.bc_wrap .page-template-content .bc-list-event {
  margin: 50px 0;
}
.bc_wrap .page-template-content .bc-list-event .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-event .title {
    font-size: 24px;
  }
}
.bc_wrap .page-template-content .bc-list-event .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 15px;
}
.bc_wrap .page-template-content .bc-list-event.layout_normal {
  margin: 30px 0;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-list-event.layout_normal {
    margin: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-event.layout_carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.bc_wrap .page-template-content .bc-list-event .owl-dots {
  display: none;
}
.bc_wrap .page-template-content .bc-list-event .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-prev, .bc_wrap .page-template-content .bc-list-event .owl-nav .owl-next {
  font-size: 40px;
  line-height: 33px;
  border: solid 1px #000;
  padding: 0px 10px !important;
  margin-left: 10px;
}
.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-prev span, .bc_wrap .page-template-content .bc-list-event .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
.bc_wrap .page-template-content .bc-form-search-event {
  padding: 150px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-event {
    padding: 120px 0 15px;
  }
}
.bc_wrap .page-template-content .bc-form-search-event .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-event .text-heading {
    font-size: 28px;
  }
}
.bc_wrap .page-template-content .bc-form-search-event .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-event .sub-heading {
    font-size: 14px;
  }
}
.bc_wrap .page-template-content .bc-form-search-event .g-form-control {
  margin: 50px 0 0;
  padding: 0 100px;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-form-search-event .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-event .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
}
.bc_wrap .page-template-content .bc-list-news .title {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-news .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.bc_wrap .page-template-content .bc-list-news .title .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 15px;
}
.bc_wrap .page-template-content .bc-list-news .item-news {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  /* ПК версия - 4 объекта в ряд */
}
@media (min-width: 1200px) {
  .bc_wrap .page-template-content .bc-list-news .item-news {
    margin-bottom: 25px;
  }
}
.bc_wrap .page-template-content .bc-list-news .item-news {
  /* Планшеты - 2 объекта в ряд */
}
@media (max-width: 1199px) and (min-width: 992px) {
  .bc_wrap .page-template-content .bc-list-news .item-news {
    margin-bottom: 25px;
  }
}
.bc_wrap .page-template-content .bc-list-news .item-news {
  /* Мобильная версия - меньшие квадраты */
}
@media (max-width: 991px) {
  .bc_wrap .page-template-content .bc-list-news .item-news {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .bc_wrap .page-template-content .bc-list-news .item-news {
    margin-bottom: 15px;
  }
}
.bc_wrap .page-template-content .bc-list-news .item-news a {
  text-decoration: none;
  transition: all 0.3s;
}
.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image {
  overflow: hidden;
  height: 170px;
  background: #ccc;
  /* ПК версия - 4 объекта в ряд */
}
@media (min-width: 1200px) {
  .bc_wrap .page-template-content .bc-list-news .item-news .thumb-image {
    height: 200px;
  }
}
.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image {
  /* Планшеты - 2 объекта в ряд */
}
@media (max-width: 1199px) and (min-width: 992px) {
  .bc_wrap .page-template-content .bc-list-news .item-news .thumb-image {
    height: 180px;
  }
}
.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image {
  /* Мобильная версия - меньшие квадраты */
}
@media (max-width: 991px) {
  .bc_wrap .page-template-content .bc-list-news .item-news .thumb-image {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .bc_wrap .page-template-content .bc-list-news .item-news .thumb-image {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .bc_wrap .page-template-content .bc-list-news .item-news .thumb-image {
    height: 80px;
  }
}
.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image a:hover img {
  transform: scale(1.1);
}
.bc_wrap .page-template-content .bc-list-news .item-news .caption {
  padding: 15px 0;
}
.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date {
  margin-bottom: 5px;
}
.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date a {
  color: #2a2a2a;
}
.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul li {
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}
.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul li a {
  font-weight: 500;
}
.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul .dot:before {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #7b7b7b;
  content: "";
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title {
  font-size: 17px;
  margin-bottom: 15px;
  word-break: break-word;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title {
    min-height: auto;
  }
}
.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title a {
  color: #1A2B50;
}
.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-desc {
  color: #7a7a7a;
  margin-bottom: 15px;
}
.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-more a {
  display: inline-block;
  color: #2a2a2a;
  position: relative;
  z-index: 2;
  padding-bottom: 2px;
  font-weight: 500;
}
.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-more a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #5191fa;
  bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
  opacity: 1;
}
.bc_wrap .page-template-content .bc-vendor-form-register h1 {
  font-size: 2rem;
}
.bc_wrap .page-template-content .bc-form-search-boat {
  padding: 150px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-boat {
    padding: 120px 0 15px;
  }
}
.bc_wrap .page-template-content .bc-form-search-boat .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-boat .text-heading {
    font-size: 28px;
  }
}
.bc_wrap .page-template-content .bc-form-search-boat .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-boat .sub-heading {
    font-size: 14px;
  }
}
.bc_wrap .page-template-content .bc-form-search-boat .g-form-control {
  margin: 50px 0 0;
  padding: 0 100px;
}
@media (max-width: 990px) {
  .bc_wrap .page-template-content .bc-form-search-boat .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-form-search-boat .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
}
.bc_wrap .page-template-content .bc-list-boat {
  margin: 50px 0;
}
.bc_wrap .page-template-content .bc-list-boat .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-boat .title {
    font-size: 24px;
  }
}
.bc_wrap .page-template-content .bc-list-boat .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 15px;
}
.bc_wrap .page-template-content .bc-list-boat.layout_normal {
  margin: 30px 0;
}
@media (max-width: 1023px) {
  .bc_wrap .page-template-content .bc-list-boat.layout_normal {
    margin: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-boat.layout_carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.bc_wrap .page-template-content .bc-list-boat .owl-dots {
  display: none;
}
.bc_wrap .page-template-content .bc-list-boat .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-prev, .bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-next {
  font-size: 40px;
  line-height: 33px;
  border: solid 1px #000;
  padding: 0px 10px !important;
  margin-left: 10px;
}
.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-prev span, .bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
.bc_wrap .page-template-content .bc-list-vendor .title {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 766px) {
  .bc_wrap .page-template-content .bc-list-vendor .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.bc_wrap .page-template-content .bc-list-vendor .title .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 15px;
}
.bc_wrap .page-template-content .bc-list-vendor .list-item .item {
  height: 100%;
  position: relative;
  padding: 30px;
  background: #fff;
  border: 1px solid #ecedf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}
.bc_wrap .page-template-content .bc-list-vendor .list-item .item .image {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 14px;
}
.bc_wrap .page-template-content .bc-list-vendor .list-item .item .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #202124;
  margin-bottom: 5px;
}
.bc_wrap .page-template-content .bc-list-vendor .list-item .item .designation {
  display: block;
  font-size: 14px;
  color: #1967d2;
  line-height: 19px;
  margin-bottom: 10px;
}
.bc_wrap .page-template-content .bc-list-vendor .list-item .item .text {
  font-size: 14px;
  color: #696969;
}
.bc_wrap .page-template-content .bc-list-vendor .list-item .item .location {
  position: relative;
  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: #696969;
  margin-bottom: 25px;
}
.bc_wrap .page-template-content .bc-list-vendor .list-item .item .location i {
  font-size: 14px;
  margin-right: 5px;
}
.bc_wrap .page-template-content .bc-list-vendor .list-item .item:hover {
  -webkit-box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
}
.bc_wrap .bc_form {
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bc_wrap .bc_form .g-field-search {
  flex: 0 0 90%;
  max-width: 90%;
  flex-grow: 1;
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_form .g-field-search {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .bc_wrap .bc_form .g-field-search [class*=col-] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.bc_wrap .bc_form .g-button-submit {
  flex: 0 0 10%;
  max-width: 10%;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_form .g-button-submit {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: right;
  }
}
.bc_wrap .bc_form .g-button-submit button {
  height: 100%;
  width: 100%;
  border-radius: 0px 5px 5px 0px;
  background: #5191fa;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_form .g-button-submit button {
    height: auto;
    width: auto;
    position: relative;
    margin: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 15px;
    font-weight: normal;
  }
}
.bc_wrap .bc_form .form-group {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_form .form-group {
    border-bottom: solid 1px #ccc;
  }
}
.bc_wrap .bc_form .border-right {
  border-right: 1px solid #D7DCE3;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_form .border-right {
    border-right: none !important;
  }
}
.bc_wrap .bc_form .field-icon {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  font-size: 35px;
  color: #5191fa;
  left: 15px;
}
@media (max-width: 766px) {
  .bc_wrap .bc_form .field-icon {
    margin-top: -16px;
    font-size: 30px;
  }
}
.bc_wrap .bc_form .dropdown-toggle:after {
  position: absolute;
  right: 10px;
  top: 50px;
  color: #5191FA;
  border-top: 0.4em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.32em solid transparent;
}
.bc_wrap .bc_form .form-content {
  position: relative;
  padding: 20px 0 10px 45px;
  transition: all 0.3s;
}
@media (max-width: 766px) {
  .bc_wrap .bc_form .form-content {
    padding-left: 40px;
  }
}
.bc_wrap .bc_form .form-content label {
  font-size: 14px;
  color: #5E6D77;
  font-weight: 400;
  margin-bottom: 0px;
}
.bc_wrap .bc_form .form-content .form-date-search .check-in-out, .bc_wrap .bc_form .form-content .form-date-search-hotel .check-in-out {
  position: absolute;
  left: -15px;
  bottom: 1px;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper {
    max-height: 45px;
  }
}
.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper .check-in-render, .bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper .check-out-render {
  display: inline-block;
  width: auto;
}
.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper span {
  color: #5E6D77;
  position: relative;
  top: -7px;
}
.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper label {
  display: block;
}
.bc_wrap .bc_form .form-content .date-wrapper .check-in-out {
  position: absolute;
  left: -15px;
  bottom: 1px;
  z-index: -1;
  opacity: 0;
}
.bc_wrap .bc_form .form-content .date-wrapper .wrapper-more label {
  display: block;
}
.bc_wrap .bc_form .form-content .dropdown .form-control {
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  color: #5191FA;
  position: relative;
  left: -5px;
  height: 25px !important;
}
@media (max-width: 766px) {
  .bc_wrap .bc_form .form-content .dropdown .form-control {
    font-size: 14px;
  }
}
.bc_wrap .bc_form .form-content .dropdown .form-control option {
  color: #000;
}
.bc_wrap .bc_form .form-content .render {
  font-size: 16px;
  color: #5191fa;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 766px) {
  .bc_wrap .bc_form .form-content .render {
    font-size: 14px;
  }
}
.bc_wrap .bc_form .input-search:after {
  display: none;
}
.bc_wrap .bc-list-hotel .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .bc_wrap .bc-list-hotel .title {
    font-size: 24px;
  }
}
.bc_wrap .bc-list-hotel .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 15px;
}
.bc_wrap .bc-list-hotel.layout_normal {
  margin: 30px 0;
}
@media (max-width: 1023px) {
  .bc_wrap .bc-list-hotel.layout_normal {
    margin: 0;
  }
}
@media (max-width: 766px) {
  .bc_wrap .bc-list-hotel.layout_carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.bc_wrap .bc-list-hotel .owl-dots {
  display: none;
}
.bc_wrap .bc-list-hotel .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.bc_wrap .bc-list-hotel .owl-nav .owl-prev, .bc_wrap .bc-list-hotel .owl-nav .owl-next {
  font-size: 40px;
  line-height: 33px;
  border: solid 1px #000;
  padding: 0px 10px !important;
  margin-left: 10px;
}
.bc_wrap .bc-list-hotel .owl-nav .owl-prev span, .bc_wrap .bc-list-hotel .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
.bc_wrap .guests-input .btn-minus, .bc_wrap .guests-input .btn-add,
.bc_wrap .guests-input .btn-minus2, .bc_wrap .guests-input .btn-add2 {
  padding: 0px 5px;
  cursor: pointer;
}
.bc_wrap .guests-input .btn-minus i, .bc_wrap .guests-input .btn-add i,
.bc_wrap .guests-input .btn-minus2 i, .bc_wrap .guests-input .btn-add2 i {
  font-size: 25px;
}
.bc_wrap .guests-input .count-display {
  color: #5191FA;
  min-width: 25px;
  text-align: center;
}
.bc_wrap .guests-input .count-display input {
  border: none;
  background: none;
  width: 35px;
  text-align: center;
  color: #5191fa;
  margin-left: 15px;
}
.bc_wrap .select-guests-dropdown,
.bc_wrap .select-seat-type-dropdown {
  transform: none !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  top: 100% !important;
  margin-top: 0px;
  right: 0px;
  border-color: #dee2e6;
}
@media (max-width: 1023px) {
  .bc_wrap .select-guests-dropdown,
  .bc_wrap .select-seat-type-dropdown {
    transform: translate(0px, -1px) !important;
  }
}
.bc_wrap .select-guests-dropdown .render,
.bc_wrap .select-seat-type-dropdown .render {
  padding-right: 30px;
}
.bc_wrap .select-guests-dropdown .dropdown-item-row,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 24px;
  align-items: center;
  padding-right: 14px;
}
.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus, .bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add,
.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2, .bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add2,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2 {
  padding: 0px 5px;
  cursor: pointer;
}
.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus i, .bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add i,
.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2 i, .bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add2 i,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus i,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add i,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2 i,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2 i {
  font-size: 25px;
}
.bc_wrap .select-guests-dropdown .dropdown-item-row .count-display,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .count-display {
  color: #5191FA;
  min-width: 25px;
  text-align: center;
}
.bc_wrap .select-guests-dropdown .dropdown-item-row .count-display input,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .count-display input {
  border: none;
  background: none;
  width: 35px;
  text-align: center;
  color: #5191fa;
  margin-left: 15px;
}
.bc_wrap .select-guests-dropdown .dropdown-item-row .val,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .val {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bc_wrap .select-guests-dropdown .dropdown-item-row .render,
.bc_wrap .select-seat-type-dropdown .dropdown-item-row .render {
  padding-right: 30px;
}
.bc_wrap .bc-faq-lists .faq-item {
  margin-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 35px;
}
.bc_wrap .bc-faq-lists .faq-item h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.bc_wrap .bc-faq-lists .faq-item h3 img {
  width: 30px;
  height: auto;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.bc_wrap .bc-faq-lists .faq-item p {
  font-size: 15px;
  color: #666;
  margin-top: 15px;
}
.bc_wrap .bc-checkbox {
  margin-bottom: 15px;
}
.bc_wrap .bc-checkbox input {
  margin-right: 5px;
}
.bc_wrap .bc-checkbox label {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  padding-left: 25px;
  font-size: 14px;
  color: #5E6D77;
  font-weight: normal;
  margin-bottom: 0px;
}
.bc_wrap .bc-checkbox input[type=checkbox] {
  display: none;
}
.bc_wrap .bc-checkbox .checkmark {
  display: inline-block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
  border: solid 1px #A0A9B2;
  border-radius: 2px;
  background: #fff;
}
.bc_wrap .bc-checkbox input[type=checkbox] + .checkmark {
  background-repeat: no-repeat !important;
  background-position: center;
}
.bc_wrap .bc-checkbox input[type=checkbox]:checked + .checkmark {
  background-repeat: no-repeat !important;
  background-position: center;
}
.bc_wrap .bc-checkbox input[type=checkbox]:checked + .checkmark:after {
  content: "";
  position: absolute;
  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);
}
.bc_wrap .bc-checkbox .fa-star {
  color: #fa5636;
  font-size: 15px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.bc_wrap .bc-contact-block .section {
  padding: 30px 0;
}
.bc_wrap .bc-contact-block .contact-form .alert ul {
  margin-left: 35px;
}
.bc_wrap .bc-contact-block .form_wrapper .contact-header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #EBEEF1;
}
.bc_wrap .bc-contact-block .form_wrapper .contact-header h1 {
  font-size: 24px;
  color: rgba(69, 7, 255, 0.9215686275);
  margin-top: 0px;
}
.bc_wrap .bc-contact-block .form_wrapper .contact-header h2 {
  font-size: 14px;
  color: #666b6f;
  margin-bottom: 0px;
}
.bc_wrap .bc-contact-block .contact-info {
  position: relative;
}
.bc_wrap .bc-contact-block .contact-info .info-bg {
  min-height: 500px;
}
@media (max-width: 1023px) {
  .bc_wrap .bc-contact-block .contact-info .info-bg {
    display: none;
  }
}
.bc_wrap .bc-contact-block .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 (max-width: 1023px) {
  .bc_wrap .bc-contact-block .contact-info .info-content {
    position: relative;
    margin: 0;
    min-width: auto;
  }
}
.bc_wrap .bc-contact-block .contact-info .info-content h3 {
  font-size: 24px;
  color: #FFFFFF;
  margin: 0;
}
.bc_wrap .bc-contact-block .contact-info .info-content .sub {
  position: relative;
  max-width: 300px;
}
.bc_wrap .bc-contact-block .contact-info .info-content .sub p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 5px;
  letter-spacing: normal;
  width: 100%;
  word-break: break-word;
}
.bc_wrap .bc-contact-block .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bc_wrap .bc-contact-block .bc-contact-block-form .text-danger {
  border: solid 1px #dc3545;
  display: block;
  padding: 10px;
  border-radius: 5px;
}
.bc_wrap .bc-contact-block .bc-contact-block-form .text-success {
  border: solid 1px #28a745;
  display: block;
  padding: 10px;
  border-radius: 5px;
}
.bc_wrap .bc-contact-block .bc-contact-block-form .submit {
  width: 100%;
}
.bc_wrap .bc-contact-block .bc-contact-block-form .fa-spinner {
  display: none;
}
.bc_wrap .bc-contact-block .bc-contact-block-form.loading .fa-spinner {
  display: inline-block;
}
.bc_wrap .bc-list-item .topbar-search {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .bc_wrap .bc-list-item .topbar-search {
    flex-wrap: wrap;
  }
  .bc_wrap .bc-list-item .topbar-search .text {
    flex: 0 0 100% !important;
  }
  .bc_wrap .bc-list-item .topbar-search .control {
    flex: 0 0 100% !important;
    flex-wrap: wrap;
  }
  .bc_wrap .bc-list-item .topbar-search .control .item {
    margin-bottom: 10px;
    margin-top: 10px;
    flex: 0 0 100% !important;
  }
}
.bc_wrap .bc-list-item .topbar-search .control {
  flex: 1 1 55%;
  color: rgba(69, 7, 255, 0.9215686275);
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bc_wrap .bc-list-item .topbar-search .control a {
  color: rgba(69, 7, 255, 0.9215686275);
  text-decoration: none;
  cursor: pointer;
}
.bc_wrap .bc-list-item .topbar-search .control .item {
  display: flex;
  align-items: center;
  margin-left: 5px;
  padding-left: 5px;
  border-left: solid 1px #a7a7a7;
}
.bc_wrap .bc-list-item .topbar-search .control .item:first-child {
  border: none;
}
.bc_wrap .bc-list-item .topbar-search .control .item .item-title {
  line-height: normal;
}
.bc_wrap .bc-list-item .topbar-search .control .item .dropdown {
  margin-left: 10px;
  font-weight: 600;
}
.bc_wrap .bc-list-item .topbar-search .control .item .dropdown .dropdown-toggle {
  padding: 7px 15px;
  border: solid 1px #CCc;
}
.bc_wrap .bc-list-item .topbar-search .control .item .dropdown .dropdown-item {
  color: #000;
  font-size: 14px;
}
.bc_wrap .bc-list-item .topbar-search .control .item .dropdown-toggle::after {
  top: 2px;
  position: relative;
}
.bc_wrap .bc_popup .modal-title {
  padding-right: 15px;
}
.bc_wrap .bc_popup .modal-content {
  border: none;
}
.bc_wrap .bc_popup .modal-content p {
  margin-bottom: 0;
}
.bc_wrap .bc_popup .modal-content img {
  max-width: 100%;
}
.bc_wrap .bc_popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: solid 1px rgba(69, 7, 255, 0.9215686275);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1 !important;
  color: rgba(69, 7, 255, 0.9215686275);
  z-index: 10;
  background: #fff;
}

/* Flight Card Clickable */
.flight-card-clickable {
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.flight-card-clickable:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}
.flight-card-clickable:active {
  transform: translateY(-1px) !important;
}

/* Enhanced Flight Route Display */
.flight-route-display {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}
.flight-route-display .route-from, .flight-route-display .route-to {
  flex: 1 !important;
  min-width: 120px !important;
}
.flight-route-display .route-from .route-label, .flight-route-display .route-to .route-label {
  display: block !important;
  font-size: 11px !important;
  color: #6c757d !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 2px !important;
  font-weight: 500 !important;
}
.flight-route-display .route-from .route-city, .flight-route-display .route-to .route-city {
  display: block !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
  line-height: 1.2 !important;
}
.flight-route-display .route-arrow-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}
.flight-route-display .route-arrow-container .route-arrow {
  font-size: 18px !important;
  color: rgba(69, 7, 255, 0.9215686275) !important;
  font-weight: bold !important;
}

/* Enhanced Book Transfer Button */
.btn-book-transfer {
  background: linear-gradient(135deg, rgba(69, 7, 255, 0.9215686275) 0%, #007bff 100%) !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 25px 40px !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  box-shadow: 0 8px 25px rgba(69, 7, 255, 0.4) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 75px !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 2px !important;
}
.btn-book-transfer::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
  transition: left 0.5s !important;
}
.btn-book-transfer:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 12px 35px rgba(69, 7, 255, 0.6) !important;
  background: linear-gradient(135deg, #007bff 0%, rgba(69, 7, 255, 0.9215686275) 100%) !important;
}
.btn-book-transfer:hover::before {
  left: 100% !important;
}
.btn-book-transfer:active {
  transform: translateY(-1px) scale(0.98) !important;
}
.btn-book-transfer i {
  font-size: 24px !important;
  margin-right: 15px !important;
  animation: float 2s ease-in-out infinite !important;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-2px);
  }
}
.btn-disabled {
  background: linear-gradient(135deg, #ffc107 0%, #ff8c00 100%) !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 25px 40px !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 75px !important;
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4) !important;
  transition: all 0.3s ease !important;
  margin: 0 2px !important;
}
.btn-disabled:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 30px rgba(255, 193, 7, 0.6) !important;
}
.btn-disabled i {
  font-size: 24px !important;
  margin-right: 15px !important;
}

/* Mobile Responsive for Route Display */
@media (max-width: 768px) {
  .flight-route-display {
    flex-direction: column !important;
    gap: 10px !important;
    text-align: center !important;
  }
  .flight-route-display .route-from, .flight-route-display .route-to {
    min-width: auto !important;
    width: 100% !important;
  }
  .flight-route-display .route-arrow-container .route-arrow {
    transform: rotate(90deg) !important;
    font-size: 20px !important;
  }
  .btn-book-transfer {
    padding: 22px 35px !important;
    font-size: 18px !important;
    min-height: 70px !important;
  }
  .btn-book-transfer i {
    font-size: 22px !important;
  }
  .btn-disabled {
    padding: 22px 35px !important;
    font-size: 18px !important;
    min-height: 70px !important;
  }
  .btn-disabled i {
    font-size: 22px !important;
  }
}
.bc_start_chat {
  background-color: #f5f6f7;
  border: 1px solid #ccd0d5;
  color: #4b4f56;
  padding: 3px 10px;
  font-size: 13px;
  cursor: pointer;
}
.bc_start_chat:hover {
  background-color: #ebedf0;
}

.owner-info {
  background: #FFF;
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #D7DCE3;
}
.owner-info .media-left {
  padding-right: 10px;
}
.owner-info .media-left a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owner-info .avatar-text {
  background: #1a2b47;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  padding-top: 4px;
  position: relative;
  font-size: 29px;
  top: 0;
  text-decoration: none;
}
.owner-info .media-heading {
  font-weight: 500;
  font-size: 14px;
  color: rgba(69, 7, 255, 0.9215686275);
  margin-top: 5px;
  margin-bottom: 5px;
}
.owner-info .media-heading a {
  color: inherit;
}
.owner-info p {
  margin-bottom: 5px;
  color: #5E6D77;
  font-size: 12px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.text-36 {
  font-size: 36px;
}

.g-gallery {
  margin: 10px 0;
  position: relative;
  min-height: 75px;
}
.g-gallery .fotorama .fotorama__arr.fotorama__arr--prev {
  left: 30px;
}
.g-gallery .fotorama .fotorama__arr.fotorama__arr--prev:after {
  content: "";
  background: url(../../images/ico_pre.svg);
}
.g-gallery .fotorama .fotorama__arr.fotorama__arr--next {
  right: 30px;
}
.g-gallery .fotorama .fotorama__arr.fotorama__arr--next:after {
  content: "";
  background: url(../../images/ico_next.svg);
}
.g-gallery .fotorama .fotorama__arr {
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: none;
  background-color: rgba(26, 43, 72, 0.6);
}
.g-gallery .fotorama .fotorama__arr:after {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 7px;
  width: 24px;
  height: 24px;
}
.g-gallery .fotorama .fotorama__fullscreen-icon {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 30px;
  right: 30px;
  background: none;
}
.g-gallery .fotorama .fotorama__fullscreen-icon:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../../images/ico_full_3.svg);
  left: 50%;
  margin-left: -11px;
  top: 7px;
  z-index: 1;
}
.g-gallery .fotorama .fotorama__fullscreen-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 43, 72, 0.5);
  border-radius: 3px;
}
.g-gallery .social {
  position: absolute;
  right: 30px;
  top: 30px;
}
.g-gallery .social .social-share {
  display: inline-flex;
}
.g-gallery .social .social-share:hover .share-wrapper {
  visibility: visible;
  opacity: 1;
}
.g-gallery .social .social-share a {
  text-decoration: none;
}
.g-gallery .social .social-share .social-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(26, 43, 72, 0.7);
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  margin-right: 10px;
}
.g-gallery .social .social-share .share-wrapper {
  visibility: hidden;
  opacity: 0;
  padding-left: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  padding-top: 5px;
  transition: all 0.3s;
}
.g-gallery .social .social-share .share-wrapper li {
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 50%;
  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;
  margin-bottom: 5px;
}
.g-gallery .social .social-share .share-wrapper li a {
  color: rgba(69, 7, 255, 0.9215686275);
}
.g-gallery .social .service-wishlist {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(26, 43, 72, 0.7);
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.g-gallery .social .service-wishlist.active .fa:before {
  content: "\f004";
}

.cdn-full-page {
  height: 100%;
}

.cdn-browser {
  background: #f4f5f9;
  height: 100%;
}
.cdn-browser .btn-pick-files {
  position: relative;
}
.cdn-browser .btn-pick-files input {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.cdn-browser .icon-loading {
  top: 4px;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  display: none;
}
.cdn-browser .icon-loading.active {
  display: inline-block;
}

.cdn-browser .files-nav {
  padding: 9px 13px;
  border-bottom: 1px solid #DADEE0;
  background: white;
}

.cdn-browser .files-nav .filter-item {
  padding-right: 20px;
}

.cdn-browser .files-nav .form-control,
.cdn-browser .files-nav .btn {
  height: 34px;
  font-size: 14px;
  line-height: normal;
  padding: 3px 12px;
}

.cdn-browser .files-list {
  flex-grow: 1;
  overflow: auto;
  padding: 15px;
}

.cdn-browser .files-list .view-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.cdn-browser .files-list .total-text {
  padding: 0px 10px;
}

.cdn-browser .files-list .view-grid .file-item {
  flex-shrink: 0;
  width: 12.5%;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.cdn-browser .files-list .view-grid .file-item .inner {
  position: relative;
  border: 1px solid #DADEE0;
  cursor: pointer;
  height: 100%;
  border-radius: 2px;
  user-select: none;
  -webkit-user-select: none;
}

.cdn-browser .files-list .view-grid .file-item .inner.active:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #007bff;
  border-radius: 2px;
}

.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status {
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 50%;
  background: #007bff;
  height: 24px;
  width: 24px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status svg {
  fill: white;
  width: 18px;
}

.cdn-browser .files-list .view-grid .file-item .inner .file-thumb img {
  max-width: 100%;
}

.cdn-browser .files-list .view-grid .file-item.is-image .inner .file-thumb img {
  object-fit: cover;
  height: 170px;
}

.cdn-browser .files-list .view-grid .file-item.not-image .inner .file-thumb img {
  padding-top: 27px;
  height: auto;
}

.cdn-browser .files-list .view-grid .file-item .inner .file-thumb {
  text-align: center;
}

.cdn-browser .files-list .view-grid .file-item .file-name {
  padding: 7px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
}

.cdn-browser .browser-actions {
  background: white;
  border-top: 1px solid #DADEE0;
  padding: 10px;
}

.cdn-browser .count-selected {
  color: #007bff;
  font-weight: bold;
  font-size: 14px;
}

.cdn-browser .clear-selected {
  color: red;
  font-size: 14px;
  cursor: pointer;
}

.cdn-browser .no-files-text {
  padding: 20px;
  font-size: 20px;
  color: red;
}

.cdn-browser .upload-new .filepond--root {
  margin-bottom: 0px;
  background-color: #ffffff;
  border-bottom: 1px solid #DADEE0;
}

.cdn-browser .upload-new .filepond--panel-root {
  border-radius: 0px;
  background-color: #ffffff;
  border-bottom: 1px solid #DADEE0;
}

@media (max-width: 1365px) {
  .cdn-browser .files-list .view-grid .file-item {
    width: 14.2%;
  }
}
@media (max-width: 1100px) {
  .cdn-browser .files-list .view-grid .file-item {
    width: 14.2%;
  }
}
@media (max-width: 991px) {
  .cdn-browser .files-list .view-grid .file-item {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .cdn-browser .files-list .view-grid .file-item {
    width: 50%;
  }
}
.cdn-browser .browser-actions .col-left {
  display: flex;
}
.cdn-browser .browser-actions .col-left .control-remove {
  margin-right: 15px;
  padding-top: 3px;
}
.cdn-browser .browser-actions .col-right .btn {
  margin-top: 3px;
}

#cdn-browser-modal {
  overflow: hidden;
  z-index: 2051;
}
#cdn-browser-modal .modal-dialog {
  height: 100%;
  padding-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}
#cdn-browser-modal .modal-dialog .modal-content {
  height: 100%;
}

.cdn-browser.is_loading {
  position: relative;
}
.cdn-browser.is_loading:before {
  display: block !important;
  right: 0;
  position: absolute;
  background: #fff;
  left: 0;
  top: 52px;
  z-index: 11;
  opacity: 0.8;
  content: "";
  bottom: 0;
}
.cdn-browser.is_loading:after {
  content: "\f1c5";
  display: block !important;
  font: normal normal normal 14px/1 FontAwesome;
  right: 0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 15;
  text-align: center;
  color: #131d29;
  font-size: 50px;
  margin-top: -20px;
}

#media-management {
  min-height: 400px;
  background: #fff !important;
  overflow: hidden;
}

.folder-item .btn-edit {
  display: none;
  right: 0px;
}
.folder-item:hover .btn-edit {
  display: inline-block;
}

.hover\:bg-f5f5f5:hover, .bg-f5f5f5 {
  background: #f5f5f5;
}

.bg-007bff {
  background: #007bff;
}

.file-list-item .item-preview img {
  width: 20px;
  height: auto;
}
.file-list-item .active {
  background: #75aeeb;
}

.cursor-pointer {
  cursor: pointer;
}

.bc_wrap.header_sticky {
  padding-top: 90px;
}
.bc_wrap .bc_topbar {
  background: rgba(69, 7, 255, 0.9215686275);
  padding: 15px 0;
}
@media (max-width: 768px) {
  .bc_wrap .bc_topbar {
    display: none;
  }
}
.bc_wrap .bc_topbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bc_wrap .bc_topbar .content .socials {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.bc_wrap .bc_topbar .content .socials a {
  padding-right: 18px;
  color: #D1D4DA;
  font-size: 14px;
  text-decoration: none;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.bc_wrap .bc_topbar .content .socials a:first-child {
  padding-left: 0;
}
.bc_wrap .bc_topbar .content .socials a:last-child {
  padding-right: 0;
}
.bc_wrap .bc_topbar .content .dropdown-menu .divider {
  margin: 0px 0;
  background-color: #31414a;
}
.bc_wrap .bc_topbar .content .topbar-items {
  display: inline-block;
}
.bc_wrap .bc_topbar .content .topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.bc_wrap .bc_topbar .content .topbar-items li a {
  color: #FFF;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .topbar-items li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.bc_wrap .bc_topbar .content .topbar-left {
  font-size: 14px;
  color: #fff;
}
.bc_wrap .bc_topbar .content .topbar-left a {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .topbar-left .line {
  min-width: 1px;
  display: inline-block;
  position: relative;
  min-height: 1px;
  margin: 0 10px;
}
.bc_wrap .bc_topbar .content .topbar-left .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  height: 20px;
  border-right: solid 1px #5f7190;
}
.bc_wrap .bc_topbar .content .topbar-right {
  font-size: 12px;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-notifications .dropdown-menu {
  left: 0 !important;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 200px;
  top: 15px !important;
  border-radius: 0;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu.width-auto {
  min-width: 0px;
}
.bc_wrap .bc_topbar .content .topbar-right .topbar-items li a {
  font-size: 12px;
}
.bc_wrap .bc_topbar .content .topbar-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_topbar .content .dropdown-menu {
  min-width: auto;
  background: rgba(69, 7, 255, 0.9215686275);
}
.bc_wrap .bc_topbar .content .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bc_wrap .bc_topbar .content .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #FFF;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a:hover {
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a:hover {
  background: #233448;
}
.bc_wrap .bc_header {
  border-bottom: 1px solid #EAEEF3;
}
.bc_wrap .bc_header .content {
  display: flex;
  align-items: center;
}
.bc_wrap .bc_header .content .header-left {
  position: relative;
  height: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .content .header-left {
    width: 90%;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu {
  padding-left: 20px;
  z-index: 99;
}
@media (max-width: 768px) {
  .bc_wrap .bc_header .content .header-left .bc-menu {
    display: none;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu a {
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul {
  list-style: none;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li {
  display: inline-block;
  position: relative;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li a {
  padding: 35px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(69, 7, 255, 0.9215686275);
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .bc_wrap .bc_header .content .header-left .bc-menu ul li a {
    padding: 35px 15px;
  }
}
@media (max-width: 1024px) {
  .bc_wrap .bc_header .content .header-left .bc-menu ul li a {
    padding: 35px 10px;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li.active {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .fa {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 5px;
  font-size: 18px;
  transition: all 0.3s;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown {
  list-style: none;
  position: absolute;
  left: 0;
  top: 120%;
  padding-left: 0;
  margin-bottom: 0;
  min-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 1px #dbdbdb;
  box-shadow: 0 1px 1px #dbdbdb;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li:not(:last-child) a {
  border-bottom: 1px solid #EEEEEE;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li .menu-dropdown {
  top: 0px;
  left: 100%;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > .menu-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > a {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > .fa {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul .-has-mega-menu {
  position: initial;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:nth-child(n+4) > .mega {
  right: 0;
  left: auto;
}
.bc_wrap .bc_header .content .header-right {
  position: relative;
  height: 100%;
  text-align: right;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .content .header-right {
    width: 10%;
  }
}
.bc_wrap .bc_header .content .header-right .bc-more-menu {
  border: none;
  background: transparent;
  font-size: 32px;
  padding: 0px 10px;
  float: right;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .bc_wrap .bc_header .content .header-right .bc-more-menu {
    display: flex;
    float: right;
    position: relative;
    z-index: 1001;
  }
}
.bc_wrap .bc_header .content .header-right .bc-more-menu.active {
  /* background: rgba(69, 7, 255, 0.9215686275); */
  background: var(--button-color);
  color: #fff;
  border-radius: 5px;
}
.bc_wrap .bc_header .content .header-right .topbar-items {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 990px) {
  .bc_wrap .bc_header .content .header-right .topbar-items {
    display: none;
  }
}
.bc_wrap .bc_header .content .header-right .topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.bc_wrap .bc_header .content .header-right .topbar-items li a {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login {
  padding-right: 50px;
  display: block;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar, .bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  border-radius: 50%;
  top: -12px;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  align-items: center;
  background: rgba(69, 7, 255, 0.9215686275);
  justify-content: center;
  font-size: 20px;
  color: #fff;
  display: flex;
}
.bc_wrap .bc_header .content .header-right .topbar-items li a {
  font-size: 12px;
}
.bc_wrap .bc_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 200px;
  top: 52px !important;
  border-radius: 0;
  transform: none !important;
  background: rgba(69, 7, 255, 0.9215686275);
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #FFF;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a:hover {
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a:hover {
  background: #233448;
}
.bc_wrap .bc_header .bc-menu-mobile {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform: translate(-105%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999 !important;
  border-right: solid 1px rgba(69, 7, 255, 0.9215686275);
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .bc-menu-mobile {
    display: block !important;
  }
}
.bc_wrap .bc_header .bc-menu-mobile.active {
  transform: translate(0);
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile {
  border-bottom: solid 1px #e6e6e6;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .b-close {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 11;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
  line-height: 40px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar {
  background: rgba(69, 7, 255, 0.9215686275);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar i {
  font-size: 34px;
  border: solid 2px #fff;
  border-radius: 50%;
  padding: 15px 17px;
  display: inline-block;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar img {
  max-width: 80px;
  border-radius: 50%;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul {
  padding: 20px;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li {
  margin-bottom: 10px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a {
  color: rgba(69, 7, 255, 0.9215686275);
  text-decoration: none;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a i {
  min-width: 15px;
  display: inline-block;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li:last-child {
  margin-bottom: 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang {
  padding: 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li {
  padding: 15px 20px;
  border-top: solid 1px #e6e6e6;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li a i {
  float: right;
  position: relative;
  top: 2px;
  text-align: center;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li a i:before {
  content: "\f104";
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li.show > a i:before {
  content: "\f107";
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu {
  position: relative !important;
  width: 100%;
  float: none;
  border: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
  transform: none !important;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a {
  font-size: 14px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a:before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
  color: #383838;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang .flag-icon-jp {
  border: solid 1px #adadad;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu {
  overflow-x: scroll;
  width: 100%;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul {
  padding: 10px 20px;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a {
  color: rgba(69, 7, 255, 0.9215686275);
  border-bottom: solid 1px #e6e6e6;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  padding: 10px 0;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a .caret {
  float: right;
  padding: 8px 15px 9px 15px;
  margin-top: -5px;
  margin-right: -10px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a .caret:before {
  content: "\f104";
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a:hover {
  border-bottom: solid 1px rgba(69, 7, 255, 0.9215686275);
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu {
  display: none;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li a {
  padding-left: 15px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu {
  display: none;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu li a {
  padding-left: 30px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > a {
  border-bottom: dashed 1px rgba(69, 7, 255, 0.9215686275);
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > a > .caret:before {
  content: "\f107";
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu {
  display: block;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > .children-menu {
  display: block;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > a > .caret:before {
  content: "\f107";
}
.bc_wrap .bc_header.is_sticky {
  bottom: auto;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  transition: all 0.3s;
}

@media (min-width: 1023px) {
  .frontend-page.header-transparent .bc_wrap.header_sticky {
    padding-top: 0;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar {
    background: transparent;
    color: #000;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu {
    background: #fff;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a {
    color: rgba(69, 7, 255, 0.9215686275);
    font-weight: bold;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a:hover {
    background: #dcdcdc;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li.menu-hr {
    border-top: 1px solid #dedede;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header {
    position: absolute;
    top: 50px;
    z-index: 10;
    width: 100%;
    background: transparent;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header.is_sticky {
    position: fixed;
    top: 0;
    background: rgba(69, 7, 255, 0.9215686275);
    transition: none;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content {
    background: transparent;
    color: #fff;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content .header-left .bc-menu > ul > li > a {
    color: #fff;
  }
  .frontend-page.header-transparent .page-template-content > div:first-child {
    padding-top: 220px;
  }
  .frontend-page.header-transparent .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs {
    border: none;
    margin-top: 200px;
  }
}
@media (max-width: 1023px) {
  .frontend-page.header-transparent .bc_wrap .bc_header {
    background: rgba(69, 7, 255, 0.9215686275);
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content {
    background: rgba(69, 7, 255, 0.9215686275);
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content .header-right .bc-more-menu {
    color: #fff;
  }
}

.bc_header .content .header-left .bc-logo .logo-text {
    font-size: 25px;
    font-weight: 1500 !important;
    color: #1355c1 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    letter-spacing: 0.8px !important;
    margin-left: 40px !important;
  }

/* Симметричный мобильный хедер */
/* Большие экраны до 1500px */
@media (max-width: 1500px) {
  .bc_header .content .header-left .bc-logo img {
    max-height: 60px !important;
    width: auto !important;
    object-fit: contain !important;
    margin-right: 10px !important;
    margin-left: 0 !important;
    transform: scale(2.0) !important;
  }
  
  .bc_header .content .header-left .bc-logo .logo-text {
    font-size: 30px;
    font-weight: 1500 !important;
    color: #1355c1 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    letter-spacing: 0.8px !important;
    margin-left: 30px !important;
  }
}

@media (max-width: 800px) {
    .bc_header .content .header-left .bc-logo img {
      max-height: 6vw !important;
      margin-top: 6px;
    }

    .bc_header {
      height: 80px; 
    }

    .bc_header .content .header-left .bc-logo .logo-text {
      font-size: 6vw !important;
      margin-left: 11vw !important;
    }
}

@media (max-width: 700px) {
    .bc_header .content .header-left .bc-logo .logo-text {
      font-size: 6vw !important;
      margin-left: 13vw !important;
    }
}

@media (max-width: 600px) {
    .bc_header .content .header-left .bc-logo img {
      max-height: 7vw !important;
      margin-top: 6px;
      margin-left: 25px !important;
    }

    .bc_header .content .header-left .bc-logo .logo-text {
      margin-left: 17vw !important;
    }
  
}

@media (max-width: 500px) {
  .bc_header .content .header-left .bc-logo img {
    max-height: 9vw !important;
  }
}

@media (max-width: 400px) {
  .bc_header .content .header-left .bc-logo img {
    max-height: 11vw !important;
  }

  .bc_header .content .header-left .bc-logo .logo-text {
    margin-left: 10vw !important;
  }
}

@media (max-width: 350px) {
  .bc_header .content .header-left .bc-logo .logo-text {
    font-size: 7vw !important;
  }
}

@media (max-width: 992px) {
  .bc_header .content .header-left .bc-logo .logo-text {
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  .bc_header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    min-height: 70px;
  }
  .bc_header .content .header-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    position: relative;
  }
  .bc_header .content .header-left .bc-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgba(69, 7, 255, 0.9215686275);
    width: 100%;
  }
  
  .bc_header .content .header-left .bc-logo .logo-text {
    font-size: 8vw;
    font-weight: 800;
    color: #6500cf;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.8px;
    margin-left: 10vw;
  }
  .bc_header .content .header-left .bc-logo:hover {
    color: #007bff;
    text-decoration: none;
  }
  .bc_header .content .header-left .bc-logo img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    margin-right: 10px;
  }
  .bc_header .content .header-left .bc-logo .default-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }

  .bc_header .content .header-left .bc-logo .logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #5191fa;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.8px;
    margin-left: 10px;
    z-index: 100;
  }
  .bc_header .content .header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bc_header .content .header-right .bc-more-menu {
    background: linear-gradient(135deg, #007bff, var(--button-color));
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    position: relative;
    overflow: hidden;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bc_header .content .header-right .bc-more-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
  }
  .bc_header .content .header-right .bc-more-menu:hover {
    /* background: linear-gradient(135deg, var(--button-color), #004085); */
    background-color: var(--button-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
  }
  .bc_header .content .header-right .bc-more-menu:hover::before {
    left: 100%;
  }
  .bc_header .content .header-right .bc-more-menu:active {
    transform: translateY(-1px);
  }
  .bc_header .content .header-right .bc-more-menu .hamburger-icon
  {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 18px;
    justify-content: space-between;
    position: relative;
  }
  .bc_header .content .header-right .bc-more-menu .hamburger-icon .hamburger-line
  {
    width: 100%;
    height: 3px;
    background: #007bff;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
    box-shadow: 0 1px 3px rgba(0, 123, 255, 0.3);
  }
  /* .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  } */
}
.bc_header .bc-menu .mega {
  position: absolute;
  top: 100%;
  background-color: white;
  padding: 5px 10px;
  border-radius: 4px;
  color: var(--color-dark-1);
  box-shadow: 1px 15px 15px -10px rgba(0, 0, 0, 0.2588235294);
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  width: 700px;
}
.bc_header .bc-menu .mega.--has-mega-image {
  width: 900px;
}
.bc_header .bc-menu .mega .mega-image {
  width: 30%;
}
.bc_header .bc-menu .mega .mega-image img {
  object-fit: cover;
  border-radius: 5px;
}
.bc_header .bc-menu .mega > .subnav {
  flex: 1;
  display: flex;
  opacity: 1;
  left: 0;
  top: 0;
  min-width: 0;
  position: relative;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  flex-wrap: wrap;
  overflow: hidden;
}
.bc_header .bc-menu .mega > .subnav > li {
  width: 25%;
  padding: 15px 15px 0px 15px;
}
.bc_header .bc-menu .mega > .subnav > li > a {
  padding: 0 0 15px 10px !important;
  border-bottom: solid 1px #ccc;
  width: 100%;
  position: relative;
}
.bc_header .bc-menu .mega > .subnav > li > a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  display: inline-block;
  background: #5191fa;
  top: -2px;
  left: 0px;
}
.bc_header .bc-menu .mega > .subnav > li > a i {
  display: none;
}
.bc_header .bc-menu .mega > .subnav > li > a:hover {
  background-color: transparent;
}
.bc_header .bc-menu .mega > .subnav .subnav {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  top: 0 !important;
  box-shadow: none !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li {
  width: 100% !important;
  margin-bottom: 0;
  padding: 0 !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li > a {
  border-bottom: none !important;
  padding: 15px 0 10px 0 !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li > a:hover {
  background-color: transparent;
}
.bc_header .bc-menu .mega > .subnav a i.icon {
  display: none;
}
.bc_header .bc-menu .mega.column-3 {
  width: 750px;
}
.bc_header .bc-menu .mega.column-3.--has-mega-image {
  width: 900px;
}
.bc_header .bc-menu .mega.column-3 .mega-image {
  width: 35%;
}
.bc_header .bc-menu .mega.column-3 .subnav > li {
  width: 33.33%;
}
.bc_header .bc-menu .mega.column-2 {
  width: 600px;
}
.bc_header .bc-menu .mega.column-2.--has-mega-image {
  width: 750px;
}
.bc_header .bc-menu .mega.column-2 .mega-image {
  width: 45%;
}
.bc_header .bc-menu .mega.column-2 .subnav > li {
  width: 50%;
}
.bc_header .bc-menu .mega .mega-image img {
  max-width: 100%;
  padding: 15px 10px;
}

.bc_header .bc-menu .-has-mega-menu:hover > .mega {
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media (min-width: 1200px) {
  .pc-menu-none {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .mb-menu-none {
    display: none !important;
  }
}
/* Скрываем сайдбар сканера на ПК версии */
@media (min-width: 769px) {
  .scanner-sidebar {
    display: none !important;
  }
  .scanner-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.bc_single_book_wrap {
  margin-top: 20px;
}
@media (max-width: 990px) {
  .bc_single_book_wrap {
    display: none;
    margin: 0;
  }
  .bc_single_book_wrap #sticky-wrapper .bc_tour_book {
    position: relative !important;
    top: 0 !important;
    width: auto !important;
  }
  .bc_single_book_wrap.show {
    position: fixed;
    z-index: 3000;
    left: 0px;
    right: 0px;
    padding: 20px !important;
    overflow: scroll;
    height: 100%;
    top: 0px;
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }
  .bc_single_book_wrap.show .bc_tour_book {
    flex-grow: 1;
  }
  .bc_single_book_wrap.show #sticky-wrapper {
    height: auto !important;
    flex: 1;
  }
  .bc_single_book_wrap.show .form-head {
    padding: 10px 15px;
  }
  .bc_single_book_wrap.show .form-head .price .value .onsale {
    display: inline-block;
    font-size: 16px;
  }
  .bc_single_book_wrap.show .form-guest-search, .bc_single_book_wrap.show .form-section-group, .bc_single_book_wrap.show .date-wrapper {
    padding: 10px 15px;
  }
  .bc_single_book_wrap.show label {
    margin: 0 !important;
  }
  .bc_single_book_wrap.show .form-section-group .form-section-title {
    font-size: 16px;
  }
  .bc_single_book_wrap.show .form-section-group .form-group {
    padding-top: 0;
  }
  .bc_single_book_wrap.show .form-section-group .form-group:last-child {
    padding-bottom: 0;
  }
  .bc_single_book_wrap.show .submit-group {
    padding: 10px 15px;
    text-align: right;
  }
  .bc_single_book_wrap.show .submit-group .btn {
    padding: 7px 16px 5px;
    font-size: 14px;
    width: auto;
  }
}

.bc_single_book {
  border: 1px solid #D7DCE3;
  border-top: 5px solid #5191FA;
  border-radius: 0 0 4px 4px;
  background: #FFF;
  position: relative;
  width: 100%;
}
.bc_single_book .tour-sale-box {
  position: absolute;
  top: -5px;
  overflow: hidden;
  height: 70px;
  width: 70px;
  right: -1px;
}
.bc_single_book .tour-sale-box .sale_class {
  position: absolute;
  width: 90px;
  height: 48px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -30px;
  top: -9px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  z-index: 8;
  background-color: #cc0033;
}
.bc_single_book .form-head {
  position: relative;
  padding: 20px;
  color: #5E6D77;
  font-size: 14px;
  border-bottom: 1px solid #D7DCE3;
}
.bc_single_book .form-head .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 18px;
  color: #1A2B48;
  font-weight: 500;
}
.bc_single_book .form-head .price .label {
  font-size: 14px;
  color: #5E6D77;
  font-weight: 400;
  padding: 0 10px 0 0;
  position: relative;
  top: -3px;
}
.bc_single_book .form-head .price .value {
  line-height: 28px;
}
.bc_single_book .form-head .price .value .text-lg {
  font-weight: 500;
  font-size: 24px;
  color: #00001E;
}
.bc_single_book .form-head .price .value .onsale {
  display: block;
  text-decoration: line-through;
  font-size: 17px;
  color: #cc0033 !important;
  font-weight: 400;
  line-height: 20px;
}
.bc_single_book .form-content .form-group {
  margin-bottom: 0;
  border-bottom: 1px solid #D7DCE3;
}
.bc_single_book .form-content .form-group .item-disable label, .bc_single_book .form-content .form-group .item-disable .render, .bc_single_book .form-content .form-group .item-disable .icon, .bc_single_book .form-content .form-group .item-disable input {
  color: #888 !important;
}
.bc_single_book .form-date-search, .bc_single_book .form-date-search-hotel {
  position: relative;
}
.bc_single_book .form-date-search .start_date, .bc_single_book .form-date-search-hotel .start_date {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.bc_single_book .date-wrapper, .bc_single_book .form-guest-search {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bc_single_book .date-wrapper .check-in-wrapper, .bc_single_book .date-wrapper .guest-wrapper, .bc_single_book .form-guest-search .check-in-wrapper, .bc_single_book .form-guest-search .guest-wrapper {
  padding: 0;
  width: 100%;
  float: left;
}
.bc_single_book .date-wrapper .check-in-wrapper label, .bc_single_book .date-wrapper .guest-wrapper label, .bc_single_book .form-guest-search .check-in-wrapper label, .bc_single_book .form-guest-search .guest-wrapper label {
  font-size: 16px;
  color: #1A2B48;
  font-weight: 500;
  margin-bottom: 5px;
}
.bc_single_book .date-wrapper .check-in-wrapper .render, .bc_single_book .date-wrapper .guest-wrapper .render, .bc_single_book .form-guest-search .check-in-wrapper .render, .bc_single_book .form-guest-search .guest-wrapper .render {
  font-size: 13px;
  color: #5E6D77;
}
.bc_single_book .date-wrapper .fa, .bc_single_book .form-guest-search .fa {
  font-size: 25px;
}
.bc_single_book .date-wrapper .input-number-group .input input, .bc_single_book .form-guest-search .input-number-group .input input {
  border: none;
  background: none;
  width: 35px;
  text-align: center;
  color: #000;
  margin-left: 15px;
}
.bc_single_book .form-section-group {
  padding: 15px 20px;
}
.bc_single_book .form-section-group .form-section-title {
  font-size: 18px;
}
.bc_single_book .form-section-group label {
  font-size: inherit;
  color: #1A2B48;
  font-weight: 500;
  margin-bottom: 0px;
}
.bc_single_book .form-section-group .render {
  font-size: 13px;
  color: #5E6D77;
}
.bc_single_book .form-section-group .form-group {
  padding: 10px 0px;
  border-bottom: 0px;
}
.bc_single_book .submit-group {
  border-top: 1px solid #D7DCE3;
  padding: 20px;
}
.bc_single_book .submit-group .btn {
  width: 100%;
  font-size: 16px;
  padding: 12px 25px;
  color: #FFF;
}
.bc_single_book .submit-group .alert-text {
  margin-top: 10px;
}
.bc_single_book .form-section-total {
  border-top: 1px solid #d7dce3;
  padding: 15px 20px;
}
.bc_single_book .form-section-total label {
  font-size: 16px;
  margin-bottom: 0;
}
.bc_single_book .form-section-total .price {
  float: right;
}
.bc_single_book .nav-enquiry {
  background: #F9F9F9;
  padding: 20px;
  border-bottom: solid 1px #d7dce3;
  display: flex;
}
.bc_single_book .nav-enquiry .enquiry-item {
  flex: 0 0 50%;
  text-align: center;
}
.bc_single_book .nav-enquiry .enquiry-item span {
  color: #1a2b4e;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-bottom: solid 1px transparent;
  cursor: pointer;
}
.bc_single_book .nav-enquiry .enquiry-item.active span {
  border-bottom: solid 1px #5191FA;
  color: #5191FA;
}
.bc_single_book .form-enquiry {
  padding: 20px;
}
.bc_single_book .form-enquiry .btn-primary {
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.bc_single_book .form-enquiry .btn-primary.is-success {
  background: #797979 !important;
}
.bc_single_book .form-enquiry .btn-primary.is-success .fa {
  display: none;
}
.bc_single_book .form-enquiry .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
}
.bc_single_book .form-enquiry textarea {
  height: 100px;
}
.bc_single_book .form-enquiry .alert-text {
  margin-top: 10px;
}
.bc_single_book .form-send-enquiry {
  text-align: center;
  margin: 20px 0;
}

.bc-more-book-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 11;
  display: none;
  border-top: solid 1px #ddd;
}
@media (max-width: 990px) {
  .bc-more-book-mobile {
    display: block;
  }
}
.bc-more-book-mobile .container {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  height: 65px;
  flex-wrap: wrap;
}
.bc-more-book-mobile .left, .bc-more-book-mobile .right {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.bc-more-book-mobile .left .g-price .prefix {
  color: #5E6D77;
  display: inline-block;
}
.bc-more-book-mobile .left .g-price .prefix i {
  font-size: 16px;
  color: #ffc107;
}
.bc-more-book-mobile .left .g-price .fr_text {
  font-size: 12px;
}
.bc-more-book-mobile .left .g-price .price {
  position: relative;
  display: inline-block;
}
.bc-more-book-mobile .left .g-price .price .text-price {
  font-size: 20px;
  color: #1A2B48;
  font-weight: 500;
}
.bc-more-book-mobile .left .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 16px;
  color: #cc0033 !important;
  font-weight: 400;
}
.bc-more-book-mobile .left .g-price i {
  font-size: 18px;
}
.bc-more-book-mobile .left .service-review .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 90px;
}
.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:before, .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #FFDC00;
}
.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars-active {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bc-more-book-mobile .left .service-review .review {
  position: relative;
  top: -2px;
  font-size: 13px;
  color: #768092;
  margin-left: 10px;
}
@media (max-width: 340px) {
  .bc-more-book-mobile .left .service-review .review {
    display: none;
  }
}
.bc-more-book-mobile .right {
  text-align: right;
}
.bc-more-book-mobile .btn-primary {
  padding: 8px 20px 6px;
  color: #fff;
  text-transform: uppercase;
}

.hotel_rooms_form .nav-enquiry {
  background: #F9F9F9;
  padding: 20px;
  border-bottom: solid 1px #d7dce3;
  display: flex;
  border-top: solid 5px #5191fa;
  border-left: solid 1px #d7dce3;
  border-right: solid 1px #d7dce3;
}
.hotel_rooms_form .nav-enquiry .enquiry-item {
  flex: 0 0 50%;
  text-align: center;
}
.hotel_rooms_form .nav-enquiry .enquiry-item span {
  color: #1a2b4e;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-bottom: solid 1px transparent;
  cursor: pointer;
}
.hotel_rooms_form .nav-enquiry .enquiry-item.active span {
  border-bottom: solid 1px #5191FA;
  color: #5191FA;
}
.hotel_rooms_form .form-enquiry {
  padding: 20px;
}
.hotel_rooms_form .form-enquiry .btn-primary {
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.hotel_rooms_form .form-enquiry .btn-primary.is-success {
  background: #797979 !important;
}
.hotel_rooms_form .form-enquiry .btn-primary.is-success .fa {
  display: none;
}
.hotel_rooms_form .form-enquiry .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
}
.hotel_rooms_form .form-enquiry textarea {
  height: 100px;
}
.hotel_rooms_form .form-enquiry .alert-text {
  margin-top: 10px;
}
.hotel_rooms_form .form-enquiry {
  border: solid 1px #d7dce3;
  border-top: none;
}
.hotel_rooms_form .form-enquiry .btn-primary {
  width: 180px;
}

#enquiry_form_modal {
  z-index: 9999;
}
#enquiry_form_modal .modal-dialog {
  z-index: 9999;
}
#enquiry_form_modal:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 9998;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
  color: rgba(69, 7, 255, 0.9215686275);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Prevents img without src to appear */
img.lazy {
  opacity: 0;
}
img.lazy:not(.initial) {
  transition: opacity 1s;
}
img.lazy.initial, img.lazy.loaded, img.lazy.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}

ul, ol {
  padding: 0;
  margin: 0;
}

.clear:before, .clear:after {
  display: table;
  content: "";
  clear: both;
}

[v-cloak] {
  display: none;
}

.bc_wrap .bc_footer .mailchimp {
  padding-top: 65px;
  padding-bottom: 40px;
  background: #F5F5F5;
}
@media (max-width: 766px) {
  .bc_wrap .bc_footer .mailchimp {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
.bc_wrap .bc_footer .mailchimp .media-left {
  padding-right: 30px;
}
@media (max-width: 766px) {
  .bc_wrap .bc_footer .mailchimp .media-left {
    padding-right: 15px;
  }
}
.bc_wrap .bc_footer .mailchimp .media-left i {
  font-size: 80px;
  top: -10px;
  position: relative;
}
@media (max-width: 766px) {
  .bc_wrap .bc_footer .mailchimp .media-left i {
    top: -20px;
  }
}
.bc_wrap .bc_footer .mailchimp .media-body .media-heading {
  font-size: 24px !important;
}
@media (max-width: 766px) {
  .bc_wrap .bc_footer .mailchimp .media-body .media-heading {
    font-size: 18px !important;
  }
}
.bc_wrap .bc_footer .mailchimp .media-body p {
  font-size: 16px !important;
  color: #5E6D77 !important;
}
@media (max-width: 766px) {
  .bc_wrap .bc_footer .mailchimp .media-body p {
    font-size: 14px !important;
  }
}
.bc_wrap .bc_footer .mailchimp .subcribe-form {
  position: relative;
}
.bc_wrap .bc_footer .mailchimp .subcribe-form .form-control {
  height: 55px;
  line-height: 53px;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #D7DCE3;
}
@media (max-width: 766px) {
  .bc_wrap .bc_footer .mailchimp .subcribe-form .form-control {
    height: 40px;
    line-height: 40px;
  }
}
.bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit {
  border: none;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  background: rgba(69, 7, 255, 0.9215686275);
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 766px) {
  .bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 990px) {
  .bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bc_wrap .bc_footer .main-footer {
  margin: 20px 0;
}
.bc_wrap .bc_footer .main-footer .nav-footer .title {
  text-transform: uppercase;
  font-weight: 500;
  padding: 20px 0;
  margin-bottom: 31px;
  position: relative;
}
.bc_wrap .bc_footer .main-footer .nav-footer .title:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 120px;
  border-bottom: 1px solid #ebebeb;
  left: 0;
}
@media (max-width: 768px) {
  .bc_wrap .bc_footer .main-footer .nav-footer .title:before {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .bc_wrap .bc_footer .main-footer .nav-footer .title {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
.bc_wrap .bc_footer .main-footer .nav-footer .context ul {
  list-style: none;
}
.bc_wrap .bc_footer .main-footer .nav-footer .context ul li {
  display: block;
}
.bc_wrap .bc_footer .main-footer .nav-footer .context ul li a {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: rgba(69, 7, 255, 0.9215686275);
  text-decoration: none;
  transition: all 0.3s;
}
.bc_wrap .bc_footer .main-footer .nav-footer .context ul li a:hover {
  color: #5191FA;
}
.bc_wrap .bc_footer .main-footer .nav-footer .context .contact {
  border-left-width: 3px;
  padding-left: 20px;
  border-left-color: #5191fa;
  border-left-style: solid;
  margin-bottom: 30px;
}
.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .c-title {
  color: #5e6d77;
  margin-bottom: 10px;
}
.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub {
  font-weight: 500;
  font-size: 18px;
}
.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub a {
  margin-right: 20px;
  text-decoration: none;
}
.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub a i {
  color: rgba(69, 7, 255, 0.9215686275);
}
.bc_wrap .bc_footer .copy-right {
  border-top: 1px solid #EAEEF3;
}
.bc_wrap .bc_footer .copy-right p {
  margin-bottom: 0;
}
.bc_wrap .bc_footer .copy-right .context {
  position: relative;
  padding: 40px 15px;
}
.bc_wrap .bc_footer .copy-right .context .f-visa {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 460px) {
  .bc_wrap .bc_footer .copy-right .context .f-visa {
    position: initial;
    margin-top: 10px;
    transform: translate(0);
  }
}
@media (max-width: 766px) {
  .bc_wrap .bc_footer .copy-right .context {
    padding: 20px 15px;
  }
}

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

.bc-effect-bg, .bc-effect-user-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 19;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.bootbox.modal {
  z-index: 3000;
}
.bootbox.modal:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0.5;
}

.review_upload_item {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 10vh;
}

.review_upload_file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.helpText:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 150%;
  color: gray;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 10vh;
  height: 10vh;
  border: 3px dashed gray;
}

/* Enhanced Modal Styles */
.enhanced-close-btn {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    background: #dc3545 !important;
    color: white !important;
    border: 4px solid white !important;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    font-weight: bold !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    line-height: 1 !important;
}

.enhanced-close-btn:hover {
    background: #c82333 !important;
    transform: scale(1.15) !important;
    box-shadow: 0 8px 30px rgba(220, 53, 69, 0.6) !important;
    border-color: #fff !important;
}

.enhanced-close-btn:active {
    transform: scale(0.9) !important;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3) !important;
}

.airline-logo-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: white !important;
    border-radius: 12px !important;
    padding: 15px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #f8f9fa !important;
    min-width: 140px !important;
    min-height: 100px !important;
}

.enhanced-airline-logo {
    max-width: 120px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
}

.enhanced-airline-logo:hover {
    transform: scale(1.05) !important;
}

.airline-info {
    flex: 1 !important;
}

.airline-info .font-size-16 {
    line-height: 1.3 !important;
    margin-bottom: 5px !important;
}

.airline-info .font-size-14 {
    line-height: 1.2 !important;
    opacity: 0.8 !important;
}

/* Enhanced Book Now Button */
.enhanced-book-btn {
    padding: 15px 30px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 55px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}

.enhanced-book-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4) !important;
    background: var(--button-color) !important;
}

.enhanced-book-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important;
}

.enhanced-book-btn i {
    font-size: 16px !important;
    margin-left: 8px !important;
}

/* Flight Seat Card Horizontal Layout */
.flight-seat-card {
    background: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
}

.flight-seat-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-2px) !important;
}

.seat-info-item {
    text-align: center !important;
    padding: 10px 5px !important;
}

.seat-label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #6c757d !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 5px !important;
    line-height: 1.2 !important;
}

.seat-value {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
    line-height: 1.3 !important;
}

.seat-price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #007bff !important;
}

.ticket-quantity-selector {
    margin-top: 5px !important;
}

.ticket-quantity-selector .btn {
    border: 1px solid #ddd;
    width: 35px !important;
    height: 30px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    font-size: 12px !important;
}

.ticket-quantity-selector .btn i {
    font-size: 18px !important;
}

.ticket-quantity-selector .ticket-input {
    width: 35px !important;
    height: 30px !important;
    font-size: 12px !important;
    padding: 0 5px !important;
    border-radius: 6px !important;
    text-align: center !important;
    display: block !important;
    border: 1px solid #dee2e6 !important;
    background: #fff !important;
    color: #333 !important;
    font-weight: 600 !important;
}

/* Mobile Responsive for Seat Cards */
@media (max-width: 768px) {
    .flight-seat-card {
        padding: 15px !important;
        margin-bottom: 10px !important;
    }
    
    .seat-info-item {
        padding: 8px 3px !important;
    }
    
    .seat-label {
        font-size: 10px !important;
        margin-bottom: 3px !important;
    }
    
    .seat-value {
        font-size: 12px !important;
    }
    
    .seat-price {
        font-size: 14px !important;
    }
    
    .ticket-quantity-selector .btn {
        width: 60px !important;
        height: 40px !important;
        font-size: 10px !important;
    }

     .ticket-quantity-selector .btn i {
        font-size: 15px !important;
    }
    
    .ticket-quantity-selector .ticket-input {
      width: 60px !important;
      height: 40px !important;
      font-size: 10px !important;
      display: block !important;
    }
}

/* Simple Flight Header */
.flight-header-simple {
    padding: 20px !important;
    text-align: center !important;
    background: white !important;
}

.airline-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}

.airline-logo-center {
    width: 60px !important;
    height: 60px !important;
    background: #f8f9fa !important;
    border-radius: 12px !important;
    padding: 10px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
}

.airline-logo-img {
    max-width: 40px !important;
    max-height: 40px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.airline-info-center {
    text-align: center !important;
}

.airline-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 3px !important;
}

.airline-code {
    font-size: 14px !important;
    color: #6c757d !important;
    font-weight: 500 !important;
}

.route-line {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 15px !important;
    gap: 20px !important;
}

.departure-city, .arrival-city {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
    flex: 1 !important;
    text-align: center !important;
}

.route-arrow {
    font-size: 20px !important;
    color: #007bff !important;
    font-weight: bold !important;
}

.time-line {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #f8f9fa !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    margin: 0 10px !important;
}

.departure-time, .arrival-time {
    text-align: center !important;
    flex: 1 !important;
}

.time {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 3px !important;
}

.date {
    font-size: 12px !important;
    color: #6c757d !important;
    font-weight: 500 !important;
}

.duration {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #007bff !important;
    background: white !important;
    padding: 8px 15px !important;
    border-radius: 20px !important;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2) !important;
    margin: 0 15px !important;
}

/* Modern Book Transfer Button */
.btn-book-transfer {
    background: linear-gradient(135deg, #007bff 0%, var(--button-color) 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.btn-book-transfer::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.5s !important;
}

.btn-book-transfer:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4) !important;
    background: linear-gradient(135deg, var(--button-color) 0%, #004085 100%) !important;
}

.btn-book-transfer:hover::before {
    left: 100% !important;
}

.btn-book-transfer:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important;
}

.btn-book-transfer i {
    font-size: 16px !important;
    transition: transform 0.3s ease !important;
}

.btn-book-transfer:hover i {
    transform: scale(1.1) !important;
}

/* Fully Booked Button */
.btn-book-transfer.btn-warning {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%) !important;
    color: #212529 !important;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3) !important;
}

.btn-book-transfer.btn-warning:hover {
    background: linear-gradient(135deg, #e0a800 0%, #d39e00 100%) !important;
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4) !important;
}

.btn-book-transfer.btn-warning i {
    color: #212529 !important;
}

/* Button spacing and alignment */
.btn-book-transfer span {
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

/* Modern Ticket Card Design */
.ticket-card {
    background: white !important;
    border: 1px solid #e9ecef !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.ticket-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px) !important;
}

/* Ticket Header */
.ticket-header-wrapper {
    background: #f8f9fa !important;
    border-bottom: 1px solid #e9ecef !important;
}

.ticket-header {
    padding: 1rem 1.5rem !important;
    position: relative !important;
}

/* PC specific header adjustments */
@media (min-width: 992px) {
    .col-lg-4 .ticket-header-wrapper {
        background: #f8f9fa !important;
    }
    
    .col-lg-4 .ticket-header {
        padding: 0.5rem 0.75rem !important;
    }
}

.operator {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
}

.operator .logo {
    width: 50px !important;
    height: 50px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: white !important;
    padding: 4px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    flex-shrink: 0 !important;
}

.operator .logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.operator-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 1 !important;
    flex-wrap: wrap !important;
}

.operator .name {
    font-weight: 600 !important;
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

.seats-left {
    font-size: 0.75rem !important;
    display: inline-block !important;
    color: #0eb076 !important;
    background: rgba(35, 183, 130, 0.15) !important;
    padding: 4px 8px !important;
    border-radius: 12px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    border: 1px solid rgba(35, 183, 130, 0.3) !important;
    max-width: fit-content !important;
}

.seats-left.no-seats {
    color: #dc3545 !important;
    background: rgba(220, 53, 69, 0.15) !important;
    border-color: rgba(220, 53, 69, 0.3) !important;
}

.seats-left i {
    margin-right: 4px !important;
    font-size: 10px !important;
}

.price {
    text-align: right !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    height: 100% !important;
}

.price .total {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #007bff !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

.price .small {
    font-size: 12px !important;
    color: #6c757d !important;
    font-weight: 500 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.btn-select {
    background: linear-gradient(135deg, #007bff 0%, var(--button-color) 100%) !important;
    color: white !important;
    border: none !important;
    padding: 8px 20px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    position: absolute !important;
    right: 1.5rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.btn-select:hover {
    background: linear-gradient(135deg, var(--button-color) 0%, #004085 100%) !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-50%) scale(1.05) !important;
}

.btn-select.btn-disabled {
    background: #6c757d !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

.btn-select.btn-disabled:hover {
    transform: translateY(-50%) !important;
    background: #6c757d !important;
}


/* Ticket Body */
.ticket-body {
    padding: 1.5rem !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Removed vertical divider as we now have single journey */

/* Removed old img-operator styles - using PC specific styles below */

.journey {
    padding: 0.5rem 0 !important;
}

.details {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.port {
    font-weight: 600 !important;
    color: #333 !important;
    font-size: 14px !important;
}

.time {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #007bff !important;
}

.date {
    font-size: 12px !important;
    color: #6c757d !important;
    font-weight: 500 !important;
}

.journey-duration {
    font-size: 12px !important;
    color: #6c757d !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin-bottom: 8px !important;
    display: block !important;
    width: 100% !important;
}

.journey-line {
    position: relative !important;
    height: 2px !important;
    background: #007bff !important;
    margin: 8px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.journey-line .point {
    position: absolute !important;
    width: 8px !important;
    height: 8px !important;
    background: #007bff !important;
    border-radius: 50% !important;
    top: -3px !important;
}

.journey-line .startpoint {
    left: 0 !important;
}

.journey-line .endpoint {
    right: 0 !important;
}

.journey-stops {
    font-size: 11px !important;
    color: #28a745 !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: block !important;
    width: 100% !important;
    margin-top: 8px !important;
}

/* Mobile CTA */
.ticket-cta-mobile {
    padding: 1rem 1.5rem !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e9ecef !important;
    margin-top: auto !important;
}

.ticket-cta-mobile .btn-select {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    text-align: center !important;
    padding: 12px !important;
}

.ticket-cta-mobile .btn-select:hover {
    transform: scale(1.02) !important;
}

/* Desktop CTA */
.ticket-cta-desktop {
    padding: 1rem 1.5rem !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e9ecef !important;
    margin-top: auto !important;
}

/* PC Desktop CTA */
@media (min-width: 992px) {
    .col-lg-4 .ticket-cta-desktop {
        padding: 0.5rem 0.75rem !important;
        background: #f8f9fa !important;
        border-top: 1px solid #e9ecef !important;
        margin-top: auto !important;
    }
    
    .col-lg-4 .ticket-cta-desktop .row {
        margin: 0 !important;
    }
    
    .col-lg-4 .ticket-cta-desktop .col-12 {
        padding: 0 !important;
    }
}

/* Mobile Image */
.mobile-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Enhanced Close Button Styles */
.enhanced-close-btn {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    z-index: 9999 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    border: 2px solid #dc3545 !important;
    background: #dc3545 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4) !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
}

.enhanced-close-btn:hover {
    background: #c82333 !important;
    border-color: #c82333 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.6) !important;
}

.enhanced-close-btn:active {
    transform: scale(0.95) !important;
}

/* Enhanced Close Button for Mobile */
@media (max-width: 768px) {
    .enhanced-close-btn {
        width: 45px !important;
        height: 45px !important;
        top: 10px !important;
        right: 10px !important;
        font-size: 22px !important;
    }
    
    .enhanced-close-btn span {
        font-size: 18px !important;
    }
}

/* Mobile Image Operator - no search icon */
@media (max-width: 768px) {
    .img-operator {
        position: relative !important;
        height: 150px !important;
        width: 100% !important;
        border-radius: 0.75rem !important;
        overflow: hidden !important;
        background: #f8f9fa !important;
        margin-bottom: 1rem !important;
    }
    
    .img-operator img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 0.75rem !important;
    }
    
    .img-operator i {
        display: none !important;
    }
}

/* Bali Ferries Search Form Styles */
.searchbox {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 2rem;
    overflow: visible;
    position: relative;
}

.searchbox-input-wrapper {
    padding: 1.5rem;
}

.searchbox .row.no-gutters {
    margin: 0;
}

.searchbox .row.no-gutters > [class*="col-"] {
    padding: 0;
}

/* Input Fields */
.searchbox .input {
    position: relative;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
    margin-bottom: 0;
    height: 100%;
    min-height: 60px;
}

.searchbox .input:hover {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

.searchbox .input:focus-within {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* Input Wrapper */
.searchbox .input-from-wrapper,
.searchbox .input-to-wrapper,
.searchbox .input-departure-date-wrapper,
.searchbox .input-pax-wrapper {
    padding: 0.75rem 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

/* Labels */
.searchbox .input label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Display Values */
.searchbox .input .from,
.searchbox .input .to,
.searchbox .input .departure-date,
.searchbox .input .total-pax {
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    margin-top: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Direction Swap Button */
.searchbox .direction-swap-btn {
    background: linear-gradient(135deg, #007bff 0%, var(--button-color) 100%);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    color: #fff;
    position: relative;
    z-index: 10;
}

.searchbox .direction-swap-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    color: #fff;
}

.searchbox .direction-swap-btn:active {
    transform: scale(0.95);
}

.searchbox .direction-swap-btn .route-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.searchbox .direction-swap-btn .route-icon svg {
    transition: transform 0.3s ease;
}

.searchbox .direction-swap-btn:hover .route-icon svg {
    transform: rotate(180deg);
}

/* Hide standard boat search form (with g-field-search class) */
form.bc_form[action*="boat-transfer"] .g-field-search {
    display: none !important;
}

form.bc_form[action*="boat-transfer"] {
    display: none !important;
}

/* Hide DateRangePicker */
.daterangepicker {
    display: none !important;
}

/* Force remove DateRangePicker from DOM */
.daterangepicker {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    z-index: -9999 !important;
}

/* Mobile responsive for swap button */
@media (max-width: 768px) {
    .searchbox .direction-swap-btn {
        width: 50px;
        height: 35px;
        border-radius: 8px;
        margin: 0.25rem 0;
    }
    
    .searchbox .direction-swap-btn svg {
        width: 16px;
        height: 16px;
    }
    
    /* Reduce empty space in the column for mobile */
    .searchbox .col-12.col-md-1.d-flex.align-items-center.justify-content-center {
        padding: 0.25rem 0.5rem;
        min-height: auto;
    }
    
    /* Additional mobile spacing adjustments */
    .searchbox .row .col-12.col-md-1 {
        padding: 0.25rem 0.5rem;
    }
    
    .searchbox .row {
        margin: 0;
    }
    
    .searchbox .row .col-12 {
        padding: 0.25rem 0.5rem;
    }
}

/* Dropdown Input */
.searchbox .dropdown-input {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.searchbox .input:focus-within .dropdown-input:not(#dropdown-select-date),
.searchbox .dropdown-input.show:not(#dropdown-select-date) {
    display: block !important;
}

/* Dropdown lists styling */
.searchbox .dropdown-input ul {
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
}

.searchbox .dropdown-input li {
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f8f9fa;
}

.searchbox .dropdown-input li:hover {
    background-color: #f8f9fa;
}

.searchbox .dropdown-input li:last-child {
    border-bottom: none;
}

/* Ensure dropdowns are visible and properly positioned */
.searchbox .input {
    position: relative;
}

.searchbox .dropdown-input {
    min-width: 100%;
    max-width: 100%;
}

/* Date picker modal styling */
.searchbox #dropdown-select-date {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1rem !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-height: none !important;
    overflow-y: visible !important;
    margin: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
}

.searchbox #dropdown-select-date.show {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    transform: none !important;
}

/* Force hide date picker by default */
.searchbox #dropdown-select-date:not(.show) {
    display: none !important;
}

/* Date picker modal content styling */
.searchbox #dropdown-select-date .input-wrapper {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    padding: 1.5rem !important;
    max-width: 600px !important;
    width: 100% !important;
    position: relative !important;
}

.searchbox #dropdown-select-date .close-dropdown-input {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    z-index: 10001 !important;
}

.searchbox #dropdown-select-date .close-input {
    background: #007bff !important;
    color: #fff !important;
    border: none !important;
    padding: 0.5rem 1rem !important;
    border-radius: 6px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.searchbox #dropdown-select-date .close-input:hover {
    background: var(--button-color) !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* DateRangePicker styling */
.daterangepicker {
    border: none !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    border-radius: 12px !important;
    margin-top: 1rem !important;
    background: #fff !important;
}

.daterangepicker .ranges {
    display: none !important;
}

.daterangepicker .drp-calendar {
    background: #fff !important;
    border-radius: 8px !important;
}

.daterangepicker .calendar-table {
    background: #fff !important;
}

.daterangepicker .calendar-table th {
    background: #f8f9fa !important;
    color: #495057 !important;
    font-weight: 600 !important;
    padding: 0.75rem 0.5rem !important;
}

.daterangepicker .calendar-table td {
    padding: 0.5rem !important;
}

.daterangepicker .calendar-table td.available:hover {
    background: #e3f2fd !important;
    color: #007bff !important;
    border-radius: 4px !important;
}

.daterangepicker .calendar-table td.start-date,
.daterangepicker .calendar-table td.end-date {
    background: #007bff !important;
    color: #fff !important;
    border-radius: 4px !important;
}

.daterangepicker .calendar-table td.in-range {
    background: #e3f2fd !important;
    color: #007bff !important;
}

.daterangepicker .calendar-table td.off {
    color: #ccc !important;
}

.daterangepicker .calendar-table td.disabled {
    color: #ccc !important;
    background: #f8f9fa !important;
}

/* DateRangePicker positioning fixes */
.daterangepicker {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    z-index: 10001 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 0.5rem !important;
    transform: none !important;
}

/* Ensure DateRangePicker is visible inside modal */
.searchbox #dropdown-select-date .daterangepicker {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 1rem 0 !important;
    width: 100% !important;
    max-width: 600px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Calendar container styling */
#calendar-container {
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #e9ecef;
}

#calendar-container .daterangepicker {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    box-shadow: none !important;
    border: none !important;
}

/* Fallback Calendar Styling */
.calendar-container {
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.calendar-header button {
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.2s ease;
}

.calendar-header button:hover {
    background: var(--button-color);
}

.current-month {
    font-weight: 600;
    font-size: 1.1rem;
    color: #495057;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.calendar-weekdays {
    display: contents;
}

.calendar-weekdays > div {
    text-align: center;
    font-weight: 600;
    color: #6c757d;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.calendar-days {
    display: contents;
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 0.9rem;
    color: #495057;
}

.calendar-day:hover:not(.empty):not(.disabled) {
    background: #e3f2fd;
    color: #007bff;
}

.calendar-day.empty {
    cursor: default;
}

.calendar-day.disabled {
    color: #ccc;
    cursor: not-allowed;
    background: #f8f9fa;
}

.calendar-day.start-date,
.calendar-day.end-date {
    background: #007bff;
    color: #fff;
}

.calendar-day.in-range {
    background: #e3f2fd;
    color: #007bff;
}

/* Calendar buttons styling */
.calendar-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.calendar-buttons .btn {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.calendar-buttons .btn-primary {
    background: #007bff;
    color: #fff;
}

.calendar-buttons .btn-primary:hover {
    background: var(--button-color);
}

.calendar-buttons .btn-secondary {
    background: #6c757d;
    color: #fff;
}

.calendar-buttons .btn-secondary:hover {
    background: #545b62;
}

/* Removed input-wrapper styles as they're no longer needed */

/* Results */
.searchbox .results {
    padding: 0.5rem 0;
}

/* Item styles moved above */

.searchbox .item {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f8f9fa;
}

.searchbox .item:hover {
    background-color: #f8f9fa;
}

.searchbox .item:last-child {
    border-bottom: none;
}

.searchbox .item i {
    margin-right: 0.5rem;
    color: #6c757d;
    width: 16px;
}

/* Close Dropdown */
.searchbox .close-dropdown-input {
    padding: 0.75rem 1rem;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

.searchbox .close-input {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease;
}

.searchbox .close-input:hover {
    background: var(--button-color);
    color: #fff;
    text-decoration: none;
}

/* Input wrapper no-border */
.searchbox .input-wrapper.no-border {
    border-bottom: none;
    padding-bottom: 0;
}

.searchbox .input-wrapper.no-border label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.5rem;
    display: block;
}

.searchbox .input-wrapper.no-border .total-pax-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
}

/* Passengers dropdown specific styles - Full screen modal like calendar */
.searchbox #dropdown-select-pax {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9998 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 2rem !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-height: none !important;
    overflow-y: visible !important;
    margin: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
}

.searchbox #dropdown-select-pax.show {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    transform: none !important;
}

.searchbox #dropdown-select-pax .select-pax {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
    margin: 0 !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    max-width: 500px !important;
    width: 100% !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
    position: relative !important;
    z-index: 9999 !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .searchbox #dropdown-select-pax {
        padding: 0.5rem;
    }
    
    .searchbox #dropdown-select-pax .select-pax {
        padding: 1rem;
        max-height: 90vh;
    }
    
    /* Make plus/minus buttons and input on one line for mobile */
    .searchbox #dropdown-select-pax .col-6.text-right {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 0.5rem !important;
    }
    
    .searchbox #dropdown-select-pax .cta-pax {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        background: #f8f9fa !important;
        border: 1px solid #dee2e6 !important;
        text-decoration: none !important;
        color: #495057 !important;
        font-size: 14px !important;
        flex-shrink: 0 !important;
    }
    
    .searchbox #dropdown-select-pax .pax-input {
        width: 50px !important;
        text-align: center !important;
        border: 1px solid #dee2e6 !important;
        border-radius: 6px !important;
        padding: 0.25rem 0.5rem !important;
        font-size: 14px !important;
        flex-shrink: 0 !important;
    }
}

/* Close button styling */
.searchbox #dropdown-select-pax .close-dropdown-input {
    text-align: center;
    padding: 0.75rem 1rem;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchbox #dropdown-select-pax .close-input {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
}

.searchbox #dropdown-select-pax .close-input:hover {
    background: var(--button-color);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

/* Mobile close button styling */
@media (max-width: 768px) {
    .searchbox #dropdown-select-pax .close-dropdown-input {
        padding: 1rem 0 0 0;
        border-top: 1px solid #e9ecef;
        margin-top: 1rem;
    }
    
    .searchbox #dropdown-select-pax .close-input {
        background: #007bff;
        color: #fff;
        border: none;
        padding: 0.75rem 2rem;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
        min-width: 120px;
    }
    
    .searchbox #dropdown-select-pax .close-input:hover {
        background: var(--button-color);
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    }
    
    /* Mobile search button styling */
    .searchbox .input-btn-search {
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto !important;
        display: block !important;
        text-align: center !important;
        padding: 0.75rem 1.5rem !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
        border-radius: 8px !important;
        background: linear-gradient(135deg, #007bff, var(--button-color)) !important;
        color: #fff !important;
        border: none !important;
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important;
        transition: all 0.3s ease !important;
    }
    
    .searchbox .input-btn-search:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4) !important;
        background: linear-gradient(135deg, var(--button-color), #004085) !important;
    }
    
    .searchbox .input-btn-search:active {
        transform: translateY(0) !important;
        box-shadow: 0 2px 10px rgba(0, 123, 255, 0.3) !important;
    }
}

.searchbox .select-pax .row {
    margin: 0;
    align-items: center;
}

.searchbox .select-pax .col-6 {
    padding: 0 0.75rem;
    display: flex;
    align-items: center;
}

.searchbox .select-pax .col-6.text-right {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 0.5rem 0;
}

/* Specific styling for passenger controls container */
.searchbox .select-pax .col-6.text-right > * {
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.searchbox .select-pax label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.searchbox .select-pax .small {
    font-size: 0.75rem;
    color: #6c757d;
    display: block;
    margin-top: 0.25rem;
}

.searchbox .select-pax .cta-pax {
    width: 32px;
    height: 32px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    color: #6c757d;
    text-decoration: none;
    margin: 0 0.25rem;
}

.searchbox .select-pax .cta-pax:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    text-decoration: none;
}

.searchbox .select-pax .pax-input {
    width: 50px;
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.5rem;
    margin: 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    background: #fff;
}

/* Search Button */
.searchbox .input-btn-search {
    background: linear-gradient(135deg, #007bff 0%, var(--button-color) 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Search button container alignment */
.searchbox .col-12.col-md-2:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchbox .input-btn-search:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    color: #fff;
}

.searchbox .input-btn-search:active {
    transform: translateY(0);
}

/* Passengers Dropdown */
.searchbox .select-pax {
    padding: 1rem;
}

.searchbox .select-pax .row {
    margin: 0;
    align-items: center;
}

.searchbox .select-pax label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.searchbox .select-pax .small {
    font-size: 0.75rem;
    color: #6c757d;
    display: block;
    margin-top: 0.25rem;
}

.searchbox .select-pax .cta-pax {
    width: 32px;
    height: 32px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    color: #6c757d;
    text-decoration: none;
}

.searchbox .select-pax .cta-pax:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    text-decoration: none;
}

.searchbox .select-pax .pax-input {
    width: 50px;
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.5rem;
    margin: 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
}

/* Unique Selling Points */
.searchbox .unique-selling-points {
    background: #f8f9fa;
    padding: 1rem;
    margin: 0 -1.5rem -1.5rem -1.5rem;
    border-top: 1px solid #e9ecef;
}

.searchbox .unique-selling-points .row {
    margin: 0;
}

.searchbox .unique-selling-points [class*="col-"] {
    text-align: center;
    font-size: 0.75rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.searchbox .unique-selling-points i {
    color: #007bff;
    font-size: 0.875rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .searchbox-input-wrapper {
        padding: 1rem;
    }
    
    .searchbox .row.no-gutters > [class*="col-"] {
        margin-bottom: 0.75rem;
    }
    
    .searchbox .input {
        min-height: 50px;
    }
    
    .searchbox .input-from-wrapper,
    .searchbox .input-to-wrapper,
    .searchbox .input-departure-date-wrapper,
    .searchbox .input-pax-wrapper {
        padding: 0.5rem 0.75rem;
    }
    
    .searchbox .input label {
        font-size: 0.7rem;
    }
    
    .searchbox .input .from,
    .searchbox .input .to,
    .searchbox .input .departure-date,
    .searchbox .input .total-pax {
        font-size: 0.8rem;
    }
    
    .searchbox .input-btn-search {
        padding: 0.75rem 1rem;
        font-size: 0.8rem;
        min-height: 50px;
    }
    
    .searchbox .unique-selling-points {
        padding: 0.75rem;
        margin: 0 -1rem -1rem -1rem;
    }
    
    .searchbox .unique-selling-points [class*="col-"] {
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
    }
}

/* Loading Spinner */
.searchbox .spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.searchbox .bounce1,
.searchbox .bounce2,
.searchbox .bounce3 {
    width: 8px;
    height: 8px;
    background-color: #007bff;
    border-radius: 100%;
    display: inline-block;
    animation: searchbox-bounce 1.4s infinite ease-in-out both;
}

.searchbox .bounce1 {
    animation-delay: -0.32s;
}

.searchbox .bounce2 {
    animation-delay: -0.16s;
}

@keyframes searchbox-bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

/* Desktop CTA - same as mobile */
.ticket-cta-desktop {
    padding: 1rem 1.5rem !important;
    border-top: 1px solid #e9ecef !important;
    background: #f8f9fa !important;
}

.ticket-cta-desktop .btn-select {
    background: linear-gradient(135deg, #007bff 0%, var(--button-color) 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 15px 30px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: white !important;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    display: block !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 55px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}

.ticket-cta-desktop .btn-select:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4) !important;
    color: white !important;
    text-decoration: none !important;
}

.ticket-cta-desktop .btn-select:active {
    transform: translateY(-1px) scale(0.98) !important;
}

.ticket-cta-desktop .btn-disabled {
    background: #6c757d !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

.ticket-cta-desktop .btn-disabled:hover {
    transform: none !important;
    box-shadow: 0 6px 20px rgba(108, 117, 125, 0.3) !important;
}

/* PC Grid Layout */
@media (min-width: 768px) {
    .col-md-6 {
        margin-bottom: 1.5rem !important;
    }
    
    .col-lg-6 {
        margin-bottom: 1.5rem !important;
    }
    
    .ticket-card {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    .ticket-body {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 1rem !important;
    }
    
    .journey {
        flex: 1 !important;
    }
    
    /* PC Image - below journey */
    .img-operator {
        position: relative !important;
        height: 120px !important;
        width: 100% !important;
        border-radius: 0.5rem !important;
        overflow: hidden !important;
        background: #f8f9fa !important;
        margin-bottom: 0.75rem !important;
    }
    
    .img-operator img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 0.75rem !important;
    }
    
    .img-operator i {
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        background: rgba(0, 0, 0, 0.7) !important;
        color: white !important;
        padding: 8px !important;
        border-radius: 50% !important;
        font-size: 14px !important;
        z-index: 2 !important;
    }
    
    .journey {
        padding: 0 !important;
    }
    
    .journey .row {
        height: auto !important;
        align-items: center !important;
    }
    
    .journey .details {
        padding: 0.25rem 0 !important;
        min-height: 45px !important;
    }
    
    .journey .port {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #333 !important;
        display: block !important;
        margin-bottom: 0.15rem !important;
        line-height: 1.1 !important;
    }
    
    .journey .time {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #007bff !important;
        display: block !important;
        margin-bottom: 0.15rem !important;
        line-height: 1.1 !important;
    }
    
    .journey .date {
        font-size: 11px !important;
        color: #6c757d !important;
        display: block !important;
        line-height: 1.1 !important;
    }
    
    .journey-duration {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #333 !important;
        text-align: center !important;
        margin-bottom: 0.25rem !important;
        line-height: 1.1 !important;
        display: block !important;
        width: 100% !important;
    }
    
    .journey-stops {
        font-size: 10px !important;
        color: #28a745 !important;
        text-align: center !important;
        font-weight: 500 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.3px !important;
        display: block !important;
        width: 100% !important;
        margin-top: 0.25rem !important;
    }
    
    .journey-line {
        margin: 0.25rem 0 !important;
        height: 2px !important;
        background: #e9ecef !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .journey-line .point {
        position: absolute !important;
        width: 6px !important;
        height: 6px !important;
        background: #007bff !important;
        border-radius: 50% !important;
        top: -2px !important;
    }
    
    .journey-line .startpoint {
        left: 0 !important;
    }
    
    .journey-line .endpoint {
        right: 0 !important;
    }
    
    /* PC CTA */
    .ticket-cta-desktop {
        margin-top: auto !important;
    }
    
    /* PC Grid - 3 cards per row */
    .col-lg-4 .ticket-card {
        height: 100% !important;
        min-height: 320px !important;
    }
    
    .col-lg-4 .ticket-header {
        padding: 0.5rem 0.75rem !important;
    }
    
    .col-lg-4 .operator {
        gap: 8px !important;
    }
    
    .col-lg-4 .operator .logo {
        width: 35px !important;
        height: 35px !important;
    }
    
    .col-lg-4 .operator-info .name {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
    
    .col-lg-4 .seats-left {
        font-size: 10px !important;
        line-height: 1.2 !important;
    }
    
    .col-lg-4 .total {
        font-size: 16px !important;
        font-weight: 700 !important;
    }
    
    .col-lg-4 .small {
        font-size: 9px !important;
        line-height: 1.2 !important;
    }
    
    .col-lg-4 .ticket-body {
        padding: 0.5rem !important;
        flex-grow: 1 !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* Убираем лишние отступы в ticket-body */
    .col-lg-4 .ticket-body .row {
        margin: 0 !important;
    }
    
    .col-lg-4 .ticket-body .col-12 {
        padding: 0 !important;
    }
    
    /* Journey занимает оставшееся место */
    .col-lg-4 .journey {
        flex-grow: 1 !important;
    }
    
    .col-lg-4 .port {
        font-size: 11px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
    }
    
    .col-lg-4 .time {
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
    }
    
    .col-lg-4 .date {
        font-size: 9px !important;
        line-height: 1.2 !important;
    }
    
    .col-lg-4 .journey-duration {
        font-size: 10px !important;
        margin-bottom: 0.25rem !important;
    }
    
    .col-lg-4 .journey-stops {
        font-size: 8px !important;
        margin-top: 0.25rem !important;
    }
    
    .col-lg-4 .journey-line {
        margin: 0.25rem 0 !important;
        height: 1px !important;
    }
    
    .col-lg-4 .journey-line .point {
        width: 4px !important;
        height: 4px !important;
        top: -1.5px !important;
    }
    
    .col-lg-4 .img-operator {
        height: 60px !important;
        margin-bottom: 0.25rem !important;
    }
    
    .col-lg-4 .ticket-cta-mobile,
    .col-lg-4 .ticket-cta-desktop {
        padding: 0.5rem 0.75rem !important;
    }
    
    .col-lg-4 .btn-select {
        padding: 8px 16px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        height: 36px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 6px !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
    }
    
    .col-lg-4 .btn-select:hover {
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
    }
    
    /* Стили для кнопки Continue */
    .col-lg-4 .btn-choose-flight {
        background: linear-gradient(135deg, #007bff 0%, var(--button-color) 100%) !important;
        color: white !important;
        border: none !important;
        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2) !important;
    }
    
    .col-lg-4 .btn-choose-flight:hover {
        background: linear-gradient(135deg, var(--button-color) 0%, #004085 100%) !important;
        color: white !important;
        text-decoration: none !important;
    }
    
    .col-lg-4 .btn-choose-flight:focus {
        outline: none !important;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25) !important;
    }
    
    /* Уменьшаем отступы между элементами */
    .col-lg-4 .journey .row {
        margin: 0 !important;
    }
    
    .col-lg-4 .journey .col-4 {
        padding: 0.15rem !important;
    }
    
    .col-lg-4 .details {
        margin-bottom: 0.15rem !important;
        padding: 0.1rem !important;
    }
    
    .col-lg-4 .details span {
        display: block !important;
        margin-bottom: 0.05rem !important;
    }
    
    /* Убираем лишние отступы в journey */
    .col-lg-4 .journey {
        margin: 0 !important;
        padding: 0.25rem 0 !important;
    }
    
    /* Кнопка Continue для PC в ticket-body */
    .col-lg-4 .ticket-body .btn-select {
        margin: 0.75rem auto 0.5rem auto !important;
        width: 100% !important;
        max-width: 180px !important;
        display: block !important;
    }
    
    .col-lg-4 .ticket-body .row {
        margin: 0 !important;
    }
    
    .col-lg-4 .ticket-body .col-12 {
        padding: 0 !important;
    }
    
    /* Старая кнопка для планшетов */
    .col-lg-4 .ticket-cta-desktop {
        margin-top: auto !important;
        padding-top: 1rem !important;
    }
    
    .col-lg-4 .ticket-cta-desktop .btn-select {
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 200px !important;
    }
    
    .col-lg-4 .ticket-cta-desktop .row {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .col-lg-4 .ticket-cta-desktop .col-12 {
        display: flex !important;
        justify-content: center !important;
    }
    
    /* Journey для PC */
    .col-lg-4 .journey {
        margin: 0 !important;
        padding: 0.5rem !important;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
        border-radius: 6px !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* Уменьшаем отступы у img-operator */
    .col-lg-4 .img-operator {
        margin-bottom: 0.1rem !important;
        height: 80px !important;
        width: 100% !important;
        position: relative !important;
    }
    
    /* Скрываем картинки для PC */
    .col-lg-4 .img-operator {
        display: none !important;
    }
    
    /* НОВЫЕ СИММЕТРИЧНЫЕ СТИЛИ ДЛЯ PC */
    .col-lg-4 .ticket-card {
        height: 420px !important;
        border: 1px solid #e9ecef !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
        transition: all 0.3s ease !important;
    }
    
    .col-lg-4 .ticket-card:hover {
        box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
        transform: translateY(-3px) !important;
    }
    
    .col-lg-4 .ticket-header-wrapper {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
        border-bottom: 1px solid #dee2e6 !important;
    }
    
    .col-lg-4 .ticket-header {
        padding: 1.25rem !important;
    }
    
    .col-lg-4 .operator {
        gap: 1rem !important;
    }
    
    .col-lg-4 .operator .logo {
        width: 50px !important;
        height: 50px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    }
    
    .col-lg-4 .operator .logo img {
        width: 50px !important;
        height: 50px !important;
        object-fit: cover !important;
    }
    
    .col-lg-4 .operator-info .name {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #212529 !important;
        margin-bottom: 0.5rem !important;
    }
    
    .col-lg-4 .seats-left {
        font-size: 12px !important;
        color: #6c757d !important;
        display: flex !important;
        align-items: center !important;
        gap: 0.5rem !important;
    }
    
    .col-lg-4 .total {
        font-size: 24px !important;
        font-weight: 800 !important;
        color: #28a745 !important;
        margin-bottom: 0.5rem !important;
    }
    
    .col-lg-4 .small {
        font-size: 12px !important;
        color: #6c757d !important;
    }
    
    .col-lg-4 .ticket-body {
        padding: 1.25rem !important;
        flex-grow: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    
    .col-lg-4 .journey {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
        border-radius: 12px !important;
        padding: 1.25rem !important;
        margin-bottom: 1.25rem !important;
        border: 1px solid #dee2e6 !important;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
    }
    
    .col-lg-4 .port {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #495057 !important;
        margin-bottom: 0.5rem !important;
    }
    
    .col-lg-4 .time {
        font-size: 18px !important;
        font-weight: 800 !important;
        color: #212529 !important;
        margin-bottom: 0.5rem !important;
    }
    
    .col-lg-4 .date {
        font-size: 12px !important;
        color: #6c757d !important;
    }
    
    .col-lg-4 .journey-duration {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #495057 !important;
        text-align: center !important;
        margin-bottom: 0.75rem !important;
    }
    
    .col-lg-4 .journey-stops {
        font-size: 11px !important;
        color: #6c757d !important;
        text-align: center !important;
    }
    
    .col-lg-4 .journey-line {
        height: 3px !important;
        background: linear-gradient(90deg, #dee2e6 0%, #007bff 50%, #dee2e6 100%) !important;
        margin: 0.75rem 0 !important;
        border-radius: 2px !important;
        position: relative !important;
    }
    
    .col-lg-4 .journey-line .point {
        width: 10px !important;
        height: 10px !important;
        background: #007bff !important;
        border-radius: 50% !important;
        position: absolute !important;
        top: -3.5px !important;
        box-shadow: 0 2px 4px rgba(0,123,255,0.3) !important;
    }
    
    .col-lg-4 .journey-line .point.startpoint {
        left: 0 !important;
    }
    
    .col-lg-4 .journey-line .point.endpoint {
        right: 0 !important;
    }
    
    .col-lg-4 .ticket-body .btn-select {
        margin: 0 !important;
        width: 100% !important;
        padding: 1rem 1.5rem !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        border-radius: 12px !important;
        background: linear-gradient(135deg, #007bff 0%, var(--button-color) 100%) !important;
        color: white !important;
        border: none !important;
        transition: all 0.3s ease !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        box-shadow: 0 4px 12px rgba(0,123,255,0.3) !important;
    }
    
    .col-lg-4 .ticket-body .btn-select:hover {
        background: linear-gradient(135deg, var(--button-color) 0%, #004085 100%) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 20px rgba(0,123,255,0.4) !important;
        color: white !important;
        text-decoration: none !important;
    }
    
}


/* Responsive Design */
@media (max-width: 768px) {
    .ticket-header {
        padding: 1rem !important;
    }
    
    .operator {
        gap: 10px !important;
        align-items: center !important;
    }
    
    .operator .logo {
        width: 40px !important;
        height: 40px !important;
    }
    
    .operator .name {
        font-size: 14px !important;
    }
    
    .seats-left {
        font-size: 0.7rem !important;
        padding: 3px 6px !important;
    }
    
    .price .total {
        font-size: 20px !important;
    }
    
    .ticket-body {
        padding: 1rem !important;
    }
    
    /* Removed vertical divider styles */
    
    .journey .row {
        margin: 0 !important;
    }
    
    .journey .col-4 {
        padding: 0 8px !important;
    }
    
    .time {
        font-size: 16px !important;
    }
    
    .port {
        font-size: 13px !important;
    }
    
    .price .total {
        font-size: 24px !important;
    }
    
    .price .small {
        font-size: 11px !important;
    }
}

/* Desktop specific styles */
@media (min-width: 769px) {
    .btn-book-transfer {
        padding: 10px 20px !important;
        font-size: 13px !important;
        min-height: 44px !important;
        border-radius: 10px !important;
    }
    
    .btn-book-transfer i {
        font-size: 14px !important;
    }
}

/* Mobile Responsive for Simple Header */
@media (max-width: 768px) {
    .flight-header-simple {
        padding: 15px !important;
    }
    
    .airline-logo-center {
        width: 50px !important;
        height: 50px !important;
        padding: 8px !important;
    }
    
    .airline-logo-img {
        max-width: 35px !important;
        max-height: 35px !important;
    }
    
    .airline-title {
        font-size: 14px !important;
    }
    
    .airline-code {
        font-size: 12px !important;
    }
    
    .route-line {
        gap: 15px !important;
        margin-bottom: 12px !important;
    }
    
    .departure-city, .arrival-city {
        font-size: 16px !important;
    }
    
    .route-arrow {
        font-size: 18px !important;
    }
    
    .time-line {
        padding: 12px 15px !important;
        margin: 0 5px !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .departure-time, .arrival-time {
        width: 100% !important;
    }
    
    .time {
        font-size: 18px !important;
    }
    
    .date {
        font-size: 11px !important;
    }
    
    .duration {
        font-size: 12px !important;
        padding: 6px 12px !important;
        margin: 0 !important;
        order: -1 !important;
    }
    
    .btn-book-transfer {
        padding: 12px 20px !important;
        font-size: 14px !important;
        min-height: 48px !important;
    }
    
    .btn-book-transfer i {
        font-size: 16px !important;
    }
}

/* Modal Header Enhancement */
.modal-header {
    background: linear-gradient(135deg, #4507ffeb 0%, #007bff 100%) !important;
    color: white !important;
    border-bottom: none !important;
    padding: 20px 25px !important;
    position: relative !important;
}

.modal-header .modal-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

/* Modal Content Enhancement */
.modal-content {
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
}

.modal-body {
    padding: 25px !important;
}

/* Mobile Responsive for Modal */
@media (max-width: 768px) {
    .enhanced-close-btn {
        top: 15px !important;
        right: 15px !important;
        width: 55px !important;
        height: 55px !important;
        font-size: 26px !important;
        border: 3px solid white !important;
    }
    
    .airline-logo-container {
        min-width: 120px !important;
        min-height: 80px !important;
        padding: 12px !important;
    }
    
    .enhanced-airline-logo {
        max-width: 100px !important;
        max-height: 60px !important;
    }
    
    .airline-info .font-size-16 {
        font-size: 14px !important;
    }
    
    .airline-info .font-size-14 {
        font-size: 12px !important;
    }
    
    .enhanced-book-btn {
        padding: 12px 25px !important;
        font-size: 16px !important;
        min-height: 50px !important;
    }
    
    .enhanced-book-btn i {
        font-size: 14px !important;
    }
    
    .modal-header {
        padding: 15px 20px !important;
    }
    
    .modal-header .modal-title {
        font-size: 18px !important;
    }
    
    .modal-body {
        padding: 20px !important;
    }
}

/* Passenger counter buttons styling - Perfect alignment */
.searchbox .select-pax .plus-pax,
.searchbox .select-pax .minus-pax {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border: 2px solid #e9ecef !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #007bff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
    order: 1;
}

.searchbox .select-pax .plus-pax {
    order: 3;
}

.searchbox .select-pax .plus-pax:hover,
.searchbox .select-pax .minus-pax:hover {
    background: #007bff !important;
    color: #fff !important;
    border-color: #007bff !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
}

.searchbox .select-pax .plus-pax:active,
.searchbox .select-pax .minus-pax:active {
    transform: scale(0.95) !important;
}

.searchbox .select-pax .pax-input {
    width: 60px !important;
    text-align: center !important;
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 0.5rem !important;
    margin: 0 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    background: #fff !important;
    line-height: 1.2 !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
    order: 2;
}

.searchbox .select-pax .pax-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Ensure symmetry for all passenger rows */
.searchbox .select-pax .row {
    margin: 0 !important;
    align-items: center !important;
    min-height: 50px !important;
}

/* Done button with ship icon styling */
.searchbox .select-pax .close-input {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #007bff, var(--button-color), #17a2b8) !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Shimmer effect for the button */
.searchbox .select-pax .close-input::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
    transition: left 0.6s ease !important;
}

.searchbox .select-pax .close-input:hover::before {
    left: 100% !important;
}

.searchbox .select-pax .close-input:hover {
    background: linear-gradient(135deg, var(--button-color), #004085, #17a2b8) !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.searchbox .select-pax .close-input:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.3) !important;
}

.searchbox .select-pax .close-input i {
    font-size: 1.1rem !important;
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
    animation: shipFloat 2s ease-in-out infinite !important;
}

/* Ship icon floating animation */
@keyframes shipFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-2px) rotate(1deg);
    }
    50% {
        transform: translateY(-1px) rotate(0deg);
    }
    75% {
        transform: translateY(-2px) rotate(-1deg);
    }
}

.searchbox .select-pax .close-input:hover i {
    transform: scale(1.1) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    animation: shipFloat 1s ease-in-out infinite !important;
}

.searchbox .select-pax .col-6:first-child {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 0.5rem 0.75rem !important;
}

.searchbox .select-pax .col-6.text-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    padding: 0.5rem 0.75rem !important;
}

/* Mobile responsive for passenger buttons */
@media (max-width: 768px) {
    .searchbox .select-pax .plus-pax,
    .searchbox .select-pax .minus-pax {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
        margin: 0 !important;
    }
    
    .searchbox .select-pax .pax-input {
        width: 70px !important;
        font-size: 1.1rem !important;
        padding: 0.6rem !important;
        margin: 0 !important;
    }
    
    /* Ensure proper alignment on mobile */
    .searchbox .select-pax .col-6.text-right {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }
}

/* Disable Bootstrap dropdown behavior for passenger modal */
.select-guests-dropdown {
    position: static !important;
    display: none !important;
    float: none !important;
    min-width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    text-align: left !important;
    list-style: none !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: .25rem !important;
}

.select-guests-dropdown.show {
    display: block !important;
}

/* Force close any dropdown when Done is clicked */
body.done-clicked .select-guests-dropdown {
    display: none !important;
}

/*# sourceMappingURL=app.css.map */



@charset "UTF-8";@tailwind base;@tailwind components;@tailwind utilities;.mb0{margin-bottom:0}.mt30{margin-top:30px}.mt40{margin-top:40px}.c-pointer{cursor:pointer}.pt40{padding-top:40px}.ptb60{padding:60px 0 30px}.mb40{margin-bottom:40px}.input-number-group{display:flex;justify-content:space-between;align-items:center}.input-number-group span.input{display:inline-block;min-width:40px;text-align:center}.input-number-group i{color:#3490dc;font-size:24px;flex-shrink:0;cursor:pointer}.alert-text.danger{color:#e3342f}.alert-text.success{color:#38c172}.btn{border:none;box-shadow:none;border-radius:3px;padding:10px 20px;transition:background .2s,color .2s;font-size:14px;font-weight:500}.btn.btn-sm,.btn.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn.btn-primary{background:#5191fa}.btn.btn-danger{background:#fa5636}.btn.btn-danger:hover{background:#e65335}.padding-content{padding:60px 0}.mt20{margin-top:20px}.full-page{height:100%}.map-loading{position:absolute;display:none;top:0;left:0;height:100%;width:100%;z-index:9;background:#ffffff80}.map-loading .st-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:6px;background:#5191fa;border-radius:5px;margin-left:-25px;animation:st-load 1.8s ease-in-out infinite}.map-loading .st-loader:before{top:-20px;left:10px;width:40px;background:#fa5636;margin-left:-20px}.map-loading .st-loader:before,.map-loading .st-loader:after{position:absolute;display:block;content:"";animation:st-load 1.8s ease-in-out infinite;height:6px;border-radius:5px}.map-loading .st-loader:after{bottom:-20px;width:35px;background:#ffab53;margin-left:-17px}@keyframes st-load{0%{transform:translate(40px)}50%{transform:translate(-30px)}to{transform:translate(40px)}}.thumb-image{display:block;width:100%;padding-bottom:69%;overflow:hidden;background:linear-gradient(118deg,#f6f9fb,#e2ebef);position:relative}.thumb-image img{display:block;height:100%;inset:0;position:absolute;margin:auto;min-width:100%}.blog-breadcrumb{padding:20px 0;border-bottom:1px solid #EAEEF3}.blog-breadcrumb ul,.blog-breadcrumb ol,.blog-breadcrumb .ul{list-style:none;display:block;width:100%;margin-bottom:0;padding-left:0;background:#fff}.blog-breadcrumb ul li,.blog-breadcrumb ol li,.blog-breadcrumb .ul li{position:relative;display:inline-block;padding-left:20px;padding-right:20px;z-index:0}.blog-breadcrumb ul li a,.blog-breadcrumb ol li a,.blog-breadcrumb .ul li a{display:block;font-weight:500;color:#1a2b48;text-decoration:none;line-height:21px}.blog-breadcrumb ul li.active,.blog-breadcrumb ol li.active,.blog-breadcrumb .ul li.active{color:#5e6d77}.blog-breadcrumb ul li:first-child,.blog-breadcrumb ol li:first-child,.blog-breadcrumb .ul li:first-child{padding-left:0}.blog-breadcrumb ul li:not(:last-child):after,.blog-breadcrumb ol li:not(:last-child):after,.blog-breadcrumb .ul li:not(:last-child):after{position:absolute;content:"";top:50%;right:-2px;margin-top:-2px;width:4px;height:4px;background:#eaeef3;z-index:1}.booking_cookie_agreement{background-color:#645862;color:#fff;display:flex;align-items:baseline;z-index:999999!important}.booking_cookie_agreement .content-cookie{flex:1 1}.booking_cookie_agreement .save-cookie{background-color:#f1d700;padding:.5rem;border-radius:.5rem;cursor:pointer;color:#000}.open-hour-item{border-bottom:1px solid #e3e3e3;padding:9px 0;justify-content:space-between;display:flex}.open-hour-item.current,.open-hour-item.current strong{color:#fa5636}.open-hour-item:last-child{border-bottom:0px}.panel{background-color:#fff;box-shadow:0 0 0 1px #3f3f440d,0 1px 3px #3f3f4426;border-radius:3px;margin-bottom:20px}.panel .panel-title{padding:14px 20px;border-bottom:1px solid #dfe4e8;position:relative}.panel .panel-title .panel-toggle{position:absolute;right:11px;top:10px;cursor:pointer}.panel .panel-body{padding:20px}.panel .panel-body.pd15{padding:15px}.panel .panel-body .tab-content{border:solid 1px #dee2e6;border-top:none;padding:20px 20px 5px}.panel:last-child{margin-bottom:0}.panel .panel-footer{padding:10px 15px;border-top:1px solid #dfe4e8;background:#f7f7f7}.panel-body-title{font-size:16px;font-weight:600;line-height:24px}.avatar-cover{background-size:cover;background-position:center}.font-size-14{font-size:14px!important}.font-size-12{font-size:12px!important}.font-size-30{font-size:30px!important}.width-30{width:30px}.flex-horizontal-center{display:flex;align-items:center}.flex-content-center{display:flex;justify-content:center}.flex-self-start{display:flex;align-items:self-start}.font-weight-medium,.font-weight-semi-bold{font-weight:500!important}.text-white{color:#fff}.bc_popup .modal-body img{max-width:100%;height:auto}.bc-topbar-pro{background:#ffc107;padding:10px 0}.bc-topbar-pro a{color:#000}input[type=checkbox],input[type=radio]{border:1px solid #b4b9be;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:-4px 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:middle;width:16px;min-width:16px;-webkit-appearance:none;box-shadow:inset 0 1px 2px #0000001a;transition:.05s border-color ease-in-out}input[type=checkbox]:checked:before,input[type=radio]:checked:before{float:left;display:inline-block;vertical-align:middle;width:16px;font-family:Ionicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=checkbox]:checked:before{margin:1px 0 0 -1px;color:#1e8cbe;content:"";font: 13px/1 FontAwesome}input[type=radio]{border-radius:50%;margin-right:4px;line-height:10px}input[type=radio]:checked:before{content:"•";text-indent:-9999px;border-radius:50px;font-size:24px;width:6px;height:6px;margin:4px;line-height:16px;background-color:#1e8cbe}.form-control{border:1px solid #DAE1E7;border-radius:3px;box-shadow:none;font-size:14px}input.form-control{height:40px}.required{color:#e3342f}.form-control::-moz-placeholder{color:#999}.form-control::placeholder{color:#999}.invalid-feedback{font-size:100%}.bc-form .fa-spinner{display:none}.bc-form.loading .fa-spinner{display:inline-block}.bc-login-page{padding:100px 0}.frontend-page .modal.login .modal-content{border-radius:5px;padding:20px 30px 30px}@media (max-width: 990px){.frontend-page .modal.login .modal-content{padding:15px 20px}}.frontend-page .modal.login .modal-content .modal-header{padding:0 0 10px;border:none}.frontend-page .modal.login .modal-content .modal-header .close{margin-top:0;opacity:1}.frontend-page .modal.login .modal-content .modal-header .modal-title{font-size:24px;font-weight:500}.frontend-page .modal.login .modal-content .modal-body{padding:0}.frontend-page .modal.login .modal-content .modal-body .form-group{position:relative;margin-top:0;margin-bottom:20px}@media (max-width: 990px){.frontend-page .modal.login .modal-content .modal-body .form-group{margin-bottom:15px}}.frontend-page .modal.login .modal-content .modal-body .form-group .form-control{height:45px;box-shadow:none;border:1px solid #DAE1E7;border-radius:3px;font-size:14px;color:#5e6d77}.frontend-page .modal.login .modal-content .modal-body .form-group .input-icon{position:absolute;top:22px;right:15px;font-size:20px;transform:translateY(-50%);color:#acb5be;line-height:0px}.frontend-page .modal.login .modal-content .modal-body label,.frontend-page .modal.login .modal-content .modal-body .st-link{font-size:14px;font-weight:400;margin-bottom:0}.frontend-page .modal.login .modal-content .modal-body input[type=checkbox]{margin-right:5px}.frontend-page .modal.login .modal-content .modal-body input[type=radio]{margin-right:10px}.frontend-page .modal.login .modal-content .modal-body .form-submit{height:45px;width:100%;background:#5191fa;color:#fff;text-transform:uppercase;font-size:14px;border:none;border-radius:3px;font-weight:600}.frontend-page .modal.login .modal-content .modal-body .advanced{background:#f9f9f9;margin-top:20px;padding:30px;margin-left:-30px;margin-right:-30px}.frontend-page .modal.login .modal-content .modal-body .advanced .socials{padding-top:20px;padding-bottom:35px}.bc-login-form-page .form-title{font-size:24px;font-weight:500;margin-bottom:30px}.bc-login-form-page .form-control{height:45px;box-shadow:none;border:1px solid #DAE1E7;border-radius:3px;font-size:14px;color:#5e6d77}.bc-login-form-page .form-group{position:relative;margin-bottom:20px}.bc-login-form-page .form-group .input-icon{position:absolute;top:22px;right:15px;font-size:20px;transform:translateY(-50%);color:#acb5be;line-height:0px}.bc-form-login .icon-loading,.bc-form-register .icon-loading,.bc-form .icon-loading{display:none}.bc-form-login .form-submit,.bc-form-register .form-submit,.bc-form .form-submit{width:100%}.bc-form-login .bc-recaptcha>div,.bc-form-register .bc-recaptcha>div,.bc-form .bc-recaptcha>div{margin:auto}@media (max-width: 990px){.bc-form-login .bc-recaptcha>div,.bc-form-register .bc-recaptcha>div,.bc-form .bc-recaptcha>div{margin:0}}.btn_login_fb_link{background:#395899;color:#fff}.btn_login_tw_link{background:#03a9f4;color:#fff}.btn_login_gg_link{background:#f34a38;color:#fff}.btn_login_fb_link,.btn_login_tw_link,.btn_login_gg_link{border-radius:2px;font-size:12px;display:block}.btn_login_fb_link:hover,.btn_login_tw_link:hover,.btn_login_gg_link:hover{color:#fff;outline:none;box-shadow:none}body .daterangepicker{min-width:300px;min-height:100px;border-color:#dfdfdf;box-shadow:0 1px 2px #0000002d!important;border-radius:0;padding:10px 20px;margin-top:0;font-family:inherit}@media (max-width: 767px){body .daterangepicker{padding:0 10px}body .daterangepicker .ranges{margin:0!important}body .daterangepicker .drp-calendar{padding:0!important}body .daterangepicker:before,body .daterangepicker:after{display:none}}body .daterangepicker.loading:before{display:block!important;right:0;position:absolute;width:100%;height:100%;background:#fff;left:0;top:0;z-index:11;opacity:.7;content:""}body .daterangepicker.loading:after{content:"";display:block!important;font: 14px/1 FontAwesome;position:absolute;left:50%;top:50%;z-index:15;text-align:center;width:42px;height:42px;color:#5191fa;font-size:42px;animation:fa-spin 2s infinite linear;margin-left:-21px;margin-top:-21px}body .daterangepicker .drp-calendar{max-width:none}@media (min-width: 768px){body .daterangepicker .drp-calendar.left .next.available{display:none}body .daterangepicker .drp-calendar.single.left .next.available{display:table-cell}}@media (max-width: 767px){body .daterangepicker .drp-calendar.left{width:100%!important}body .daterangepicker .drp-calendar.left .calendar-table{padding-right:0!important}body .daterangepicker .drp-calendar.right{display:none}}body .daterangepicker .drp-calendar .calendar-table table{border-collapse:inherit}body .daterangepicker .drp-calendar .calendar-table .prev span,body .daterangepicker .drp-calendar .calendar-table .next span{transform:none;border:none;border-radius:0}body .daterangepicker .drp-calendar .calendar-table .prev:hover,body .daterangepicker .drp-calendar .calendar-table .next:hover{background-color:transparent}body .daterangepicker .drp-calendar .calendar-table .prev{background:url(../images/arow_left.png) no-repeat center center}body .daterangepicker .drp-calendar .calendar-table .next{background:url(../images/arrow_right.png) no-repeat center center}body .daterangepicker .drp-calendar .calendar-table thead{font-size:14px}body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th{padding:10px 0;border-bottom:1px solid #D7DCE3;border-radius:0;margin:0}body .daterangepicker .drp-calendar .calendar-table thead .month{color:#1a2b48;position:relative;font-weight:500;font-size:14px}body .daterangepicker .drp-calendar .calendar-table thead tr:last-child th{padding-top:10px;padding-bottom:10px;color:#adb2bd;text-align:center}body .daterangepicker .drp-calendar .calendar-table tbody tr td{width:35px;height:30px;font-size:14px;line-height:29px;font-weight:400;color:#1a2b48;border-radius:0;border:1px solid transparent}body .daterangepicker .drp-calendar .calendar-table tbody tr td.today{color:#fa5535;border-color:#fa5535}body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date,body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date{background:#5191fa33;border-top:none;border-bottom:none}body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date{border-left:solid 2px #5191fa}body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date{border-right:solid 2px #5191fa}body .daterangepicker .drp-calendar .calendar-table tbody tr td.disabled{color:#d7dce3;text-decoration:none}body .daterangepicker:before,body .daterangepicker:after{content:"";position:static;border:none;background:none;width:0;height:0}body .daterangepicker:not(.single) .calendar.left .next{display:none}body .daterangepicker .calendar{position:relative;max-width:100%!important}body .daterangepicker .table-header{position:relative;padding-bottom:20px}body .daterangepicker .table-header:after{content:"";display:table;clear:both}body .daterangepicker .table-header .month{text-align:center}body .daterangepicker .table-header .prev{position:absolute;bottom:0;left:0;float:left;width:48px;height:48px;background:url(../images/arow_left.png) no-repeat left center;cursor:pointer;z-index:9}body .daterangepicker .table-header .next{position:absolute;bottom:0;right:0;float:right;width:48px;height:48px;background:url(../images/arrow_right.png) no-repeat right center;cursor:pointer;z-index:9}body .daterangepicker .table-sub-header{border-top:1px solid #D7DCE3}body .daterangepicker .table-sub-header:after{content:"";display:table;clear:both}body .daterangepicker .table-sub-header .day-off-week{width:36px;padding-top:10px;padding-bottom:10px;color:#adb2bd;float:left;text-align:center}body .daterangepicker .table-condensed .td-date{width:auto;height:auto;padding:0;background:none;border:none}body .daterangepicker .table-condensed .td-date .date{width:36px;height:32px;font-size:14px;line-height:32px;font-weight:400;color:#1a2b48}body .daterangepicker .table-condensed .td-date.disabled{text-decoration:none}body .daterangepicker .table-condensed .td-date.disabled .date{color:#d7dce3}body .daterangepicker .table-condensed .td-date.today .date{color:#fa5535}body .daterangepicker .table-condensed .td-date.today:not(.start-date) .date,body .daterangepicker .table-condensed .td-date.today:not(.in-range) .date{color:#fa5535;border:1px solid #FA5535}body .daterangepicker .table-condensed .td-date.start-group,body .daterangepicker .table-condensed .td-date.in-group,body .daterangepicker .table-condensed .td-date.end-group{background:#fef5ca}body .daterangepicker .table-condensed .td-date.in-group .date,body .daterangepicker .table-condensed .td-date.end-group .date{color:#767676}body .daterangepicker .table-condensed .td-date:hover,body .daterangepicker .table-condensed .td-date.start-date{background:#5191fa33}body .daterangepicker .table-condensed .td-date.start-date:not(.end-date){box-shadow:-3px 0 #5191fa}body .daterangepicker .table-condensed .td-date.start-date.today .date{border:none}body .daterangepicker .table-condensed .td-date.in-range{background:#5191fa33}body .daterangepicker .table-condensed .td-date.in-range.today .date{border:none}body .daterangepicker .table-condensed .td-date.end-date{background:#5191fa33}body .daterangepicker .table-condensed .td-date.end-date:not(.start-date){box-shadow:3px 0 #5191fa}body .daterangepicker .table-condensed .td-date.end-date.today .date{border:none}body .daterangepicker .table-condensed .td-date.td-no-show{visibility:hidden}body .daterangepicker .table-condensed .td-date.has-tooltip{position:relative}body .daterangepicker .table-condensed .td-date.has-tooltip .event-tooltip-wrap{position:absolute;top:100%;margin-top:5px;left:0;z-index:1;background:#000000b3;color:#fff;font-size:12px;padding:4px 6px;border-radius:2px;display:none}body .daterangepicker .table-condensed .td-date.has-tooltip:hover .event-tooltip-wrap{display:block}body .daterangepicker.respon-single .calendar.right{display:none}body .daterangepicker.respon-single .calendar.left .next{display:block}body .daterangepicker .drp-calendar .calendar-table tbody tr td{position:relative}body .daterangepicker .drp-calendar .calendar-table tbody tr td:hover .tooltip{opacity:.9;visibility:visible}body .daterangepicker .tooltip{bottom:40px;left:50%;transform:translate(-50%);display:block;margin:0;width:auto;float:none;visibility:hidden}body .daterangepicker .tooltip .arrow{left:50%;transform:translate(-50%)}body .daterangepicker .tooltip .tooltip-inner{white-space:nowrap}body .daterangepicker .is-half-end{overflow:hidden}body .daterangepicker .is-half-end:before{content:"";background:#ededed;position:absolute;width:50px;height:50px;bottom:-27px;right:-27px;transform:rotate(45deg);opacity:.5}body .daterangepicker .is-half-end.start-date,body .daterangepicker .is-half-end.end-date,body .daterangepicker .is-half-end.in-range,body .daterangepicker .is-half-end:hover{overflow:visible}body .daterangepicker .is-half-end.start-date:before,body .daterangepicker .is-half-end.end-date:before,body .daterangepicker .is-half-end.in-range:before,body .daterangepicker .is-half-end:hover:before{display:none}body .daterangepicker .is-half-start{overflow:hidden}body .daterangepicker .is-half-start:before{content:"";background:#ededed;position:absolute;width:50px;height:50px;top:-27px;left:-27px;transform:rotate(-45deg);opacity:.5}body .daterangepicker .is-half-start.start-date,body .daterangepicker .is-half-start.end-date,body .daterangepicker .is-half-start.in-range,body .daterangepicker .is-half-start:hover{overflow:visible}body .daterangepicker .is-half-start.start-date:before,body .daterangepicker .is-half-start.end-date:before,body .daterangepicker .is-half-start.in-range:before,body .daterangepicker .is-half-start:hover:before{display:none}body .daterangepicker .full-book-event{overflow:hidden;color:#1a2b48!important}body .daterangepicker .full-book-event:before{content:"";background:#ededed;position:absolute;opacity:.5;inset:0}.bc-admin-bar{background:#333;color:#fff}.bc-admin-bar a{color:#fff}.bc-admin-bar .adminbar-menu{list-style:none;margin:0;padding:0}.bc-admin-bar .adminbar-menu li{display:inline-block}.bc-admin-bar .adminbar-menu li a{padding:0 8px 0 7px;height:32px;line-height:32px;display:block}.bc-admin-bar .adminbar-menu li a:hover{text-decoration:none}.bc-admin-bar .adminbar-menu li:hover>a{background:#32373c;color:#84adda}.tabs-box{position:relative}.tabs-box .tab{display:none}.tabs-box .active-tab{display:block}.tabs-box .tab-btn{cursor:pointer}.pricing-section{position:relative;padding:100px 0 70px}.pricing-tabs{position:relative}.pricing-tabs .tab-buttons{text-align:center;position:relative;margin-bottom:30px}.pricing-tabs .tab-buttons h4{display:block;font-weight:500;font-size:16px;line-height:22px;color:#202124;margin-bottom:15px}.pricing-tabs .tab-btns{position:relative;display:flex;justify-content:center;align-items:center}.pricing-tabs .tab-btns:before{position:absolute;top:0;left:50%;width:60px;height:30px;transform:translate(-50%);background:#1967d2;border:1px solid #E7E7EC;box-sizing:border-box;box-shadow:0 8px 15px #8c98a41a;border-radius:30px;content:"";transition:all .3s linear}.pricing-tabs .tab-btns li{list-style:none;position:relative;font-size:14px;line-height:30px;color:#696969;cursor:pointer;z-index:8;padding:0 48px;min-width:196px;transition:all .3s ease}.pricing-tabs .tab-btns li:before{position:absolute;right:-26px;height:20px;width:20px;top:5px;background:#fff;content:"";border-radius:50%;transition:all .3s ease}.pricing-tabs .tab-btns li.active-btn:before{right:6px}.pricing-tabs .tab-btns li:last-child:before{display:none}.pricing-table{position:relative;margin-bottom:30px}.pricing-table .inner-box{position:relative;background:#fff;border:1px solid #ECEDF2;box-sizing:border-box;border-radius:8px;padding:40px;overflow:hidden;transition:all .3s ease}.pricing-table .inner-box:hover,.pricing-table.tagged .inner-box{border:1px solid #1967D2;box-shadow:0 6px 15px #404f680d}.pricing-table .tag{position:absolute;right:30px;top:30px;overflow:hidden;border-radius:30px;font-size:13px;line-height:20px;color:#34a853;padding:5px 25px}.pricing-table .tag:before{position:absolute;left:0;top:0;height:100%;width:100%;background:#34a853;opacity:.15;content:"";border-radius:30px}.pricing-table .title{display:block;font-weight:500;font-size:18px;line-height:24px;color:#1967d2;margin-bottom:10px}.pricing-table .price{position:relative;display:flex;align-items:flex-end;font-size:30px;line-height:41px;color:#202124;font-weight:500;margin-bottom:40px;transition:all .3s ease}.pricing-table .duration{position:relative;font-size:18px;line-height:1em;color:#202124;font-weight:400;bottom:7px;margin-left:7px}.pricing-table .table-content{position:relative;margin-bottom:50px}.pricing-table .table-content ul{position:relative;list-style:none}.pricing-table .table-content ul li{position:relative;font-size:14px;line-height:25px;color:#696969;font-weight:400;margin-bottom:20px;padding-left:30px}.pricing-table .table-content ul li:before{position:absolute;left:0;top:0;font-family:FontAwesome;font-size:16px;color:#202124;content:""}.pricing-table .table-footer{position:relative}.pricing-table .table-footer a{position:relative;display:block;width:100%}.skeleton-loading .thumb-image,.skeleton-loading .g-info>*,.skeleton-loading .g-rate-price>*,.skeleton-loading.item-loop-wrap>*,.skeleton-loading .thumb-image .price-wrapper{position:relative;overflow:hidden;background-color:#dddbdd}.skeleton-loading .thumb-image:before,.skeleton-loading .g-info>*:before,.skeleton-loading .g-rate-price>*:before,.skeleton-loading.item-loop-wrap>*:before,.skeleton-loading .thumb-image .price-wrapper:before{content:"";position:absolute;inset:0;background-color:#dddbdd;z-index:3}.skeleton-loading .thumb-image:after,.skeleton-loading .g-info>*:after,.skeleton-loading .g-rate-price>*:after,.skeleton-loading.item-loop-wrap>*:after,.skeleton-loading .thumb-image .price-wrapper:after{content:"";position:absolute;inset:0;transform:translate(-100%);z-index:3;background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:shimmer 3s infinite}.skeleton-loading .g-rate-price:before{display:none}.skeleton-loading .sale_info{display:none!important}@keyframes shimmer{to{transform:translate(100%)}}.navbar-laravel{background-color:#fff;box-shadow:0 2px 4px #0000000a}.container .container{padding:0}.bc-reviews .title-review{margin-bottom:20px;font-size:24px;color:#1a2b48;font-weight:500}@media (max-width: 990px){.bc-reviews .title-review{font-size:1.5rem}}@media (max-width: 766px){.bc-reviews .title-review{font-size:1.3rem}}.bc-reviews .review-box{margin-top:20px;padding:30px;border:1px solid #EAEEF3;border-radius:5px;color:#1a2b48;font-weight:500}@media (max-width: 766px){.bc-reviews .review-box{padding:10px}}.bc-reviews .review-box .review-box-score{border-right:1px solid #D7DCE3;padding-top:15px;padding-bottom:15px;text-align:center}@media (max-width: 990px){.bc-reviews .review-box .review-box-score{border-right:none}}.bc-reviews .review-box .review-box-score .review-score{line-height:50px;font-size:72px;font-weight:500;color:#5191fa}@media (max-width: 766px){.bc-reviews .review-box .review-box-score .review-score{font-size:60px}}.bc-reviews .review-box .review-box-score .review-score .per-total{font-size:24px}.bc-reviews .review-box .review-box-score .review-score-text{font-weight:400;font-size:24px;color:#1a2b48}.bc-reviews .review-box .review-box-score .review-score-base{margin-top:10px;color:#768090;font-size:14px}.bc-reviews .review-box .review-box-score .review-score-base span{color:#5191fa}.bc-reviews .review-box .review-sumary .item{display:flex;align-items:center;margin-top:15px}.bc-reviews .review-box .review-sumary .item:first-child{margin-top:0}.bc-reviews .review-box .review-sumary .item .label{width:22%;text-align:right;margin-top:0;margin-right:3%;position:relative;display:block;padding-left:0;color:#1a2b48;font-size:14px;font-weight:400}@media (max-width: 766px){.bc-reviews .review-box .review-sumary .item .label{width:35%}}.bc-reviews .review-box .review-sumary .item .progress{position:relative;height:8px;width:65%;border-radius:10px;box-shadow:none;background:#eee;margin-bottom:0;overflow:inherit}.bc-reviews .review-box .review-sumary .item .progress .percent{position:absolute;top:0;left:0;height:8px;background:#5191fa;border-radius:10px}.bc-reviews .review-box .review-sumary .item .progress .percent.green{background:#2ecc71}.bc-reviews .review-box .review-sumary .item .progress .percent.darkgreen{background:#27ae61}.bc-reviews .review-box .review-sumary .item .progress .percent.yellow{background:#f1c40f}.bc-reviews .review-box .review-sumary .item .progress .percent.orange{background:#e67f22}.bc-reviews .review-box .review-sumary .item .progress .percent.red{background:#e84c3d}.bc-reviews .review-box .review-sumary .item .number{width:7%;margin-left:3%}.bc-reviews .review-list{margin-top:30px}.bc-reviews .review-list .review-item{padding-top:30px;padding-bottom:30px;border-top:1px solid #EAEEF3;font-size:14px}@media (max-width: 990px){.bc-reviews .review-list .review-item{padding-top:15px;padding-bottom:15px}}.bc-reviews .review-list .review-item .review-item-head{display:flex;align-items:center;margin-right:100px}.bc-reviews .review-list .review-item .review-item-head .media .media-left{padding-right:20px}.bc-reviews .review-list .review-item .review-item-head .media .media-left img{border-radius:50%;width:50px;height:50px}.bc-reviews .review-list .review-item .review-item-head .media .media-left .avatar-text{background:#1a2b47;color:#fff;border-radius:50%;width:50px;height:50px;display:block;text-align:center;padding-top:4px;position:relative;font-size:29px;top:0}.bc-reviews .review-list .review-item .review-item-head .media .media-body .media-heading{font-size:14px;color:#1a2b48;font-weight:600;margin-bottom:5px;margin-top:5px}.bc-reviews .review-list .review-item .review-item-head .media .media-body .date{color:#aeb4c0}.bc-reviews .review-list .review-item .review-item-body{margin-top:20px}.bc-reviews .review-list .review-item .review-item-body .title{position:relative;font-size:16px;line-height:20px}.bc-reviews .review-list .review-item .review-item-body .review-star{padding:0;margin:0;overflow:hidden}.bc-reviews .review-list .review-item .review-item-body .review-star li{list-style:none;margin-right:5px;float:left}.bc-reviews .review-list .review-item .review-item-body .review-star li .fa{color:#ffdc00;font-size:16px}.bc-reviews .review-list .review-item .review-item-body .detail{margin-top:5px;font-size:14px;color:#5e6d77;font-weight:400;position:relative}.bc-reviews .review-list .review-item:last-child{border-bottom:1px solid #EAEEF3}.bc-reviews .review-pag-wrapper{overflow:hidden;margin-top:15px}.bc-reviews .review-pag-wrapper .review-pag-text{float:right;font-size:14px;color:#5e6d77;margin-top:5px;margin-right:0}.bc-reviews .review-pag-wrapper .bc-pagination{text-align:left;display:inline-block;margin-top:3px;margin-bottom:0}.bc-reviews .review-pag-wrapper .bc-pagination ul{text-align:center;display:inline-block;padding:0;margin:0}.bc-reviews .review-pag-wrapper .bc-pagination ul li{list-style:none;font-size:16px;color:#768090;float:left;margin-right:10px}.bc-reviews .review-pag-wrapper .bc-pagination ul li a,.bc-reviews .review-pag-wrapper .bc-pagination ul li span{display:block;height:32px;width:32px;line-height:32px;text-decoration:none;color:#5e6d77;float:none;padding:0;border:none;border-radius:3px;cursor:pointer}.bc-reviews .review-pag-wrapper .bc-pagination ul li a.current,.bc-reviews .review-pag-wrapper .bc-pagination ul li span.current{border:1px solid #1a2b47!important;border-radius:3px;background:transparent!important;color:#1a2b47!important}.bc-reviews .review-pag-wrapper .bc-pagination ul li.active a,.bc-reviews .review-pag-wrapper .bc-pagination ul li.active span{border:1px solid #1a2b47!important;background:transparent!important;color:#1a2b47!important}.bc-reviews .review-pag-wrapper .bc-pagination .count-string{font-size:14px;color:#768090;margin-top:5px;display:inline-block}.bc-reviews .review-form{margin:15px 0}.bc-reviews .review-form .title-form{color:#1a2b48!important;font-size:16px;font-weight:500}.bc-reviews .review-form .form-wrapper{margin-top:15px;padding:30px;border:1px solid #D7DCE3;background:#f9f9f9;border-top:solid 4px #5191FA;border-bottom-left-radius:5px;border-bottom-right-radius:5px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper{padding:15px}.bc-reviews .review-form .form-wrapper .form-group{margin-bottom:0}}@media (max-width: 1024px){.bc-reviews .review-form .form-wrapper .row .col-md-8{flex:0 0 60%;max-width:60%}.bc-reviews .review-form .form-wrapper .row .col-md-4{flex:0 0 40%;max-width:40%}}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper .row .col-md-8,.bc-reviews .review-form .form-wrapper .row .col-md-4{flex:0 0 100%;max-width:100%}}.bc-reviews .review-form .form-wrapper .review-items{background:#fff;padding:25px 30px;border:1px solid #EEEEEE;border-radius:5px;margin-top:15px;min-height:350px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper .review-items{min-height:auto;padding:10px 15px}}.bc-reviews .review-form .form-wrapper .review-items .item{margin-bottom:10px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper .review-items .item{margin-bottom:5px}}.bc-reviews .review-form .form-wrapper .review-items .item:last-child{margin-bottom:0}.bc-reviews .review-form .form-wrapper .review-items .item label{font-size:14px;font-weight:500;color:#768090;margin-bottom:4px}.bc-reviews .review-form .form-wrapper .review-items .item .rates{position:relative}.bc-reviews .review-form .form-wrapper .review-items .item .fa:not(:last-child){margin-right:8px}.bc-reviews .review-form .form-wrapper .review-items .item .fa{cursor:pointer;font-size:18px}.bc-reviews .review-form .form-wrapper .review-items .item .fa.grey{color:#5e6d77}.bc-reviews .review-form .form-wrapper .review-items .item .fa.selected,.bc-reviews .review-form .form-wrapper .review-items .item .fa.hovered{color:#ffdc00}.bc-reviews .review-form .form-wrapper .review-items .item .fa.selected:before,.bc-reviews .review-form .form-wrapper .review-items .item .fa.hovered:before{content:""}.bc-reviews .review-form .form-wrapper .alert ul{margin-left:30px}.bc-reviews .review-form .form-wrapper textarea.form-control{min-height:350px;margin-top:15px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper textarea.form-control{min-height:100px}}.bc-reviews .review-form .btn{background:#5191fa;color:#fff;border:none;box-shadow:none;border-radius:3px;padding:10px 20px;transition:background .2s,color .2s;margin-top:10px}@media (max-width: 766px){.bc-reviews .review-form .btn{padding:5px 15px}}.bc-reviews .review-message{background:#f5f5f5;padding:15px 20px;margin-top:15px;border-left:solid 4px #5191fa;margin-bottom:15px}.page-404-content{padding:60px 0;text-align:center}.page-404-content h1{font-size:48px;color:#1a2b48;font-weight:500;margin-top:0}.page-404-content h3{font-size:16px;color:#5e6d77;font-weight:400;margin-bottom:60px;margin-top:10px}.page-404-content img,.page-404-content svg{margin-bottom:50px;max-width:100%}.page-404-content p{font-size:18px;color:#5e6d77;margin-bottom:5px}.page-404-content .no-page__title{font-size:200px;font-weight:600;line-height:1.2}.smart-search,.input-search{position:relative}.smart-search:after,.input-search:after{content:"";position:absolute;right:10px;top:10px;color:#5191fa;border-top:.4em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.smart-search:not(.normal-control) .parent_text,.smart-search:not(.normal-control) .form-control,.input-search:not(.normal-control) .parent_text,.input-search:not(.normal-control) .form-control{border:none;box-shadow:none;font-size:16px;color:#5191fa;position:relative;left:0!important;padding:0!important;height:25px;background:transparent}.smart-search:not(.normal-control) .parent_text::-moz-placeholder,.smart-search:not(.normal-control) .form-control::-moz-placeholder,.input-search:not(.normal-control) .parent_text::-moz-placeholder,.input-search:not(.normal-control) .form-control::-moz-placeholder{color:#5191fa;opacity:1}.smart-search:not(.normal-control) .parent_text::placeholder,.smart-search:not(.normal-control) .form-control::placeholder,.input-search:not(.normal-control) .parent_text::placeholder,.input-search:not(.normal-control) .form-control::placeholder{color:#5191fa;opacity:1}.smart-search:not(.normal-control) .parent_text[readonly],.smart-search:not(.normal-control) .form-control[readonly],.input-search:not(.normal-control) .parent_text[readonly],.input-search:not(.normal-control) .form-control[readonly]{cursor:pointer}.smart-search .bc-autocomplete,.input-search .bc-autocomplete{opacity:0;visibility:hidden;transition:all .3s;position:absolute;background:#fff;padding:0;top:100%;margin-top:15px;left:0;border-radius:0 0 5px 5px;border:solid 1px #dee2e6;z-index:20;max-height:300px;overflow-y:auto;right:-15px}.smart-search .bc-autocomplete.show,.input-search .bc-autocomplete.show{opacity:1;visibility:visible}@media (max-width: 1023px){.smart-search .bc-autocomplete,.input-search .bc-autocomplete{margin-top:10px;border-radius:0;right:0;left:-55px;background:#f1f1f1}}.smart-search .bc-autocomplete .item,.input-search .bc-autocomplete .item{cursor:pointer;padding:10px 15px}.smart-search .bc-autocomplete .item:nth-child(2n),.input-search .bc-autocomplete .item:nth-child(2n){background:#fff}.smart-search .bc-autocomplete .item:last-child,.input-search .bc-autocomplete .item:last-child{margin-bottom:0}.smart-search .bc-autocomplete .item .h-line,.input-search .bc-autocomplete .item .h-line{font-weight:500}.smart-search .bc-autocomplete .item i,.input-search .bc-autocomplete .item i{margin-right:5px;font-size:16px;position:relative;top:1px;color:#828282}.smart-search .bc-autocomplete .item:hover,.input-search .bc-autocomplete .item:hover{background:#f5f4f7}.smart-search .bc-autocomplete .message,.input-search .bc-autocomplete .message{display:none;padding:10px 15px;font-size:14px;color:#424242}.smart-search .bc-autocomplete.on-message .list-item,.input-search .bc-autocomplete.on-message .list-item{display:none}.smart-search .bc-autocomplete.on-message .message,.input-search .bc-autocomplete.on-message .message{display:block}.smart-search.normal-control .form-control,.input-search.normal-control .form-control{padding-right:25px}.smart-search.normal-control .bc-autocomplete,.input-search.normal-control .bc-autocomplete{margin-top:0}.smart-search.normal-control:after,.input-search.normal-control:after{color:#4b4b4b;top:23px;right:15px}.bc-video-popup{display:inline-block;position:relative}.bc-video-popup .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.7}.bc-video-popup:hover .play-icon{opacity:1}.g-faq{border-bottom:solid 1px #D7DCE3;margin-bottom:25px;border-top:solid 1px #D7DCE3;padding-top:25px}.g-faq .item{border-bottom:1px solid #D7DCE3;margin-bottom:10px}.g-faq .item:last-child{border:none}.g-faq .item .header{margin-bottom:10px;overflow:hidden;padding-top:15px;cursor:pointer}.g-faq .item .header .field-icon{float:left;font-size:25px;margin-right:10px;top:-3px;position:relative}.g-faq .item .header h5{float:left;margin-top:0;margin-bottom:0;font-size:16px;color:#1a2b48}@media (max-width: 990px){.g-faq .item .header h5{font-size:14px}}.g-faq .item .header .arrow{float:right;font-size:20px;position:relative;top:-8px}.g-faq .item .body{font-size:14px;color:#5e6d77;transition:all .3s;height:0px;overflow:hidden;padding-bottom:0}.g-faq .item.active .header .arrow{transform:rotate(180deg)}.g-faq .item.active .body{height:auto;padding-bottom:20px}.item-tour{border:1px solid #dfdfdf;border-radius:3px;overflow:hidden;padding-bottom:15px;position:relative;margin-bottom:30px}.item-tour a{text-decoration:none;transition:all .3s}.item-tour .sale_info{position:absolute;width:80px;height:48px;transform:rotate(45deg);right:-30px;top:-13px;line-height:65px;text-align:center;color:#fff;font-size:15px;z-index:8;background-color:#c03}.item-tour .featured{position:absolute;top:20px;left:0;font-size:13px;color:#fff;font-weight:500;z-index:8;background:#5191fa;border-radius:0 3px 3px 0;padding:6px 10px}.item-tour .thumb-image{overflow:hidden;height:170px;background:#ccc}.item-tour .thumb-image a img{transition:all .3s;max-width:100%}.item-tour .thumb-image a:hover img{transform:scale(1.1)}.item-tour .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;bottom:0;color:#fff;padding:10px;cursor:pointer}.item-tour .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-tour .thumb-image .service-wishlist:hover i,.item-tour .thumb-image .service-wishlist.loading i{color:#ff9290}.item-tour .thumb-image .service-wishlist.active i{color:red}.item-tour .location{font-size:13px;color:#5e6d77;margin:15px 15px 10px}.item-tour .location i{position:relative;font-size:16px}.item-tour .category{margin:0 15px}.item-tour .category .fa{color:#687882;opacity:.6}.item-tour .service-review{margin:10px 15px 15px}.item-tour .service-review .list-star{display:inline-block;line-height:13px;position:relative}.item-tour .service-review .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.item-tour .service-review .list-star .booking-item-rating-stars:before,.item-tour .service-review .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.item-tour .service-review .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.item-tour .service-review .list-star .booking-item-rating-stars li:last-child{margin-right:0}.item-tour .service-review .list-star .booking-item-rating-stars li .fa{font-size:15px;color:#ffdc00}.item-tour .service-review .list-star .booking-item-rating-stars-active{position:absolute;width:0;top:0;left:0;overflow:hidden}.item-tour .service-review .review{position:relative;top:-2px;font-size:13px;color:#768092;margin-left:10px}.item-tour .item-title{margin:0 15px;font-size:16px;line-height:22px;min-height:45px}@media (max-width: 766px){.item-tour .item-title{min-height:auto}}.item-tour .item-title a{color:#1a2b50}.item-tour .info{margin:0 15px;display:flex}.item-tour .info .duration{flex:auto;align-items:center;color:#5e6d77;position:relative;top:5px}.item-tour .info .duration i{position:relative;font-size:17px}.item-tour .info .g-price{flex:auto;text-align:right}.item-tour .info .g-price .prefix{color:#5e6d77;display:inline-block}.item-tour .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-tour .info .g-price .price{position:relative;display:inline-block}.item-tour .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-tour .info .g-price .price .onsale{position:absolute;right:0;top:-15px;text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-tour.infobox-item{position:relative}.item-tour.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-space{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:20px;position:relative;margin-bottom:30px}.item-loop.item-space a{text-decoration:none;transition:all .3s}.item-loop.item-space .sale_info{position:absolute;width:50px;height:50px;right:-7px;top:-47px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-space .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop.item-space .featured:after{position:absolute;content:"";top:-9px;right:-10px;border:10px solid transparent;border-bottom:29px solid #ED0925;z-index:1}.item-loop.item-space .thumb-image{overflow:hidden;height:185px;background:#ccc;position:relative}.item-loop.item-space .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-space .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-space .thumb-image a:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000 0% 0%,#0000 65%,#000000bf);z-index:1}.item-loop.item-space .thumb-image .price-wrapper{position:absolute;bottom:10px;left:15px;color:#fff;font-size:22px;z-index:10}.item-loop.item-space .thumb-image .price-wrapper .price{position:relative;display:inline-block}.item-loop.item-space .thumb-image .price-wrapper .price .text-price{color:#fff;font-weight:500;font-size:22px}.item-loop.item-space .thumb-image .price-wrapper .price .onsale{position:absolute;left:0;top:-18px;text-decoration:line-through;font-size:15px;color:#fff!important;font-weight:400}.item-loop.item-space .thumb-image .price-wrapper .price .unit{font-size:14px;color:#fff}.item-loop.item-space .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:10px;color:#fff;padding:10px;cursor:pointer}.item-loop.item-space .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-space .thumb-image .service-wishlist:hover i,.item-loop.item-space .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-space .thumb-image .service-wishlist.active i{color:red}.item-loop.item-space .location{font-size:13px;color:#5e6d77;margin:0 15px}.item-loop.item-space .location i{position:relative;font-size:16px}.item-loop.item-space .category{margin:0 15px}.item-loop.item-space .category .fa{color:#687882;opacity:.6}.item-loop.item-space .service-review{margin:10px 15px 0}.item-loop.item-space .service-review .rate{color:#5191fa}.item-loop.item-space .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-space .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-space .item-title{margin:20px 15px 5px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-space .item-title{min-height:auto}}.item-loop.item-space .item-title a{color:#1a2b50}.item-loop.item-space .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-space .info{margin:0 15px}.item-loop.item-space .amenities{margin:15px 15px 0;padding-top:15px;border-top:1px solid #e4e8ed;display:flex;font-size:13px;justify-content:space-between}.item-loop.item-space .amenities .amenity{align-items:center}.item-loop.item-space .amenities .amenity .input-icon{margin-right:5px;font-size:20px;color:#505050;position:relative;top:1px}.item-loop.item-space.infobox-item{position:relative}.item-loop.item-space.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-boat{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:15px;position:relative;margin-bottom:30px}.item-loop.item-boat a{text-decoration:none;transition:all .3s}.item-loop.item-boat .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-boat .featured{position:absolute;top:15px;left:15px;background:#1a2b48;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px;border-radius:5px}.item-loop.item-boat .thumb-image{overflow:hidden;background:#fff;position:relative;padding-bottom:55%}.item-loop.item-boat .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-boat .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-boat .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:0;color:#000;padding:10px;cursor:pointer}.item-loop.item-boat .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-boat .thumb-image .service-wishlist:hover i,.item-loop.item-boat .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-boat .thumb-image .service-wishlist.active i{color:red}.item-loop.item-boat .thumb-image .service-wishlist.active i:before{content:""}.item-loop.item-boat .location{font-size:13px;color:#5e6d77;margin:15px 15px 0}.item-loop.item-boat .location i{position:relative;font-size:16px}.item-loop.item-boat .category{margin:0 15px}.item-loop.item-boat .category .fa{color:#687882;opacity:.6}.item-loop.item-boat .service-review{margin:0 15px;font-size:13px}.item-loop.item-boat .service-review .rate{color:#5191fa}.item-loop.item-boat .service-review .review{margin-left:15px;position:relative;color:#6a7a84}.item-loop.item-boat .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-10px;top:8px}.item-loop.item-boat .item-title{margin:0 15px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-boat .item-title{min-height:auto}}.item-loop.item-boat .item-title a{color:#1a2b50}.item-loop.item-boat .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-boat .info{margin:0 15px}.item-loop.item-boat .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-boat .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-boat .info .g-price .price{position:relative;display:inline-block}.item-loop.item-boat .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop.item-boat .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-boat .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-boat .amenities{margin:10px 15px 5px;display:flex;font-size:13px;justify-content:space-between}.item-loop.item-boat .amenities .amenity{align-items:center;text-align:center}.item-loop.item-boat .amenities .amenity .input-icon{font-size:26px;color:#1a2b48;position:relative;top:1px}.item-loop.item-boat .amenities .amenity .text{display:block}.item-loop.item-boat.infobox-item{position:relative}.item-loop.item-boat.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-car{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:15px;position:relative;margin-bottom:30px}.item-loop.item-car a{text-decoration:none;transition:all .3s}.item-loop.item-car .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-car .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop.item-car .featured:after{position:absolute;content:"";top:-9px;right:-10px;border:10px solid transparent;border-bottom:29px solid #ED0925;z-index:1}.item-loop.item-car .thumb-image{overflow:hidden;background:#fff;position:relative;padding-bottom:55%}.item-loop.item-car .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-car .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-car .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:0;color:#000;padding:10px;cursor:pointer}.item-loop.item-car .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-car .thumb-image .service-wishlist:hover i,.item-loop.item-car .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-car .thumb-image .service-wishlist.active i{color:red}.item-loop.item-car .thumb-image .service-wishlist.active i:before{content:""}.item-loop.item-car .location{font-size:13px;color:#5e6d77;margin:0 15px}.item-loop.item-car .location i{position:relative;font-size:16px}.item-loop.item-car .category{margin:0 15px}.item-loop.item-car .category .fa{color:#687882;opacity:.6}.item-loop.item-car .service-review{margin:10px 15px 0}.item-loop.item-car .service-review .rate{color:#5191fa}.item-loop.item-car .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-car .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-car .item-title{margin:20px 15px 5px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-car .item-title{min-height:auto}}.item-loop.item-car .item-title a{color:#1a2b50}.item-loop.item-car .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-car .info{margin:0 15px}.item-loop.item-car .info .g-price{text-align:left}.item-loop.item-car .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-car .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-car .info .g-price .price{position:relative;display:inline-block}.item-loop.item-car .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop.item-car .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-car .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-car .amenities{margin:10px 15px 5px;display:flex;font-size:13px;justify-content:space-between}.item-loop.item-car .amenities .amenity{align-items:center;text-align:center}.item-loop.item-car .amenities .amenity .input-icon{font-size:20px;color:#505050;position:relative;top:1px}.item-loop.item-car .amenities .amenity .text{display:block}.item-loop.item-car .amenities .icon-passenger{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/passenger.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car .amenities .icon-baggage{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/baggage.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car .amenities .icon-door{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/door.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car .amenities .icon-gear{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/gear.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car.infobox-item{position:relative}.item-loop.item-car.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-event{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:10px;position:relative;margin-bottom:30px;border-radius:10px}.item-loop.item-event a{text-decoration:none;transition:all .3s}.item-loop.item-event .sale_info{position:absolute;width:45px;height:45px;right:10px;bottom:10px;color:#fff;font-size:14px;background-color:#d42681;display:flex;align-items:center;justify-content:center;border-radius:10px;z-index:999}.item-loop.item-event .featured{position:absolute;top:15px;left:15px;background:#d42681;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px;border-radius:5px}.item-loop.item-event .thumb-image{overflow:hidden;background:#fff;position:relative;padding-bottom:80%}.item-loop.item-event .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-event .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-event .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:0;color:#fff;padding:10px;cursor:pointer}.item-loop.item-event .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-event .thumb-image .service-wishlist:hover i,.item-loop.item-event .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-event .thumb-image .service-wishlist.active i{color:#d42681}.item-loop.item-event .thumb-image .service-wishlist.active i:before{content:""}.item-loop.item-event .location{font-size:13px;color:#d42681;margin:15px 15px 0}.item-loop.item-event .location i{position:relative;font-size:16px}.item-loop.item-event .service-review{margin:0 15px}.item-loop.item-event .service-review .rate{color:#d42681}.item-loop.item-event .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-event .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-event .start-time{margin:5px 15px 10px;border-bottom:dashed 1px #dfdfdf;color:#6a7a84;padding-bottom:10px}.item-loop.item-event .item-title{margin:0 15px;font-size:16px;font-weight:500;position:relative;min-height:50px}@media (max-width: 766px){.item-loop.item-event .item-title{min-height:auto}}.item-loop.item-event .item-title a{color:#1a2b50}.item-loop.item-event .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-event .info{margin:0 15px;display:flex}.item-loop.item-event .info .duration{flex:0 0 70px;color:#6a7a84}.item-loop.item-event .info .g-price{flex:1;text-align:right}.item-loop.item-event .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-event .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-event .info .g-price .price{position:relative;display:inline-block}.item-loop.item-event .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500;line-height:20px}.item-loop.item-event .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-event .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-hotel{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:20px;position:relative;margin-bottom:30px}.item-loop.item-hotel a{text-decoration:none;transition:all .3s}.item-loop.item-hotel .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-hotel .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop.item-hotel .thumb-image{overflow:hidden;height:185px;background:#ccc;position:relative}.item-loop.item-hotel .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-hotel .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-hotel .thumb-image a:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000 0% 0%,#0000 65%,#000000bf);z-index:1}.item-loop.item-hotel .thumb-image .price-wrapper{position:absolute;bottom:10px;left:15px;color:#fff;font-size:22px;z-index:10}.item-loop.item-hotel .thumb-image .price-wrapper .price{position:relative;display:inline-block}.item-loop.item-hotel .thumb-image .price-wrapper .price .text-price{color:#fff;font-weight:500;font-size:22px}.item-loop.item-hotel .thumb-image .price-wrapper .price .onsale{position:absolute;left:0;top:-18px;text-decoration:line-through;font-size:15px;color:#fff!important;font-weight:400}.item-loop.item-hotel .thumb-image .price-wrapper .price .unit{font-size:14px;color:#fff}.item-loop.item-hotel .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:10px;color:#fff;padding:10px;cursor:pointer}.item-loop.item-hotel .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-hotel .thumb-image .service-wishlist:hover i,.item-loop.item-hotel .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-hotel .thumb-image .service-wishlist.active i{color:red}.item-loop.item-hotel .location{font-size:13px;color:#5e6d77;margin:0 15px}.item-loop.item-hotel .location i{position:relative;font-size:16px}.item-loop.item-hotel .category{margin:0 15px}.item-loop.item-hotel .category .fa{color:#687882;opacity:.6}.item-loop.item-hotel .service-review{margin:10px 15px 0}.item-loop.item-hotel .service-review .rate{color:#5191fa}.item-loop.item-hotel .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-hotel .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-hotel .item-title{margin:20px 15px 5px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-hotel .item-title{min-height:auto}}.item-loop.item-hotel .item-title a{color:#1a2b50}.item-loop.item-hotel .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-hotel .info{margin:0 15px}.item-loop.item-hotel .info:before,.item-loop.item-hotel .info:after{content:"";display:table;clear:both}.item-loop.item-hotel .info .g-price{text-align:left}.item-loop.item-hotel .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-hotel .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-hotel .info .g-price .price{position:relative;display:inline-block}.item-loop.item-hotel .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop.item-hotel .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-hotel .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-hotel .star-rate{position:absolute;bottom:10px;left:15px;z-index:1}.item-loop.item-hotel .list-star{display:inline-block;line-height:13px;position:relative}.item-loop.item-hotel .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.item-loop.item-hotel .list-star .booking-item-rating-stars:before,.item-loop.item-hotel .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.item-loop.item-hotel .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.item-loop.item-hotel .list-star .booking-item-rating-stars li:last-child{margin-right:0}.item-loop.item-hotel .list-star .booking-item-rating-stars li .fa{font-size:15px;color:#fa5636}.item-loop.item-hotel.infobox-item{position:relative}.item-loop.item-hotel.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop-list{border:1px solid #dfdfdf;overflow:hidden;position:relative;margin-bottom:30px;display:flex}@media (max-width: 766px){.item-loop-list{flex-wrap:wrap}}.item-loop-list a{text-decoration:none;transition:all .3s}.item-loop-list .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop-list .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop-list .thumb-image{overflow:hidden;height:190px;background:#ccc;position:relative;flex:0 0 30%;padding:0}@media (max-width: 766px){.item-loop-list .thumb-image{flex:0 0 100%}}.item-loop-list .thumb-image:hover a img{transform:scale(1.1)}.item-loop-list .thumb-image a img{transition:all .3s;max-width:100%}.item-loop-list .thumb-image a:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000 0% 0%,#0000 65%,#000000bf);z-index:1}.item-loop-list .thumb-image .price-wrapper{position:absolute;bottom:10px;left:15px;color:#fff;font-size:22px;z-index:10}.item-loop-list .thumb-image .price-wrapper .price{position:relative;display:inline-block}.item-loop-list .thumb-image .price-wrapper .price .text-price{color:#fff;font-weight:500;font-size:22px}.item-loop-list .thumb-image .price-wrapper .price .onsale{position:absolute;left:0;top:-18px;text-decoration:line-through;font-size:15px;color:#fff!important;font-weight:400}.item-loop-list .thumb-image .price-wrapper .price .unit{font-size:14px;color:#fff}.item-loop-list .thumb-image .service-wishlist{position:absolute;right:0;z-index:10;top:0;color:#fff;padding:20px;cursor:pointer}.item-loop-list .thumb-image .service-wishlist i{transition:all .3s;font-size:18px}.item-loop-list .thumb-image .service-wishlist:hover i,.item-loop-list .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop-list .thumb-image .service-wishlist.active i{color:red}.item-loop-list .service-review{padding:10px 0 0;display:none}.item-loop-list .service-review .rate{color:#5191fa}.item-loop-list .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop-list .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}@media (max-width: 766px){.item-loop-list .service-review{display:block}}.item-loop-list .service-review-pc .head{display:flex;align-items:center;position:relative;font-size:14px;color:#1a2b48;font-weight:400;line-height:25px;justify-content:flex-end}.item-loop-list .service-review-pc .head .left{text-align:right}.item-loop-list .service-review-pc .head .left .head-rating{display:block;line-height:13px;margin-top:8px;margin-bottom:1px;font-weight:500}.item-loop-list .service-review-pc .head .left .text-rating{color:#5191fa;font-size:14px}.item-loop-list .service-review-pc .head .score{position:relative;float:right;margin-left:12px;padding:7px 7px 0 9px;background:#5191fa;border-radius:4px;color:#fff;font-size:20px;font-weight:400;min-height:38px}.item-loop-list .service-review-pc .head .score span{font-size:14px;color:#fff}.item-loop-list .service-review-pc .head .score:after{position:absolute;content:"";width:0;height:0;bottom:0;left:-8px;border:15px solid transparent;border-bottom:15px solid #5191FA}.item-loop-list .service-review-pc .foot{color:#5e6d77;font-size:14px;text-align:right}@media (max-width: 766px){.item-loop-list .service-review-pc{display:none}}.item-loop-list .g-info{flex:0 0 45%;padding:15px;position:relative}@media (max-width: 766px){.item-loop-list .g-info{flex:0 0 100%;padding-bottom:0;display:flex;flex-wrap:wrap;flex-direction:row}.item-loop-list .g-info>div{flex:0 0 100%}}.item-loop-list .g-info .item-title{font-size:16px;font-weight:500;position:relative;margin-bottom:5px}@media (max-width: 766px){.item-loop-list .g-info .item-title{min-height:auto;order:2;margin-bottom:0}}.item-loop-list .g-info .item-title a{color:#1a2b50}.item-loop-list .g-info .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop-list .g-info .location{position:absolute;left:15px;bottom:10px;font-size:13px;color:#5e6d77}@media (max-width: 766px){.item-loop-list .g-info .location{position:relative;left:0;bottom:0;margin-top:5px;order:3;margin-bottom:3px}}.item-loop-list .g-info .location i{position:relative;font-size:16px}.item-loop-list .g-info .star-rate{z-index:1}@media (max-width: 766px){.item-loop-list .g-info .star-rate{order:1}}.item-loop-list .g-info .list-star{display:inline-block;line-height:13px;position:relative}.item-loop-list .g-info .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.item-loop-list .g-info .list-star .booking-item-rating-stars:before,.item-loop-list .g-info .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.item-loop-list .g-info .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child{margin-right:0}.item-loop-list .g-info .list-star .booking-item-rating-stars li .fa{font-size:14px;color:#fa5636}@media (max-width: 766px){.item-loop-list .g-info .terms{order:4}}.item-loop-list .g-info .terms .attr-title{display:inline-block;margin-right:5px;color:#5e6d77;font-size:13px}.item-loop-list .g-info .terms .attr-title i{margin-right:2px}.item-loop-list .g-info .terms .g-attributes .item{margin-right:5px;color:#5e6d77;font-size:13px}.item-loop-list .g-info .terms .g-attributes .item:before{content:"";height:2px;width:2px;display:inline-block;background:gray;vertical-align:middle;margin-right:5px}.item-loop-list .g-info .terms .g-attributes span:nth-child(2):before{display:none}@media (max-width: 1280px){.item-loop-list .g-info .terms .g-attributes{display:none}.item-loop-list .g-info .terms .g-attributes:first-child{display:block}}@media (max-width: 766px){.item-loop-list .g-info .terms .g-attributes{display:block}}.item-loop-list .g-rate-price{flex:1;padding:15px 15px 15px 0;position:relative}@media (max-width: 766px){.item-loop-list .g-rate-price{flex:0 0 100%;padding:0 15px 10px}}.item-loop-list .g-rate-price:before{content:"";position:absolute;left:15px;top:15px;bottom:15px;border-right:1px solid #dfdfdf}@media (max-width: 1280px){.item-loop-list .g-rate-price:before{left:0}}@media (max-width: 766px){.item-loop-list .g-rate-price:before{display:none}}.item-loop-list .g-rate-price .g-price{text-align:right;position:absolute;right:15px;bottom:10px;float:right}@media (max-width: 766px){.item-loop-list .g-rate-price .g-price{position:relative;left:0;bottom:0;float:none;text-align:left;border-top:solid 1px #dfdfdf;margin-top:10px;padding-top:5px}}.item-loop-list .g-rate-price .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;left:-3px;position:relative}.item-loop-list .g-rate-price .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop-list .g-rate-price .g-price .price{position:relative;display:inline-block}.item-loop-list .g-rate-price .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop-list .g-rate-price .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop-list .g-rate-price .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop-list .g-rate-price .g-price .text-review{float:right;position:relative;top:5px;color:#4b4b4c;display:none}@media (max-width: 766px){.item-loop-list .g-rate-price .g-price .text-review{display:block}}.bc_wrap .page-template-content .bc-list-tour .title{font-size:28px;margin-bottom:20px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-tour .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-tour .title .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-tour .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-tour .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px;outline:none}.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-tour.carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-tour.box_shadow{background:#f5f5f5;padding:30px 0}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .col-item{margin-bottom:30px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item{position:relative;overflow:hidden;border-radius:5px;background:#fff;box-shadow:0 0 20px #00000040;height:100%}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .sale_info{position:absolute;width:80px;height:48px;transform:rotate(45deg);right:-30px;top:-13px;line-height:65px;text-align:center;color:#fff;font-size:15px;z-index:8;background-color:#c03}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .featured{position:absolute;top:20px;left:0;font-size:13px;color:#fff;font-weight:500;z-index:8;background:#c03;border-radius:0 3px 3px 0;padding:6px 10px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb{position:relative;overflow:hidden;width:100%;height:200px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb:before{position:absolute;z-index:1;content:"";width:100%;height:100%;bottom:0;left:0;opacity:0;transition:all .4s;background:#0006}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb img{transition:all .4s;transform:scale(1);width:100%}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .tour-book-now{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%) scale(.5);z-index:3;opacity:0;color:#fff;border:none;transition:all .4s;padding:5px 20px;background-color:#5192fa;border-radius:30px;text-decoration:none}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist{position:absolute;right:5px;z-index:10;bottom:0;color:#fff;padding:10px;cursor:pointer}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist i{transition:all .3s;font-size:16px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist:hover i,.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.loading i{color:#ff9290}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.active i{color:red}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption{position:relative;width:100%;padding:28px 22px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address{width:65%;float:left}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title{font-size:16px;font-weight:500;margin-bottom:7px;line-height:20px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title a{color:#333;text-decoration:none;transition:all .3s}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title a:hover{color:#5192fa}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .duration{margin-bottom:0;color:#7e7e7e;font-size:13px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .tour-price{position:absolute;color:#ff7430;font-size:34px;right:22px;top:20px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price{text-align:right;float:right}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price{position:relative;display:inline-block;padding-top:18px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price .text-price{font-size:22px;color:#1a2b48;font-weight:500}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price .onsale{position:absolute;right:0;top:0;text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb:before{opacity:1}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb .tour-book-now{opacity:1;top:51%;transform:translate(-50%,-50%) scale(1)}.bc_wrap .page-template-content .bc-list-tour.carousel_simple{padding:70px 0 20px}@media (max-width: 460px){.bc_wrap .page-template-content .bc-list-tour.carousel_simple{padding:40px 0 20px}}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .title{font-size:28px;margin-bottom:30px;position:relative;padding-bottom:10px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .title:before{position:absolute;content:"";height:2px;width:80px;background:var(--link-color, #5191FA);bottom:0;left:0}@media (max-width: 460px){.bc_wrap .page-template-content .bc-list-tour.carousel_simple .sub-title{padding-bottom:15px}}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav{left:-100px;right:auto;top:0}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-next{border:solid 1px #1a2b48;border-radius:50%}@media (max-width: 460px){.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-next{display:none}}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour{border:none;border-radius:5px;padding-bottom:0}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .featured{background:#1a2b48}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image{height:350px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image a img{max-width:none;width:auto}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image .service-wishlist{right:auto;left:5px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price{position:absolute;border:solid 2px #fff;right:-2px;bottom:-2px;z-index:8;background:var(--link-color, #5191FA);padding:5px 10px 5px 20px;margin-top:0;opacity:.9;min-width:110px;text-align:-webkit-right;border-top-left-radius:5px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .text-price{font-size:22px;color:#fff;font-weight:500;display:block;line-height:22px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .onsale{text-decoration:line-through;font-size:14px;color:#fff!important;font-weight:400;display:block}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .small{font-size:14px}.bc_wrap .page-template-content .bc-form-search-tour{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-tour .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-tour .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-tour .g-form-control{padding:0 100px;margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-tour .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2{position:relative;padding:100px 0 120px}@media (max-width: 768px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2{padding:120px 0 30px}}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .text-heading{flex:0 0 100%;margin-top:-90px}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .sub-heading{flex:0 0 100%}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect{position:absolute;inset:0;z-index:0}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item{width:100%;height:100%!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;align-items:center;display:flex;flex-wrap:wrap;align-content:center}@media (max-width: 768px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item{display:block}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item .text-heading{padding-top:80px;margin:0}}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-carousel,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-stage-outer,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-stage,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-item{height:100%;background-size:cover;background-position:center}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .owl-nav,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .owl-dots{display:none!important}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control{margin:170px 0 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control{margin:120px 0 0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control{margin:80px 0 0}}.bc_wrap .page-template-content .bc-featured-item{border-bottom:solid 1px #f4f4f4;margin:30px 0;padding-bottom:15px}.bc_wrap .page-template-content .bc-featured-item .featured-item{margin-bottom:20px}.bc_wrap .page-template-content .bc-featured-item .featured-item .image{margin-top:15px;float:left}.bc_wrap .page-template-content .bc-featured-item .featured-item .content{margin-left:85px;padding:15px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-featured-item .featured-item .content{margin-left:60px}}.bc_wrap .page-template-content .bc-featured-item .featured-item .content .title{font-size:18px}.bc_wrap .page-template-content .bc-featured-item .featured-item .content .desc{font-size:13px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-featured-item .col-md-4{flex:0 0 100%;max-width:100%}}.bc_wrap .page-template-content .bc-featured-item.style2{border-bottom:0px}.bc_wrap .page-template-content .bc-featured-item.style2 .number-circle{width:70px;height:70px;border:2px solid #5191FA;border-radius:50%;text-align:center;line-height:69px;font-size:40px;color:#5191fa;transition:all .3s;display:inline-block}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item{border:1px solid #dfdfdf;border-radius:8px;padding:50px;margin-bottom:30px;transition:all .3s}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item .image{float:none;margin-top:0;margin-bottom:25px;text-align:center}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item .content{text-align:center;margin-left:0;padding:0}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item:hover{border-color:#5191fa}.bc_wrap .page-template-content .bc-featured-item.style4{background-color:#f6f9ff;border-bottom:none;margin-top:0;padding:40px 0 20px}.bc_wrap .page-template-content .bc-featured-item.style5{background-color:#1a2b47;border-bottom:none;margin-top:0;color:#fff;padding:70px 0 10px}.bc_wrap .page-template-content .bc-testimonial{margin:30px 0}.bc_wrap .page-template-content .bc-testimonial h3{font-size:28px;margin-bottom:20px;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-testimonial h3{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-testimonial .item{border:1px solid #D7DCE3;border-radius:3px;padding:30px;min-height:250px;margin-bottom:30px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-testimonial .item{padding:15px;min-height:0px}}.bc_wrap .page-template-content .bc-testimonial .item .author{display:flex;align-items:center;margin-bottom:30px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-testimonial .item .author{margin-bottom:10px}}.bc_wrap .page-template-content .bc-testimonial .item .author img{margin-right:20px;width:70px;height:auto;border-radius:50%}.bc_wrap .page-template-content .bc-testimonial .item .author .author-meta h4{font-size:16px;margin-bottom:8px}.bc_wrap .page-template-content .bc-testimonial .item .author .author-meta .star .fa{color:#ffdc00;font-size:16px;margin-right:2px}.bc_wrap .page-template-content .bc-testimonial .item p{font-size:14px;color:#768092;margin-bottom:0}.bc_wrap .page-template-content .bc-call-to-action{margin:25px 0 40px}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action{margin:0 0 30px}}.bc_wrap .page-template-content .bc-call-to-action .context{padding:40px 45px 50px;background:#f6b756}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context{padding:15px!important}}.bc_wrap .page-template-content .bc-call-to-action .context .title{font-size:48px;font-weight:500}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action .context .title{font-size:32px!important}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context .title{font-size:26px!important}}.bc_wrap .page-template-content .bc-call-to-action .context .sub_title{font-size:18px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context .sub_title{font-size:16px!important}}.bc_wrap .page-template-content .bc-call-to-action .context .btn-more{margin-top:30px;float:right;background:#fff;display:block;padding:15px 25px;font-weight:500;border-radius:5px;color:#000;text-decoration:none;transition:all .3s}.bc_wrap .page-template-content .bc-call-to-action .context .btn-more:hover{border-radius:10px;background:#f1f1f1}@media (max-width: 990px){.bc_wrap .page-template-content .bc-call-to-action .context .btn-more{padding:15px 10px!important}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context .btn-more{float:none;display:inline-block;margin-top:10px;padding:5px 10px!important}}.bc_wrap .page-template-content .bc-call-to-action.style_2 .context{padding-left:80px;background-size:cover;color:#fff}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action.style_2 .context{padding-left:40px}}.bc_wrap .page-template-content .bc-call-to-action.style_2 .context .title{font-size:40px;font-weight:400;line-height:55px}.bc_wrap .page-template-content .bc-call-to-action.style_2 .context .btn-more{padding:10px 25px;color:#5191fa;margin-top:20px}.bc_wrap .page-template-content .bc-call-to-action.style_3{margin:25px 0 0}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context{padding:150px 0!important;color:#fff;background-color:#fff}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action.style_3 .context{padding:100px!important}}@media (max-width: 460px){.bc_wrap .page-template-content .bc-call-to-action.style_3 .context{padding:50px 20px!important}}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .title{font-size:50px;font-weight:600;text-shadow:0px 0px 20px #1a2b48}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .sub_title{font-size:18px;text-shadow:0px 0px 20px #1a2b48}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .btn-more{float:none;display:inline-block;padding:10px 35px}.bc_wrap .page-template-content .bc-list-locations .title{font-size:28px;margin-bottom:25px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-locations .row{padding:0 -10px}.bc_wrap .page-template-content .bc-list-locations .row .col-md-4,.bc_wrap .page-template-content .bc-list-locations .row .col-md-8{padding-left:10px;padding-right:10px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-list-locations .row .col-md-4{flex:0 0 50%;max-width:50%}.bc_wrap .page-template-content .bc-list-locations .row .col-md-8{flex:0 0 100%;max-width:100%}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item{margin-bottom:20px;min-height:383px;border-radius:5px;overflow:hidden}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item{min-height:200px}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item.no-image{background:#ccc}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image{position:relative;overflow:hidden;min-height:383px;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image{min-height:200px}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);z-index:1;text-align:center}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .title{margin-bottom:0;font-size:28px;font-weight:400;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .title{font-size:22px}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .desc{display:inline-block;background:#5191fa;border-radius:100px;font-size:14px!important;color:#fff;padding:5px 20px;margin-top:10px}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item:hover .image img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item:hover .effect{opacity:0}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .effect{position:absolute;left:0;top:0;background:#000;z-index:1;width:100%;height:100%;opacity:.4;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_2{margin:50px 0 30px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-locations.style_2{margin:30px 0 0}}.bc_wrap .page-template-content .bc-list-locations.style_2 .title{font-size:28px;font-weight:500;margin-bottom:5px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations.style_2 .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-locations.style_2 .sub-title{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item{border-radius:5px;min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item .content .title{font-size:16px;color:#1a2b48;padding:8px 25px;background:#fff;text-transform:uppercase;white-space:nowrap;display:inline-block;font-weight:500;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item .image{min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item:hover .effect{opacity:.4}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item:hover .title{background:#5191fa;color:#fff}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .effect{opacity:0}.bc_wrap .page-template-content .bc-list-locations.style_3{margin:0 0 30px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-locations.style_3{margin:30px 0 0}}.bc_wrap .page-template-content .bc-list-locations.style_3 .title{font-size:28px;font-weight:500;margin-bottom:5px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations.style_3 .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-locations.style_3 .sub-title{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item{border-radius:5px;min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .content .title{font-size:28px;padding:5px 25px;text-transform:uppercase;white-space:nowrap;display:block;font-weight:500;transition:all .3s;margin-bottom:5px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .content .desc{display:inline-block;background:none;font-size:14px!important;color:#fff;margin-top:0;padding:2px 15px;border-radius:5px;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .image{min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item:hover .effect{opacity:.2}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item:hover .desc{background:#5191fa;color:#fff}.bc_wrap .page-template-content .bc-list-locations.style_4{margin:0 0 30px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-locations.style_4{margin:30px 0 0}}.bc_wrap .page-template-content .bc-list-locations.style_4 .title{font-size:28px;font-weight:500;margin-bottom:5px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations.style_4 .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-locations.style_4 .sub-title{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item{border-radius:5px;min-height:320px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .title{font-size:22px;padding:5px 25px;text-transform:uppercase;white-space:nowrap;display:block;font-weight:500;transition:all .3s;margin-bottom:5px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .title:after{content:"";height:2px;width:50px;background:#fff;display:block;margin:15px auto auto;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc{position:absolute;bottom:0;transform:translate(-50%);left:50%;width:90%;text-align:center;transition:all .3s;top:125px;background:none!important}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a,.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span{color:#fff;font-size:14px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a:after,.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span:after{content:"";height:5px;width:5px;display:inline-block;background:#fff;vertical-align:middle;border-radius:50%;margin-left:10px;margin-right:10px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a:last-child:after,.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span:last-child:after{display:none}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .image{min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item:hover .effect{opacity:.2}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item:hover .content h4:after{width:70px}.bc_wrap .page-template-content .bc-how-it-works{margin:30px 0;color:#fff;padding-top:80px;padding-bottom:100px;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}.bc_wrap .page-template-content .bc-how-it-works .title{text-align:center;font-size:28px;margin-bottom:35px}.bc_wrap .page-template-content .bc-how-it-works .featured-item{margin-bottom:20px}.bc_wrap .page-template-content .bc-how-it-works .featured-item .image{margin-top:15px;float:left}.bc_wrap .page-template-content .bc-how-it-works .featured-item .image img{width:80px}.bc_wrap .page-template-content .bc-how-it-works .featured-item .content{margin-left:85px;padding:18px 15px 15px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-how-it-works .featured-item .content{margin-left:60px}}.bc_wrap .page-template-content .bc-how-it-works .featured-item .content .sub-title{font-size:22px}.bc_wrap .page-template-content .bc-how-it-works .featured-item .content .desc{font-size:13px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-how-it-works .col-md-4{flex:0 0 100%;max-width:100%}}.bc_wrap .page-template-content .bc-box-category-tour .title{font-size:28px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-box-category-tour .title{font-size:24px}}.bc_wrap .page-template-content .bc-box-category-tour .desc{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-box-category-tour .list-item{margin-bottom:40px}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item{position:relative}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a{display:block;overflow:hidden}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a img{transition:all .3s}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a img:hover{transform:scale(1.1)}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item .text-title{position:absolute;font-size:24px;font-weight:700;color:#fff;top:50%;left:50%;transform:translate3d(-50%,-50%,0);text-align:center;cursor:pointer;width:100%}.bc_wrap .page-template-content .bc-box-category-tour .owl-dots{text-align:center;margin:15px 0}.bc_wrap .page-template-content .bc-box-category-tour .owl-dot{border-radius:50px;height:5px;width:48px;display:inline-block;background:#dcdcdc;margin-left:5px;margin-right:5px;outline:none}.bc_wrap .page-template-content .bc-box-category-tour .owl-dot.active{background:#5191fa}.bc_wrap .page-template-content .bc-client-feedback{background:#f6f9ff;margin-bottom:40px;overflow:hidden}.bc_wrap .page-template-content .bc-client-feedback img{max-width:100%}.bc_wrap .page-template-content .bc-client-feedback .list-item{padding:80px 60px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-client-feedback .list-item{padding:20px 30px 20px 10px}}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .title{font-size:16px;font-weight:500;color:var(--main-color, #1A2B48);line-height:26px;text-transform:capitalize;margin-bottom:5px}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .sub_title{margin-bottom:25px;font-style:italic;font-size:14px;color:#768092}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .desc{font-size:14px;color:#768092;margin-bottom:0}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .icofont-quote-right{float:right;font-size:32px;color:#1a2b48}.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next{line-height:33px;padding-right:15px!important;outline:none;margin-top:20px;font-size:50px;color:#5191fa}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next{margin-top:0}}.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next span{position:relative;outline:none!important}.bc_wrap .page-template-content .bc-list-space{margin:50px 0}.bc_wrap .page-template-content .bc-list-space .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-space .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-space .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-space.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-space.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-space.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-space .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-space .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-form-search-space{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-space .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-space .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-space .g-form-control{margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-space .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-featured-box{padding:50px 0;background:#f2f2f2}@media (max-width: 460px){.bc_wrap .page-template-content .bc-featured-box{padding:20px 0}}.bc_wrap .page-template-content .bc-featured-box .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-featured-box .title{font-size:24px}}.bc_wrap .page-template-content .bc-featured-box .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-featured-box a{text-decoration:none}.bc_wrap .page-template-content .bc-featured-box .featured-item{background:#fff;text-align:center;padding:20px;margin:15px 0}.bc_wrap .page-template-content .bc-featured-box .featured-item .text{margin-top:20px;font-size:14px;font-weight:500;color:#1a2b48}.bc_wrap .page-template-content .bc-featured-box .featured-item img{transition:all .3s;max-width:100%}.bc_wrap .page-template-content .bc-featured-box .featured-item:hover img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-form-search-hotel{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-hotel .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-hotel .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-hotel .g-form-control{margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-hotel .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-list-hotel{margin:50px 0 30px}.bc_wrap .page-template-content .bc-form-search-slider{position:relative}.bc_wrap .page-template-content .bc-form-search-slider .effect{position:absolute;inset:0;z-index:0}.bc_wrap .page-template-content .bc-form-search-slider .effect .item{width:100%;height:100%!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}.bc_wrap .page-template-content .bc-form-search-slider .effect *{height:100%;background-size:cover;background-position:center}.bc_wrap .page-template-content .bc-form-search-slider .owl-nav,.bc_wrap .page-template-content .bc-form-search-slider .owl-dots{display:none!important}.bc_wrap .page-template-content .bc-form-search-all{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-all .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-all .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-all .g-form-control{margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control{margin:20px 0 0}}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs{border:none;margin-top:50px}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a{background-color:#1a2b47;color:#fff;border-color:#1a2b47;padding:7px 25px;border-radius:3px 3px 0 0;font-size:14px;margin-right:1px;text-decoration:none;display:block}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a{padding:7px 20px}}@media (max-width: 460px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a{padding:7px 10px}}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a i{font-size:16px;position:relative;top:1px;line-height:16px;margin-right:2px}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a.active{background-color:#5192fa;color:#fff;border-color:#5192fa}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content{position:relative}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content:before{content:"";position:absolute;left:0;top:0;height:15px;width:15px;background:#fff}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_tour,.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_car,.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_event{max-width:1000px}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2{position:relative;padding:0}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .text-heading{flex:0 0 100%}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .sub-heading{flex:0 0 100%;padding-top:0}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect{position:absolute;inset:0;z-index:0}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item{width:100%;height:100%!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;align-items:center;display:flex;flex-wrap:wrap;align-content:center}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item{display:block}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item .sub-heading{padding-top:80px;margin:0}}@media (max-width: 1023px) and (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item .sub-heading{padding-top:60px}}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-carousel,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-stage-outer,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-stage,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-item{height:100%;background-size:cover;background-position:center}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .owl-nav,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .owl-dots{display:none!important}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control{margin-top:0;margin-bottom:-40px}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{border:none;margin-top:300px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{margin-top:210px}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{margin-top:170px}}.bc_wrap .page-template-content .bc-form-search-all.bg_video{position:relative}.bc_wrap .page-template-content .bc-form-search-all.bg_video .background-video-container{direction:ltr;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;transition:opacity 1s;width:100%;z-index:-1}.bc_wrap .page-template-content .bc-form-search-all.bg_video .background-video-embed{left:50%;max-width:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.bc_wrap .page-template-content .bc-offer{margin:50px 0 30px}.bc_wrap .page-template-content .bc-offer .item{padding:60px 15px;border-radius:5px;position:relative;overflow:hidden;height:370px;margin-bottom:15px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item{padding:25px 15px;height:300px}}.bc_wrap .page-template-content .bc-offer .item .featured-text{padding:7px 20px;background:#fa5636;font-size:14px;color:#fff;font-weight:500;display:inline-block}.bc_wrap .page-template-content .bc-offer .item .featured-icon{position:relative;min-height:35px}.bc_wrap .page-template-content .bc-offer .item .featured-icon i{line-height:normal;position:absolute;left:0;top:-10px;font-size:60px;color:#fff}.bc_wrap .page-template-content .bc-offer .item .item-title{color:#fff;margin-top:60px;font-weight:500;font-size:28px;margin-bottom:18px;transition:all .4s}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item .item-title{margin:30px 0 10px}}.bc_wrap .page-template-content .bc-offer .item .item-sub-title{color:#fff;font-size:14px;line-height:24px;padding-bottom:75px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item .item-sub-title{padding-bottom:0}}.bc_wrap .page-template-content .bc-offer .item a.btn-default{position:absolute;opacity:0;bottom:20px;color:#fff;background:transparent;transition:all .3s;border-radius:3px;border:1px solid #fff}.bc_wrap .page-template-content .bc-offer .item a.btn-default:hover{color:#5191fa;background:#fff}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item a.btn-default{opacity:1;bottom:0!important;position:relative}}.bc_wrap .page-template-content .bc-offer .item .img-cover{position:absolute;height:100%;width:100%;top:0;left:0;z-index:-1;transition:all .2s;background-size:cover!important;background:#1a2b47}.bc_wrap .page-template-content .bc-offer .item:hover .img-cover{transform:scale(1.1)}.bc_wrap .page-template-content .bc-offer .item:hover .item-title{margin-top:25px}.bc_wrap .page-template-content .bc-offer .item:hover a.btn-default{opacity:1;bottom:60px}.bc_wrap .page-template-content .bc-form-search-car{padding:150px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-car .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-car .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-car .g-form-control{margin:50px 0 0;padding:0 100px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-car .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-car-term-featured-box{padding:15px 0 0}.bc_wrap .page-template-content .bc-car-term-featured-box .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-car-term-featured-box .title{font-size:24px}}.bc_wrap .page-template-content .bc-car-term-featured-box .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-car-term-featured-box a{text-decoration:none}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item{background:#fff;text-align:center;margin:15px 0;overflow:hidden}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item .text{margin-top:15px;font-size:16px;font-weight:500;color:#1a2b48}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item img{transition:all .3s;max-width:100%}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item:hover img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-car{margin:50px 0}.bc_wrap .page-template-content .bc-list-car .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-car .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-car .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-car.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-car.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-car.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-car .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-car .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-list-event{margin:50px 0}.bc_wrap .page-template-content .bc-list-event .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-event .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-event .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-event.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-event.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-event.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-event .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-event .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-form-search-event{padding:150px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-event .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-event .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-event .g-form-control{margin:50px 0 0;padding:0 100px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-event .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-list-news .title{font-size:28px;margin-bottom:20px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-news .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-news .title .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-news .item-news{overflow:hidden;position:relative;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-news .item-news a{text-decoration:none;transition:all .3s}.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image{overflow:hidden;height:170px;background:#ccc}.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image a img{transition:all .3s;max-width:100%}.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image a:hover img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-news .item-news .caption{padding:15px 0}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date{margin-bottom:5px}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date a{color:#2a2a2a}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul li{display:inline-block;margin-right:10px;text-transform:uppercase}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul li a{font-weight:500}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul .dot:before{width:5px;height:5px;display:inline-block;border-radius:50%;background:#7b7b7b;content:"";margin-right:5px;position:relative;top:-2px}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title{font-size:17px;margin-bottom:15px;word-break:break-word}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title{min-height:auto}}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title a{color:#1a2b50}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-desc{color:#7a7a7a;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-more a{display:inline-block;color:#2a2a2a;position:relative;z-index:2;padding-bottom:2px;font-weight:500}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-more a:after{position:absolute;content:"";display:block;width:100%;height:2px;background:#5191fa;bottom:0;transition:all .2s;z-index:-1;opacity:1}.bc_wrap .page-template-content .bc-vendor-form-register h1{font-size:2rem}.bc_wrap .page-template-content .bc-form-search-boat{padding:150px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-boat .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-boat .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-boat .g-form-control{margin:50px 0 0;padding:0 100px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-boat .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-list-boat{margin:50px 0}.bc_wrap .page-template-content .bc-list-boat .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-boat .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-boat .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-boat.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-boat.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-boat.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-boat .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-boat .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-list-vendor .title{font-size:28px;margin-bottom:20px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-vendor .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-vendor .title .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item{height:100%;position:relative;padding:30px;background:#fff;border:1px solid #ecedf2;box-sizing:border-box;border-radius:8px;transition:all .3s ease;text-align:center}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .image{position:relative;width:90px;height:90px;overflow:hidden;border-radius:50%;margin:0 auto 14px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .name{position:relative;display:block;font-size:18px;line-height:24px;font-weight:500;color:#202124;margin-bottom:5px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .designation{display:block;font-size:14px;color:#1967d2;line-height:19px;margin-bottom:10px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .text{font-size:14px;color:#696969}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .location{position:relative;display:flex;align-items:center;justify-content:center;font-size:14px;color:#696969;margin-bottom:25px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .location i{font-size:14px;margin-right:5px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item:hover{box-shadow:0 6px 15px #404f680d}.bc_wrap .bc_form{background:#fff;box-shadow:0 1px 2px #0003;border-radius:5px;display:flex;flex-wrap:wrap;justify-content:center}.bc_wrap .bc_form .g-field-search{flex:0 0 90%;max-width:90%;flex-grow:1;padding:0 15px}@media (max-width: 1023px){.bc_wrap .bc_form .g-field-search,.bc_wrap .bc_form .g-field-search [class*=col-]{flex:0 0 100%!important;max-width:100%!important}}.bc_wrap .bc_form .g-button-submit{flex:0 0 10%;max-width:10%;flex-grow:1;position:relative}@media (max-width: 1023px){.bc_wrap .bc_form .g-button-submit{flex:0 0 100%!important;max-width:100%!important;text-align:right}}.bc_wrap .bc_form .g-button-submit button{height:100%;width:100%;border-radius:0 5px 5px 0;background:#5191fa;border:none;text-transform:uppercase;font-weight:500;cursor:pointer;padding:0}@media (max-width: 1023px){.bc_wrap .bc_form .g-button-submit button{height:auto;width:auto;position:relative;margin:10px 15px;border-radius:5px;display:inline-block;padding:8px 15px;font-weight:400}}.bc_wrap .bc_form .form-group{margin-bottom:0}@media (max-width: 1023px){.bc_wrap .bc_form .form-group{border-bottom:solid 1px #ccc}}.bc_wrap .bc_form .border-right{border-right:1px solid #D7DCE3}@media (max-width: 1023px){.bc_wrap .bc_form .border-right{border-right:none!important}}.bc_wrap .bc_form .field-icon{position:absolute;top:50%;margin-top:-18px;font-size:35px;color:#5191fa;left:15px}@media (max-width: 766px){.bc_wrap .bc_form .field-icon{margin-top:-16px;font-size:30px}}.bc_wrap .bc_form .dropdown-toggle:after{position:absolute;right:10px;top:50px;color:#5191fa;border-top:.4em solid;border-right:.2em solid transparent;border-left:.32em solid transparent}.bc_wrap .bc_form .form-content{position:relative;padding:20px 0 10px 45px;transition:all .3s}@media (max-width: 766px){.bc_wrap .bc_form .form-content{padding-left:40px}}.bc_wrap .bc_form .form-content label{font-size:14px;color:#5e6d77;font-weight:400;margin-bottom:0}.bc_wrap .bc_form .form-content .form-date-search .check-in-out,.bc_wrap .bc_form .form-content .form-date-search-hotel .check-in-out{position:absolute;left:-15px;bottom:1px;z-index:-1;opacity:0}@media (max-width: 1023px){.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper{max-height:45px}}.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper .check-in-render,.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper .check-out-render{display:inline-block;width:auto}.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper span{color:#5e6d77;position:relative;top:-7px}.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper label{display:block}.bc_wrap .bc_form .form-content .date-wrapper .check-in-out{position:absolute;left:-15px;bottom:1px;z-index:-1;opacity:0}.bc_wrap .bc_form .form-content .date-wrapper .wrapper-more label{display:block}.bc_wrap .bc_form .form-content .dropdown .form-control{border:none;box-shadow:none;padding:0;font-size:16px;color:#5191fa;position:relative;left:-5px;height:25px!important}@media (max-width: 766px){.bc_wrap .bc_form .form-content .dropdown .form-control{font-size:14px}}.bc_wrap .bc_form .form-content .dropdown .form-control option{color:#000}.bc_wrap .bc_form .form-content .render{font-size:16px;color:#5191fa;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 766px){.bc_wrap .bc_form .form-content .render{font-size:14px}}.bc_wrap .bc_form .input-search:after{display:none}.bc_wrap .bc-list-hotel .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .bc-list-hotel .title{font-size:24px}}.bc_wrap .bc-list-hotel .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .bc-list-hotel.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .bc-list-hotel.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .bc-list-hotel.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .bc-list-hotel .owl-dots{display:none}.bc_wrap .bc-list-hotel .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .bc-list-hotel .owl-nav .owl-prev,.bc_wrap .bc-list-hotel .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .bc-list-hotel .owl-nav .owl-prev span,.bc_wrap .bc-list-hotel .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .guests-input .btn-minus,.bc_wrap .guests-input .btn-add,.bc_wrap .guests-input .btn-minus2,.bc_wrap .guests-input .btn-add2{padding:0 5px;cursor:pointer}.bc_wrap .guests-input .btn-minus i,.bc_wrap .guests-input .btn-add i,.bc_wrap .guests-input .btn-minus2 i,.bc_wrap .guests-input .btn-add2 i{font-size:25px}.bc_wrap .guests-input .count-display{color:#5191fa;min-width:25px;text-align:center}.bc_wrap .guests-input .count-display input{border:none;background:none;width:35px;text-align:center;color:#5191fa;margin-left:15px}.bc_wrap .select-guests-dropdown,.bc_wrap .select-seat-type-dropdown{transform:none!important;border-top-left-radius:0;border-top-right-radius:0;top:100%!important;margin-top:0;right:0;border-color:#dee2e6}@media (max-width: 1023px){.bc_wrap .select-guests-dropdown,.bc_wrap .select-seat-type-dropdown{transform:translateY(-1px)!important}}.bc_wrap .select-guests-dropdown .render,.bc_wrap .select-seat-type-dropdown .render{padding-right:30px}.bc_wrap .select-guests-dropdown .dropdown-item-row,.bc_wrap .select-seat-type-dropdown .dropdown-item-row{display:flex;justify-content:space-between;padding:4px 14px 4px 24px;align-items:center}.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add2,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2{padding:0 5px;cursor:pointer}.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus i,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add i,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2 i,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add2 i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2 i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2 i{font-size:25px}.bc_wrap .select-guests-dropdown .dropdown-item-row .count-display,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .count-display{color:#5191fa;min-width:25px;text-align:center}.bc_wrap .select-guests-dropdown .dropdown-item-row .count-display input,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .count-display input{border:none;background:none;width:35px;text-align:center;color:#5191fa;margin-left:15px}.bc_wrap .select-guests-dropdown .dropdown-item-row .val,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .val{display:flex;justify-content:space-between;align-items:center}.bc_wrap .select-guests-dropdown .dropdown-item-row .render,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .render{padding-right:30px}.bc_wrap .bc-faq-lists .faq-item{margin-bottom:35px;border-bottom:1px solid #ebebeb;padding-bottom:35px}.bc_wrap .bc-faq-lists .faq-item h3{font-size:18px;margin-top:20px;margin-bottom:10px}.bc_wrap .bc-faq-lists .faq-item h3 img{width:30px;height:auto;position:relative;top:-2px;margin-right:10px}.bc_wrap .bc-faq-lists .faq-item p{font-size:15px;color:#666;margin-top:15px}.bc_wrap .bc-checkbox{margin-bottom:15px}.bc_wrap .bc-checkbox input{margin-right:5px}.bc_wrap .bc-checkbox label{position:relative;cursor:pointer;transition:all .3s;padding-left:25px;font-size:14px;color:#5e6d77;font-weight:400;margin-bottom:0}.bc_wrap .bc-checkbox input[type=checkbox]{display:none}.bc_wrap .bc-checkbox .checkmark{display:inline-block;height:17px;left:0;position:absolute;top:0;width:17px;border:solid 1px #A0A9B2;border-radius:2px;background:#fff}.bc_wrap .bc-checkbox input[type=checkbox]+.checkmark{background-repeat:no-repeat!important;background-position:center}.bc_wrap .bc-checkbox input[type=checkbox]:checked+.checkmark{background-repeat:no-repeat!important;background-position:center}.bc_wrap .bc-checkbox input[type=checkbox]:checked+.checkmark:after{content:"";position:absolute;background-color:transparent;border-radius:0;left:5px;top:2px;width:5px;height:8px;border:solid #5191FA;border-width:0 2px 2px 0;transform:rotate(45deg)}.bc_wrap .bc-checkbox .fa-star{color:#fa5636;font-size:15px;position:relative;top:-1px;margin-right:3px}.bc_wrap .bc-contact-block .section{padding:30px 0}.bc_wrap .bc-contact-block .contact-form .alert ul{margin-left:35px}.bc_wrap .bc-contact-block .form_wrapper .contact-header{padding-bottom:30px;margin-bottom:30px;border-bottom:2px solid #EBEEF1}.bc_wrap .bc-contact-block .form_wrapper .contact-header h1{font-size:24px;color:#1a2b48;margin-top:0}.bc_wrap .bc-contact-block .form_wrapper .contact-header h2{font-size:14px;color:#666b6f;margin-bottom:0}.bc_wrap .bc-contact-block .contact-info{position:relative}.bc_wrap .bc-contact-block .contact-info .info-bg{min-height:500px}@media (max-width: 1023px){.bc_wrap .bc-contact-block .contact-info .info-bg{display:none}}.bc_wrap .bc-contact-block .contact-info .info-content{position:absolute;top:50%;margin-top:-185px;margin-left:-130px;background:#fa5636;padding:30px;min-width:385px}@media (max-width: 1023px){.bc_wrap .bc-contact-block .contact-info .info-content{position:relative;margin:0;min-width:auto}}.bc_wrap .bc-contact-block .contact-info .info-content h3{font-size:24px;color:#fff;margin:0}.bc_wrap .bc-contact-block .contact-info .info-content .sub{position:relative;max-width:300px}.bc_wrap .bc-contact-block .contact-info .info-content .sub p{font-size:16px;color:#fff;margin-bottom:5px;letter-spacing:normal;width:100%;word-break:break-word}.bc_wrap .bc-contact-block .img-responsive{display:block;max-width:100%;height:auto}.bc_wrap .bc-contact-block .bc-contact-block-form .text-danger{border:solid 1px #dc3545;display:block;padding:10px;border-radius:5px}.bc_wrap .bc-contact-block .bc-contact-block-form .text-success{border:solid 1px #28a745;display:block;padding:10px;border-radius:5px}.bc_wrap .bc-contact-block .bc-contact-block-form .submit{width:100%}.bc_wrap .bc-contact-block .bc-contact-block-form .fa-spinner{display:none}.bc_wrap .bc-contact-block .bc-contact-block-form.loading .fa-spinner{display:inline-block}.bc_wrap .bc-list-item .topbar-search{display:flex;align-items:center}@media (max-width: 1023px){.bc_wrap .bc-list-item .topbar-search{flex-wrap:wrap}.bc_wrap .bc-list-item .topbar-search .text{flex:0 0 100%!important}.bc_wrap .bc-list-item .topbar-search .control{flex:0 0 100%!important;flex-wrap:wrap}.bc_wrap .bc-list-item .topbar-search .control .item{margin-bottom:10px;margin-top:10px;flex:0 0 100%!important}}.bc_wrap .bc-list-item .topbar-search .control{flex:1 1 55%;color:#1a2b48;text-align:right;display:flex;align-items:center;justify-content:flex-end}.bc_wrap .bc-list-item .topbar-search .control a{color:#1a2b48;text-decoration:none;cursor:pointer}.bc_wrap .bc-list-item .topbar-search .control .item{display:flex;align-items:center;margin-left:5px;padding-left:5px;border-left:solid 1px #a7a7a7}.bc_wrap .bc-list-item .topbar-search .control .item:first-child{border:none}.bc_wrap .bc-list-item .topbar-search .control .item .item-title{line-height:normal}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown{margin-left:10px;font-weight:600}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown .dropdown-toggle{padding:7px 15px;border:solid 1px #CCc}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown .dropdown-item{color:#000;font-size:14px}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown-toggle:after{top:2px;position:relative}.bc_wrap .bc_popup .modal-title{padding-right:15px}.bc_wrap .bc_popup .modal-content{border:none}.bc_wrap .bc_popup .modal-content p{margin-bottom:0}.bc_wrap .bc_popup .modal-content img{max-width:100%}.bc_wrap .bc_popup .close{position:absolute;right:10px;top:10px;border:solid 1px #1A2B48;border-radius:50%;width:25px;height:25px;display:flex;align-content:center;align-items:center;justify-content:center;cursor:pointer;opacity:1!important;color:#1a2b48;z-index:10;background:#fff}.bc_start_chat{background-color:#f5f6f7;border:1px solid #ccd0d5;color:#4b4f56;padding:3px 10px;font-size:13px;cursor:pointer}.bc_start_chat:hover{background-color:#ebedf0}.owner-info{background:#fff;border-radius:3px;padding:15px;border:1px solid #D7DCE3}.owner-info .media-left{padding-right:10px}.owner-info .media-left a{width:50px;height:50px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.owner-info .avatar-text{background:#1a2b47;color:#fff;border-radius:50%;width:50px;height:50px;display:block;text-align:center;padding-top:4px;position:relative;font-size:29px;top:0;text-decoration:none}.owner-info .media-heading{font-weight:500;font-size:14px;color:#1a2b48;margin-top:5px;margin-bottom:5px}.owner-info .media-heading a{color:inherit}.owner-info p{margin-bottom:5px;color:#5e6d77;font-size:12px}.text-16{font-size:16px}.text-18{font-size:18px}.text-20{font-size:20px}.text-24{font-size:24px}.text-36{font-size:36px}.g-gallery{margin:10px 0;position:relative;min-height:75px}.g-gallery .fotorama .fotorama__arr.fotorama__arr--prev{left:30px}.g-gallery .fotorama .fotorama__arr.fotorama__arr--prev:after{content:"";background:url(../images/ico_pre.svg)}.g-gallery .fotorama .fotorama__arr.fotorama__arr--next{right:30px}.g-gallery .fotorama .fotorama__arr.fotorama__arr--next:after{content:"";background:url(../images/ico_next.svg)}.g-gallery .fotorama .fotorama__arr{border-radius:3px;width:40px;height:40px;background:none;background-color:#1a2b4899}.g-gallery .fotorama .fotorama__arr:after{position:absolute;left:50%;margin-left:-13px;top:7px;width:24px;height:24px}.g-gallery .fotorama .fotorama__fullscreen-icon{width:40px;height:40px;top:auto;bottom:30px;right:30px;background:none}.g-gallery .fotorama .fotorama__fullscreen-icon:before{content:"";position:absolute;width:24px;height:24px;background:url(../images/ico_full_3.svg);left:50%;margin-left:-11px;top:7px;z-index:1}.g-gallery .fotorama .fotorama__fullscreen-icon:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#1a2b4880;border-radius:3px}.g-gallery .social{position:absolute;right:30px;top:30px}.g-gallery .social .social-share{display:inline-flex}.g-gallery .social .social-share:hover .share-wrapper{visibility:visible;opacity:1}.g-gallery .social .social-share a{text-decoration:none}.g-gallery .social .social-share .social-icon{cursor:pointer;width:40px;height:40px;border-radius:50%;background:#1a2b48b3;color:#fff;font-size:19px;display:inline-flex;align-items:center;justify-content:center;padding-top:2px;margin-right:10px}.g-gallery .social .social-share .share-wrapper{visibility:hidden;opacity:0;padding-left:0;position:absolute;top:100%;left:0;z-index:1;padding-top:5px;transition:all .3s}.g-gallery .social .social-share .share-wrapper li{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.g-gallery .social .social-share .share-wrapper li a{color:#1a2b48}.g-gallery .social .service-wishlist{cursor:pointer;width:40px;height:40px;border-radius:50%;background:#1a2b48b3;color:#fff;font-size:19px;display:inline-flex;align-items:center;justify-content:center;padding-top:2px}.g-gallery .social .service-wishlist.active .fa:before{content:""}.cdn-full-page{height:100%}.cdn-browser{background:#f4f5f9;height:100%}.cdn-browser .btn-pick-files{position:relative}.cdn-browser .btn-pick-files input{opacity:0;position:absolute;inset:0}.cdn-browser .icon-loading{top:4px;font-size:20px;margin-right:10px;position:relative;display:none}.cdn-browser .icon-loading.active{display:inline-block}.cdn-browser .files-nav{padding:9px 13px;border-bottom:1px solid #DADEE0;background:#fff}.cdn-browser .files-nav .filter-item{padding-right:20px}.cdn-browser .files-nav .form-control,.cdn-browser .files-nav .btn{height:34px;font-size:14px;line-height:normal;padding:3px 12px}.cdn-browser .files-list{flex-grow:1;overflow:auto;padding:15px}.cdn-browser .files-list .view-grid{display:flex;flex-wrap:wrap;margin:0 -10px}.cdn-browser .files-list .total-text{padding:0 10px}.cdn-browser .files-list .view-grid .file-item{flex-shrink:0;width:12.5%;padding:0 10px;margin-bottom:20px}.cdn-browser .files-list .view-grid .file-item .inner{position:relative;border:1px solid #DADEE0;cursor:pointer;height:100%;border-radius:2px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.cdn-browser .files-list .view-grid .file-item .inner.active:before{content:"";position:absolute;inset:-4px;border:4px solid #007bff;border-radius:2px}.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status{position:absolute;top:3px;right:3px;border-radius:50%;background:#007bff;height:24px;width:24px;display:flex;align-content:center;justify-content:center}.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status svg{fill:#fff;width:18px}.cdn-browser .files-list .view-grid .file-item .inner .file-thumb img{max-width:100%}.cdn-browser .files-list .view-grid .file-item.is-image .inner .file-thumb img{-o-object-fit:cover;object-fit:cover;height:170px}.cdn-browser .files-list .view-grid .file-item.not-image .inner .file-thumb img{padding-top:27px;height:auto}.cdn-browser .files-list .view-grid .file-item .inner .file-thumb{text-align:center}.cdn-browser .files-list .view-grid .file-item .file-name{padding:7px;position:absolute;bottom:0;left:0;right:0;background:#0009;font-size:14px;height:54px;overflow:hidden;text-overflow:ellipsis;color:#fff}.cdn-browser .browser-actions{background:#fff;border-top:1px solid #DADEE0;padding:10px}.cdn-browser .count-selected{color:#007bff;font-weight:700;font-size:14px}.cdn-browser .clear-selected{color:red;font-size:14px;cursor:pointer}.cdn-browser .no-files-text{padding:20px;font-size:20px;color:red}.cdn-browser .upload-new .filepond--root{margin-bottom:0;background-color:#fff;border-bottom:1px solid #DADEE0}.cdn-browser .upload-new .filepond--panel-root{border-radius:0;background-color:#fff;border-bottom:1px solid #DADEE0}@media (max-width: 1365px){.cdn-browser .files-list .view-grid .file-item{width:14.2%}}@media (max-width: 1100px){.cdn-browser .files-list .view-grid .file-item{width:14.2%}}@media (max-width: 991px){.cdn-browser .files-list .view-grid .file-item{width:25%}}@media (max-width: 600px){.cdn-browser .files-list .view-grid .file-item{width:50%}}.cdn-browser .browser-actions .col-left{display:flex}.cdn-browser .browser-actions .col-left .control-remove{margin-right:15px;padding-top:3px}.cdn-browser .browser-actions .col-right .btn{margin-top:3px}#cdn-browser-modal{overflow:hidden;z-index:2051}#cdn-browser-modal .modal-dialog{height:100%;padding-bottom:55px;margin-left:auto;margin-right:auto}#cdn-browser-modal .modal-dialog .modal-content{height:100%}.cdn-browser.is_loading{position:relative}.cdn-browser.is_loading:before{display:block!important;position:absolute;background:#fff;inset:52px 0 0;z-index:11;opacity:.8;content:""}.cdn-browser.is_loading:after{content:"";display:block!important;font: 14px/1 FontAwesome;right:0;position:absolute;left:0;top:50%;z-index:15;text-align:center;color:#131d29;font-size:50px;margin-top:-20px}#media-management{min-height:400px;background:#fff!important;overflow:hidden}.folder-item .btn-edit{display:none;right:0}.folder-item:hover .btn-edit{display:inline-block}.hover\:bg-f5f5f5:hover,.bg-f5f5f5{background:#f5f5f5}.bg-007bff{background:#007bff}.file-list-item .item-preview img{width:20px;height:auto}.file-list-item .active{background:#75aeeb}.cursor-pointer{cursor:pointer}.bc_wrap.header_sticky{padding-top:90px}.bc_wrap .bc_topbar{background:#1a2b48;padding:15px 0}@media (max-width: 768px){.bc_wrap .bc_topbar{display:none}}.bc_wrap .bc_topbar .content{display:flex;align-items:center;justify-content:space-between}.bc_wrap .bc_topbar .content .socials{display:inline-block}.bc_wrap .bc_topbar .content .socials a{padding-right:18px;color:#d1d4da;font-size:14px;text-decoration:none}.bc_wrap .bc_topbar .content .socials a:first-child{padding-left:0}.bc_wrap .bc_topbar .content .socials a:last-child{padding-right:0}.bc_wrap .bc_topbar .content .dropdown-menu .divider{margin:0;background-color:#31414a}.bc_wrap .bc_topbar .content .topbar-items{display:inline-block}.bc_wrap .bc_topbar .content .topbar-items li{padding-left:18px;padding-right:18px;display:inline-block}.bc_wrap .bc_topbar .content .topbar-items li a{color:#fff;font-weight:400;font-size:12px;text-decoration:none}.bc_wrap .bc_topbar .content .topbar-items li:last-child{padding-right:0;border-right:0px}.bc_wrap .bc_topbar .content .topbar-left{font-size:14px;color:#fff}.bc_wrap .bc_topbar .content .topbar-left a{color:#fff;font-weight:400;font-size:13px;text-decoration:none}.bc_wrap .bc_topbar .content .topbar-left .line{min-width:1px;display:inline-block;position:relative;min-height:1px;margin:0 10px}.bc_wrap .bc_topbar .content .topbar-left .line:before{content:"";position:absolute;left:0;top:-13px;height:20px;border-right:solid 1px #5f7190}.bc_wrap .bc_topbar .content .topbar-right{font-size:12px}.bc_wrap .bc_topbar .content .topbar-right .dropdown-notifications .dropdown-menu{left:0!important}.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu{right:0;left:auto!important;min-width:200px;top:15px!important;border-radius:0}.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu.width-auto{min-width:0px}.bc_wrap .bc_topbar .content .topbar-right .topbar-items li a{font-size:12px}.bc_wrap .bc_topbar .content .topbar-right .topbar-items li:last-child{padding-right:0}.bc_wrap .bc_topbar .content .dropdown-menu{min-width:auto;background:#1a2b48}.bc_wrap .bc_topbar .content .dropdown-menu li{padding-left:0;padding-right:0;width:100%}.bc_wrap .bc_topbar .content .dropdown-menu li.menu-hr{border-top:1px solid #31414a}.bc_wrap .bc_topbar .content .dropdown-menu li a{display:block;padding:8px 15px;color:#fff}.bc_wrap .bc_topbar .content .dropdown-menu li a:hover{text-decoration:none;background:#233448}.bc_wrap .bc_header{border-bottom:1px solid #EAEEF3}.bc_wrap .bc_header .content{display:flex;align-items:center}.bc_wrap .bc_header .content .header-left{position:relative;height:100%;min-height:90px;display:flex;align-items:center}@media (max-width: 1023px){.bc_wrap .bc_header .content .header-left{width:90%}}.bc_wrap .bc_header .content .header-left .bc-menu{padding-left:20px;z-index:99}@media (max-width: 768px){.bc_wrap .bc_header .content .header-left .bc-menu{display:none}}.bc_wrap .bc_header .content .header-left .bc-menu a{text-decoration:none}.bc_wrap .bc_header .content .header-left .bc-menu ul{list-style:none}.bc_wrap .bc_header .content .header-left .bc-menu ul li{display:inline-block;position:relative}.bc_wrap .bc_header .content .header-left .bc-menu ul li a{padding:35px 20px;display:inline-block;font-size:14px;font-weight:600;text-transform:uppercase;color:#1a2b48;transition:all .3s}@media (max-width: 1366px){.bc_wrap .bc_header .content .header-left .bc-menu ul li a{padding:35px 15px}}@media (max-width: 1024px){.bc_wrap .bc_header .content .header-left .bc-menu ul li a{padding:35px 10px}}.bc_wrap .bc_header .content .header-left .bc-menu ul li.active{color:#5191fa}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.fa{position:absolute;top:50%;margin-top:-9px;right:5px;font-size:18px;transition:all .3s}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown{list-style:none;position:absolute;left:0;top:120%;padding-left:0;margin-bottom:0;min-width:200px;padding-top:5px;padding-bottom:5px;background:#fff;box-shadow:0 1px 1px #dbdbdb;z-index:999;opacity:0;visibility:hidden;transition:all .2s ease-in-out}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li{padding-left:20px;padding-right:20px;display:block}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li:not(:last-child) a{border-bottom:1px solid #EEEEEE}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li a{padding:15px 0;display:block;font-size:14px}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li .menu-dropdown{top:0;left:100%}.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover>.menu-dropdown{top:100%;opacity:1;visibility:visible}.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover>a{color:#5191fa}.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover>.fa{color:#5191fa}.bc_wrap .bc_header .content .header-left .bc-menu ul .-has-mega-menu{position:initial}.bc_wrap .bc_header .content .header-left .bc-menu ul li:nth-child(n+4)>.mega{right:0;left:auto}.bc_wrap .bc_header .content .header-right{position:relative;height:100%;text-align:right}@media (max-width: 1023px){.bc_wrap .bc_header .content .header-right{width:10%}}.bc_wrap .bc_header .content .header-right .bc-more-menu{border:none;background:transparent;font-size:32px;padding:0 10px;float:right;display:none;transition:all .3s}@media (max-width: 768px){.bc_wrap .bc_header .content .header-right .bc-more-menu{display:block;float:right}}.bc_wrap .bc_header .content .header-right .bc-more-menu.active{background:#1a2b48;color:#fff;border-radius:5px}.bc_wrap .bc_header .content .header-right .topbar-items{display:inline-block;margin-right:5px}@media (max-width: 990px){.bc_wrap .bc_header .content .header-right .topbar-items{display:none}}.bc_wrap .bc_header .content .header-right .topbar-items li{padding-left:18px;padding-right:18px;display:inline-block}.bc_wrap .bc_header .content .header-right .topbar-items li a{color:#000;font-weight:400;font-size:12px;text-decoration:none}.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login{padding-right:50px;display:block}.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login .avatar,.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login .avatar-text{position:absolute;width:40px;height:40px;right:0;border-radius:50%;top:-12px}.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login .avatar-text{align-items:center;background:#1a2b48;justify-content:center;font-size:20px;color:#fff;display:flex}.bc_wrap .bc_header .content .header-right .topbar-items li a{font-size:12px}.bc_wrap .bc_header .content .header-right .topbar-items li:last-child{padding-right:0}.bc_wrap .bc_header .content .header-right .dropdown-menu{right:0;left:auto!important;min-width:200px;top:52px!important;border-radius:0;transform:none!important;background:#1a2b48}.bc_wrap .bc_header .content .header-right .dropdown-menu li{padding-left:0;padding-right:0;width:100%}.bc_wrap .bc_header .content .header-right .dropdown-menu li.menu-hr{border-top:1px solid #31414a}.bc_wrap .bc_header .content .header-right .dropdown-menu li a{display:block;padding:8px 15px;color:#fff}.bc_wrap .bc_header .content .header-right .dropdown-menu li a:hover{text-decoration:none;background:#233448}.bc_wrap .bc_header .bc-menu-mobile{width:300px;position:fixed;top:0;left:0;height:100%;background:#fff;transform:translate(-105%);transition:all .3s;z-index:20;border-right:solid 1px #1a2b48}@media (max-width: 1023px){.bc_wrap .bc_header .bc-menu-mobile{display:block!important}}.bc_wrap .bc_header .bc-menu-mobile.active{transform:translate(0)}.bc_wrap .bc_header .bc-menu-mobile .user-profile{border-bottom:solid 1px #e6e6e6}.bc_wrap .bc_header .bc-menu-mobile .user-profile .b-close{position:absolute;right:10px;top:0;z-index:11;color:#fff;font-size:34px;cursor:pointer;line-height:40px}.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar{background:#1a2b48;color:#fff;text-align:center;padding:20px 0}.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar i{font-size:34px;border:solid 2px #fff;border-radius:50%;padding:15px 17px;display:inline-block}.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar img{max-width:80px;border-radius:50%}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul{padding:20px;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li{margin-bottom:10px}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a{color:#1a2b48;text-decoration:none}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a i{min-width:15px;display:inline-block}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li:last-child{margin-bottom:0}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang{padding:0}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li{padding:15px 20px;border-top:solid 1px #e6e6e6}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li a i{float:right;position:relative;top:2px;text-align:center}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li a i:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li.show>a i:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu{position:relative!important;width:100%;float:none;border:none;margin:10px 0 0;padding:0 0 0 15px;transform:none!important}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu li a{font-size:14px}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu li a:before{content:"";font: 14px/1 FontAwesome;padding-right:5px;color:#383838}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang .flag-icon-jp{border:solid 1px #adadad}.bc_wrap .bc_header .bc-menu-mobile .g-menu{overflow-x:scroll;width:100%}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul{padding:10px 20px;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a{color:#1a2b48;border-bottom:solid 1px #e6e6e6;display:block;transition:all .3s;text-decoration:none;padding:10px 0}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a .caret{float:right;padding:8px 15px 9px;margin-top:-5px;margin-right:-10px}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a .caret:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a:hover{border-bottom:solid 1px #1a2b48}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu{display:none;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu li a{padding-left:15px}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu li>.children-menu{display:none;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu li>.children-menu li a{padding-left:30px}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>a{border-bottom:dashed 1px #1a2b48}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>a>.caret:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>.children-menu{display:block}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>.children-menu>li.active>.children-menu{display:block}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>.children-menu>li.active>a>.caret:before{content:""}.bc_wrap .bc_header.is_sticky{bottom:auto;position:fixed;top:0;z-index:999;background:#fff;width:100%;transition:all .3s}@media (min-width: 1023px){.frontend-page.header-transparent .bc_wrap.header_sticky{padding-top:0}.frontend-page.header-transparent .bc_wrap .bc_topbar{background:transparent;color:#000;position:absolute;top:0;width:100%;z-index:11}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu{background:#fff}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a{color:#1a2b48;font-weight:700}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a:hover{background:#dcdcdc}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li.menu-hr{border-top:1px solid #dedede}.frontend-page.header-transparent .bc_wrap .bc_header{position:absolute;top:50px;z-index:10;width:100%;background:transparent}.frontend-page.header-transparent .bc_wrap .bc_header.is_sticky{position:fixed;top:0;background:#1a2b48;transition:none}.frontend-page.header-transparent .bc_wrap .bc_header .content{background:transparent;color:#fff}.frontend-page.header-transparent .bc_wrap .bc_header .content .header-left .bc-menu>ul>li>a{color:#fff}.frontend-page.header-transparent .page-template-content>div:first-child{padding-top:220px}.frontend-page.header-transparent .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{border:none;margin-top:200px}}@media (max-width: 1023px){.frontend-page.header-transparent .bc_wrap .bc_header,.frontend-page.header-transparent .bc_wrap .bc_header .content{background:#1a2b48}.frontend-page.header-transparent .bc_wrap .bc_header .content .header-right .bc-more-menu{color:#fff}}.bc_header .bc-menu .mega{position:absolute;top:100%;background-color:#fff;padding:5px 10px;border-radius:4px;color:var(--color-dark-1);box-shadow:1px 15px 15px -10px #00000042;opacity:0;pointer-events:none;display:flex;flex-wrap:wrap;width:700px}.bc_header .bc-menu .mega.--has-mega-image{width:900px}.bc_header .bc-menu .mega .mega-image{width:30%}.bc_header .bc-menu .mega .mega-image img{-o-object-fit:cover;object-fit:cover;border-radius:5px}.bc_header .bc-menu .mega>.subnav{flex:1;display:flex;opacity:1;left:0;top:0;min-width:0;position:relative;padding:0;background-color:transparent;box-shadow:none;flex-wrap:wrap;overflow:hidden}.bc_header .bc-menu .mega>.subnav>li{width:25%;padding:15px 15px 0}.bc_header .bc-menu .mega>.subnav>li>a{padding:0 0 15px 10px!important;border-bottom:solid 1px #ccc;width:100%;position:relative}.bc_header .bc-menu .mega>.subnav>li>a:before{content:"";position:absolute;width:2px;height:24px;display:inline-block;background:#5191fa;top:-2px;left:0}.bc_header .bc-menu .mega>.subnav>li>a i{display:none}.bc_header .bc-menu .mega>.subnav>li>a:hover{background-color:transparent}.bc_header .bc-menu .mega>.subnav .subnav{opacity:1!important;visibility:visible!important;position:relative!important;top:0!important;box-shadow:none!important}.bc_header .bc-menu .mega>.subnav .subnav>li{width:100%!important;margin-bottom:0;padding:0!important}.bc_header .bc-menu .mega>.subnav .subnav>li>a{border-bottom:none!important;padding:15px 0 10px!important}.bc_header .bc-menu .mega>.subnav .subnav>li>a:hover{background-color:transparent}.bc_header .bc-menu .mega>.subnav a i.icon{display:none}.bc_header .bc-menu .mega.column-3{width:750px}.bc_header .bc-menu .mega.column-3.--has-mega-image{width:900px}.bc_header .bc-menu .mega.column-3 .mega-image{width:35%}.bc_header .bc-menu .mega.column-3 .subnav>li{width:33.33%}.bc_header .bc-menu .mega.column-2{width:600px}.bc_header .bc-menu .mega.column-2.--has-mega-image{width:750px}.bc_header .bc-menu .mega.column-2 .mega-image{width:45%}.bc_header .bc-menu .mega.column-2 .subnav>li{width:50%}.bc_header .bc-menu .mega .mega-image img{max-width:100%;padding:15px 10px}.bc_header .bc-menu .-has-mega-menu:hover>.mega{opacity:1!important;pointer-events:auto!important}@media (min-width: 1200px){.pc-menu-none{display:none!important}}@media (max-width: 1199px){.mb-menu-none{display:none!important}}.bc_single_book_wrap{margin-top:20px}@media (max-width: 990px){.bc_single_book_wrap{display:none;margin:0}.bc_single_book_wrap #sticky-wrapper .bc_tour_book{position:relative!important;top:0!important;width:auto!important}.bc_single_book_wrap.show{position:fixed;z-index:3000;left:0;right:0;padding:20px!important;overflow:scroll;height:100%;top:0;display:flex!important;width:100%;flex-wrap:wrap;align-items:center}.bc_single_book_wrap.show .bc_tour_book{flex-grow:1}.bc_single_book_wrap.show #sticky-wrapper{height:auto!important;flex:1}.bc_single_book_wrap.show .form-head{padding:10px 15px}.bc_single_book_wrap.show .form-head .price .value .onsale{display:inline-block;font-size:16px}.bc_single_book_wrap.show .form-guest-search,.bc_single_book_wrap.show .form-section-group,.bc_single_book_wrap.show .date-wrapper{padding:10px 15px}.bc_single_book_wrap.show label{margin:0!important}.bc_single_book_wrap.show .form-section-group .form-section-title{font-size:16px}.bc_single_book_wrap.show .form-section-group .form-group{padding-top:0}.bc_single_book_wrap.show .form-section-group .form-group:last-child{padding-bottom:0}.bc_single_book_wrap.show .submit-group{padding:10px 15px;text-align:right}.bc_single_book_wrap.show .submit-group .btn{padding:7px 16px 5px;font-size:14px;width:auto}}.bc_single_book{border:1px solid #D7DCE3;border-top:5px solid #5191FA;border-radius:0 0 4px 4px;background:#fff;position:relative;width:100%}.bc_single_book .tour-sale-box{position:absolute;top:-5px;overflow:hidden;height:70px;width:70px;right:-1px}.bc_single_book .tour-sale-box .sale_class{position:absolute;width:90px;height:48px;transform:rotate(45deg);right:-30px;top:-9px;line-height:65px;text-align:center;color:#fff;font-size:15px;z-index:8;background-color:#c03}.bc_single_book .form-head{position:relative;padding:20px;color:#5e6d77;font-size:14px;border-bottom:1px solid #D7DCE3}.bc_single_book .form-head .price{display:flex;align-items:flex-end;font-size:18px;color:#1a2b48;font-weight:500}.bc_single_book .form-head .price .label{font-size:14px;color:#5e6d77;font-weight:400;padding:0 10px 0 0;position:relative;top:-3px}.bc_single_book .form-head .price .value{line-height:28px}.bc_single_book .form-head .price .value .text-lg{font-weight:500;font-size:24px;color:#00001e}.bc_single_book .form-head .price .value .onsale{display:block;text-decoration:line-through;font-size:17px;color:#c03!important;font-weight:400;line-height:20px}.bc_single_book .form-content .form-group{margin-bottom:0;border-bottom:1px solid #D7DCE3}.bc_single_book .form-content .form-group .item-disable label,.bc_single_book .form-content .form-group .item-disable .render,.bc_single_book .form-content .form-group .item-disable .icon,.bc_single_book .form-content .form-group .item-disable input{color:#888!important}.bc_single_book .form-date-search,.bc_single_book .form-date-search-hotel{position:relative}.bc_single_book .form-date-search .start_date,.bc_single_book .form-date-search-hotel .start_date{position:absolute;bottom:0;right:0;width:100%}.bc_single_book .date-wrapper,.bc_single_book .form-guest-search{padding:15px 20px;display:flex;align-items:center}.bc_single_book .date-wrapper .check-in-wrapper,.bc_single_book .date-wrapper .guest-wrapper,.bc_single_book .form-guest-search .check-in-wrapper,.bc_single_book .form-guest-search .guest-wrapper{padding:0;width:100%;float:left}.bc_single_book .date-wrapper .check-in-wrapper label,.bc_single_book .date-wrapper .guest-wrapper label,.bc_single_book .form-guest-search .check-in-wrapper label,.bc_single_book .form-guest-search .guest-wrapper label{font-size:16px;color:#1a2b48;font-weight:500;margin-bottom:5px}.bc_single_book .date-wrapper .check-in-wrapper .render,.bc_single_book .date-wrapper .guest-wrapper .render,.bc_single_book .form-guest-search .check-in-wrapper .render,.bc_single_book .form-guest-search .guest-wrapper .render{font-size:13px;color:#5e6d77}.bc_single_book .date-wrapper .fa,.bc_single_book .form-guest-search .fa{font-size:25px}.bc_single_book .date-wrapper .input-number-group .input input,.bc_single_book .form-guest-search .input-number-group .input input{border:none;background:none;width:35px;text-align:center;color:#000;margin-left:15px}.bc_single_book .form-section-group{padding:15px 20px}.bc_single_book .form-section-group .form-section-title{font-size:18px}.bc_single_book .form-section-group label{font-size:inherit;color:#1a2b48;font-weight:500;margin-bottom:0}.bc_single_book .form-section-group .render{font-size:13px;color:#5e6d77}.bc_single_book .form-section-group .form-group{padding:10px 0;border-bottom:0px}.bc_single_book .submit-group{border-top:1px solid #D7DCE3;padding:20px}.bc_single_book .submit-group .btn{width:100%;font-size:16px;padding:12px 25px;color:#fff}.bc_single_book .submit-group .alert-text{margin-top:10px}.bc_single_book .form-section-total{border-top:1px solid #d7dce3;padding:15px 20px}.bc_single_book .form-section-total label{font-size:16px;margin-bottom:0}.bc_single_book .form-section-total .price{float:right}.bc_single_book .nav-enquiry{background:#f9f9f9;padding:20px;border-bottom:solid 1px #d7dce3;display:flex}.bc_single_book .nav-enquiry .enquiry-item{flex:0 0 50%;text-align:center}.bc_single_book .nav-enquiry .enquiry-item span{color:#1a2b4e;text-transform:uppercase;font-weight:500;display:inline-block;border-bottom:solid 1px transparent;cursor:pointer}.bc_single_book .nav-enquiry .enquiry-item.active span{border-bottom:solid 1px #5191FA;color:#5191fa}.bc_single_book .form-enquiry{padding:20px}.bc_single_book .form-enquiry .btn-primary{width:100%;color:#fff;font-size:16px}.bc_single_book .form-enquiry .btn-primary.is-success{background:#797979!important}.bc_single_book .form-enquiry .btn-primary.is-success .fa{display:none}.bc_single_book .form-enquiry .form-control{border-top:none;border-left:none;border-right:none}.bc_single_book .form-enquiry textarea{height:100px}.bc_single_book .form-enquiry .alert-text{margin-top:10px}.bc_single_book .form-send-enquiry{text-align:center;margin:20px 0}.bc-more-book-mobile{position:fixed;bottom:0;left:0;right:0;background:#fff;z-index:11;display:none;border-top:solid 1px #ddd}@media (max-width: 990px){.bc-more-book-mobile{display:block}}.bc-more-book-mobile .container{align-items:center;display:flex;-ms-flex-wrap:wrap;height:65px;flex-wrap:wrap}.bc-more-book-mobile .left,.bc-more-book-mobile .right{flex:0 0 50%;max-width:50%}.bc-more-book-mobile .left .g-price .prefix{color:#5e6d77;display:inline-block}.bc-more-book-mobile .left .g-price .prefix i{font-size:16px;color:#ffc107}.bc-more-book-mobile .left .g-price .fr_text{font-size:12px}.bc-more-book-mobile .left .g-price .price{position:relative;display:inline-block}.bc-more-book-mobile .left .g-price .price .text-price{font-size:20px;color:#1a2b48;font-weight:500}.bc-more-book-mobile .left .g-price .price .onsale{text-decoration:line-through;font-size:16px;color:#c03!important;font-weight:400}.bc-more-book-mobile .left .g-price i{font-size:18px}.bc-more-book-mobile .left .service-review .list-star{display:inline-block;line-height:13px;position:relative}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:before,.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li:last-child{margin-right:0}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li .fa{font-size:15px;color:#ffdc00}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars-active{position:absolute;width:0;top:0;left:0;overflow:hidden}.bc-more-book-mobile .left .service-review .review{position:relative;top:-2px;font-size:13px;color:#768092;margin-left:10px}@media (max-width: 340px){.bc-more-book-mobile .left .service-review .review{display:none}}.bc-more-book-mobile .right{text-align:right}.bc-more-book-mobile .btn-primary{padding:8px 20px 6px;color:#fff;text-transform:uppercase}.hotel_rooms_form .nav-enquiry{background:#f9f9f9;padding:20px;border-bottom:solid 1px #d7dce3;display:flex;border-top:solid 5px #5191fa;border-left:solid 1px #d7dce3;border-right:solid 1px #d7dce3}.hotel_rooms_form .nav-enquiry .enquiry-item{flex:0 0 50%;text-align:center}.hotel_rooms_form .nav-enquiry .enquiry-item span{color:#1a2b4e;text-transform:uppercase;font-weight:500;display:inline-block;border-bottom:solid 1px transparent;cursor:pointer}.hotel_rooms_form .nav-enquiry .enquiry-item.active span{border-bottom:solid 1px #5191FA;color:#5191fa}.hotel_rooms_form .form-enquiry{padding:20px}.hotel_rooms_form .form-enquiry .btn-primary{width:100%;color:#fff;font-size:16px}.hotel_rooms_form .form-enquiry .btn-primary.is-success{background:#797979!important}.hotel_rooms_form .form-enquiry .btn-primary.is-success .fa{display:none}.hotel_rooms_form .form-enquiry .form-control{border-top:none;border-left:none;border-right:none}.hotel_rooms_form .form-enquiry textarea{height:100px}.hotel_rooms_form .form-enquiry .alert-text{margin-top:10px}.hotel_rooms_form .form-enquiry{border:solid 1px #d7dce3;border-top:none}.hotel_rooms_form .form-enquiry .btn-primary{width:180px}#enquiry_form_modal,#enquiry_form_modal .modal-dialog{z-index:9999}#enquiry_form_modal:before{content:"";position:absolute;inset:0;background:#000;z-index:9998;opacity:.8}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.b-container{width:100%}@media (min-width: 640px){.b-container{max-width:640px}}@media (min-width: 768px){.b-container{max-width:768px}}@media (min-width: 1024px){.b-container{max-width:1024px}}@media (min-width: 1280px){.b-container{max-width:1280px}}@media (min-width: 1536px){.b-container{max-width:1536px}}.b-pointer-events-auto{pointer-events:auto}.b-invisible{visibility:hidden}.b-fixed{position:fixed}.b-relative{position:relative}.b-sticky{position:sticky}.b-bottom-0{bottom:0}.b-left-2{left:.5rem}.b-right-0{right:0}.b-top-0{top:0}.b-top-full{top:100%}.b-z-\[1000\]{z-index:1000}.b-m-10{margin:2.5rem}.b-mb-2{margin-bottom:.5rem}.b-mb-2\.5{margin-bottom:.625rem}.b-mb-\[15px\]{margin-bottom:15px}.b-mr-2{margin-right:.5rem}.b-flex{display:flex}.b-inline-flex{display:inline-flex}.b-table{display:table}.b-grid{display:grid}.b-h-6{height:1.5rem}.b-h-full{height:100%}.b-min-h-64{min-height:16rem}.b-w-6{width:1.5rem}.b-w-\[60\%\]{width:60%}.b-w-full{width:100%}.b-flex-1{flex:1 1 0%}.b-shrink-0{flex-shrink:0}.b-flex-grow{flex-grow:1}.b-cursor-pointer{cursor:pointer}.b-list-none{list-style-type:none}.b-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.b-flex-col{flex-direction:column}.b-items-center{align-items:center}.b-justify-between{justify-content:space-between}.b-gap-2{gap:.5rem}.b-gap-3{gap:.75rem}.b-gap-5{gap:1.25rem}.b-overflow-y-auto{overflow-y:auto}.b-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b-rounded{border-radius:.25rem}.b-rounded-2xl{border-radius:1rem}.b-rounded-md{border-radius:.375rem}.b-border{border-width:1px}.b-border-0{border-width:0px}.b-border-2{border-width:2px}.b-border-b{border-bottom-width:1px}.b-border-l{border-left-width:1px}.b-border-t{border-top-width:1px}.b-border-solid{border-style:solid}.b-border-dashed{border-style:dashed}.b-border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.b-border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.b-border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.b-border-b-\[\#dad8d8\]{--tw-border-opacity: 1;border-bottom-color:rgb(218 216 216 / var(--tw-border-opacity, 1))}.b-border-b-\[\#dbdbdb\]{--tw-border-opacity: 1;border-bottom-color:rgb(219 219 219 / var(--tw-border-opacity, 1))}.b-border-l-gray-200{--tw-border-opacity: 1;border-left-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.b-border-t-\[\#ececec\]{--tw-border-opacity: 1;border-top-color:rgb(236 236 236 / var(--tw-border-opacity, 1))}.b-bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.b-bg-neutral-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.b-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.b-p-0{padding:0}.b-p-2{padding:.5rem}.b-p-4{padding:1rem}.b-p-8{padding:2rem}.b-px-2{padding-left:.5rem;padding-right:.5rem}.b-px-3{padding-left:.75rem;padding-right:.75rem}.b-px-4{padding-left:1rem;padding-right:1rem}.b-py-1{padding-top:.25rem;padding-bottom:.25rem}.b-py-2{padding-top:.5rem;padding-bottom:.5rem}.b-py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.b-py-3{padding-top:.75rem;padding-bottom:.75rem}.b-py-4{padding-top:1rem;padding-bottom:1rem}.b-py-5{padding-top:1.25rem;padding-bottom:1.25rem}.b-pb-\[15px\]{padding-bottom:15px}.b-pl-2{padding-left:.5rem}.b-text-center{text-align:center}.b-text-right{text-align:right}.b-text-\[15px\]{font-size:15px}.b-text-sm{font-size:.875rem;line-height:1.25rem}.b-text-xl{font-size:1.25rem;line-height:1.75rem}.b-font-medium{font-weight:500}.b-leading-5{line-height:1.25rem}.b-text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.b-text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.b-shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}body{color:#1a2b48;font-size:14px;font-family:Poppins,sans-serif;font-weight:400;line-height:1.5;overflow-x:hidden}img.lazy{opacity:0}img.lazy:not(.initial){transition:opacity 1s}img.lazy.initial,img.lazy.loaded,img.lazy.error{opacity:1}img:not([src]){visibility:hidden}img[data-src],img[data-srcset]{display:block;min-height:1px}ul,ol{padding:0;margin:0}.clear:before,.clear:after{display:table;content:"";clear:both}[v-cloak]{display:none}.bc_wrap .bc_footer .mailchimp{padding-top:65px;padding-bottom:40px;background:#f5f5f5}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp{padding-top:45px;padding-bottom:20px}}.bc_wrap .bc_footer .mailchimp .media-left{padding-right:30px}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-left{padding-right:15px}}.bc_wrap .bc_footer .mailchimp .media-left i{font-size:80px;top:-10px;position:relative}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-left i{top:-20px}}.bc_wrap .bc_footer .mailchimp .media-body .media-heading{font-size:24px!important}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-body .media-heading{font-size:18px!important}}.bc_wrap .bc_footer .mailchimp .media-body p{font-size:16px!important;color:#5e6d77!important}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-body p{font-size:14px!important}}.bc_wrap .bc_footer .mailchimp .subcribe-form{position:relative}.bc_wrap .bc_footer .mailchimp .subcribe-form .form-control{height:55px;line-height:53px;font-size:14px;box-shadow:none;border-color:#d7dce3}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .subcribe-form .form-control{height:40px;line-height:40px}}.bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit{border:none;border-radius:0 5px 5px 0;position:absolute;top:0;right:0;height:55px;line-height:55px;color:#fff;background:#1a2b48;padding-left:25px;padding-right:25px;font-weight:600;text-transform:uppercase}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit{height:40px;line-height:40px}}@media (max-width: 990px){.bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit{padding-left:15px;padding-right:15px}}.bc_wrap .bc_footer .main-footer{margin:20px 0}.bc_wrap .bc_footer .main-footer .nav-footer .title{text-transform:uppercase;font-weight:500;padding:20px 0;margin-bottom:31px;position:relative}.bc_wrap .bc_footer .main-footer .nav-footer .title:before{position:absolute;bottom:0;content:"";width:120px;border-bottom:1px solid #ebebeb;left:0}@media (max-width: 768px){.bc_wrap .bc_footer .main-footer .nav-footer .title:before{width:100%}}@media (max-width: 766px){.bc_wrap .bc_footer .main-footer .nav-footer .title{padding:15px 0;margin-bottom:15px}}.bc_wrap .bc_footer .main-footer .nav-footer .context ul{list-style:none}.bc_wrap .bc_footer .main-footer .nav-footer .context ul li{display:block}.bc_wrap .bc_footer .main-footer .nav-footer .context ul li a{margin-bottom:25px;font-size:14px;font-weight:400;display:block;color:#1a2b48;text-decoration:none;transition:all .3s}.bc_wrap .bc_footer .main-footer .nav-footer .context ul li a:hover{color:#5191fa}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact{border-left-width:3px;padding-left:20px;border-left-color:#5191fa;border-left-style:solid;margin-bottom:30px}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .c-title{color:#5e6d77;margin-bottom:10px}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub{font-weight:500;font-size:18px}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub a{margin-right:20px;text-decoration:none}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub a i{color:#1a2b48}.bc_wrap .bc_footer .copy-right{border-top:1px solid #EAEEF3}.bc_wrap .bc_footer .copy-right p{margin-bottom:0}.bc_wrap .bc_footer .copy-right .context{position:relative;padding:40px 15px}.bc_wrap .bc_footer .copy-right .context .f-visa{position:absolute;right:15px;top:50%;transform:translateY(-50%)}@media (max-width: 460px){.bc_wrap .bc_footer .copy-right .context .f-visa{position:initial;margin-top:10px;transform:translate(0)}}@media (max-width: 766px){.bc_wrap .bc_footer .copy-right .context{padding:20px 15px}}.bc-pagination{text-align:center;display:block;margin-top:20px;margin-bottom:40px}.bc-pagination ul{display:inline-block;padding:0;margin:0}.bc-pagination ul li{list-style:none;font-size:16px;color:#768090;float:left;margin-right:10px}.bc-pagination ul li a,.bc-pagination ul li span{display:block;height:32px;width:32px;line-height:32px;text-decoration:none;color:#5e6d77;float:none;padding:0;border:none;border-radius:3px;cursor:pointer}.bc-pagination ul li a.current,.bc-pagination ul li span.current{border:1px solid #5191FA!important;border-radius:3px;background:transparent!important;color:#5191fa!important}.bc-pagination ul li.active a,.bc-pagination ul li.active span{border:1px solid #5191FA!important;background:transparent!important;color:#5191fa!important}.bc-pagination .count-string{font-size:14px;color:#768090;margin-top:5px;display:block}.bc-effect-bg,.bc-effect-user-bg{position:fixed;width:100%;height:100%;background:#000;z-index:19;left:0;top:0;opacity:.5}.bootbox.modal{z-index:3000}.bootbox.modal:before{content:"";width:100%;height:100%;position:fixed;background:#000;opacity:.5}.review_upload_item{cursor:pointer;background-repeat:no-repeat;background-size:cover;background-position:center;height:10vh}.review_upload_file{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10}.helpText:after{content:"";font-family:FontAwesome;font-size:150%;color:gray;display:flex;align-items:center;justify-content:center;width:10vh;height:10vh;border:3px dashed gray}.last\:b-border-b-0:last-child{border-bottom-width:0px}.b-group:hover .group-hover\:b-visible{visibility:visible}@media (min-width: 768px){.md\:b-absolute{position:absolute}.md\:b-bottom-auto{bottom:auto}}


/* Header Styles */
.bc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.bc-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.bc-logo:hover {
    color: #5191fa;
    text-decoration: none;
}

.logo-text {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #5191fa;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.default-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bc-more-menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.bc-more-menu:hover {
    background-color: #f8f9fa;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 18px;
    justify-content: space-between;
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #5191fa, #007bff);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.bc-more-menu:hover .hamburger-line {
    background: linear-gradient(135deg, #007bff, var(--button-color));
}

.bc-more-menu.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.bc-more-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.bc-more-menu.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile styles */
@media (max-width: 768px) {
    .bc_header {
        padding: 10px 0;
    }
    
    .bc-logo {
        font-size: 16px;
    }
    
    .logo-text {
        font-size: 18px;
        margin-left: 8px;
    }
    
    .hamburger-icon {
        width: 20px;
        height: 15px;
    }
    
    .hamburger-line {
        height: 2px;
    }
}

/* Header content layout */
.bc_header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bc_header .header-left {
    display: flex;
    align-items: center;
}

.bc_header .header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Ensure proper spacing */
.bc_header .bc-menu {
    margin-left: 30px;
}

@media (max-width: 768px) {
    .bc_header .bc-menu {
        display: none;
    }
    
    .bc_header .header-right {
        gap: 10px;
    }
}
@charset "UTF-8";
.bc_wrap.header_sticky {
  padding-top: 90px;
}
.bc_wrap .bc_topbar {
  /* background: #1A2B48; */
  background: var(--button-color);
  padding: 15px 0;
}
@media (max-width: 768px) {
  .bc_wrap .bc_topbar {
    display: none;
  }
}
.bc_wrap .bc_topbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bc_wrap .bc_topbar .content .socials {
  display: inline-block;
}
.bc_wrap .bc_topbar .content .socials a {
  padding-right: 18px;
  color: #D1D4DA;
  font-size: 14px;
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .socials a:first-child {
  padding-left: 0;
}
.bc_wrap .bc_topbar .content .socials a:last-child {
  padding-right: 0;
}
.bc_wrap .bc_topbar .content .dropdown-menu .divider {
  margin: 0px 0;
  background-color: #31414a;
}
.bc_wrap .bc_topbar .content .topbar-items {
  display: inline-block;
}
.bc_wrap .bc_topbar .content .topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.bc_wrap .bc_topbar .content .topbar-items li a {
  color: #FFF;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .topbar-items li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.bc_wrap .bc_topbar .content .topbar-left {
  font-size: 14px;
  color: #fff;
}
.bc_wrap .bc_topbar .content .topbar-left a {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .topbar-left .line {
  min-width: 1px;
  display: inline-block;
  position: relative;
  min-height: 1px;
  margin: 0 10px;
}
.bc_wrap .bc_topbar .content .topbar-left .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  height: 20px;
  border-right: solid 1px #5f7190;
}
.bc_wrap .bc_topbar .content .topbar-right {
  font-size: 12px;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-notifications .dropdown-menu {
  left: 0 !important;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 200px;
  top: 15px !important;
  border-radius: 0;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu.width-auto {
  min-width: 0px;
}
.bc_wrap .bc_topbar .content .topbar-right .topbar-items li a {
  font-size: 12px;
}
.bc_wrap .bc_topbar .content .topbar-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_topbar .content .dropdown-menu {
  min-width: auto;
  background: #1A2B48;
}
.bc_wrap .bc_topbar .content .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bc_wrap .bc_topbar .content .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #FFF;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a:hover {
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a:hover {
  background: #233448;
}
.bc_wrap .bc_header {
  border-bottom: 1px solid #EAEEF3;
}
.bc_wrap .bc_header .content {
  display: flex;
  align-items: center;
}
.bc_wrap .bc_header .content .header-left {
  position: relative;
  height: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .content .header-left {
    width: 90%;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu {
  padding-left: 20px;
  z-index: 99;
}
@media (max-width: 768px) {
  .bc_wrap .bc_header .content .header-left .bc-menu {
    display: none;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu a {
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul {
  list-style: none;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li {
  display: inline-block;
  position: relative;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li a {
  padding: 35px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A2B48;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .bc_wrap .bc_header .content .header-left .bc-menu ul li a {
    padding: 35px 15px;
  }
}
@media (max-width: 1024px) {
  .bc_wrap .bc_header .content .header-left .bc-menu ul li a {
    padding: 35px 10px;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li.active {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .fa {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 5px;
  font-size: 18px;
  transition: all 0.3s;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown {
  list-style: none;
  position: absolute;
  left: 0;
  top: 120%;
  padding-left: 0;
  margin-bottom: 0;
  min-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 1px #dbdbdb;
  box-shadow: 0 1px 1px #dbdbdb;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li:not(:last-child) a {
  border-bottom: 1px solid #EEEEEE;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li .menu-dropdown {
  top: 0px;
  left: 100%;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > .menu-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > a {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > .fa {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul .-has-mega-menu {
  position: initial;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:nth-child(n+4) > .mega {
  right: 0;
  left: auto;
}
.bc_wrap .bc_header .content .header-right {
  position: relative;
  height: 100%;
  text-align: right;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .content .header-right {
    width: 10%;
  }
}
.bc_wrap .bc_header .content .header-right .bc-more-menu {
  border: none;
  background: transparent;
  font-size: 32px;
  padding: 0px 10px;
  float: right;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .bc_wrap .bc_header .content .header-right .bc-more-menu {
    display: flex;
    float: right;
    position: relative;
    z-index: 1001;
  }
}
.bc_wrap .bc_header .content .header-right .bc-more-menu.active {
  /* background: #1a2b48; */
  background: var(--button-color);
  color: #fff;
  border-radius: 5px;
}
.bc_wrap .bc_header .content .header-right .topbar-items {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 990px) {
  .bc_wrap .bc_header .content .header-right .topbar-items {
    display: none;
  }
}
.bc_wrap .bc_header .content .header-right .topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.bc_wrap .bc_header .content .header-right .topbar-items li a {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login {
  padding-right: 50px;
  display: block;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar, .bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  border-radius: 50%;
  top: -12px;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  align-items: center;
  background: #1A2B48;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  display: flex;
}
.bc_wrap .bc_header .content .header-right .topbar-items li a {
  font-size: 12px;
}
.bc_wrap .bc_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 200px;
  top: 52px !important;
  border-radius: 0;
  transform: none !important;
  background: #1A2B48;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #FFF;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a:hover {
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a:hover {
  background: #233448;
}
.bc_wrap .bc_header .bc-menu-mobile {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform: translate(-105%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
  border-right: solid 1px #1a2b48;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .bc-menu-mobile {
    display: block !important;
  }
}
.bc_wrap .bc_header .bc-menu-mobile.active {
  transform: translate(0);
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile {
  border-bottom: solid 1px #e6e6e6;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .b-close {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 11;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
  line-height: 40px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar {
  background: var(--button-color);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar i {
  font-size: 34px;
  border: solid 2px #fff;
  border-radius: 50%;
  padding: 15px 17px;
  display: inline-block;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar img {
  max-width: 80px;
  border-radius: 50%;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul {
  padding: 20px;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li {
  margin-bottom: 10px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a {
  color: #1a2b48;
  text-decoration: none;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a i {
  min-width: 15px;
  display: inline-block;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li:last-child {
  margin-bottom: 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang {
  padding: 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li {
  padding: 15px 20px;
  border-top: solid 1px #e6e6e6;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li a i {
  float: right;
  position: relative;
  top: 2px;
  text-align: center;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li a i:before {
  content: "\f104";
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li.show > a i:before {
  content: "\f107";
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu {
  position: relative !important;
  width: 100%;
  float: none;
  border: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
  transform: none !important;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a {
  font-size: 14px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a:before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
  color: #383838;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang .flag-icon-jp {
  border: solid 1px #adadad;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu {
  overflow-x: scroll;
  width: 100%;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul {
  padding: 10px 20px;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a {
  color: #1a2b48;
  border-bottom: solid 1px #e6e6e6;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  padding: 10px 0;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a .caret {
  float: right;
  padding: 8px 15px 9px 15px;
  margin-top: -5px;
  margin-right: -10px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a .caret:before {
  content: "\f104";
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a:hover {
  border-bottom: solid 1px #1a2b48;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu {
  display: none;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li a {
  padding-left: 15px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu {
  display: none;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu li a {
  padding-left: 30px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > a {
  border-bottom: dashed 1px #1a2b48;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > a > .caret:before {
  content: "\f107";
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu {
  display: block;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > .children-menu {
  display: block;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > a > .caret:before {
  content: "\f107";
}
.bc_wrap .bc_header.is_sticky {
  bottom: auto;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  transition: all 0.3s;
}

@media (min-width: 1023px) {
  .frontend-page.header-transparent .bc_wrap.header_sticky {
    padding-top: 0;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar {
    background: transparent;
    color: #000;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu {
    background: #fff;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a {
    color: #1A2B48;
    font-weight: bold;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a:hover {
    background: #dcdcdc;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li.menu-hr {
    border-top: 1px solid #dedede;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header {
    position: absolute;
    top: 50px;
    z-index: 10;
    width: 100%;
    background: transparent;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header.is_sticky {
    position: fixed;
    top: 0;
    background: #1a2b48;
    transition: none;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content {
    background: transparent;
    color: #fff;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content .header-left .bc-menu > ul > li > a {
    color: #fff;
  }
  .frontend-page.header-transparent .page-template-content > div:first-child {
    padding-top: 220px;
  }
  .frontend-page.header-transparent .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs {
    border: none;
    margin-top: 200px;
  }
}
@media (max-width: 1023px) {
  .frontend-page.header-transparent .bc_wrap .bc_header {
    background: #1a2b48;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content {
    background: #1a2b48;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content .header-right .bc-more-menu {
    color: #fff;
  }
}

/* Симметричный мобильный хедер */
@media (max-width: 768px) {
  .bc_header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    min-height: 70px;
  }
  .bc_header .content .header-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
  }
  .bc_header .content .header-left .bc-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1a2b48;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
  }
  .bc_header .content .header-left .bc-logo:hover {
    color: #007bff;
    text-decoration: none;
  }
  .bc_header .content .header-left .bc-logo img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    margin-right: 10px;
  }
  .bc_header .content .header-left .bc-logo .default-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .bc_header .content .header-left .bc-logo .logo-text {
    font-size: 8vw;
    font-weight: 700;
    color: #5191fa;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    margin-left: 10vw;
  }
  .bc_header .content .header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bc_header .content .header-right .bc-more-menu {
    background: linear-gradient(135deg, #007bff, var(--button-color));
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    position: relative;
    overflow: hidden;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bc_header .content .header-right .bc-more-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
  }
  .bc_header .content .header-right .bc-more-menu:hover {
    background: linear-gradient(135deg, var(--button-color), #004085);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
  }
  .bc_header .content .header-right .bc-more-menu:hover::before {
    left: 100%;
  }
  .bc_header .content .header-right .bc-more-menu:active {
    transform: translateY(-1px);
  }
  .bc_header .content .header-right .bc-more-menu .hamburger-icon
  {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 18px;
    justify-content: space-between;
    position: relative;
  }
  .bc_header .content .header-right .bc-more-menu .hamburger-icon .hamburger-line
  {
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  /* .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  } */
}
.bc_header .bc-menu .mega {
  position: absolute;
  top: 100%;
  background-color: white;
  padding: 5px 10px;
  border-radius: 4px;
  color: var(--color-dark-1);
  box-shadow: 1px 15px 15px -10px rgba(0, 0, 0, 0.2588235294);
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  width: 700px;
}
.bc_header .bc-menu .mega.--has-mega-image {
  width: 900px;
}
.bc_header .bc-menu .mega .mega-image {
  width: 30%;
}
.bc_header .bc-menu .mega .mega-image img {
  object-fit: cover;
  border-radius: 5px;
}
.bc_header .bc-menu .mega > .subnav {
  flex: 1;
  display: flex;
  opacity: 1;
  left: 0;
  top: 0;
  min-width: 0;
  position: relative;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  flex-wrap: wrap;
  overflow: hidden;
}
.bc_header .bc-menu .mega > .subnav > li {
  width: 25%;
  padding: 15px 15px 0px 15px;
}
.bc_header .bc-menu .mega > .subnav > li > a {
  padding: 0 0 15px 10px !important;
  border-bottom: solid 1px #ccc;
  width: 100%;
  position: relative;
}
.bc_header .bc-menu .mega > .subnav > li > a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  display: inline-block;
  background: #5191fa;
  top: -2px;
  left: 0px;
}
.bc_header .bc-menu .mega > .subnav > li > a i {
  display: none;
}
.bc_header .bc-menu .mega > .subnav > li > a:hover {
  background-color: transparent;
}
.bc_header .bc-menu .mega > .subnav .subnav {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  top: 0 !important;
  box-shadow: none !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li {
  width: 100% !important;
  margin-bottom: 0;
  padding: 0 !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li > a {
  border-bottom: none !important;
  padding: 15px 0 10px 0 !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li > a:hover {
  background-color: transparent;
}
.bc_header .bc-menu .mega > .subnav a i.icon {
  display: none;
}
.bc_header .bc-menu .mega.column-3 {
  width: 750px;
}
.bc_header .bc-menu .mega.column-3.--has-mega-image {
  width: 900px;
}
.bc_header .bc-menu .mega.column-3 .mega-image {
  width: 35%;
}
.bc_header .bc-menu .mega.column-3 .subnav > li {
  width: 33.33%;
}
.bc_header .bc-menu .mega.column-2 {
  width: 600px;
}
.bc_header .bc-menu .mega.column-2.--has-mega-image {
  width: 750px;
}
.bc_header .bc-menu .mega.column-2 .mega-image {
  width: 45%;
}
.bc_header .bc-menu .mega.column-2 .subnav > li {
  width: 50%;
}
.bc_header .bc-menu .mega .mega-image img {
  max-width: 100%;
  padding: 15px 10px;
}

.bc_header .bc-menu .-has-mega-menu:hover > .mega {
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media (min-width: 1200px) {
  .pc-menu-none {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .mb-menu-none {
    display: none !important;
  }
}

/*# sourceMappingURL=header.css.map */


/* Исправление фона кнопки переключения направлений */
.direction-swap-btn:active,
.direction-swap-btn:focus,
.direction-swap-btn:focus:active {
    background: #007bff !important;
    outline: none !important;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important;
}

.direction-swap-btn:active {
    transform: translateX(-50%) scale(0.95) !important;
}

/* Убираем все возможные фоны после нажатия */
.direction-swap-btn:visited {
    background: #007bff !important;
}

.direction-swap-btn:focus-visible {
    background: #007bff !important;
    outline: none !important;
}

/* Убираем outline и другие эффекты */
.direction-swap-btn {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.direction-swap-btn:active {
    -webkit-tap-highlight-color: transparent !important;
}



@charset "UTF-8";@tailwind base;@tailwind components;@tailwind utilities;.mb0{margin-bottom:0}.mt30{margin-top:30px}.mt40{margin-top:40px}.c-pointer{cursor:pointer}.pt40{padding-top:40px}.ptb60{padding:60px 0 30px}.mb40{margin-bottom:40px}.input-number-group{display:flex;justify-content:space-between;align-items:center}.input-number-group span.input{display:inline-block;min-width:40px;text-align:center}.input-number-group i{color:#3490dc;font-size:24px;flex-shrink:0;cursor:pointer}.alert-text.danger{color:#e3342f}.alert-text.success{color:#38c172}.btn{border:none;box-shadow:none;border-radius:3px;padding:10px 20px;transition:background .2s,color .2s;font-size:14px;font-weight:500}.btn.btn-sm,.btn.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn.btn-primary{background:#5191fa}.btn.btn-danger{background:#fa5636}.btn.btn-danger:hover{background:#e65335}.padding-content{padding:60px 0}.mt20{margin-top:20px}.full-page{height:100%}.map-loading{position:absolute;display:none;top:0;left:0;height:100%;width:100%;z-index:9;background:#ffffff80}.map-loading .st-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:6px;background:#5191fa;border-radius:5px;margin-left:-25px;animation:st-load 1.8s ease-in-out infinite}.map-loading .st-loader:before{top:-20px;left:10px;width:40px;background:#fa5636;margin-left:-20px}.map-loading .st-loader:before,.map-loading .st-loader:after{position:absolute;display:block;content:"";animation:st-load 1.8s ease-in-out infinite;height:6px;border-radius:5px}.map-loading .st-loader:after{bottom:-20px;width:35px;background:#ffab53;margin-left:-17px}@keyframes st-load{0%{transform:translate(40px)}50%{transform:translate(-30px)}to{transform:translate(40px)}}.thumb-image{display:block;width:100%;padding-bottom:69%;overflow:hidden;background:linear-gradient(118deg,#f6f9fb,#e2ebef);position:relative}.thumb-image img{display:block;height:100%;inset:0;position:absolute;margin:auto;min-width:100%}.blog-breadcrumb{padding:20px 0;border-bottom:1px solid #EAEEF3}.blog-breadcrumb ul,.blog-breadcrumb ol,.blog-breadcrumb .ul{list-style:none;display:block;width:100%;margin-bottom:0;padding-left:0;background:#fff}.blog-breadcrumb ul li,.blog-breadcrumb ol li,.blog-breadcrumb .ul li{position:relative;display:inline-block;padding-left:20px;padding-right:20px;z-index:0}.blog-breadcrumb ul li a,.blog-breadcrumb ol li a,.blog-breadcrumb .ul li a{display:block;font-weight:500;color:#1a2b48;text-decoration:none;line-height:21px}.blog-breadcrumb ul li.active,.blog-breadcrumb ol li.active,.blog-breadcrumb .ul li.active{color:#5e6d77}.blog-breadcrumb ul li:first-child,.blog-breadcrumb ol li:first-child,.blog-breadcrumb .ul li:first-child{padding-left:0}.blog-breadcrumb ul li:not(:last-child):after,.blog-breadcrumb ol li:not(:last-child):after,.blog-breadcrumb .ul li:not(:last-child):after{position:absolute;content:"";top:50%;right:-2px;margin-top:-2px;width:4px;height:4px;background:#eaeef3;z-index:1}.booking_cookie_agreement{background-color:#645862;color:#fff;display:flex;align-items:baseline;z-index:999999!important}.booking_cookie_agreement .content-cookie{flex:1 1}.booking_cookie_agreement .save-cookie{background-color:#f1d700;padding:.5rem;border-radius:.5rem;cursor:pointer;color:#000}.open-hour-item{border-bottom:1px solid #e3e3e3;padding:9px 0;justify-content:space-between;display:flex}.open-hour-item.current,.open-hour-item.current strong{color:#fa5636}.open-hour-item:last-child{border-bottom:0px}.panel{background-color:#fff;box-shadow:0 0 0 1px #3f3f440d,0 1px 3px #3f3f4426;border-radius:3px;margin-bottom:20px}.panel .panel-title{padding:14px 20px;border-bottom:1px solid #dfe4e8;position:relative}.panel .panel-title .panel-toggle{position:absolute;right:11px;top:10px;cursor:pointer}.panel .panel-body{padding:20px}.panel .panel-body.pd15{padding:15px}.panel .panel-body .tab-content{border:solid 1px #dee2e6;border-top:none;padding:20px 20px 5px}.panel:last-child{margin-bottom:0}.panel .panel-footer{padding:10px 15px;border-top:1px solid #dfe4e8;background:#f7f7f7}.panel-body-title{font-size:16px;font-weight:600;line-height:24px}.avatar-cover{background-size:cover;background-position:center}.font-size-14{font-size:14px!important}.font-size-12{font-size:12px!important}.font-size-30{font-size:30px!important}.width-30{width:30px}.flex-horizontal-center{display:flex;align-items:center}.flex-content-center{display:flex;justify-content:center}.flex-self-start{display:flex;align-items:self-start}.font-weight-medium,.font-weight-semi-bold{font-weight:500!important}.text-white{color:#fff}.bc_popup .modal-body img{max-width:100%;height:auto}.bc-topbar-pro{background:#ffc107;padding:10px 0}.bc-topbar-pro a{color:#000}input[type=checkbox],input[type=radio]{border:1px solid #b4b9be;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:-4px 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:middle;width:16px;min-width:16px;-webkit-appearance:none;box-shadow:inset 0 1px 2px #0000001a;transition:.05s border-color ease-in-out}input[type=checkbox]:checked:before,input[type=radio]:checked:before{float:left;display:inline-block;vertical-align:middle;width:16px;font-family:Ionicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=checkbox]:checked:before{margin:1px 0 0 -1px;color:#1e8cbe;content:"";font: 13px/1 FontAwesome}input[type=radio]{border-radius:50%;margin-right:4px;line-height:10px}input[type=radio]:checked:before{content:"•";text-indent:-9999px;border-radius:50px;font-size:24px;width:6px;height:6px;margin:4px;line-height:16px;background-color:#1e8cbe}.form-control{border:1px solid #DAE1E7;border-radius:3px;box-shadow:none;font-size:14px}input.form-control{height:40px}.required{color:#e3342f}.form-control::-moz-placeholder{color:#999}.form-control::placeholder{color:#999}.invalid-feedback{font-size:100%}.bc-form .fa-spinner{display:none}.bc-form.loading .fa-spinner{display:inline-block}.bc-login-page{padding:100px 0}.frontend-page .modal.login .modal-content{border-radius:5px;padding:20px 30px 30px}@media (max-width: 990px){.frontend-page .modal.login .modal-content{padding:15px 20px}}.frontend-page .modal.login .modal-content .modal-header{padding:0 0 10px;border:none}.frontend-page .modal.login .modal-content .modal-header .close{margin-top:0;opacity:1}.frontend-page .modal.login .modal-content .modal-header .modal-title{font-size:24px;font-weight:500}.frontend-page .modal.login .modal-content .modal-body{padding:0}.frontend-page .modal.login .modal-content .modal-body .form-group{position:relative;margin-top:0;margin-bottom:20px}@media (max-width: 990px){.frontend-page .modal.login .modal-content .modal-body .form-group{margin-bottom:15px}}.frontend-page .modal.login .modal-content .modal-body .form-group .form-control{height:45px;box-shadow:none;border:1px solid #DAE1E7;border-radius:3px;font-size:14px;color:#5e6d77}.frontend-page .modal.login .modal-content .modal-body .form-group .input-icon{position:absolute;top:22px;right:15px;font-size:20px;transform:translateY(-50%);color:#acb5be;line-height:0px}.frontend-page .modal.login .modal-content .modal-body label,.frontend-page .modal.login .modal-content .modal-body .st-link{font-size:14px;font-weight:400;margin-bottom:0}.frontend-page .modal.login .modal-content .modal-body input[type=checkbox]{margin-right:5px}.frontend-page .modal.login .modal-content .modal-body input[type=radio]{margin-right:10px}.frontend-page .modal.login .modal-content .modal-body .form-submit{height:45px;width:100%;background:#5191fa;color:#fff;text-transform:uppercase;font-size:14px;border:none;border-radius:3px;font-weight:600}.frontend-page .modal.login .modal-content .modal-body .advanced{background:#f9f9f9;margin-top:20px;padding:30px;margin-left:-30px;margin-right:-30px}.frontend-page .modal.login .modal-content .modal-body .advanced .socials{padding-top:20px;padding-bottom:35px}.bc-login-form-page .form-title{font-size:24px;font-weight:500;margin-bottom:30px}.bc-login-form-page .form-control{height:45px;box-shadow:none;border:1px solid #DAE1E7;border-radius:3px;font-size:14px;color:#5e6d77}.bc-login-form-page .form-group{position:relative;margin-bottom:20px}.bc-login-form-page .form-group .input-icon{position:absolute;top:22px;right:15px;font-size:20px;transform:translateY(-50%);color:#acb5be;line-height:0px}.bc-form-login .icon-loading,.bc-form-register .icon-loading,.bc-form .icon-loading{display:none}.bc-form-login .form-submit,.bc-form-register .form-submit,.bc-form .form-submit{width:100%}.bc-form-login .bc-recaptcha>div,.bc-form-register .bc-recaptcha>div,.bc-form .bc-recaptcha>div{margin:auto}@media (max-width: 990px){.bc-form-login .bc-recaptcha>div,.bc-form-register .bc-recaptcha>div,.bc-form .bc-recaptcha>div{margin:0}}.btn_login_fb_link{background:#395899;color:#fff}.btn_login_tw_link{background:#03a9f4;color:#fff}.btn_login_gg_link{background:#f34a38;color:#fff}.btn_login_fb_link,.btn_login_tw_link,.btn_login_gg_link{border-radius:2px;font-size:12px;display:block}.btn_login_fb_link:hover,.btn_login_tw_link:hover,.btn_login_gg_link:hover{color:#fff;outline:none;box-shadow:none}body .daterangepicker{min-width:300px;min-height:100px;border-color:#dfdfdf;box-shadow:0 1px 2px #0000002d!important;border-radius:0;padding:10px 20px;margin-top:0;font-family:inherit}@media (max-width: 767px){body .daterangepicker{padding:0 10px}body .daterangepicker .ranges{margin:0!important}body .daterangepicker .drp-calendar{padding:0!important}body .daterangepicker:before,body .daterangepicker:after{display:none}}body .daterangepicker.loading:before{display:block!important;right:0;position:absolute;width:100%;height:100%;background:#fff;left:0;top:0;z-index:11;opacity:.7;content:""}body .daterangepicker.loading:after{content:"";display:block!important;font: 14px/1 FontAwesome;position:absolute;left:50%;top:50%;z-index:15;text-align:center;width:42px;height:42px;color:#5191fa;font-size:42px;animation:fa-spin 2s infinite linear;margin-left:-21px;margin-top:-21px}body .daterangepicker .drp-calendar{max-width:none}@media (min-width: 768px){body .daterangepicker .drp-calendar.left .next.available{display:none}body .daterangepicker .drp-calendar.single.left .next.available{display:table-cell}}@media (max-width: 767px){body .daterangepicker .drp-calendar.left{width:100%!important}body .daterangepicker .drp-calendar.left .calendar-table{padding-right:0!important}body .daterangepicker .drp-calendar.right{display:none}}body .daterangepicker .drp-calendar .calendar-table table{border-collapse:inherit}body .daterangepicker .drp-calendar .calendar-table .prev span,body .daterangepicker .drp-calendar .calendar-table .next span{transform:none;border:none;border-radius:0}body .daterangepicker .drp-calendar .calendar-table .prev:hover,body .daterangepicker .drp-calendar .calendar-table .next:hover{background-color:transparent}body .daterangepicker .drp-calendar .calendar-table .prev{background:url(../images/arow_left.png) no-repeat center center}body .daterangepicker .drp-calendar .calendar-table .next{background:url(../images/arrow_right.png) no-repeat center center}body .daterangepicker .drp-calendar .calendar-table thead{font-size:14px}body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th{padding:10px 0;border-bottom:1px solid #D7DCE3;border-radius:0;margin:0}body .daterangepicker .drp-calendar .calendar-table thead .month{color:#1a2b48;position:relative;font-weight:500;font-size:14px}body .daterangepicker .drp-calendar .calendar-table thead tr:last-child th{padding-top:10px;padding-bottom:10px;color:#adb2bd;text-align:center}body .daterangepicker .drp-calendar .calendar-table tbody tr td{width:35px;height:30px;font-size:14px;line-height:29px;font-weight:400;color:#1a2b48;border-radius:0;border:1px solid transparent}body .daterangepicker .drp-calendar .calendar-table tbody tr td.today{color:#fa5535;border-color:#fa5535}body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date,body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date{background:#5191fa33;border-top:none;border-bottom:none}body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date{border-left:solid 2px #5191fa}body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date{border-right:solid 2px #5191fa}body .daterangepicker .drp-calendar .calendar-table tbody tr td.disabled{color:#d7dce3;text-decoration:none}body .daterangepicker:before,body .daterangepicker:after{content:"";position:static;border:none;background:none;width:0;height:0}body .daterangepicker:not(.single) .calendar.left .next{display:none}body .daterangepicker .calendar{position:relative;max-width:100%!important}body .daterangepicker .table-header{position:relative;padding-bottom:20px}body .daterangepicker .table-header:after{content:"";display:table;clear:both}body .daterangepicker .table-header .month{text-align:center}body .daterangepicker .table-header .prev{position:absolute;bottom:0;left:0;float:left;width:48px;height:48px;background:url(../images/arow_left.png) no-repeat left center;cursor:pointer;z-index:9}body .daterangepicker .table-header .next{position:absolute;bottom:0;right:0;float:right;width:48px;height:48px;background:url(../images/arrow_right.png) no-repeat right center;cursor:pointer;z-index:9}body .daterangepicker .table-sub-header{border-top:1px solid #D7DCE3}body .daterangepicker .table-sub-header:after{content:"";display:table;clear:both}body .daterangepicker .table-sub-header .day-off-week{width:36px;padding-top:10px;padding-bottom:10px;color:#adb2bd;float:left;text-align:center}body .daterangepicker .table-condensed .td-date{width:auto;height:auto;padding:0;background:none;border:none}body .daterangepicker .table-condensed .td-date .date{width:36px;height:32px;font-size:14px;line-height:32px;font-weight:400;color:#1a2b48}body .daterangepicker .table-condensed .td-date.disabled{text-decoration:none}body .daterangepicker .table-condensed .td-date.disabled .date{color:#d7dce3}body .daterangepicker .table-condensed .td-date.today .date{color:#fa5535}body .daterangepicker .table-condensed .td-date.today:not(.start-date) .date,body .daterangepicker .table-condensed .td-date.today:not(.in-range) .date{color:#fa5535;border:1px solid #FA5535}body .daterangepicker .table-condensed .td-date.start-group,body .daterangepicker .table-condensed .td-date.in-group,body .daterangepicker .table-condensed .td-date.end-group{background:#fef5ca}body .daterangepicker .table-condensed .td-date.in-group .date,body .daterangepicker .table-condensed .td-date.end-group .date{color:#767676}body .daterangepicker .table-condensed .td-date:hover,body .daterangepicker .table-condensed .td-date.start-date{background:#5191fa33}body .daterangepicker .table-condensed .td-date.start-date:not(.end-date){box-shadow:-3px 0 #5191fa}body .daterangepicker .table-condensed .td-date.start-date.today .date{border:none}body .daterangepicker .table-condensed .td-date.in-range{background:#5191fa33}body .daterangepicker .table-condensed .td-date.in-range.today .date{border:none}body .daterangepicker .table-condensed .td-date.end-date{background:#5191fa33}body .daterangepicker .table-condensed .td-date.end-date:not(.start-date){box-shadow:3px 0 #5191fa}body .daterangepicker .table-condensed .td-date.end-date.today .date{border:none}body .daterangepicker .table-condensed .td-date.td-no-show{visibility:hidden}body .daterangepicker .table-condensed .td-date.has-tooltip{position:relative}body .daterangepicker .table-condensed .td-date.has-tooltip .event-tooltip-wrap{position:absolute;top:100%;margin-top:5px;left:0;z-index:1;background:#000000b3;color:#fff;font-size:12px;padding:4px 6px;border-radius:2px;display:none}body .daterangepicker .table-condensed .td-date.has-tooltip:hover .event-tooltip-wrap{display:block}body .daterangepicker.respon-single .calendar.right{display:none}body .daterangepicker.respon-single .calendar.left .next{display:block}body .daterangepicker .drp-calendar .calendar-table tbody tr td{position:relative}body .daterangepicker .drp-calendar .calendar-table tbody tr td:hover .tooltip{opacity:.9;visibility:visible}body .daterangepicker .tooltip{bottom:40px;left:50%;transform:translate(-50%);display:block;margin:0;width:auto;float:none;visibility:hidden}body .daterangepicker .tooltip .arrow{left:50%;transform:translate(-50%)}body .daterangepicker .tooltip .tooltip-inner{white-space:nowrap}body .daterangepicker .is-half-end{overflow:hidden}body .daterangepicker .is-half-end:before{content:"";background:#ededed;position:absolute;width:50px;height:50px;bottom:-27px;right:-27px;transform:rotate(45deg);opacity:.5}body .daterangepicker .is-half-end.start-date,body .daterangepicker .is-half-end.end-date,body .daterangepicker .is-half-end.in-range,body .daterangepicker .is-half-end:hover{overflow:visible}body .daterangepicker .is-half-end.start-date:before,body .daterangepicker .is-half-end.end-date:before,body .daterangepicker .is-half-end.in-range:before,body .daterangepicker .is-half-end:hover:before{display:none}body .daterangepicker .is-half-start{overflow:hidden}body .daterangepicker .is-half-start:before{content:"";background:#ededed;position:absolute;width:50px;height:50px;top:-27px;left:-27px;transform:rotate(-45deg);opacity:.5}body .daterangepicker .is-half-start.start-date,body .daterangepicker .is-half-start.end-date,body .daterangepicker .is-half-start.in-range,body .daterangepicker .is-half-start:hover{overflow:visible}body .daterangepicker .is-half-start.start-date:before,body .daterangepicker .is-half-start.end-date:before,body .daterangepicker .is-half-start.in-range:before,body .daterangepicker .is-half-start:hover:before{display:none}body .daterangepicker .full-book-event{overflow:hidden;color:#1a2b48!important}body .daterangepicker .full-book-event:before{content:"";background:#ededed;position:absolute;opacity:.5;inset:0}.bc-admin-bar{background:#333;color:#fff}.bc-admin-bar a{color:#fff}.bc-admin-bar .adminbar-menu{list-style:none;margin:0;padding:0}.bc-admin-bar .adminbar-menu li{display:inline-block}.bc-admin-bar .adminbar-menu li a{padding:0 8px 0 7px;height:32px;line-height:32px;display:block}.bc-admin-bar .adminbar-menu li a:hover{text-decoration:none}.bc-admin-bar .adminbar-menu li:hover>a{background:#32373c;color:#84adda}.tabs-box{position:relative}.tabs-box .tab{display:none}.tabs-box .active-tab{display:block}.tabs-box .tab-btn{cursor:pointer}.pricing-section{position:relative;padding:100px 0 70px}.pricing-tabs{position:relative}.pricing-tabs .tab-buttons{text-align:center;position:relative;margin-bottom:30px}.pricing-tabs .tab-buttons h4{display:block;font-weight:500;font-size:16px;line-height:22px;color:#202124;margin-bottom:15px}.pricing-tabs .tab-btns{position:relative;display:flex;justify-content:center;align-items:center}.pricing-tabs .tab-btns:before{position:absolute;top:0;left:50%;width:60px;height:30px;transform:translate(-50%);background:#1967d2;border:1px solid #E7E7EC;box-sizing:border-box;box-shadow:0 8px 15px #8c98a41a;border-radius:30px;content:"";transition:all .3s linear}.pricing-tabs .tab-btns li{list-style:none;position:relative;font-size:14px;line-height:30px;color:#696969;cursor:pointer;z-index:8;padding:0 48px;min-width:196px;transition:all .3s ease}.pricing-tabs .tab-btns li:before{position:absolute;right:-26px;height:20px;width:20px;top:5px;background:#fff;content:"";border-radius:50%;transition:all .3s ease}.pricing-tabs .tab-btns li.active-btn:before{right:6px}.pricing-tabs .tab-btns li:last-child:before{display:none}.pricing-table{position:relative;margin-bottom:30px}.pricing-table .inner-box{position:relative;background:#fff;border:1px solid #ECEDF2;box-sizing:border-box;border-radius:8px;padding:40px;overflow:hidden;transition:all .3s ease}.pricing-table .inner-box:hover,.pricing-table.tagged .inner-box{border:1px solid #1967D2;box-shadow:0 6px 15px #404f680d}.pricing-table .tag{position:absolute;right:30px;top:30px;overflow:hidden;border-radius:30px;font-size:13px;line-height:20px;color:#34a853;padding:5px 25px}.pricing-table .tag:before{position:absolute;left:0;top:0;height:100%;width:100%;background:#34a853;opacity:.15;content:"";border-radius:30px}.pricing-table .title{display:block;font-weight:500;font-size:18px;line-height:24px;color:#1967d2;margin-bottom:10px}.pricing-table .price{position:relative;display:flex;align-items:flex-end;font-size:30px;line-height:41px;color:#202124;font-weight:500;margin-bottom:40px;transition:all .3s ease}.pricing-table .duration{position:relative;font-size:18px;line-height:1em;color:#202124;font-weight:400;bottom:7px;margin-left:7px}.pricing-table .table-content{position:relative;margin-bottom:50px}.pricing-table .table-content ul{position:relative;list-style:none}.pricing-table .table-content ul li{position:relative;font-size:14px;line-height:25px;color:#696969;font-weight:400;margin-bottom:20px;padding-left:30px}.pricing-table .table-content ul li:before{position:absolute;left:0;top:0;font-family:FontAwesome;font-size:16px;color:#202124;content:""}.pricing-table .table-footer{position:relative}.pricing-table .table-footer a{position:relative;display:block;width:100%}.skeleton-loading .thumb-image,.skeleton-loading .g-info>*,.skeleton-loading .g-rate-price>*,.skeleton-loading.item-loop-wrap>*,.skeleton-loading .thumb-image .price-wrapper{position:relative;overflow:hidden;background-color:#dddbdd}.skeleton-loading .thumb-image:before,.skeleton-loading .g-info>*:before,.skeleton-loading .g-rate-price>*:before,.skeleton-loading.item-loop-wrap>*:before,.skeleton-loading .thumb-image .price-wrapper:before{content:"";position:absolute;inset:0;background-color:#dddbdd;z-index:3}.skeleton-loading .thumb-image:after,.skeleton-loading .g-info>*:after,.skeleton-loading .g-rate-price>*:after,.skeleton-loading.item-loop-wrap>*:after,.skeleton-loading .thumb-image .price-wrapper:after{content:"";position:absolute;inset:0;transform:translate(-100%);z-index:3;background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:shimmer 3s infinite}.skeleton-loading .g-rate-price:before{display:none}.skeleton-loading .sale_info{display:none!important}@keyframes shimmer{to{transform:translate(100%)}}.navbar-laravel{background-color:#fff;box-shadow:0 2px 4px #0000000a}.container .container{padding:0}.bc-reviews .title-review{margin-bottom:20px;font-size:24px;color:#1a2b48;font-weight:500}@media (max-width: 990px){.bc-reviews .title-review{font-size:1.5rem}}@media (max-width: 766px){.bc-reviews .title-review{font-size:1.3rem}}.bc-reviews .review-box{margin-top:20px;padding:30px;border:1px solid #EAEEF3;border-radius:5px;color:#1a2b48;font-weight:500}@media (max-width: 766px){.bc-reviews .review-box{padding:10px}}.bc-reviews .review-box .review-box-score{border-right:1px solid #D7DCE3;padding-top:15px;padding-bottom:15px;text-align:center}@media (max-width: 990px){.bc-reviews .review-box .review-box-score{border-right:none}}.bc-reviews .review-box .review-box-score .review-score{line-height:50px;font-size:72px;font-weight:500;color:#5191fa}@media (max-width: 766px){.bc-reviews .review-box .review-box-score .review-score{font-size:60px}}.bc-reviews .review-box .review-box-score .review-score .per-total{font-size:24px}.bc-reviews .review-box .review-box-score .review-score-text{font-weight:400;font-size:24px;color:#1a2b48}.bc-reviews .review-box .review-box-score .review-score-base{margin-top:10px;color:#768090;font-size:14px}.bc-reviews .review-box .review-box-score .review-score-base span{color:#5191fa}.bc-reviews .review-box .review-sumary .item{display:flex;align-items:center;margin-top:15px}.bc-reviews .review-box .review-sumary .item:first-child{margin-top:0}.bc-reviews .review-box .review-sumary .item .label{width:22%;text-align:right;margin-top:0;margin-right:3%;position:relative;display:block;padding-left:0;color:#1a2b48;font-size:14px;font-weight:400}@media (max-width: 766px){.bc-reviews .review-box .review-sumary .item .label{width:35%}}.bc-reviews .review-box .review-sumary .item .progress{position:relative;height:8px;width:65%;border-radius:10px;box-shadow:none;background:#eee;margin-bottom:0;overflow:inherit}.bc-reviews .review-box .review-sumary .item .progress .percent{position:absolute;top:0;left:0;height:8px;background:#5191fa;border-radius:10px}.bc-reviews .review-box .review-sumary .item .progress .percent.green{background:#2ecc71}.bc-reviews .review-box .review-sumary .item .progress .percent.darkgreen{background:#27ae61}.bc-reviews .review-box .review-sumary .item .progress .percent.yellow{background:#f1c40f}.bc-reviews .review-box .review-sumary .item .progress .percent.orange{background:#e67f22}.bc-reviews .review-box .review-sumary .item .progress .percent.red{background:#e84c3d}.bc-reviews .review-box .review-sumary .item .number{width:7%;margin-left:3%}.bc-reviews .review-list{margin-top:30px}.bc-reviews .review-list .review-item{padding-top:30px;padding-bottom:30px;border-top:1px solid #EAEEF3;font-size:14px}@media (max-width: 990px){.bc-reviews .review-list .review-item{padding-top:15px;padding-bottom:15px}}.bc-reviews .review-list .review-item .review-item-head{display:flex;align-items:center;margin-right:100px}.bc-reviews .review-list .review-item .review-item-head .media .media-left{padding-right:20px}.bc-reviews .review-list .review-item .review-item-head .media .media-left img{border-radius:50%;width:50px;height:50px}.bc-reviews .review-list .review-item .review-item-head .media .media-left .avatar-text{background:#1a2b47;color:#fff;border-radius:50%;width:50px;height:50px;display:block;text-align:center;padding-top:4px;position:relative;font-size:29px;top:0}.bc-reviews .review-list .review-item .review-item-head .media .media-body .media-heading{font-size:14px;color:#1a2b48;font-weight:600;margin-bottom:5px;margin-top:5px}.bc-reviews .review-list .review-item .review-item-head .media .media-body .date{color:#aeb4c0}.bc-reviews .review-list .review-item .review-item-body{margin-top:20px}.bc-reviews .review-list .review-item .review-item-body .title{position:relative;font-size:16px;line-height:20px}.bc-reviews .review-list .review-item .review-item-body .review-star{padding:0;margin:0;overflow:hidden}.bc-reviews .review-list .review-item .review-item-body .review-star li{list-style:none;margin-right:5px;float:left}.bc-reviews .review-list .review-item .review-item-body .review-star li .fa{color:#ffdc00;font-size:16px}.bc-reviews .review-list .review-item .review-item-body .detail{margin-top:5px;font-size:14px;color:#5e6d77;font-weight:400;position:relative}.bc-reviews .review-list .review-item:last-child{border-bottom:1px solid #EAEEF3}.bc-reviews .review-pag-wrapper{overflow:hidden;margin-top:15px}.bc-reviews .review-pag-wrapper .review-pag-text{float:right;font-size:14px;color:#5e6d77;margin-top:5px;margin-right:0}.bc-reviews .review-pag-wrapper .bc-pagination{text-align:left;display:inline-block;margin-top:3px;margin-bottom:0}.bc-reviews .review-pag-wrapper .bc-pagination ul{text-align:center;display:inline-block;padding:0;margin:0}.bc-reviews .review-pag-wrapper .bc-pagination ul li{list-style:none;font-size:16px;color:#768090;float:left;margin-right:10px}.bc-reviews .review-pag-wrapper .bc-pagination ul li a,.bc-reviews .review-pag-wrapper .bc-pagination ul li span{display:block;height:32px;width:32px;line-height:32px;text-decoration:none;color:#5e6d77;float:none;padding:0;border:none;border-radius:3px;cursor:pointer}.bc-reviews .review-pag-wrapper .bc-pagination ul li a.current,.bc-reviews .review-pag-wrapper .bc-pagination ul li span.current{border:1px solid #1a2b47!important;border-radius:3px;background:transparent!important;color:#1a2b47!important}.bc-reviews .review-pag-wrapper .bc-pagination ul li.active a,.bc-reviews .review-pag-wrapper .bc-pagination ul li.active span{border:1px solid #1a2b47!important;background:transparent!important;color:#1a2b47!important}.bc-reviews .review-pag-wrapper .bc-pagination .count-string{font-size:14px;color:#768090;margin-top:5px;display:inline-block}.bc-reviews .review-form{margin:15px 0}.bc-reviews .review-form .title-form{color:#1a2b48!important;font-size:16px;font-weight:500}.bc-reviews .review-form .form-wrapper{margin-top:15px;padding:30px;border:1px solid #D7DCE3;background:#f9f9f9;border-top:solid 4px #5191FA;border-bottom-left-radius:5px;border-bottom-right-radius:5px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper{padding:15px}.bc-reviews .review-form .form-wrapper .form-group{margin-bottom:0}}@media (max-width: 1024px){.bc-reviews .review-form .form-wrapper .row .col-md-8{flex:0 0 60%;max-width:60%}.bc-reviews .review-form .form-wrapper .row .col-md-4{flex:0 0 40%;max-width:40%}}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper .row .col-md-8,.bc-reviews .review-form .form-wrapper .row .col-md-4{flex:0 0 100%;max-width:100%}}.bc-reviews .review-form .form-wrapper .review-items{background:#fff;padding:25px 30px;border:1px solid #EEEEEE;border-radius:5px;margin-top:15px;min-height:350px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper .review-items{min-height:auto;padding:10px 15px}}.bc-reviews .review-form .form-wrapper .review-items .item{margin-bottom:10px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper .review-items .item{margin-bottom:5px}}.bc-reviews .review-form .form-wrapper .review-items .item:last-child{margin-bottom:0}.bc-reviews .review-form .form-wrapper .review-items .item label{font-size:14px;font-weight:500;color:#768090;margin-bottom:4px}.bc-reviews .review-form .form-wrapper .review-items .item .rates{position:relative}.bc-reviews .review-form .form-wrapper .review-items .item .fa:not(:last-child){margin-right:8px}.bc-reviews .review-form .form-wrapper .review-items .item .fa{cursor:pointer;font-size:18px}.bc-reviews .review-form .form-wrapper .review-items .item .fa.grey{color:#5e6d77}.bc-reviews .review-form .form-wrapper .review-items .item .fa.selected,.bc-reviews .review-form .form-wrapper .review-items .item .fa.hovered{color:#ffdc00}.bc-reviews .review-form .form-wrapper .review-items .item .fa.selected:before,.bc-reviews .review-form .form-wrapper .review-items .item .fa.hovered:before{content:""}.bc-reviews .review-form .form-wrapper .alert ul{margin-left:30px}.bc-reviews .review-form .form-wrapper textarea.form-control{min-height:350px;margin-top:15px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper textarea.form-control{min-height:100px}}.bc-reviews .review-form .btn{background:#5191fa;color:#fff;border:none;box-shadow:none;border-radius:3px;padding:10px 20px;transition:background .2s,color .2s;margin-top:10px}@media (max-width: 766px){.bc-reviews .review-form .btn{padding:5px 15px}}.bc-reviews .review-message{background:#f5f5f5;padding:15px 20px;margin-top:15px;border-left:solid 4px #5191fa;margin-bottom:15px}.page-404-content{padding:60px 0;text-align:center}.page-404-content h1{font-size:48px;color:#1a2b48;font-weight:500;margin-top:0}.page-404-content h3{font-size:16px;color:#5e6d77;font-weight:400;margin-bottom:60px;margin-top:10px}.page-404-content img,.page-404-content svg{margin-bottom:50px;max-width:100%}.page-404-content p{font-size:18px;color:#5e6d77;margin-bottom:5px}.page-404-content .no-page__title{font-size:200px;font-weight:600;line-height:1.2}.smart-search,.input-search{position:relative}.smart-search:after,.input-search:after{content:"";position:absolute;right:10px;top:10px;color:#5191fa;border-top:.4em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.smart-search:not(.normal-control) .parent_text,.smart-search:not(.normal-control) .form-control,.input-search:not(.normal-control) .parent_text,.input-search:not(.normal-control) .form-control{border:none;box-shadow:none;font-size:16px;color:#5191fa;position:relative;left:0!important;padding:0!important;height:25px;background:transparent}.smart-search:not(.normal-control) .parent_text::-moz-placeholder,.smart-search:not(.normal-control) .form-control::-moz-placeholder,.input-search:not(.normal-control) .parent_text::-moz-placeholder,.input-search:not(.normal-control) .form-control::-moz-placeholder{color:#5191fa;opacity:1}.smart-search:not(.normal-control) .parent_text::placeholder,.smart-search:not(.normal-control) .form-control::placeholder,.input-search:not(.normal-control) .parent_text::placeholder,.input-search:not(.normal-control) .form-control::placeholder{color:#5191fa;opacity:1}.smart-search:not(.normal-control) .parent_text[readonly],.smart-search:not(.normal-control) .form-control[readonly],.input-search:not(.normal-control) .parent_text[readonly],.input-search:not(.normal-control) .form-control[readonly]{cursor:pointer}.smart-search .bc-autocomplete,.input-search .bc-autocomplete{opacity:0;visibility:hidden;transition:all .3s;position:absolute;background:#fff;padding:0;top:100%;margin-top:15px;left:0;border-radius:0 0 5px 5px;border:solid 1px #dee2e6;z-index:20;max-height:300px;overflow-y:auto;right:-15px}.smart-search .bc-autocomplete.show,.input-search .bc-autocomplete.show{opacity:1;visibility:visible}@media (max-width: 1023px){.smart-search .bc-autocomplete,.input-search .bc-autocomplete{margin-top:10px;border-radius:0;right:0;left:-55px;background:#f1f1f1}}.smart-search .bc-autocomplete .item,.input-search .bc-autocomplete .item{cursor:pointer;padding:10px 15px}.smart-search .bc-autocomplete .item:nth-child(2n),.input-search .bc-autocomplete .item:nth-child(2n){background:#fff}.smart-search .bc-autocomplete .item:last-child,.input-search .bc-autocomplete .item:last-child{margin-bottom:0}.smart-search .bc-autocomplete .item .h-line,.input-search .bc-autocomplete .item .h-line{font-weight:500}.smart-search .bc-autocomplete .item i,.input-search .bc-autocomplete .item i{margin-right:5px;font-size:16px;position:relative;top:1px;color:#828282}.smart-search .bc-autocomplete .item:hover,.input-search .bc-autocomplete .item:hover{background:#f5f4f7}.smart-search .bc-autocomplete .message,.input-search .bc-autocomplete .message{display:none;padding:10px 15px;font-size:14px;color:#424242}.smart-search .bc-autocomplete.on-message .list-item,.input-search .bc-autocomplete.on-message .list-item{display:none}.smart-search .bc-autocomplete.on-message .message,.input-search .bc-autocomplete.on-message .message{display:block}.smart-search.normal-control .form-control,.input-search.normal-control .form-control{padding-right:25px}.smart-search.normal-control .bc-autocomplete,.input-search.normal-control .bc-autocomplete{margin-top:0}.smart-search.normal-control:after,.input-search.normal-control:after{color:#4b4b4b;top:23px;right:15px}.bc-video-popup{display:inline-block;position:relative}.bc-video-popup .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.7}.bc-video-popup:hover .play-icon{opacity:1}.g-faq{border-bottom:solid 1px #D7DCE3;margin-bottom:25px;border-top:solid 1px #D7DCE3;padding-top:25px}.g-faq .item{border-bottom:1px solid #D7DCE3;margin-bottom:10px}.g-faq .item:last-child{border:none}.g-faq .item .header{margin-bottom:10px;overflow:hidden;padding-top:15px;cursor:pointer}.g-faq .item .header .field-icon{float:left;font-size:25px;margin-right:10px;top:-3px;position:relative}.g-faq .item .header h5{float:left;margin-top:0;margin-bottom:0;font-size:16px;color:#1a2b48}@media (max-width: 990px){.g-faq .item .header h5{font-size:14px}}.g-faq .item .header .arrow{float:right;font-size:20px;position:relative;top:-8px}.g-faq .item .body{font-size:14px;color:#5e6d77;transition:all .3s;height:0px;overflow:hidden;padding-bottom:0}.g-faq .item.active .header .arrow{transform:rotate(180deg)}.g-faq .item.active .body{height:auto;padding-bottom:20px}.item-tour{border:1px solid #dfdfdf;border-radius:3px;overflow:hidden;padding-bottom:15px;position:relative;margin-bottom:30px}.item-tour a{text-decoration:none;transition:all .3s}.item-tour .sale_info{position:absolute;width:80px;height:48px;transform:rotate(45deg);right:-30px;top:-13px;line-height:65px;text-align:center;color:#fff;font-size:15px;z-index:8;background-color:#c03}.item-tour .featured{position:absolute;top:20px;left:0;font-size:13px;color:#fff;font-weight:500;z-index:8;background:#5191fa;border-radius:0 3px 3px 0;padding:6px 10px}.item-tour .thumb-image{overflow:hidden;height:170px;background:#ccc}.item-tour .thumb-image a img{transition:all .3s;max-width:100%}.item-tour .thumb-image a:hover img{transform:scale(1.1)}.item-tour .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;bottom:0;color:#fff;padding:10px;cursor:pointer}.item-tour .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-tour .thumb-image .service-wishlist:hover i,.item-tour .thumb-image .service-wishlist.loading i{color:#ff9290}.item-tour .thumb-image .service-wishlist.active i{color:red}.item-tour .location{font-size:13px;color:#5e6d77;margin:15px 15px 10px}.item-tour .location i{position:relative;font-size:16px}.item-tour .category{margin:0 15px}.item-tour .category .fa{color:#687882;opacity:.6}.item-tour .service-review{margin:10px 15px 15px}.item-tour .service-review .list-star{display:inline-block;line-height:13px;position:relative}.item-tour .service-review .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.item-tour .service-review .list-star .booking-item-rating-stars:before,.item-tour .service-review .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.item-tour .service-review .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.item-tour .service-review .list-star .booking-item-rating-stars li:last-child{margin-right:0}.item-tour .service-review .list-star .booking-item-rating-stars li .fa{font-size:15px;color:#ffdc00}.item-tour .service-review .list-star .booking-item-rating-stars-active{position:absolute;width:0;top:0;left:0;overflow:hidden}.item-tour .service-review .review{position:relative;top:-2px;font-size:13px;color:#768092;margin-left:10px}.item-tour .item-title{margin:0 15px;font-size:16px;line-height:22px;min-height:45px}@media (max-width: 766px){.item-tour .item-title{min-height:auto}}.item-tour .item-title a{color:#1a2b50}.item-tour .info{margin:0 15px;display:flex}.item-tour .info .duration{flex:auto;align-items:center;color:#5e6d77;position:relative;top:5px}.item-tour .info .duration i{position:relative;font-size:17px}.item-tour .info .g-price{flex:auto;text-align:right}.item-tour .info .g-price .prefix{color:#5e6d77;display:inline-block}.item-tour .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-tour .info .g-price .price{position:relative;display:inline-block}.item-tour .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-tour .info .g-price .price .onsale{position:absolute;right:0;top:-15px;text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-tour.infobox-item{position:relative}.item-tour.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-space{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:20px;position:relative;margin-bottom:30px}.item-loop.item-space a{text-decoration:none;transition:all .3s}.item-loop.item-space .sale_info{position:absolute;width:50px;height:50px;right:-7px;top:-47px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-space .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop.item-space .featured:after{position:absolute;content:"";top:-9px;right:-10px;border:10px solid transparent;border-bottom:29px solid #ED0925;z-index:1}.item-loop.item-space .thumb-image{overflow:hidden;height:185px;background:#ccc;position:relative}.item-loop.item-space .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-space .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-space .thumb-image a:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000 0% 0%,#0000 65%,#000000bf);z-index:1}.item-loop.item-space .thumb-image .price-wrapper{position:absolute;bottom:10px;left:15px;color:#fff;font-size:22px;z-index:10}.item-loop.item-space .thumb-image .price-wrapper .price{position:relative;display:inline-block}.item-loop.item-space .thumb-image .price-wrapper .price .text-price{color:#fff;font-weight:500;font-size:22px}.item-loop.item-space .thumb-image .price-wrapper .price .onsale{position:absolute;left:0;top:-18px;text-decoration:line-through;font-size:15px;color:#fff!important;font-weight:400}.item-loop.item-space .thumb-image .price-wrapper .price .unit{font-size:14px;color:#fff}.item-loop.item-space .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:10px;color:#fff;padding:10px;cursor:pointer}.item-loop.item-space .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-space .thumb-image .service-wishlist:hover i,.item-loop.item-space .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-space .thumb-image .service-wishlist.active i{color:red}.item-loop.item-space .location{font-size:13px;color:#5e6d77;margin:0 15px}.item-loop.item-space .location i{position:relative;font-size:16px}.item-loop.item-space .category{margin:0 15px}.item-loop.item-space .category .fa{color:#687882;opacity:.6}.item-loop.item-space .service-review{margin:10px 15px 0}.item-loop.item-space .service-review .rate{color:#5191fa}.item-loop.item-space .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-space .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-space .item-title{margin:20px 15px 5px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-space .item-title{min-height:auto}}.item-loop.item-space .item-title a{color:#1a2b50}.item-loop.item-space .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-space .info{margin:0 15px}.item-loop.item-space .amenities{margin:15px 15px 0;padding-top:15px;border-top:1px solid #e4e8ed;display:flex;font-size:13px;justify-content:space-between}.item-loop.item-space .amenities .amenity{align-items:center}.item-loop.item-space .amenities .amenity .input-icon{margin-right:5px;font-size:20px;color:#505050;position:relative;top:1px}.item-loop.item-space.infobox-item{position:relative}.item-loop.item-space.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-boat{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:15px;position:relative;margin-bottom:30px}.item-loop.item-boat a{text-decoration:none;transition:all .3s}.item-loop.item-boat .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-boat .featured{position:absolute;top:15px;left:15px;background:#1a2b48;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px;border-radius:5px}.item-loop.item-boat .thumb-image{overflow:hidden;background:#fff;position:relative;padding-bottom:55%}.item-loop.item-boat .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-boat .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-boat .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:0;color:#000;padding:10px;cursor:pointer}.item-loop.item-boat .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-boat .thumb-image .service-wishlist:hover i,.item-loop.item-boat .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-boat .thumb-image .service-wishlist.active i{color:red}.item-loop.item-boat .thumb-image .service-wishlist.active i:before{content:""}.item-loop.item-boat .location{font-size:13px;color:#5e6d77;margin:15px 15px 0}.item-loop.item-boat .location i{position:relative;font-size:16px}.item-loop.item-boat .category{margin:0 15px}.item-loop.item-boat .category .fa{color:#687882;opacity:.6}.item-loop.item-boat .service-review{margin:0 15px;font-size:13px}.item-loop.item-boat .service-review .rate{color:#5191fa}.item-loop.item-boat .service-review .review{margin-left:15px;position:relative;color:#6a7a84}.item-loop.item-boat .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-10px;top:8px}.item-loop.item-boat .item-title{margin:0 15px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-boat .item-title{min-height:auto}}.item-loop.item-boat .item-title a{color:#1a2b50}.item-loop.item-boat .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-boat .info{margin:0 15px}.item-loop.item-boat .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-boat .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-boat .info .g-price .price{position:relative;display:inline-block}.item-loop.item-boat .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop.item-boat .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-boat .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-boat .amenities{margin:10px 15px 5px;display:flex;font-size:13px;justify-content:space-between}.item-loop.item-boat .amenities .amenity{align-items:center;text-align:center}.item-loop.item-boat .amenities .amenity .input-icon{font-size:26px;color:#1a2b48;position:relative;top:1px}.item-loop.item-boat .amenities .amenity .text{display:block}.item-loop.item-boat.infobox-item{position:relative}.item-loop.item-boat.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-car{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:15px;position:relative;margin-bottom:30px}.item-loop.item-car a{text-decoration:none;transition:all .3s}.item-loop.item-car .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-car .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop.item-car .featured:after{position:absolute;content:"";top:-9px;right:-10px;border:10px solid transparent;border-bottom:29px solid #ED0925;z-index:1}.item-loop.item-car .thumb-image{overflow:hidden;background:#fff;position:relative;padding-bottom:55%}.item-loop.item-car .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-car .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-car .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:0;color:#000;padding:10px;cursor:pointer}.item-loop.item-car .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-car .thumb-image .service-wishlist:hover i,.item-loop.item-car .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-car .thumb-image .service-wishlist.active i{color:red}.item-loop.item-car .thumb-image .service-wishlist.active i:before{content:""}.item-loop.item-car .location{font-size:13px;color:#5e6d77;margin:0 15px}.item-loop.item-car .location i{position:relative;font-size:16px}.item-loop.item-car .category{margin:0 15px}.item-loop.item-car .category .fa{color:#687882;opacity:.6}.item-loop.item-car .service-review{margin:10px 15px 0}.item-loop.item-car .service-review .rate{color:#5191fa}.item-loop.item-car .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-car .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-car .item-title{margin:20px 15px 5px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-car .item-title{min-height:auto}}.item-loop.item-car .item-title a{color:#1a2b50}.item-loop.item-car .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-car .info{margin:0 15px}.item-loop.item-car .info .g-price{text-align:left}.item-loop.item-car .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-car .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-car .info .g-price .price{position:relative;display:inline-block}.item-loop.item-car .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop.item-car .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-car .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-car .amenities{margin:10px 15px 5px;display:flex;font-size:13px;justify-content:space-between}.item-loop.item-car .amenities .amenity{align-items:center;text-align:center}.item-loop.item-car .amenities .amenity .input-icon{font-size:20px;color:#505050;position:relative;top:1px}.item-loop.item-car .amenities .amenity .text{display:block}.item-loop.item-car .amenities .icon-passenger{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/passenger.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car .amenities .icon-baggage{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/baggage.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car .amenities .icon-door{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/door.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car .amenities .icon-gear{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/gear.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car.infobox-item{position:relative}.item-loop.item-car.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-event{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:10px;position:relative;margin-bottom:30px;border-radius:10px}.item-loop.item-event a{text-decoration:none;transition:all .3s}.item-loop.item-event .sale_info{position:absolute;width:45px;height:45px;right:10px;bottom:10px;color:#fff;font-size:14px;background-color:#d42681;display:flex;align-items:center;justify-content:center;border-radius:10px;z-index:999}.item-loop.item-event .featured{position:absolute;top:15px;left:15px;background:#d42681;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px;border-radius:5px}.item-loop.item-event .thumb-image{overflow:hidden;background:#fff;position:relative;padding-bottom:80%}.item-loop.item-event .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-event .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-event .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:0;color:#fff;padding:10px;cursor:pointer}.item-loop.item-event .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-event .thumb-image .service-wishlist:hover i,.item-loop.item-event .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-event .thumb-image .service-wishlist.active i{color:#d42681}.item-loop.item-event .thumb-image .service-wishlist.active i:before{content:""}.item-loop.item-event .location{font-size:13px;color:#d42681;margin:15px 15px 0}.item-loop.item-event .location i{position:relative;font-size:16px}.item-loop.item-event .service-review{margin:0 15px}.item-loop.item-event .service-review .rate{color:#d42681}.item-loop.item-event .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-event .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-event .start-time{margin:5px 15px 10px;border-bottom:dashed 1px #dfdfdf;color:#6a7a84;padding-bottom:10px}.item-loop.item-event .item-title{margin:0 15px;font-size:16px;font-weight:500;position:relative;min-height:50px}@media (max-width: 766px){.item-loop.item-event .item-title{min-height:auto}}.item-loop.item-event .item-title a{color:#1a2b50}.item-loop.item-event .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-event .info{margin:0 15px;display:flex}.item-loop.item-event .info .duration{flex:0 0 70px;color:#6a7a84}.item-loop.item-event .info .g-price{flex:1;text-align:right}.item-loop.item-event .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-event .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-event .info .g-price .price{position:relative;display:inline-block}.item-loop.item-event .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500;line-height:20px}.item-loop.item-event .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-event .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-hotel{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:20px;position:relative;margin-bottom:30px}.item-loop.item-hotel a{text-decoration:none;transition:all .3s}.item-loop.item-hotel .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-hotel .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop.item-hotel .thumb-image{overflow:hidden;height:185px;background:#ccc;position:relative}.item-loop.item-hotel .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-hotel .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-hotel .thumb-image a:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000 0% 0%,#0000 65%,#000000bf);z-index:1}.item-loop.item-hotel .thumb-image .price-wrapper{position:absolute;bottom:10px;left:15px;color:#fff;font-size:22px;z-index:10}.item-loop.item-hotel .thumb-image .price-wrapper .price{position:relative;display:inline-block}.item-loop.item-hotel .thumb-image .price-wrapper .price .text-price{color:#fff;font-weight:500;font-size:22px}.item-loop.item-hotel .thumb-image .price-wrapper .price .onsale{position:absolute;left:0;top:-18px;text-decoration:line-through;font-size:15px;color:#fff!important;font-weight:400}.item-loop.item-hotel .thumb-image .price-wrapper .price .unit{font-size:14px;color:#fff}.item-loop.item-hotel .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:10px;color:#fff;padding:10px;cursor:pointer}.item-loop.item-hotel .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-hotel .thumb-image .service-wishlist:hover i,.item-loop.item-hotel .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-hotel .thumb-image .service-wishlist.active i{color:red}.item-loop.item-hotel .location{font-size:13px;color:#5e6d77;margin:0 15px}.item-loop.item-hotel .location i{position:relative;font-size:16px}.item-loop.item-hotel .category{margin:0 15px}.item-loop.item-hotel .category .fa{color:#687882;opacity:.6}.item-loop.item-hotel .service-review{margin:10px 15px 0}.item-loop.item-hotel .service-review .rate{color:#5191fa}.item-loop.item-hotel .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-hotel .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-hotel .item-title{margin:20px 15px 5px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-hotel .item-title{min-height:auto}}.item-loop.item-hotel .item-title a{color:#1a2b50}.item-loop.item-hotel .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-hotel .info{margin:0 15px}.item-loop.item-hotel .info:before,.item-loop.item-hotel .info:after{content:"";display:table;clear:both}.item-loop.item-hotel .info .g-price{text-align:left}.item-loop.item-hotel .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-hotel .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-hotel .info .g-price .price{position:relative;display:inline-block}.item-loop.item-hotel .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop.item-hotel .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-hotel .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-hotel .star-rate{position:absolute;bottom:10px;left:15px;z-index:1}.item-loop.item-hotel .list-star{display:inline-block;line-height:13px;position:relative}.item-loop.item-hotel .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.item-loop.item-hotel .list-star .booking-item-rating-stars:before,.item-loop.item-hotel .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.item-loop.item-hotel .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.item-loop.item-hotel .list-star .booking-item-rating-stars li:last-child{margin-right:0}.item-loop.item-hotel .list-star .booking-item-rating-stars li .fa{font-size:15px;color:#fa5636}.item-loop.item-hotel.infobox-item{position:relative}.item-loop.item-hotel.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop-list{border:1px solid #dfdfdf;overflow:hidden;position:relative;margin-bottom:30px;display:flex}@media (max-width: 766px){.item-loop-list{flex-wrap:wrap}}.item-loop-list a{text-decoration:none;transition:all .3s}.item-loop-list .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop-list .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop-list .thumb-image{overflow:hidden;height:190px;background:#ccc;position:relative;flex:0 0 30%;padding:0}@media (max-width: 766px){.item-loop-list .thumb-image{flex:0 0 100%}}.item-loop-list .thumb-image:hover a img{transform:scale(1.1)}.item-loop-list .thumb-image a img{transition:all .3s;max-width:100%}.item-loop-list .thumb-image a:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000 0% 0%,#0000 65%,#000000bf);z-index:1}.item-loop-list .thumb-image .price-wrapper{position:absolute;bottom:10px;left:15px;color:#fff;font-size:22px;z-index:10}.item-loop-list .thumb-image .price-wrapper .price{position:relative;display:inline-block}.item-loop-list .thumb-image .price-wrapper .price .text-price{color:#fff;font-weight:500;font-size:22px}.item-loop-list .thumb-image .price-wrapper .price .onsale{position:absolute;left:0;top:-18px;text-decoration:line-through;font-size:15px;color:#fff!important;font-weight:400}.item-loop-list .thumb-image .price-wrapper .price .unit{font-size:14px;color:#fff}.item-loop-list .thumb-image .service-wishlist{position:absolute;right:0;z-index:10;top:0;color:#fff;padding:20px;cursor:pointer}.item-loop-list .thumb-image .service-wishlist i{transition:all .3s;font-size:18px}.item-loop-list .thumb-image .service-wishlist:hover i,.item-loop-list .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop-list .thumb-image .service-wishlist.active i{color:red}.item-loop-list .service-review{padding:10px 0 0;display:none}.item-loop-list .service-review .rate{color:#5191fa}.item-loop-list .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop-list .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}@media (max-width: 766px){.item-loop-list .service-review{display:block}}.item-loop-list .service-review-pc .head{display:flex;align-items:center;position:relative;font-size:14px;color:#1a2b48;font-weight:400;line-height:25px;justify-content:flex-end}.item-loop-list .service-review-pc .head .left{text-align:right}.item-loop-list .service-review-pc .head .left .head-rating{display:block;line-height:13px;margin-top:8px;margin-bottom:1px;font-weight:500}.item-loop-list .service-review-pc .head .left .text-rating{color:#5191fa;font-size:14px}.item-loop-list .service-review-pc .head .score{position:relative;float:right;margin-left:12px;padding:7px 7px 0 9px;background:#5191fa;border-radius:4px;color:#fff;font-size:20px;font-weight:400;min-height:38px}.item-loop-list .service-review-pc .head .score span{font-size:14px;color:#fff}.item-loop-list .service-review-pc .head .score:after{position:absolute;content:"";width:0;height:0;bottom:0;left:-8px;border:15px solid transparent;border-bottom:15px solid #5191FA}.item-loop-list .service-review-pc .foot{color:#5e6d77;font-size:14px;text-align:right}@media (max-width: 766px){.item-loop-list .service-review-pc{display:none}}.item-loop-list .g-info{flex:0 0 45%;padding:15px;position:relative}@media (max-width: 766px){.item-loop-list .g-info{flex:0 0 100%;padding-bottom:0;display:flex;flex-wrap:wrap;flex-direction:row}.item-loop-list .g-info>div{flex:0 0 100%}}.item-loop-list .g-info .item-title{font-size:16px;font-weight:500;position:relative;margin-bottom:5px}@media (max-width: 766px){.item-loop-list .g-info .item-title{min-height:auto;order:2;margin-bottom:0}}.item-loop-list .g-info .item-title a{color:#1a2b50}.item-loop-list .g-info .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop-list .g-info .location{position:absolute;left:15px;bottom:10px;font-size:13px;color:#5e6d77}@media (max-width: 766px){.item-loop-list .g-info .location{position:relative;left:0;bottom:0;margin-top:5px;order:3;margin-bottom:3px}}.item-loop-list .g-info .location i{position:relative;font-size:16px}.item-loop-list .g-info .star-rate{z-index:1}@media (max-width: 766px){.item-loop-list .g-info .star-rate{order:1}}.item-loop-list .g-info .list-star{display:inline-block;line-height:13px;position:relative}.item-loop-list .g-info .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.item-loop-list .g-info .list-star .booking-item-rating-stars:before,.item-loop-list .g-info .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.item-loop-list .g-info .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child{margin-right:0}.item-loop-list .g-info .list-star .booking-item-rating-stars li .fa{font-size:14px;color:#fa5636}@media (max-width: 766px){.item-loop-list .g-info .terms{order:4}}.item-loop-list .g-info .terms .attr-title{display:inline-block;margin-right:5px;color:#5e6d77;font-size:13px}.item-loop-list .g-info .terms .attr-title i{margin-right:2px}.item-loop-list .g-info .terms .g-attributes .item{margin-right:5px;color:#5e6d77;font-size:13px}.item-loop-list .g-info .terms .g-attributes .item:before{content:"";height:2px;width:2px;display:inline-block;background:gray;vertical-align:middle;margin-right:5px}.item-loop-list .g-info .terms .g-attributes span:nth-child(2):before{display:none}@media (max-width: 1280px){.item-loop-list .g-info .terms .g-attributes{display:none}.item-loop-list .g-info .terms .g-attributes:first-child{display:block}}@media (max-width: 766px){.item-loop-list .g-info .terms .g-attributes{display:block}}.item-loop-list .g-rate-price{flex:1;padding:15px 15px 15px 0;position:relative}@media (max-width: 766px){.item-loop-list .g-rate-price{flex:0 0 100%;padding:0 15px 10px}}.item-loop-list .g-rate-price:before{content:"";position:absolute;left:15px;top:15px;bottom:15px;border-right:1px solid #dfdfdf}@media (max-width: 1280px){.item-loop-list .g-rate-price:before{left:0}}@media (max-width: 766px){.item-loop-list .g-rate-price:before{display:none}}.item-loop-list .g-rate-price .g-price{text-align:right;position:absolute;right:15px;bottom:10px;float:right}@media (max-width: 766px){.item-loop-list .g-rate-price .g-price{position:relative;left:0;bottom:0;float:none;text-align:left;border-top:solid 1px #dfdfdf;margin-top:10px;padding-top:5px}}.item-loop-list .g-rate-price .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;left:-3px;position:relative}.item-loop-list .g-rate-price .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop-list .g-rate-price .g-price .price{position:relative;display:inline-block}.item-loop-list .g-rate-price .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop-list .g-rate-price .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop-list .g-rate-price .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop-list .g-rate-price .g-price .text-review{float:right;position:relative;top:5px;color:#4b4b4c;display:none}@media (max-width: 766px){.item-loop-list .g-rate-price .g-price .text-review{display:block}}.bc_wrap .page-template-content .bc-list-tour .title{font-size:28px;margin-bottom:20px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-tour .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-tour .title .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-tour .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-tour .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px;outline:none}.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-tour.carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-tour.box_shadow{background:#f5f5f5;padding:30px 0}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .col-item{margin-bottom:30px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item{position:relative;overflow:hidden;border-radius:5px;background:#fff;box-shadow:0 0 20px #00000040;height:100%}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .sale_info{position:absolute;width:80px;height:48px;transform:rotate(45deg);right:-30px;top:-13px;line-height:65px;text-align:center;color:#fff;font-size:15px;z-index:8;background-color:#c03}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .featured{position:absolute;top:20px;left:0;font-size:13px;color:#fff;font-weight:500;z-index:8;background:#c03;border-radius:0 3px 3px 0;padding:6px 10px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb{position:relative;overflow:hidden;width:100%;height:200px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb:before{position:absolute;z-index:1;content:"";width:100%;height:100%;bottom:0;left:0;opacity:0;transition:all .4s;background:#0006}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb img{transition:all .4s;transform:scale(1);width:100%}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .tour-book-now{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%) scale(.5);z-index:3;opacity:0;color:#fff;border:none;transition:all .4s;padding:5px 20px;background-color:#5192fa;border-radius:30px;text-decoration:none}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist{position:absolute;right:5px;z-index:10;bottom:0;color:#fff;padding:10px;cursor:pointer}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist i{transition:all .3s;font-size:16px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist:hover i,.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.loading i{color:#ff9290}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.active i{color:red}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption{position:relative;width:100%;padding:28px 22px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address{width:65%;float:left}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title{font-size:16px;font-weight:500;margin-bottom:7px;line-height:20px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title a{color:#333;text-decoration:none;transition:all .3s}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title a:hover{color:#5192fa}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .duration{margin-bottom:0;color:#7e7e7e;font-size:13px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .tour-price{position:absolute;color:#ff7430;font-size:34px;right:22px;top:20px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price{text-align:right;float:right}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price{position:relative;display:inline-block;padding-top:18px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price .text-price{font-size:22px;color:#1a2b48;font-weight:500}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price .onsale{position:absolute;right:0;top:0;text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb:before{opacity:1}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb .tour-book-now{opacity:1;top:51%;transform:translate(-50%,-50%) scale(1)}.bc_wrap .page-template-content .bc-list-tour.carousel_simple{padding:70px 0 20px}@media (max-width: 460px){.bc_wrap .page-template-content .bc-list-tour.carousel_simple{padding:40px 0 20px}}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .title{font-size:28px;margin-bottom:30px;position:relative;padding-bottom:10px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .title:before{position:absolute;content:"";height:2px;width:80px;background:var(--link-color, #5191FA);bottom:0;left:0}@media (max-width: 460px){.bc_wrap .page-template-content .bc-list-tour.carousel_simple .sub-title{padding-bottom:15px}}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav{left:-100px;right:auto;top:0}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-next{border:solid 1px #1a2b48;border-radius:50%}@media (max-width: 460px){.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-next{display:none}}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour{border:none;border-radius:5px;padding-bottom:0}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .featured{background:#1a2b48}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image{height:350px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image a img{max-width:none;width:auto}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image .service-wishlist{right:auto;left:5px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price{position:absolute;border:solid 2px #fff;right:-2px;bottom:-2px;z-index:8;background:var(--link-color, #5191FA);padding:5px 10px 5px 20px;margin-top:0;opacity:.9;min-width:110px;text-align:-webkit-right;border-top-left-radius:5px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .text-price{font-size:22px;color:#fff;font-weight:500;display:block;line-height:22px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .onsale{text-decoration:line-through;font-size:14px;color:#fff!important;font-weight:400;display:block}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .small{font-size:14px}.bc_wrap .page-template-content .bc-form-search-tour{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-tour .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-tour .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-tour .g-form-control{padding:0 100px;margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-tour .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2{position:relative;padding:100px 0 120px}@media (max-width: 768px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2{padding:120px 0 30px}}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .text-heading{flex:0 0 100%;margin-top:-90px}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .sub-heading{flex:0 0 100%}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect{position:absolute;inset:0;z-index:0}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item{width:100%;height:100%!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;align-items:center;display:flex;flex-wrap:wrap;align-content:center}@media (max-width: 768px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item{display:block}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item .text-heading{padding-top:80px;margin:0}}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-carousel,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-stage-outer,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-stage,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-item{height:100%;background-size:cover;background-position:center}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .owl-nav,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .owl-dots{display:none!important}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control{margin:170px 0 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control{margin:120px 0 0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control{margin:80px 0 0}}.bc_wrap .page-template-content .bc-featured-item{border-bottom:solid 1px #f4f4f4;margin:30px 0;padding-bottom:15px}.bc_wrap .page-template-content .bc-featured-item .featured-item{margin-bottom:20px}.bc_wrap .page-template-content .bc-featured-item .featured-item .image{margin-top:15px;float:left}.bc_wrap .page-template-content .bc-featured-item .featured-item .content{margin-left:85px;padding:15px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-featured-item .featured-item .content{margin-left:60px}}.bc_wrap .page-template-content .bc-featured-item .featured-item .content .title{font-size:18px}.bc_wrap .page-template-content .bc-featured-item .featured-item .content .desc{font-size:13px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-featured-item .col-md-4{flex:0 0 100%;max-width:100%}}.bc_wrap .page-template-content .bc-featured-item.style2{border-bottom:0px}.bc_wrap .page-template-content .bc-featured-item.style2 .number-circle{width:70px;height:70px;border:2px solid #5191FA;border-radius:50%;text-align:center;line-height:69px;font-size:40px;color:#5191fa;transition:all .3s;display:inline-block}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item{border:1px solid #dfdfdf;border-radius:8px;padding:50px;margin-bottom:30px;transition:all .3s}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item .image{float:none;margin-top:0;margin-bottom:25px;text-align:center}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item .content{text-align:center;margin-left:0;padding:0}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item:hover{border-color:#5191fa}.bc_wrap .page-template-content .bc-featured-item.style4{background-color:#f6f9ff;border-bottom:none;margin-top:0;padding:40px 0 20px}.bc_wrap .page-template-content .bc-featured-item.style5{background-color:#1a2b47;border-bottom:none;margin-top:0;color:#fff;padding:70px 0 10px}.bc_wrap .page-template-content .bc-testimonial{margin:30px 0}.bc_wrap .page-template-content .bc-testimonial h3{font-size:28px;margin-bottom:20px;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-testimonial h3{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-testimonial .item{border:1px solid #D7DCE3;border-radius:3px;padding:30px;min-height:250px;margin-bottom:30px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-testimonial .item{padding:15px;min-height:0px}}.bc_wrap .page-template-content .bc-testimonial .item .author{display:flex;align-items:center;margin-bottom:30px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-testimonial .item .author{margin-bottom:10px}}.bc_wrap .page-template-content .bc-testimonial .item .author img{margin-right:20px;width:70px;height:auto;border-radius:50%}.bc_wrap .page-template-content .bc-testimonial .item .author .author-meta h4{font-size:16px;margin-bottom:8px}.bc_wrap .page-template-content .bc-testimonial .item .author .author-meta .star .fa{color:#ffdc00;font-size:16px;margin-right:2px}.bc_wrap .page-template-content .bc-testimonial .item p{font-size:14px;color:#768092;margin-bottom:0}.bc_wrap .page-template-content .bc-call-to-action{margin:25px 0 40px}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action{margin:0 0 30px}}.bc_wrap .page-template-content .bc-call-to-action .context{padding:40px 45px 50px;background:#f6b756}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context{padding:15px!important}}.bc_wrap .page-template-content .bc-call-to-action .context .title{font-size:48px;font-weight:500}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action .context .title{font-size:32px!important}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context .title{font-size:26px!important}}.bc_wrap .page-template-content .bc-call-to-action .context .sub_title{font-size:18px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context .sub_title{font-size:16px!important}}.bc_wrap .page-template-content .bc-call-to-action .context .btn-more{margin-top:30px;float:right;background:#fff;display:block;padding:15px 25px;font-weight:500;border-radius:5px;color:#000;text-decoration:none;transition:all .3s}.bc_wrap .page-template-content .bc-call-to-action .context .btn-more:hover{border-radius:10px;background:#f1f1f1}@media (max-width: 990px){.bc_wrap .page-template-content .bc-call-to-action .context .btn-more{padding:15px 10px!important}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context .btn-more{float:none;display:inline-block;margin-top:10px;padding:5px 10px!important}}.bc_wrap .page-template-content .bc-call-to-action.style_2 .context{padding-left:80px;background-size:cover;color:#fff}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action.style_2 .context{padding-left:40px}}.bc_wrap .page-template-content .bc-call-to-action.style_2 .context .title{font-size:40px;font-weight:400;line-height:55px}.bc_wrap .page-template-content .bc-call-to-action.style_2 .context .btn-more{padding:10px 25px;color:#5191fa;margin-top:20px}.bc_wrap .page-template-content .bc-call-to-action.style_3{margin:25px 0 0}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context{padding:150px 0!important;color:#fff;background-color:#fff}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action.style_3 .context{padding:100px!important}}@media (max-width: 460px){.bc_wrap .page-template-content .bc-call-to-action.style_3 .context{padding:50px 20px!important}}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .title{font-size:50px;font-weight:600;text-shadow:0px 0px 20px #1a2b48}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .sub_title{font-size:18px;text-shadow:0px 0px 20px #1a2b48}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .btn-more{float:none;display:inline-block;padding:10px 35px}.bc_wrap .page-template-content .bc-list-locations .title{font-size:28px;margin-bottom:25px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-locations .row{padding:0 -10px}.bc_wrap .page-template-content .bc-list-locations .row .col-md-4,.bc_wrap .page-template-content .bc-list-locations .row .col-md-8{padding-left:10px;padding-right:10px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-list-locations .row .col-md-4{flex:0 0 50%;max-width:50%}.bc_wrap .page-template-content .bc-list-locations .row .col-md-8{flex:0 0 100%;max-width:100%}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item{margin-bottom:20px;min-height:383px;border-radius:5px;overflow:hidden}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item{min-height:200px}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item.no-image{background:#ccc}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image{position:relative;overflow:hidden;min-height:383px;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image{min-height:200px}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);z-index:1;text-align:center}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .title{margin-bottom:0;font-size:28px;font-weight:400;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .title{font-size:22px}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .desc{display:inline-block;background:#5191fa;border-radius:100px;font-size:14px!important;color:#fff;padding:5px 20px;margin-top:10px}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item:hover .image img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item:hover .effect{opacity:0}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .effect{position:absolute;left:0;top:0;background:#000;z-index:1;width:100%;height:100%;opacity:.4;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_2{margin:50px 0 30px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-locations.style_2{margin:30px 0 0}}.bc_wrap .page-template-content .bc-list-locations.style_2 .title{font-size:28px;font-weight:500;margin-bottom:5px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations.style_2 .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-locations.style_2 .sub-title{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item{border-radius:5px;min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item .content .title{font-size:16px;color:#1a2b48;padding:8px 25px;background:#fff;text-transform:uppercase;white-space:nowrap;display:inline-block;font-weight:500;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item .image{min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item:hover .effect{opacity:.4}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item:hover .title{background:#5191fa;color:#fff}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .effect{opacity:0}.bc_wrap .page-template-content .bc-list-locations.style_3{margin:0 0 30px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-locations.style_3{margin:30px 0 0}}.bc_wrap .page-template-content .bc-list-locations.style_3 .title{font-size:28px;font-weight:500;margin-bottom:5px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations.style_3 .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-locations.style_3 .sub-title{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item{border-radius:5px;min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .content .title{font-size:28px;padding:5px 25px;text-transform:uppercase;white-space:nowrap;display:block;font-weight:500;transition:all .3s;margin-bottom:5px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .content .desc{display:inline-block;background:none;font-size:14px!important;color:#fff;margin-top:0;padding:2px 15px;border-radius:5px;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .image{min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item:hover .effect{opacity:.2}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item:hover .desc{background:#5191fa;color:#fff}.bc_wrap .page-template-content .bc-list-locations.style_4{margin:0 0 30px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-locations.style_4{margin:30px 0 0}}.bc_wrap .page-template-content .bc-list-locations.style_4 .title{font-size:28px;font-weight:500;margin-bottom:5px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations.style_4 .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-locations.style_4 .sub-title{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item{border-radius:5px;min-height:320px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .title{font-size:22px;padding:5px 25px;text-transform:uppercase;white-space:nowrap;display:block;font-weight:500;transition:all .3s;margin-bottom:5px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .title:after{content:"";height:2px;width:50px;background:#fff;display:block;margin:15px auto auto;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc{position:absolute;bottom:0;transform:translate(-50%);left:50%;width:90%;text-align:center;transition:all .3s;top:125px;background:none!important}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a,.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span{color:#fff;font-size:14px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a:after,.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span:after{content:"";height:5px;width:5px;display:inline-block;background:#fff;vertical-align:middle;border-radius:50%;margin-left:10px;margin-right:10px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a:last-child:after,.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span:last-child:after{display:none}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .image{min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item:hover .effect{opacity:.2}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item:hover .content h4:after{width:70px}.bc_wrap .page-template-content .bc-how-it-works{margin:30px 0;color:#fff;padding-top:80px;padding-bottom:100px;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}.bc_wrap .page-template-content .bc-how-it-works .title{text-align:center;font-size:28px;margin-bottom:35px}.bc_wrap .page-template-content .bc-how-it-works .featured-item{margin-bottom:20px}.bc_wrap .page-template-content .bc-how-it-works .featured-item .image{margin-top:15px;float:left}.bc_wrap .page-template-content .bc-how-it-works .featured-item .image img{width:80px}.bc_wrap .page-template-content .bc-how-it-works .featured-item .content{margin-left:85px;padding:18px 15px 15px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-how-it-works .featured-item .content{margin-left:60px}}.bc_wrap .page-template-content .bc-how-it-works .featured-item .content .sub-title{font-size:22px}.bc_wrap .page-template-content .bc-how-it-works .featured-item .content .desc{font-size:13px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-how-it-works .col-md-4{flex:0 0 100%;max-width:100%}}.bc_wrap .page-template-content .bc-box-category-tour .title{font-size:28px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-box-category-tour .title{font-size:24px}}.bc_wrap .page-template-content .bc-box-category-tour .desc{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-box-category-tour .list-item{margin-bottom:40px}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item{position:relative}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a{display:block;overflow:hidden}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a img{transition:all .3s}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a img:hover{transform:scale(1.1)}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item .text-title{position:absolute;font-size:24px;font-weight:700;color:#fff;top:50%;left:50%;transform:translate3d(-50%,-50%,0);text-align:center;cursor:pointer;width:100%}.bc_wrap .page-template-content .bc-box-category-tour .owl-dots{text-align:center;margin:15px 0}.bc_wrap .page-template-content .bc-box-category-tour .owl-dot{border-radius:50px;height:5px;width:48px;display:inline-block;background:#dcdcdc;margin-left:5px;margin-right:5px;outline:none}.bc_wrap .page-template-content .bc-box-category-tour .owl-dot.active{background:#5191fa}.bc_wrap .page-template-content .bc-client-feedback{background:#f6f9ff;margin-bottom:40px;overflow:hidden}.bc_wrap .page-template-content .bc-client-feedback img{max-width:100%}.bc_wrap .page-template-content .bc-client-feedback .list-item{padding:80px 60px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-client-feedback .list-item{padding:20px 30px 20px 10px}}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .title{font-size:16px;font-weight:500;color:var(--main-color, #1A2B48);line-height:26px;text-transform:capitalize;margin-bottom:5px}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .sub_title{margin-bottom:25px;font-style:italic;font-size:14px;color:#768092}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .desc{font-size:14px;color:#768092;margin-bottom:0}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .icofont-quote-right{float:right;font-size:32px;color:#1a2b48}.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next{line-height:33px;padding-right:15px!important;outline:none;margin-top:20px;font-size:50px;color:#5191fa}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next{margin-top:0}}.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next span{position:relative;outline:none!important}.bc_wrap .page-template-content .bc-list-space{margin:50px 0}.bc_wrap .page-template-content .bc-list-space .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-space .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-space .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-space.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-space.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-space.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-space .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-space .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-form-search-space{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-space .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-space .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-space .g-form-control{margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-space .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-featured-box{padding:50px 0;background:#f2f2f2}@media (max-width: 460px){.bc_wrap .page-template-content .bc-featured-box{padding:20px 0}}.bc_wrap .page-template-content .bc-featured-box .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-featured-box .title{font-size:24px}}.bc_wrap .page-template-content .bc-featured-box .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-featured-box a{text-decoration:none}.bc_wrap .page-template-content .bc-featured-box .featured-item{background:#fff;text-align:center;padding:20px;margin:15px 0}.bc_wrap .page-template-content .bc-featured-box .featured-item .text{margin-top:20px;font-size:14px;font-weight:500;color:#1a2b48}.bc_wrap .page-template-content .bc-featured-box .featured-item img{transition:all .3s;max-width:100%}.bc_wrap .page-template-content .bc-featured-box .featured-item:hover img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-form-search-hotel{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-hotel .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-hotel .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-hotel .g-form-control{margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-hotel .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-list-hotel{margin:50px 0 30px}.bc_wrap .page-template-content .bc-form-search-slider{position:relative}.bc_wrap .page-template-content .bc-form-search-slider .effect{position:absolute;inset:0;z-index:0}.bc_wrap .page-template-content .bc-form-search-slider .effect .item{width:100%;height:100%!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}.bc_wrap .page-template-content .bc-form-search-slider .effect *{height:100%;background-size:cover;background-position:center}.bc_wrap .page-template-content .bc-form-search-slider .owl-nav,.bc_wrap .page-template-content .bc-form-search-slider .owl-dots{display:none!important}.bc_wrap .page-template-content .bc-form-search-all{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-all .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-all .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-all .g-form-control{margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control{margin:20px 0 0}}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs{border:none;margin-top:50px}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a{background-color:#1a2b47;color:#fff;border-color:#1a2b47;padding:7px 25px;border-radius:3px 3px 0 0;font-size:14px;margin-right:1px;text-decoration:none;display:block}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a{padding:7px 20px}}@media (max-width: 460px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a{padding:7px 10px}}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a i{font-size:16px;position:relative;top:1px;line-height:16px;margin-right:2px}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a.active{background-color:#5192fa;color:#fff;border-color:#5192fa}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content{position:relative}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content:before{content:"";position:absolute;left:0;top:0;height:15px;width:15px;background:#fff}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_tour,.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_car,.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_event{max-width:1000px}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2{position:relative;padding:0}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .text-heading{flex:0 0 100%}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .sub-heading{flex:0 0 100%;padding-top:0}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect{position:absolute;inset:0;z-index:0}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item{width:100%;height:100%!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;align-items:center;display:flex;flex-wrap:wrap;align-content:center}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item{display:block}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item .sub-heading{padding-top:80px;margin:0}}@media (max-width: 1023px) and (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item .sub-heading{padding-top:60px}}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-carousel,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-stage-outer,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-stage,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-item{height:100%;background-size:cover;background-position:center}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .owl-nav,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .owl-dots{display:none!important}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control{margin-top:0;margin-bottom:-40px}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{border:none;margin-top:300px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{margin-top:210px}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{margin-top:170px}}.bc_wrap .page-template-content .bc-form-search-all.bg_video{position:relative}.bc_wrap .page-template-content .bc-form-search-all.bg_video .background-video-container{direction:ltr;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;transition:opacity 1s;width:100%;z-index:-1}.bc_wrap .page-template-content .bc-form-search-all.bg_video .background-video-embed{left:50%;max-width:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.bc_wrap .page-template-content .bc-offer{margin:50px 0 30px}.bc_wrap .page-template-content .bc-offer .item{padding:60px 15px;border-radius:5px;position:relative;overflow:hidden;height:370px;margin-bottom:15px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item{padding:25px 15px;height:300px}}.bc_wrap .page-template-content .bc-offer .item .featured-text{padding:7px 20px;background:#fa5636;font-size:14px;color:#fff;font-weight:500;display:inline-block}.bc_wrap .page-template-content .bc-offer .item .featured-icon{position:relative;min-height:35px}.bc_wrap .page-template-content .bc-offer .item .featured-icon i{line-height:normal;position:absolute;left:0;top:-10px;font-size:60px;color:#fff}.bc_wrap .page-template-content .bc-offer .item .item-title{color:#fff;margin-top:60px;font-weight:500;font-size:28px;margin-bottom:18px;transition:all .4s}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item .item-title{margin:30px 0 10px}}.bc_wrap .page-template-content .bc-offer .item .item-sub-title{color:#fff;font-size:14px;line-height:24px;padding-bottom:75px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item .item-sub-title{padding-bottom:0}}.bc_wrap .page-template-content .bc-offer .item a.btn-default{position:absolute;opacity:0;bottom:20px;color:#fff;background:transparent;transition:all .3s;border-radius:3px;border:1px solid #fff}.bc_wrap .page-template-content .bc-offer .item a.btn-default:hover{color:#5191fa;background:#fff}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item a.btn-default{opacity:1;bottom:0!important;position:relative}}.bc_wrap .page-template-content .bc-offer .item .img-cover{position:absolute;height:100%;width:100%;top:0;left:0;z-index:-1;transition:all .2s;background-size:cover!important;background:#1a2b47}.bc_wrap .page-template-content .bc-offer .item:hover .img-cover{transform:scale(1.1)}.bc_wrap .page-template-content .bc-offer .item:hover .item-title{margin-top:25px}.bc_wrap .page-template-content .bc-offer .item:hover a.btn-default{opacity:1;bottom:60px}.bc_wrap .page-template-content .bc-form-search-car{padding:150px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-car .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-car .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-car .g-form-control{margin:50px 0 0;padding:0 100px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-car .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-car-term-featured-box{padding:15px 0 0}.bc_wrap .page-template-content .bc-car-term-featured-box .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-car-term-featured-box .title{font-size:24px}}.bc_wrap .page-template-content .bc-car-term-featured-box .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-car-term-featured-box a{text-decoration:none}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item{background:#fff;text-align:center;margin:15px 0;overflow:hidden}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item .text{margin-top:15px;font-size:16px;font-weight:500;color:#1a2b48}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item img{transition:all .3s;max-width:100%}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item:hover img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-car{margin:50px 0}.bc_wrap .page-template-content .bc-list-car .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-car .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-car .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-car.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-car.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-car.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-car .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-car .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-list-event{margin:50px 0}.bc_wrap .page-template-content .bc-list-event .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-event .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-event .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-event.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-event.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-event.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-event .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-event .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-form-search-event{padding:150px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-event .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-event .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-event .g-form-control{margin:50px 0 0;padding:0 100px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-event .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-list-news .title{font-size:28px;margin-bottom:20px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-news .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-news .title .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-news .item-news{overflow:hidden;position:relative;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-news .item-news a{text-decoration:none;transition:all .3s}.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image{overflow:hidden;height:170px;background:#ccc}.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image a img{transition:all .3s;max-width:100%}.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image a:hover img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-news .item-news .caption{padding:15px 0}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date{margin-bottom:5px}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date a{color:#2a2a2a}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul li{display:inline-block;margin-right:10px;text-transform:uppercase}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul li a{font-weight:500}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul .dot:before{width:5px;height:5px;display:inline-block;border-radius:50%;background:#7b7b7b;content:"";margin-right:5px;position:relative;top:-2px}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title{font-size:17px;margin-bottom:15px;word-break:break-word}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title{min-height:auto}}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title a{color:#1a2b50}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-desc{color:#7a7a7a;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-more a{display:inline-block;color:#2a2a2a;position:relative;z-index:2;padding-bottom:2px;font-weight:500}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-more a:after{position:absolute;content:"";display:block;width:100%;height:2px;background:#5191fa;bottom:0;transition:all .2s;z-index:-1;opacity:1}.bc_wrap .page-template-content .bc-vendor-form-register h1{font-size:2rem}.bc_wrap .page-template-content .bc-form-search-boat{padding:150px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-boat .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-boat .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-boat .g-form-control{margin:50px 0 0;padding:0 100px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-boat .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-list-boat{margin:50px 0}.bc_wrap .page-template-content .bc-list-boat .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-boat .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-boat .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-boat.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-boat.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-boat.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-boat .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-boat .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-list-vendor .title{font-size:28px;margin-bottom:20px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-vendor .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-vendor .title .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item{height:100%;position:relative;padding:30px;background:#fff;border:1px solid #ecedf2;box-sizing:border-box;border-radius:8px;transition:all .3s ease;text-align:center}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .image{position:relative;width:90px;height:90px;overflow:hidden;border-radius:50%;margin:0 auto 14px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .name{position:relative;display:block;font-size:18px;line-height:24px;font-weight:500;color:#202124;margin-bottom:5px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .designation{display:block;font-size:14px;color:#1967d2;line-height:19px;margin-bottom:10px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .text{font-size:14px;color:#696969}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .location{position:relative;display:flex;align-items:center;justify-content:center;font-size:14px;color:#696969;margin-bottom:25px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .location i{font-size:14px;margin-right:5px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item:hover{box-shadow:0 6px 15px #404f680d}.bc_wrap .bc_form{background:#fff;box-shadow:0 1px 2px #0003;border-radius:5px;display:flex;flex-wrap:wrap;justify-content:center}.bc_wrap .bc_form .g-field-search{flex:0 0 90%;max-width:90%;flex-grow:1;padding:0 15px}@media (max-width: 1023px){.bc_wrap .bc_form .g-field-search,.bc_wrap .bc_form .g-field-search [class*=col-]{flex:0 0 100%!important;max-width:100%!important}}.bc_wrap .bc_form .g-button-submit{flex:0 0 10%;max-width:10%;flex-grow:1;position:relative}@media (max-width: 1023px){.bc_wrap .bc_form .g-button-submit{flex:0 0 100%!important;max-width:100%!important;text-align:right}}.bc_wrap .bc_form .g-button-submit button{height:100%;width:100%;border-radius:0 5px 5px 0;background:#5191fa;border:none;text-transform:uppercase;font-weight:500;cursor:pointer;padding:0}@media (max-width: 1023px){.bc_wrap .bc_form .g-button-submit button{height:auto;width:auto;position:relative;margin:10px 15px;border-radius:5px;display:inline-block;padding:8px 15px;font-weight:400}}.bc_wrap .bc_form .form-group{margin-bottom:0}@media (max-width: 1023px){.bc_wrap .bc_form .form-group{border-bottom:solid 1px #ccc}}.bc_wrap .bc_form .border-right{border-right:1px solid #D7DCE3}@media (max-width: 1023px){.bc_wrap .bc_form .border-right{border-right:none!important}}.bc_wrap .bc_form .field-icon{position:absolute;top:50%;margin-top:-18px;font-size:35px;color:#5191fa;left:15px}@media (max-width: 766px){.bc_wrap .bc_form .field-icon{margin-top:-16px;font-size:30px}}.bc_wrap .bc_form .dropdown-toggle:after{position:absolute;right:10px;top:50px;color:#5191fa;border-top:.4em solid;border-right:.2em solid transparent;border-left:.32em solid transparent}.bc_wrap .bc_form .form-content{position:relative;padding:20px 0 10px 45px;transition:all .3s}@media (max-width: 766px){.bc_wrap .bc_form .form-content{padding-left:40px}}.bc_wrap .bc_form .form-content label{font-size:14px;color:#5e6d77;font-weight:400;margin-bottom:0}.bc_wrap .bc_form .form-content .form-date-search .check-in-out,.bc_wrap .bc_form .form-content .form-date-search-hotel .check-in-out{position:absolute;left:-15px;bottom:1px;z-index:-1;opacity:0}@media (max-width: 1023px){.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper{max-height:45px}}.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper .check-in-render,.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper .check-out-render{display:inline-block;width:auto}.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper span{color:#5e6d77;position:relative;top:-7px}.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper label{display:block}.bc_wrap .bc_form .form-content .date-wrapper .check-in-out{position:absolute;left:-15px;bottom:1px;z-index:-1;opacity:0}.bc_wrap .bc_form .form-content .date-wrapper .wrapper-more label{display:block}.bc_wrap .bc_form .form-content .dropdown .form-control{border:none;box-shadow:none;padding:0;font-size:16px;color:#5191fa;position:relative;left:-5px;height:25px!important}@media (max-width: 766px){.bc_wrap .bc_form .form-content .dropdown .form-control{font-size:14px}}.bc_wrap .bc_form .form-content .dropdown .form-control option{color:#000}.bc_wrap .bc_form .form-content .render{font-size:16px;color:#5191fa;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 766px){.bc_wrap .bc_form .form-content .render{font-size:14px}}.bc_wrap .bc_form .input-search:after{display:none}.bc_wrap .bc-list-hotel .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .bc-list-hotel .title{font-size:24px}}.bc_wrap .bc-list-hotel .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .bc-list-hotel.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .bc-list-hotel.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .bc-list-hotel.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .bc-list-hotel .owl-dots{display:none}.bc_wrap .bc-list-hotel .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .bc-list-hotel .owl-nav .owl-prev,.bc_wrap .bc-list-hotel .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .bc-list-hotel .owl-nav .owl-prev span,.bc_wrap .bc-list-hotel .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .guests-input .btn-minus,.bc_wrap .guests-input .btn-add,.bc_wrap .guests-input .btn-minus2,.bc_wrap .guests-input .btn-add2{padding:0 5px;cursor:pointer}.bc_wrap .guests-input .btn-minus i,.bc_wrap .guests-input .btn-add i,.bc_wrap .guests-input .btn-minus2 i,.bc_wrap .guests-input .btn-add2 i{font-size:25px}.bc_wrap .guests-input .count-display{color:#5191fa;min-width:25px;text-align:center}.bc_wrap .guests-input .count-display input{border:none;background:none;width:35px;text-align:center;color:#5191fa;margin-left:15px}.bc_wrap .select-guests-dropdown,.bc_wrap .select-seat-type-dropdown{transform:none!important;border-top-left-radius:0;border-top-right-radius:0;top:100%!important;margin-top:0;right:0;border-color:#dee2e6}@media (max-width: 1023px){.bc_wrap .select-guests-dropdown,.bc_wrap .select-seat-type-dropdown{transform:translateY(-1px)!important}}.bc_wrap .select-guests-dropdown .render,.bc_wrap .select-seat-type-dropdown .render{padding-right:30px}.bc_wrap .select-guests-dropdown .dropdown-item-row,.bc_wrap .select-seat-type-dropdown .dropdown-item-row{display:flex;justify-content:space-between;padding:4px 14px 4px 24px;align-items:center}.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add2,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2{padding:0 5px;cursor:pointer}.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus i,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add i,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2 i,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add2 i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2 i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2 i{font-size:25px}.bc_wrap .select-guests-dropdown .dropdown-item-row .count-display,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .count-display{color:#5191fa;min-width:25px;text-align:center}.bc_wrap .select-guests-dropdown .dropdown-item-row .count-display input,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .count-display input{border:none;background:none;width:35px;text-align:center;color:#5191fa;margin-left:15px}.bc_wrap .select-guests-dropdown .dropdown-item-row .val,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .val{display:flex;justify-content:space-between;align-items:center}.bc_wrap .select-guests-dropdown .dropdown-item-row .render,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .render{padding-right:30px}.bc_wrap .bc-faq-lists .faq-item{margin-bottom:35px;border-bottom:1px solid #ebebeb;padding-bottom:35px}.bc_wrap .bc-faq-lists .faq-item h3{font-size:18px;margin-top:20px;margin-bottom:10px}.bc_wrap .bc-faq-lists .faq-item h3 img{width:30px;height:auto;position:relative;top:-2px;margin-right:10px}.bc_wrap .bc-faq-lists .faq-item p{font-size:15px;color:#666;margin-top:15px}.bc_wrap .bc-checkbox{margin-bottom:15px}.bc_wrap .bc-checkbox input{margin-right:5px}.bc_wrap .bc-checkbox label{position:relative;cursor:pointer;transition:all .3s;padding-left:25px;font-size:14px;color:#5e6d77;font-weight:400;margin-bottom:0}.bc_wrap .bc-checkbox input[type=checkbox]{display:none}.bc_wrap .bc-checkbox .checkmark{display:inline-block;height:17px;left:0;position:absolute;top:0;width:17px;border:solid 1px #A0A9B2;border-radius:2px;background:#fff}.bc_wrap .bc-checkbox input[type=checkbox]+.checkmark{background-repeat:no-repeat!important;background-position:center}.bc_wrap .bc-checkbox input[type=checkbox]:checked+.checkmark{background-repeat:no-repeat!important;background-position:center}.bc_wrap .bc-checkbox input[type=checkbox]:checked+.checkmark:after{content:"";position:absolute;background-color:transparent;border-radius:0;left:5px;top:2px;width:5px;height:8px;border:solid #5191FA;border-width:0 2px 2px 0;transform:rotate(45deg)}.bc_wrap .bc-checkbox .fa-star{color:#fa5636;font-size:15px;position:relative;top:-1px;margin-right:3px}.bc_wrap .bc-contact-block .section{padding:30px 0}.bc_wrap .bc-contact-block .contact-form .alert ul{margin-left:35px}.bc_wrap .bc-contact-block .form_wrapper .contact-header{padding-bottom:30px;margin-bottom:30px;border-bottom:2px solid #EBEEF1}.bc_wrap .bc-contact-block .form_wrapper .contact-header h1{font-size:24px;color:#1a2b48;margin-top:0}.bc_wrap .bc-contact-block .form_wrapper .contact-header h2{font-size:14px;color:#666b6f;margin-bottom:0}.bc_wrap .bc-contact-block .contact-info{position:relative}.bc_wrap .bc-contact-block .contact-info .info-bg{min-height:500px}@media (max-width: 1023px){.bc_wrap .bc-contact-block .contact-info .info-bg{display:none}}.bc_wrap .bc-contact-block .contact-info .info-content{position:absolute;top:50%;margin-top:-185px;margin-left:-130px;background:#fa5636;padding:30px;min-width:385px}@media (max-width: 1023px){.bc_wrap .bc-contact-block .contact-info .info-content{position:relative;margin:0;min-width:auto}}.bc_wrap .bc-contact-block .contact-info .info-content h3{font-size:24px;color:#fff;margin:0}.bc_wrap .bc-contact-block .contact-info .info-content .sub{position:relative;max-width:300px}.bc_wrap .bc-contact-block .contact-info .info-content .sub p{font-size:16px;color:#fff;margin-bottom:5px;letter-spacing:normal;width:100%;word-break:break-word}.bc_wrap .bc-contact-block .img-responsive{display:block;max-width:100%;height:auto}.bc_wrap .bc-contact-block .bc-contact-block-form .text-danger{border:solid 1px #dc3545;display:block;padding:10px;border-radius:5px}.bc_wrap .bc-contact-block .bc-contact-block-form .text-success{border:solid 1px #28a745;display:block;padding:10px;border-radius:5px}.bc_wrap .bc-contact-block .bc-contact-block-form .submit{width:100%}.bc_wrap .bc-contact-block .bc-contact-block-form .fa-spinner{display:none}.bc_wrap .bc-contact-block .bc-contact-block-form.loading .fa-spinner{display:inline-block}.bc_wrap .bc-list-item .topbar-search{display:flex;align-items:center}@media (max-width: 1023px){.bc_wrap .bc-list-item .topbar-search{flex-wrap:wrap}.bc_wrap .bc-list-item .topbar-search .text{flex:0 0 100%!important}.bc_wrap .bc-list-item .topbar-search .control{flex:0 0 100%!important;flex-wrap:wrap}.bc_wrap .bc-list-item .topbar-search .control .item{margin-bottom:10px;margin-top:10px;flex:0 0 100%!important}}.bc_wrap .bc-list-item .topbar-search .control{flex:1 1 55%;color:#1a2b48;text-align:right;display:flex;align-items:center;justify-content:flex-end}.bc_wrap .bc-list-item .topbar-search .control a{color:#1a2b48;text-decoration:none;cursor:pointer}.bc_wrap .bc-list-item .topbar-search .control .item{display:flex;align-items:center;margin-left:5px;padding-left:5px;border-left:solid 1px #a7a7a7}.bc_wrap .bc-list-item .topbar-search .control .item:first-child{border:none}.bc_wrap .bc-list-item .topbar-search .control .item .item-title{line-height:normal}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown{margin-left:10px;font-weight:600}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown .dropdown-toggle{padding:7px 15px;border:solid 1px #CCc}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown .dropdown-item{color:#000;font-size:14px}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown-toggle:after{top:2px;position:relative}.bc_wrap .bc_popup .modal-title{padding-right:15px}.bc_wrap .bc_popup .modal-content{border:none}.bc_wrap .bc_popup .modal-content p{margin-bottom:0}.bc_wrap .bc_popup .modal-content img{max-width:100%}.bc_wrap .bc_popup .close{position:absolute;right:10px;top:10px;border:solid 1px #1A2B48;border-radius:50%;width:25px;height:25px;display:flex;align-content:center;align-items:center;justify-content:center;cursor:pointer;opacity:1!important;color:#1a2b48;z-index:10;background:#fff}.bc_start_chat{background-color:#f5f6f7;border:1px solid #ccd0d5;color:#4b4f56;padding:3px 10px;font-size:13px;cursor:pointer}.bc_start_chat:hover{background-color:#ebedf0}.owner-info{background:#fff;border-radius:3px;padding:15px;border:1px solid #D7DCE3}.owner-info .media-left{padding-right:10px}.owner-info .media-left a{width:50px;height:50px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.owner-info .avatar-text{background:#1a2b47;color:#fff;border-radius:50%;width:50px;height:50px;display:block;text-align:center;padding-top:4px;position:relative;font-size:29px;top:0;text-decoration:none}.owner-info .media-heading{font-weight:500;font-size:14px;color:#1a2b48;margin-top:5px;margin-bottom:5px}.owner-info .media-heading a{color:inherit}.owner-info p{margin-bottom:5px;color:#5e6d77;font-size:12px}.text-16{font-size:16px}.text-18{font-size:18px}.text-20{font-size:20px}.text-24{font-size:24px}.text-36{font-size:36px}.g-gallery{margin:10px 0;position:relative;min-height:75px}.g-gallery .fotorama .fotorama__arr.fotorama__arr--prev{left:30px}.g-gallery .fotorama .fotorama__arr.fotorama__arr--prev:after{content:"";background:url(../images/ico_pre.svg)}.g-gallery .fotorama .fotorama__arr.fotorama__arr--next{right:30px}.g-gallery .fotorama .fotorama__arr.fotorama__arr--next:after{content:"";background:url(../images/ico_next.svg)}.g-gallery .fotorama .fotorama__arr{border-radius:3px;width:40px;height:40px;background:none;background-color:#1a2b4899}.g-gallery .fotorama .fotorama__arr:after{position:absolute;left:50%;margin-left:-13px;top:7px;width:24px;height:24px}.g-gallery .fotorama .fotorama__fullscreen-icon{width:40px;height:40px;top:auto;bottom:30px;right:30px;background:none}.g-gallery .fotorama .fotorama__fullscreen-icon:before{content:"";position:absolute;width:24px;height:24px;background:url(../images/ico_full_3.svg);left:50%;margin-left:-11px;top:7px;z-index:1}.g-gallery .fotorama .fotorama__fullscreen-icon:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#1a2b4880;border-radius:3px}.g-gallery .social{position:absolute;right:30px;top:30px}.g-gallery .social .social-share{display:inline-flex}.g-gallery .social .social-share:hover .share-wrapper{visibility:visible;opacity:1}.g-gallery .social .social-share a{text-decoration:none}.g-gallery .social .social-share .social-icon{cursor:pointer;width:40px;height:40px;border-radius:50%;background:#1a2b48b3;color:#fff;font-size:19px;display:inline-flex;align-items:center;justify-content:center;padding-top:2px;margin-right:10px}.g-gallery .social .social-share .share-wrapper{visibility:hidden;opacity:0;padding-left:0;position:absolute;top:100%;left:0;z-index:1;padding-top:5px;transition:all .3s}.g-gallery .social .social-share .share-wrapper li{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.g-gallery .social .social-share .share-wrapper li a{color:#1a2b48}.g-gallery .social .service-wishlist{cursor:pointer;width:40px;height:40px;border-radius:50%;background:#1a2b48b3;color:#fff;font-size:19px;display:inline-flex;align-items:center;justify-content:center;padding-top:2px}.g-gallery .social .service-wishlist.active .fa:before{content:""}.cdn-full-page{height:100%}.cdn-browser{background:#f4f5f9;height:100%}.cdn-browser .btn-pick-files{position:relative}.cdn-browser .btn-pick-files input{opacity:0;position:absolute;inset:0}.cdn-browser .icon-loading{top:4px;font-size:20px;margin-right:10px;position:relative;display:none}.cdn-browser .icon-loading.active{display:inline-block}.cdn-browser .files-nav{padding:9px 13px;border-bottom:1px solid #DADEE0;background:#fff}.cdn-browser .files-nav .filter-item{padding-right:20px}.cdn-browser .files-nav .form-control,.cdn-browser .files-nav .btn{height:34px;font-size:14px;line-height:normal;padding:3px 12px}.cdn-browser .files-list{flex-grow:1;overflow:auto;padding:15px}.cdn-browser .files-list .view-grid{display:flex;flex-wrap:wrap;margin:0 -10px}.cdn-browser .files-list .total-text{padding:0 10px}.cdn-browser .files-list .view-grid .file-item{flex-shrink:0;width:12.5%;padding:0 10px;margin-bottom:20px}.cdn-browser .files-list .view-grid .file-item .inner{position:relative;border:1px solid #DADEE0;cursor:pointer;height:100%;border-radius:2px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.cdn-browser .files-list .view-grid .file-item .inner.active:before{content:"";position:absolute;inset:-4px;border:4px solid #007bff;border-radius:2px}.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status{position:absolute;top:3px;right:3px;border-radius:50%;background:#007bff;height:24px;width:24px;display:flex;align-content:center;justify-content:center}.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status svg{fill:#fff;width:18px}.cdn-browser .files-list .view-grid .file-item .inner .file-thumb img{max-width:100%}.cdn-browser .files-list .view-grid .file-item.is-image .inner .file-thumb img{-o-object-fit:cover;object-fit:cover;height:170px}.cdn-browser .files-list .view-grid .file-item.not-image .inner .file-thumb img{padding-top:27px;height:auto}.cdn-browser .files-list .view-grid .file-item .inner .file-thumb{text-align:center}.cdn-browser .files-list .view-grid .file-item .file-name{padding:7px;position:absolute;bottom:0;left:0;right:0;background:#0009;font-size:14px;height:54px;overflow:hidden;text-overflow:ellipsis;color:#fff}.cdn-browser .browser-actions{background:#fff;border-top:1px solid #DADEE0;padding:10px}.cdn-browser .count-selected{color:#007bff;font-weight:700;font-size:14px}.cdn-browser .clear-selected{color:red;font-size:14px;cursor:pointer}.cdn-browser .no-files-text{padding:20px;font-size:20px;color:red}.cdn-browser .upload-new .filepond--root{margin-bottom:0;background-color:#fff;border-bottom:1px solid #DADEE0}.cdn-browser .upload-new .filepond--panel-root{border-radius:0;background-color:#fff;border-bottom:1px solid #DADEE0}@media (max-width: 1365px){.cdn-browser .files-list .view-grid .file-item{width:14.2%}}@media (max-width: 1100px){.cdn-browser .files-list .view-grid .file-item{width:14.2%}}@media (max-width: 991px){.cdn-browser .files-list .view-grid .file-item{width:25%}}@media (max-width: 600px){.cdn-browser .files-list .view-grid .file-item{width:50%}}.cdn-browser .browser-actions .col-left{display:flex}.cdn-browser .browser-actions .col-left .control-remove{margin-right:15px;padding-top:3px}.cdn-browser .browser-actions .col-right .btn{margin-top:3px}#cdn-browser-modal{overflow:hidden;z-index:2051}#cdn-browser-modal .modal-dialog{height:100%;padding-bottom:55px;margin-left:auto;margin-right:auto}#cdn-browser-modal .modal-dialog .modal-content{height:100%}.cdn-browser.is_loading{position:relative}.cdn-browser.is_loading:before{display:block!important;position:absolute;background:#fff;inset:52px 0 0;z-index:11;opacity:.8;content:""}.cdn-browser.is_loading:after{content:"";display:block!important;font: 14px/1 FontAwesome;right:0;position:absolute;left:0;top:50%;z-index:15;text-align:center;color:#131d29;font-size:50px;margin-top:-20px}#media-management{min-height:400px;background:#fff!important;overflow:hidden}.folder-item .btn-edit{display:none;right:0}.folder-item:hover .btn-edit{display:inline-block}.hover\:bg-f5f5f5:hover,.bg-f5f5f5{background:#f5f5f5}.bg-007bff{background:#007bff}.file-list-item .item-preview img{width:20px;height:auto}.file-list-item .active{background:#75aeeb}.cursor-pointer{cursor:pointer}.bc_wrap.header_sticky{padding-top:90px}.bc_wrap .bc_topbar{background:#1a2b48;padding:15px 0}@media (max-width: 768px){.bc_wrap .bc_topbar{display:none}}.bc_wrap .bc_topbar .content{display:flex;align-items:center;justify-content:space-between}.bc_wrap .bc_topbar .content .socials{display:inline-block}.bc_wrap .bc_topbar .content .socials a{padding-right:18px;color:#d1d4da;font-size:14px;text-decoration:none}.bc_wrap .bc_topbar .content .socials a:first-child{padding-left:0}.bc_wrap .bc_topbar .content .socials a:last-child{padding-right:0}.bc_wrap .bc_topbar .content .dropdown-menu .divider{margin:0;background-color:#31414a}.bc_wrap .bc_topbar .content .topbar-items{display:inline-block}.bc_wrap .bc_topbar .content .topbar-items li{padding-left:18px;padding-right:18px;display:inline-block}.bc_wrap .bc_topbar .content .topbar-items li a{color:#fff;font-weight:400;font-size:12px;text-decoration:none}.bc_wrap .bc_topbar .content .topbar-items li:last-child{padding-right:0;border-right:0px}.bc_wrap .bc_topbar .content .topbar-left{font-size:14px;color:#fff}.bc_wrap .bc_topbar .content .topbar-left a{color:#fff;font-weight:400;font-size:13px;text-decoration:none}.bc_wrap .bc_topbar .content .topbar-left .line{min-width:1px;display:inline-block;position:relative;min-height:1px;margin:0 10px}.bc_wrap .bc_topbar .content .topbar-left .line:before{content:"";position:absolute;left:0;top:-13px;height:20px;border-right:solid 1px #5f7190}.bc_wrap .bc_topbar .content .topbar-right{font-size:12px}.bc_wrap .bc_topbar .content .topbar-right .dropdown-notifications .dropdown-menu{left:0!important}.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu{right:0;left:auto!important;min-width:200px;top:15px!important;border-radius:0}.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu.width-auto{min-width:0px}.bc_wrap .bc_topbar .content .topbar-right .topbar-items li a{font-size:12px}.bc_wrap .bc_topbar .content .topbar-right .topbar-items li:last-child{padding-right:0}.bc_wrap .bc_topbar .content .dropdown-menu{min-width:auto;background:#1a2b48}.bc_wrap .bc_topbar .content .dropdown-menu li{padding-left:0;padding-right:0;width:100%}.bc_wrap .bc_topbar .content .dropdown-menu li.menu-hr{border-top:1px solid #31414a}.bc_wrap .bc_topbar .content .dropdown-menu li a{display:block;padding:8px 15px;color:#fff}.bc_wrap .bc_topbar .content .dropdown-menu li a:hover{text-decoration:none;background:#233448}.bc_wrap .bc_header{border-bottom:1px solid #EAEEF3}.bc_wrap .bc_header .content{display:flex;align-items:center}.bc_wrap .bc_header .content .header-left{position:relative;height:100%;min-height:90px;display:flex;align-items:center}@media (max-width: 1023px){.bc_wrap .bc_header .content .header-left{width:90%}}.bc_wrap .bc_header .content .header-left .bc-menu{padding-left:20px;z-index:99}@media (max-width: 768px){.bc_wrap .bc_header .content .header-left .bc-menu{display:none}}.bc_wrap .bc_header .content .header-left .bc-menu a{text-decoration:none}.bc_wrap .bc_header .content .header-left .bc-menu ul{list-style:none}.bc_wrap .bc_header .content .header-left .bc-menu ul li{display:inline-block;position:relative}.bc_wrap .bc_header .content .header-left .bc-menu ul li a{padding:35px 20px;display:inline-block;font-size:14px;font-weight:600;text-transform:uppercase;color:#1a2b48;transition:all .3s}@media (max-width: 1366px){.bc_wrap .bc_header .content .header-left .bc-menu ul li a{padding:35px 15px}}@media (max-width: 1024px){.bc_wrap .bc_header .content .header-left .bc-menu ul li a{padding:35px 10px}}.bc_wrap .bc_header .content .header-left .bc-menu ul li.active{color:#5191fa}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.fa{position:absolute;top:50%;margin-top:-9px;right:5px;font-size:18px;transition:all .3s}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown{list-style:none;position:absolute;left:0;top:120%;padding-left:0;margin-bottom:0;min-width:200px;padding-top:5px;padding-bottom:5px;background:#fff;box-shadow:0 1px 1px #dbdbdb;z-index:999;opacity:0;visibility:hidden;transition:all .2s ease-in-out}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li{padding-left:20px;padding-right:20px;display:block}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li:not(:last-child) a{border-bottom:1px solid #EEEEEE}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li a{padding:15px 0;display:block;font-size:14px}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li .menu-dropdown{top:0;left:100%}.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover>.menu-dropdown{top:100%;opacity:1;visibility:visible}.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover>a{color:#5191fa}.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover>.fa{color:#5191fa}.bc_wrap .bc_header .content .header-left .bc-menu ul .-has-mega-menu{position:initial}.bc_wrap .bc_header .content .header-left .bc-menu ul li:nth-child(n+4)>.mega{right:0;left:auto}.bc_wrap .bc_header .content .header-right{position:relative;height:100%;text-align:right}@media (max-width: 1023px){.bc_wrap .bc_header .content .header-right{width:10%}}.bc_wrap .bc_header .content .header-right .bc-more-menu{border:none;background:transparent;font-size:32px;padding:0 10px;float:right;display:none;transition:all .3s}@media (max-width: 768px){.bc_wrap .bc_header .content .header-right .bc-more-menu{display:block;float:right}}.bc_wrap .bc_header .content .header-right .bc-more-menu.active{background:#1a2b48;color:#fff;border-radius:5px}.bc_wrap .bc_header .content .header-right .topbar-items{display:inline-block;margin-right:5px}@media (max-width: 990px){.bc_wrap .bc_header .content .header-right .topbar-items{display:none}}.bc_wrap .bc_header .content .header-right .topbar-items li{padding-left:18px;padding-right:18px;display:inline-block}.bc_wrap .bc_header .content .header-right .topbar-items li a{color:#000;font-weight:400;font-size:12px;text-decoration:none}.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login{padding-right:50px;display:block}.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login .avatar,.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login .avatar-text{position:absolute;width:40px;height:40px;right:0;border-radius:50%;top:-12px}.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login .avatar-text{align-items:center;background:#1a2b48;justify-content:center;font-size:20px;color:#fff;display:flex}.bc_wrap .bc_header .content .header-right .topbar-items li a{font-size:12px}.bc_wrap .bc_header .content .header-right .topbar-items li:last-child{padding-right:0}.bc_wrap .bc_header .content .header-right .dropdown-menu{right:0;left:auto!important;min-width:200px;top:52px!important;border-radius:0;transform:none!important;background:#1a2b48}.bc_wrap .bc_header .content .header-right .dropdown-menu li{padding-left:0;padding-right:0;width:100%}.bc_wrap .bc_header .content .header-right .dropdown-menu li.menu-hr{border-top:1px solid #31414a}.bc_wrap .bc_header .content .header-right .dropdown-menu li a{display:block;padding:8px 15px;color:#fff}.bc_wrap .bc_header .content .header-right .dropdown-menu li a:hover{text-decoration:none;background:#233448}.bc_wrap .bc_header .bc-menu-mobile{width:300px;position:fixed;top:0;left:0;height:100%;background:#fff;transform:translate(-105%);transition:all .3s;z-index:20;border-right:solid 1px #1a2b48}@media (max-width: 1023px){.bc_wrap .bc_header .bc-menu-mobile{display:block!important}}.bc_wrap .bc_header .bc-menu-mobile.active{transform:translate(0)}.bc_wrap .bc_header .bc-menu-mobile .user-profile{border-bottom:solid 1px #e6e6e6}.bc_wrap .bc_header .bc-menu-mobile .user-profile .b-close{position:absolute;right:10px;top:0;z-index:11;color:#fff;font-size:34px;cursor:pointer;line-height:40px}.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar{background:#1a2b48;color:#fff;text-align:center;padding:20px 0}.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar i{font-size:34px;border:solid 2px #fff;border-radius:50%;padding:15px 17px;display:inline-block}.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar img{max-width:80px;border-radius:50%}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul{padding:20px;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li{margin-bottom:10px}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a{color:#1a2b48;text-decoration:none}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a i{min-width:15px;display:inline-block}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li:last-child{margin-bottom:0}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang{padding:0}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li{padding:15px 20px;border-top:solid 1px #e6e6e6}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li a i{float:right;position:relative;top:2px;text-align:center}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li a i:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li.show>a i:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu{position:relative!important;width:100%;float:none;border:none;margin:10px 0 0;padding:0 0 0 15px;transform:none!important}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu li a{font-size:14px}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu li a:before{content:"";font: 14px/1 FontAwesome;padding-right:5px;color:#383838}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang .flag-icon-jp{border:solid 1px #adadad}.bc_wrap .bc_header .bc-menu-mobile .g-menu{overflow-x:scroll;width:100%}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul{padding:10px 20px;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a{color:#1a2b48;border-bottom:solid 1px #e6e6e6;display:block;transition:all .3s;text-decoration:none;padding:10px 0}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a .caret{float:right;padding:8px 15px 9px;margin-top:-5px;margin-right:-10px}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a .caret:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a:hover{border-bottom:solid 1px #1a2b48}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu{display:none;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu li a{padding-left:15px}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu li>.children-menu{display:none;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu li>.children-menu li a{padding-left:30px}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>a{border-bottom:dashed 1px #1a2b48}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>a>.caret:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>.children-menu{display:block}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>.children-menu>li.active>.children-menu{display:block}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>.children-menu>li.active>a>.caret:before{content:""}.bc_wrap .bc_header.is_sticky{bottom:auto;position:fixed;top:0;z-index:999;background:#fff;width:100%;transition:all .3s}@media (min-width: 1023px){.frontend-page.header-transparent .bc_wrap.header_sticky{padding-top:0}.frontend-page.header-transparent .bc_wrap .bc_topbar{background:transparent;color:#000;position:absolute;top:0;width:100%;z-index:11}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu{background:#fff}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a{color:#1a2b48;font-weight:700}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a:hover{background:#dcdcdc}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li.menu-hr{border-top:1px solid #dedede}.frontend-page.header-transparent .bc_wrap .bc_header{position:absolute;top:50px;z-index:10;width:100%;background:transparent}.frontend-page.header-transparent .bc_wrap .bc_header.is_sticky{position:fixed;top:0;background:#1a2b48;transition:none}.frontend-page.header-transparent .bc_wrap .bc_header .content{background:transparent;color:#fff}.frontend-page.header-transparent .bc_wrap .bc_header .content .header-left .bc-menu>ul>li>a{color:#fff}.frontend-page.header-transparent .page-template-content>div:first-child{padding-top:220px}.frontend-page.header-transparent .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{border:none;margin-top:200px}}@media (max-width: 1023px){.frontend-page.header-transparent .bc_wrap .bc_header,.frontend-page.header-transparent .bc_wrap .bc_header .content{background:#1a2b48}.frontend-page.header-transparent .bc_wrap .bc_header .content .header-right .bc-more-menu{color:#fff}}.bc_header .bc-menu .mega{position:absolute;top:100%;background-color:#fff;padding:5px 10px;border-radius:4px;color:var(--color-dark-1);box-shadow:1px 15px 15px -10px #00000042;opacity:0;pointer-events:none;display:flex;flex-wrap:wrap;width:700px}.bc_header .bc-menu .mega.--has-mega-image{width:900px}.bc_header .bc-menu .mega .mega-image{width:30%}.bc_header .bc-menu .mega .mega-image img{-o-object-fit:cover;object-fit:cover;border-radius:5px}.bc_header .bc-menu .mega>.subnav{flex:1;display:flex;opacity:1;left:0;top:0;min-width:0;position:relative;padding:0;background-color:transparent;box-shadow:none;flex-wrap:wrap;overflow:hidden}.bc_header .bc-menu .mega>.subnav>li{width:25%;padding:15px 15px 0}.bc_header .bc-menu .mega>.subnav>li>a{padding:0 0 15px 10px!important;border-bottom:solid 1px #ccc;width:100%;position:relative}.bc_header .bc-menu .mega>.subnav>li>a:before{content:"";position:absolute;width:2px;height:24px;display:inline-block;background:#5191fa;top:-2px;left:0}.bc_header .bc-menu .mega>.subnav>li>a i{display:none}.bc_header .bc-menu .mega>.subnav>li>a:hover{background-color:transparent}.bc_header .bc-menu .mega>.subnav .subnav{opacity:1!important;visibility:visible!important;position:relative!important;top:0!important;box-shadow:none!important}.bc_header .bc-menu .mega>.subnav .subnav>li{width:100%!important;margin-bottom:0;padding:0!important}.bc_header .bc-menu .mega>.subnav .subnav>li>a{border-bottom:none!important;padding:15px 0 10px!important}.bc_header .bc-menu .mega>.subnav .subnav>li>a:hover{background-color:transparent}.bc_header .bc-menu .mega>.subnav a i.icon{display:none}.bc_header .bc-menu .mega.column-3{width:750px}.bc_header .bc-menu .mega.column-3.--has-mega-image{width:900px}.bc_header .bc-menu .mega.column-3 .mega-image{width:35%}.bc_header .bc-menu .mega.column-3 .subnav>li{width:33.33%}.bc_header .bc-menu .mega.column-2{width:600px}.bc_header .bc-menu .mega.column-2.--has-mega-image{width:750px}.bc_header .bc-menu .mega.column-2 .mega-image{width:45%}.bc_header .bc-menu .mega.column-2 .subnav>li{width:50%}.bc_header .bc-menu .mega .mega-image img{max-width:100%;padding:15px 10px}.bc_header .bc-menu .-has-mega-menu:hover>.mega{opacity:1!important;pointer-events:auto!important}@media (min-width: 1200px){.pc-menu-none{display:none!important}}@media (max-width: 1199px){.mb-menu-none{display:none!important}}.bc_single_book_wrap{margin-top:20px}@media (max-width: 990px){.bc_single_book_wrap{display:none;margin:0}.bc_single_book_wrap #sticky-wrapper .bc_tour_book{position:relative!important;top:0!important;width:auto!important}.bc_single_book_wrap.show{position:fixed;z-index:3000;left:0;right:0;padding:20px!important;overflow:scroll;height:100%;top:0;display:flex!important;width:100%;flex-wrap:wrap;align-items:center}.bc_single_book_wrap.show .bc_tour_book{flex-grow:1}.bc_single_book_wrap.show #sticky-wrapper{height:auto!important;flex:1}.bc_single_book_wrap.show .form-head{padding:10px 15px}.bc_single_book_wrap.show .form-head .price .value .onsale{display:inline-block;font-size:16px}.bc_single_book_wrap.show .form-guest-search,.bc_single_book_wrap.show .form-section-group,.bc_single_book_wrap.show .date-wrapper{padding:10px 15px}.bc_single_book_wrap.show label{margin:0!important}.bc_single_book_wrap.show .form-section-group .form-section-title{font-size:16px}.bc_single_book_wrap.show .form-section-group .form-group{padding-top:0}.bc_single_book_wrap.show .form-section-group .form-group:last-child{padding-bottom:0}.bc_single_book_wrap.show .submit-group{padding:10px 15px;text-align:right}.bc_single_book_wrap.show .submit-group .btn{padding:7px 16px 5px;font-size:14px;width:auto}}.bc_single_book{border:1px solid #D7DCE3;border-top:5px solid #5191FA;border-radius:0 0 4px 4px;background:#fff;position:relative;width:100%}.bc_single_book .tour-sale-box{position:absolute;top:-5px;overflow:hidden;height:70px;width:70px;right:-1px}.bc_single_book .tour-sale-box .sale_class{position:absolute;width:90px;height:48px;transform:rotate(45deg);right:-30px;top:-9px;line-height:65px;text-align:center;color:#fff;font-size:15px;z-index:8;background-color:#c03}.bc_single_book .form-head{position:relative;padding:20px;color:#5e6d77;font-size:14px;border-bottom:1px solid #D7DCE3}.bc_single_book .form-head .price{display:flex;align-items:flex-end;font-size:18px;color:#1a2b48;font-weight:500}.bc_single_book .form-head .price .label{font-size:14px;color:#5e6d77;font-weight:400;padding:0 10px 0 0;position:relative;top:-3px}.bc_single_book .form-head .price .value{line-height:28px}.bc_single_book .form-head .price .value .text-lg{font-weight:500;font-size:24px;color:#00001e}.bc_single_book .form-head .price .value .onsale{display:block;text-decoration:line-through;font-size:17px;color:#c03!important;font-weight:400;line-height:20px}.bc_single_book .form-content .form-group{margin-bottom:0;border-bottom:1px solid #D7DCE3}.bc_single_book .form-content .form-group .item-disable label,.bc_single_book .form-content .form-group .item-disable .render,.bc_single_book .form-content .form-group .item-disable .icon,.bc_single_book .form-content .form-group .item-disable input{color:#888!important}.bc_single_book .form-date-search,.bc_single_book .form-date-search-hotel{position:relative}.bc_single_book .form-date-search .start_date,.bc_single_book .form-date-search-hotel .start_date{position:absolute;bottom:0;right:0;width:100%}.bc_single_book .date-wrapper,.bc_single_book .form-guest-search{padding:15px 20px;display:flex;align-items:center}.bc_single_book .date-wrapper .check-in-wrapper,.bc_single_book .date-wrapper .guest-wrapper,.bc_single_book .form-guest-search .check-in-wrapper,.bc_single_book .form-guest-search .guest-wrapper{padding:0;width:100%;float:left}.bc_single_book .date-wrapper .check-in-wrapper label,.bc_single_book .date-wrapper .guest-wrapper label,.bc_single_book .form-guest-search .check-in-wrapper label,.bc_single_book .form-guest-search .guest-wrapper label{font-size:16px;color:#1a2b48;font-weight:500;margin-bottom:5px}.bc_single_book .date-wrapper .check-in-wrapper .render,.bc_single_book .date-wrapper .guest-wrapper .render,.bc_single_book .form-guest-search .check-in-wrapper .render,.bc_single_book .form-guest-search .guest-wrapper .render{font-size:13px;color:#5e6d77}.bc_single_book .date-wrapper .fa,.bc_single_book .form-guest-search .fa{font-size:25px}.bc_single_book .date-wrapper .input-number-group .input input,.bc_single_book .form-guest-search .input-number-group .input input{border:none;background:none;width:35px;text-align:center;color:#000;margin-left:15px}.bc_single_book .form-section-group{padding:15px 20px}.bc_single_book .form-section-group .form-section-title{font-size:18px}.bc_single_book .form-section-group label{font-size:inherit;color:#1a2b48;font-weight:500;margin-bottom:0}.bc_single_book .form-section-group .render{font-size:13px;color:#5e6d77}.bc_single_book .form-section-group .form-group{padding:10px 0;border-bottom:0px}.bc_single_book .submit-group{border-top:1px solid #D7DCE3;padding:20px}.bc_single_book .submit-group .btn{width:100%;font-size:16px;padding:12px 25px;color:#fff}.bc_single_book .submit-group .alert-text{margin-top:10px}.bc_single_book .form-section-total{border-top:1px solid #d7dce3;padding:15px 20px}.bc_single_book .form-section-total label{font-size:16px;margin-bottom:0}.bc_single_book .form-section-total .price{float:right}.bc_single_book .nav-enquiry{background:#f9f9f9;padding:20px;border-bottom:solid 1px #d7dce3;display:flex}.bc_single_book .nav-enquiry .enquiry-item{flex:0 0 50%;text-align:center}.bc_single_book .nav-enquiry .enquiry-item span{color:#1a2b4e;text-transform:uppercase;font-weight:500;display:inline-block;border-bottom:solid 1px transparent;cursor:pointer}.bc_single_book .nav-enquiry .enquiry-item.active span{border-bottom:solid 1px #5191FA;color:#5191fa}.bc_single_book .form-enquiry{padding:20px}.bc_single_book .form-enquiry .btn-primary{width:100%;color:#fff;font-size:16px}.bc_single_book .form-enquiry .btn-primary.is-success{background:#797979!important}.bc_single_book .form-enquiry .btn-primary.is-success .fa{display:none}.bc_single_book .form-enquiry .form-control{border-top:none;border-left:none;border-right:none}.bc_single_book .form-enquiry textarea{height:100px}.bc_single_book .form-enquiry .alert-text{margin-top:10px}.bc_single_book .form-send-enquiry{text-align:center;margin:20px 0}.bc-more-book-mobile{position:fixed;bottom:0;left:0;right:0;background:#fff;z-index:11;display:none;border-top:solid 1px #ddd}@media (max-width: 990px){.bc-more-book-mobile{display:block}}.bc-more-book-mobile .container{align-items:center;display:flex;-ms-flex-wrap:wrap;height:65px;flex-wrap:wrap}.bc-more-book-mobile .left,.bc-more-book-mobile .right{flex:0 0 50%;max-width:50%}.bc-more-book-mobile .left .g-price .prefix{color:#5e6d77;display:inline-block}.bc-more-book-mobile .left .g-price .prefix i{font-size:16px;color:#ffc107}.bc-more-book-mobile .left .g-price .fr_text{font-size:12px}.bc-more-book-mobile .left .g-price .price{position:relative;display:inline-block}.bc-more-book-mobile .left .g-price .price .text-price{font-size:20px;color:#1a2b48;font-weight:500}.bc-more-book-mobile .left .g-price .price .onsale{text-decoration:line-through;font-size:16px;color:#c03!important;font-weight:400}.bc-more-book-mobile .left .g-price i{font-size:18px}.bc-more-book-mobile .left .service-review .list-star{display:inline-block;line-height:13px;position:relative}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:before,.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li:last-child{margin-right:0}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li .fa{font-size:15px;color:#ffdc00}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars-active{position:absolute;width:0;top:0;left:0;overflow:hidden}.bc-more-book-mobile .left .service-review .review{position:relative;top:-2px;font-size:13px;color:#768092;margin-left:10px}@media (max-width: 340px){.bc-more-book-mobile .left .service-review .review{display:none}}.bc-more-book-mobile .right{text-align:right}.bc-more-book-mobile .btn-primary{padding:8px 20px 6px;color:#fff;text-transform:uppercase}.hotel_rooms_form .nav-enquiry{background:#f9f9f9;padding:20px;border-bottom:solid 1px #d7dce3;display:flex;border-top:solid 5px #5191fa;border-left:solid 1px #d7dce3;border-right:solid 1px #d7dce3}.hotel_rooms_form .nav-enquiry .enquiry-item{flex:0 0 50%;text-align:center}.hotel_rooms_form .nav-enquiry .enquiry-item span{color:#1a2b4e;text-transform:uppercase;font-weight:500;display:inline-block;border-bottom:solid 1px transparent;cursor:pointer}.hotel_rooms_form .nav-enquiry .enquiry-item.active span{border-bottom:solid 1px #5191FA;color:#5191fa}.hotel_rooms_form .form-enquiry{padding:20px}.hotel_rooms_form .form-enquiry .btn-primary{width:100%;color:#fff;font-size:16px}.hotel_rooms_form .form-enquiry .btn-primary.is-success{background:#797979!important}.hotel_rooms_form .form-enquiry .btn-primary.is-success .fa{display:none}.hotel_rooms_form .form-enquiry .form-control{border-top:none;border-left:none;border-right:none}.hotel_rooms_form .form-enquiry textarea{height:100px}.hotel_rooms_form .form-enquiry .alert-text{margin-top:10px}.hotel_rooms_form .form-enquiry{border:solid 1px #d7dce3;border-top:none}.hotel_rooms_form .form-enquiry .btn-primary{width:180px}#enquiry_form_modal,#enquiry_form_modal .modal-dialog{z-index:9999}#enquiry_form_modal:before{content:"";position:absolute;inset:0;background:#000;z-index:9998;opacity:.8}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.b-container{width:100%}@media (min-width: 640px){.b-container{max-width:640px}}@media (min-width: 768px){.b-container{max-width:768px}}@media (min-width: 1024px){.b-container{max-width:1024px}}@media (min-width: 1280px){.b-container{max-width:1280px}}@media (min-width: 1536px){.b-container{max-width:1536px}}.b-pointer-events-auto{pointer-events:auto}.b-invisible{visibility:hidden}.b-fixed{position:fixed}.b-relative{position:relative}.b-sticky{position:sticky}.b-bottom-0{bottom:0}.b-left-2{left:.5rem}.b-right-0{right:0}.b-top-0{top:0}.b-top-full{top:100%}.b-z-\[1000\]{z-index:1000}.b-m-10{margin:2.5rem}.b-mb-2{margin-bottom:.5rem}.b-mb-2\.5{margin-bottom:.625rem}.b-mb-\[15px\]{margin-bottom:15px}.b-mr-2{margin-right:.5rem}.b-flex{display:flex}.b-inline-flex{display:inline-flex}.b-table{display:table}.b-grid{display:grid}.b-h-6{height:1.5rem}.b-h-full{height:100%}.b-min-h-64{min-height:16rem}.b-w-6{width:1.5rem}.b-w-\[60\%\]{width:60%}.b-w-full{width:100%}.b-flex-1{flex:1 1 0%}.b-shrink-0{flex-shrink:0}.b-flex-grow{flex-grow:1}.b-cursor-pointer{cursor:pointer}.b-list-none{list-style-type:none}.b-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.b-flex-col{flex-direction:column}.b-items-center{align-items:center}.b-justify-between{justify-content:space-between}.b-gap-2{gap:.5rem}.b-gap-3{gap:.75rem}.b-gap-5{gap:1.25rem}.b-overflow-y-auto{overflow-y:auto}.b-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b-rounded{border-radius:.25rem}.b-rounded-2xl{border-radius:1rem}.b-rounded-md{border-radius:.375rem}.b-border{border-width:1px}.b-border-0{border-width:0px}.b-border-2{border-width:2px}.b-border-b{border-bottom-width:1px}.b-border-l{border-left-width:1px}.b-border-t{border-top-width:1px}.b-border-solid{border-style:solid}.b-border-dashed{border-style:dashed}.b-border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.b-border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.b-border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.b-border-b-\[\#dad8d8\]{--tw-border-opacity: 1;border-bottom-color:rgb(218 216 216 / var(--tw-border-opacity, 1))}.b-border-b-\[\#dbdbdb\]{--tw-border-opacity: 1;border-bottom-color:rgb(219 219 219 / var(--tw-border-opacity, 1))}.b-border-l-gray-200{--tw-border-opacity: 1;border-left-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.b-border-t-\[\#ececec\]{--tw-border-opacity: 1;border-top-color:rgb(236 236 236 / var(--tw-border-opacity, 1))}.b-bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.b-bg-neutral-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.b-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.b-p-0{padding:0}.b-p-2{padding:.5rem}.b-p-4{padding:1rem}.b-p-8{padding:2rem}.b-px-2{padding-left:.5rem;padding-right:.5rem}.b-px-3{padding-left:.75rem;padding-right:.75rem}.b-px-4{padding-left:1rem;padding-right:1rem}.b-py-1{padding-top:.25rem;padding-bottom:.25rem}.b-py-2{padding-top:.5rem;padding-bottom:.5rem}.b-py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.b-py-3{padding-top:.75rem;padding-bottom:.75rem}.b-py-4{padding-top:1rem;padding-bottom:1rem}.b-py-5{padding-top:1.25rem;padding-bottom:1.25rem}.b-pb-\[15px\]{padding-bottom:15px}.b-pl-2{padding-left:.5rem}.b-text-center{text-align:center}.b-text-right{text-align:right}.b-text-\[15px\]{font-size:15px}.b-text-sm{font-size:.875rem;line-height:1.25rem}.b-text-xl{font-size:1.25rem;line-height:1.75rem}.b-font-medium{font-weight:500}.b-leading-5{line-height:1.25rem}.b-text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.b-text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.b-shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}body{color:#1a2b48;font-size:14px;font-family:Poppins,sans-serif;font-weight:400;line-height:1.5;overflow-x:hidden}img.lazy{opacity:0}img.lazy:not(.initial){transition:opacity 1s}img.lazy.initial,img.lazy.loaded,img.lazy.error{opacity:1}img:not([src]){visibility:hidden}img[data-src],img[data-srcset]{display:block;min-height:1px}ul,ol{padding:0;margin:0}.clear:before,.clear:after{display:table;content:"";clear:both}[v-cloak]{display:none}.bc_wrap .bc_footer .mailchimp{padding-top:65px;padding-bottom:40px;background:#f5f5f5}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp{padding-top:45px;padding-bottom:20px}}.bc_wrap .bc_footer .mailchimp .media-left{padding-right:30px}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-left{padding-right:15px}}.bc_wrap .bc_footer .mailchimp .media-left i{font-size:80px;top:-10px;position:relative}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-left i{top:-20px}}.bc_wrap .bc_footer .mailchimp .media-body .media-heading{font-size:24px!important}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-body .media-heading{font-size:18px!important}}.bc_wrap .bc_footer .mailchimp .media-body p{font-size:16px!important;color:#5e6d77!important}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-body p{font-size:14px!important}}.bc_wrap .bc_footer .mailchimp .subcribe-form{position:relative}.bc_wrap .bc_footer .mailchimp .subcribe-form .form-control{height:55px;line-height:53px;font-size:14px;box-shadow:none;border-color:#d7dce3}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .subcribe-form .form-control{height:40px;line-height:40px}}.bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit{border:none;border-radius:0 5px 5px 0;position:absolute;top:0;right:0;height:55px;line-height:55px;color:#fff;background:#1a2b48;padding-left:25px;padding-right:25px;font-weight:600;text-transform:uppercase}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit{height:40px;line-height:40px}}@media (max-width: 990px){.bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit{padding-left:15px;padding-right:15px}}.bc_wrap .bc_footer .main-footer{margin:20px 0}.bc_wrap .bc_footer .main-footer .nav-footer .title{text-transform:uppercase;font-weight:500;padding:20px 0;margin-bottom:31px;position:relative}.bc_wrap .bc_footer .main-footer .nav-footer .title:before{position:absolute;bottom:0;content:"";width:120px;border-bottom:1px solid #ebebeb;left:0}@media (max-width: 768px){.bc_wrap .bc_footer .main-footer .nav-footer .title:before{width:100%}}@media (max-width: 766px){.bc_wrap .bc_footer .main-footer .nav-footer .title{padding:15px 0;margin-bottom:15px}}.bc_wrap .bc_footer .main-footer .nav-footer .context ul{list-style:none}.bc_wrap .bc_footer .main-footer .nav-footer .context ul li{display:block}.bc_wrap .bc_footer .main-footer .nav-footer .context ul li a{margin-bottom:25px;font-size:14px;font-weight:400;display:block;color:#1a2b48;text-decoration:none;transition:all .3s}.bc_wrap .bc_footer .main-footer .nav-footer .context ul li a:hover{color:#5191fa}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact{border-left-width:3px;padding-left:20px;border-left-color:#5191fa;border-left-style:solid;margin-bottom:30px}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .c-title{color:#5e6d77;margin-bottom:10px}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub{font-weight:500;font-size:18px}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub a{margin-right:20px;text-decoration:none}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub a i{color:#1a2b48}.bc_wrap .bc_footer .copy-right{border-top:1px solid #EAEEF3}.bc_wrap .bc_footer .copy-right p{margin-bottom:0}.bc_wrap .bc_footer .copy-right .context{position:relative;padding:40px 15px}.bc_wrap .bc_footer .copy-right .context .f-visa{position:absolute;right:15px;top:50%;transform:translateY(-50%)}@media (max-width: 460px){.bc_wrap .bc_footer .copy-right .context .f-visa{position:initial;margin-top:10px;transform:translate(0)}}@media (max-width: 766px){.bc_wrap .bc_footer .copy-right .context{padding:20px 15px}}.bc-pagination{text-align:center;display:block;margin-top:20px;margin-bottom:40px}.bc-pagination ul{display:inline-block;padding:0;margin:0}.bc-pagination ul li{list-style:none;font-size:16px;color:#768090;float:left;margin-right:10px}.bc-pagination ul li a,.bc-pagination ul li span{display:block;height:32px;width:32px;line-height:32px;text-decoration:none;color:#5e6d77;float:none;padding:0;border:none;border-radius:3px;cursor:pointer}.bc-pagination ul li a.current,.bc-pagination ul li span.current{border:1px solid #5191FA!important;border-radius:3px;background:transparent!important;color:#5191fa!important}.bc-pagination ul li.active a,.bc-pagination ul li.active span{border:1px solid #5191FA!important;background:transparent!important;color:#5191fa!important}.bc-pagination .count-string{font-size:14px;color:#768090;margin-top:5px;display:block}.bc-effect-bg,.bc-effect-user-bg{position:fixed;width:100%;height:100%;background:#000;z-index:19;left:0;top:0;opacity:.5}.bootbox.modal{z-index:3000}.bootbox.modal:before{content:"";width:100%;height:100%;position:fixed;background:#000;opacity:.5}.review_upload_item{cursor:pointer;background-repeat:no-repeat;background-size:cover;background-position:center;height:10vh}.review_upload_file{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10}.helpText:after{content:"";font-family:FontAwesome;font-size:150%;color:gray;display:flex;align-items:center;justify-content:center;width:10vh;height:10vh;border:3px dashed gray}.last\:b-border-b-0:last-child{border-bottom-width:0px}.b-group:hover .group-hover\:b-visible{visibility:visible}@media (min-width: 768px){.md\:b-absolute{position:absolute}.md\:b-bottom-auto{bottom:auto}}


/* Header Styles */
.bc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.bc-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.bc-logo:hover {
    color: #5191fa;
    text-decoration: none;
}

.logo-text {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #5191fa;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.default-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bc-more-menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.bc-more-menu:hover {
    background-color: #f8f9fa;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 18px;
    justify-content: space-between;
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #5191fa, #007bff);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.bc-more-menu:hover .hamburger-line {
    background: linear-gradient(135deg, #007bff, var(--button-color));
}

.bc-more-menu.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.bc-more-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.bc-more-menu.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile styles */
@media (max-width: 768px) {
    .bc_header {
        padding: 10px 0;
    }
    
    .bc-logo {
        font-size: 16px;
    }
    
    .logo-text {
        font-size: 18px;
        margin-left: 8px;
    }
    
    .hamburger-icon {
        width: 20px;
        height: 15px;
    }
    
    .hamburger-line {
        height: 2px;
    }
}

/* Header content layout */
.bc_header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bc_header .header-left {
    display: flex;
    align-items: center;
}

.bc_header .header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Ensure proper spacing */
.bc_header .bc-menu {
    margin-left: 30px;
}

@media (max-width: 768px) {
    .bc_header .bc-menu {
        display: none;
    }
    
    .bc_header .header-right {
        gap: 10px;
    }
}
@charset "UTF-8";
.bc_wrap.header_sticky {
  padding-top: 90px;
}
.bc_wrap .bc_topbar {
  /* background: #1A2B48; */
    background: var(--button-color);

  /* background: #1A2B48; */
  padding: 15px 0;
}
@media (max-width: 768px) {
  .bc_wrap .bc_topbar {
    display: none;
  }
}
.bc_wrap .bc_topbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bc_wrap .bc_topbar .content .socials {
  display: inline-block;
}
.bc_wrap .bc_topbar .content .socials a {
  padding-right: 18px;
  color: #D1D4DA;
  font-size: 14px;
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .socials a:first-child {
  padding-left: 0;
}
.bc_wrap .bc_topbar .content .socials a:last-child {
  padding-right: 0;
}
.bc_wrap .bc_topbar .content .dropdown-menu .divider {
  margin: 0px 0;
  background-color: #31414a;
}
.bc_wrap .bc_topbar .content .topbar-items {
  display: inline-block;
}
.bc_wrap .bc_topbar .content .topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.bc_wrap .bc_topbar .content .topbar-items li a {
  color: #FFF;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .topbar-items li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.bc_wrap .bc_topbar .content .topbar-left {
  font-size: 14px;
  color: #fff;
}
.bc_wrap .bc_topbar .content .topbar-left a {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .topbar-left .line {
  min-width: 1px;
  display: inline-block;
  position: relative;
  min-height: 1px;
  margin: 0 10px;
}
.bc_wrap .bc_topbar .content .topbar-left .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  height: 20px;
  border-right: solid 1px #5f7190;
}
.bc_wrap .bc_topbar .content .topbar-right {
  font-size: 12px;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-notifications .dropdown-menu {
  left: 0 !important;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 200px;
  top: 15px !important;
  border-radius: 0;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu.width-auto {
  min-width: 0px;
}
.bc_wrap .bc_topbar .content .topbar-right .topbar-items li a {
  font-size: 12px;
}
.bc_wrap .bc_topbar .content .topbar-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_topbar .content .dropdown-menu {
  min-width: auto;
  background: #1A2B48;
}
.bc_wrap .bc_topbar .content .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bc_wrap .bc_topbar .content .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #FFF;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a:hover {
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a:hover {
  background: #233448;
}
.bc_wrap .bc_header {
  border-bottom: 1px solid #EAEEF3;
}
.bc_wrap .bc_header .content {
  display: flex;
  align-items: center;
}
.bc_wrap .bc_header .content .header-left {
  position: relative;
  height: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .content .header-left {
    width: 90%;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu {
  padding-left: 20px;
  z-index: 99;
}
@media (max-width: 768px) {
  .bc_wrap .bc_header .content .header-left .bc-menu {
    display: none;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu a {
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul {
  list-style: none;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li {
  display: inline-block;
  position: relative;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li a {
  padding: 35px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A2B48;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .bc_wrap .bc_header .content .header-left .bc-menu ul li a {
    padding: 35px 15px;
  }
}
@media (max-width: 1024px) {
  .bc_wrap .bc_header .content .header-left .bc-menu ul li a {
    padding: 35px 10px;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li.active {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .fa {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 5px;
  font-size: 18px;
  transition: all 0.3s;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown {
  list-style: none;
  position: absolute;
  left: 0;
  top: 120%;
  padding-left: 0;
  margin-bottom: 0;
  min-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 1px #dbdbdb;
  box-shadow: 0 1px 1px #dbdbdb;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li:not(:last-child) a {
  border-bottom: 1px solid #EEEEEE;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li .menu-dropdown {
  top: 0px;
  left: 100%;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > .menu-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > a {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > .fa {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul .-has-mega-menu {
  position: initial;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:nth-child(n+4) > .mega {
  right: 0;
  left: auto;
}
.bc_wrap .bc_header .content .header-right {
  position: relative;
  height: 100%;
  text-align: right;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .content .header-right {
    width: 10%;
  }
}
.bc_wrap .bc_header .content .header-right .bc-more-menu {
  border: none;
  background: transparent;
  font-size: 32px;
  padding: 0px 10px;
  float: right;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .bc_wrap .bc_header .content .header-right .bc-more-menu {
    display: flex;
    float: right;
    position: relative;
    z-index: 1001;
  }
}
.bc_wrap .bc_header .content .header-right .bc-more-menu.active {
  /* background: #1a2b48; */
  background: var(--button-color);
  color: #fff;
  border-radius: 5px;
}
.bc_wrap .bc_header .content .header-right .topbar-items {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 990px) {
  .bc_wrap .bc_header .content .header-right .topbar-items {
    display: none;
  }
}
.bc_wrap .bc_header .content .header-right .topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.bc_wrap .bc_header .content .header-right .topbar-items li a {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login {
  padding-right: 50px;
  display: block;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar, .bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  border-radius: 50%;
  top: -12px;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  align-items: center;
  background: #1A2B48;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  display: flex;
}
.bc_wrap .bc_header .content .header-right .topbar-items li a {
  font-size: 12px;
}
.bc_wrap .bc_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 200px;
  top: 52px !important;
  border-radius: 0;
  transform: none !important;
  background: #1A2B48;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #FFF;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a:hover {
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a:hover {
  background: #233448;
}
.bc_wrap .bc_header .bc-menu-mobile {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform: translate(-105%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
  border-right: solid 1px #1a2b48;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .bc-menu-mobile {
    display: block !important;
  }
}
.bc_wrap .bc_header .bc-menu-mobile.active {
  transform: translate(0);
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile {
  border-bottom: solid 1px #e6e6e6;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .b-close {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 11;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
  line-height: 40px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar {
  background: var(--button-color);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar i {
  font-size: 34px;
  border: solid 2px #fff;
  border-radius: 50%;
  padding: 15px 17px;
  display: inline-block;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar img {
  max-width: 80px;
  border-radius: 50%;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul {
  padding: 20px;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li {
  margin-bottom: 10px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a {
  color: #1a2b48;
  text-decoration: none;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a i {
  min-width: 15px;
  display: inline-block;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li:last-child {
  margin-bottom: 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang {
  padding: 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li {
  padding: 15px 20px;
  border-top: solid 1px #e6e6e6;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li a i {
  float: right;
  position: relative;
  top: 2px;
  text-align: center;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li a i:before {
  content: "\f104";
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li.show > a i:before {
  content: "\f107";
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu {
  position: relative !important;
  width: 100%;
  float: none;
  border: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
  transform: none !important;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a {
  font-size: 14px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a:before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
  color: #383838;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang .flag-icon-jp {
  border: solid 1px #adadad;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu {
  overflow-x: scroll;
  width: 100%;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul {
  padding: 10px 20px;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a {
  color: #1a2b48;
  border-bottom: solid 1px #e6e6e6;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  padding: 10px 0;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a .caret {
  float: right;
  padding: 8px 15px 9px 15px;
  margin-top: -5px;
  margin-right: -10px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a .caret:before {
  content: "\f104";
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a:hover {
  border-bottom: solid 1px #1a2b48;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu {
  display: none;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li a {
  padding-left: 15px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu {
  display: none;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu li a {
  padding-left: 30px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > a {
  border-bottom: dashed 1px #1a2b48;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > a > .caret:before {
  content: "\f107";
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu {
  display: block;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > .children-menu {
  display: block;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > a > .caret:before {
  content: "\f107";
}
.bc_wrap .bc_header.is_sticky {
  bottom: auto;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  transition: all 0.3s;
}

@media (min-width: 1023px) {
  .frontend-page.header-transparent .bc_wrap.header_sticky {
    padding-top: 0;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar {
    background: transparent;
    color: #000;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu {
    background: #fff;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a {
    color: #1A2B48;
    font-weight: bold;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a:hover {
    background: #dcdcdc;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li.menu-hr {
    border-top: 1px solid #dedede;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header {
    position: absolute;
    top: 50px;
    z-index: 10;
    width: 100%;
    background: transparent;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header.is_sticky {
    position: fixed;
    top: 0;
    background: #1a2b48;
    transition: none;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content {
    background: transparent;
    color: #fff;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content .header-left .bc-menu > ul > li > a {
    color: #fff;
  }
  .frontend-page.header-transparent .page-template-content > div:first-child {
    padding-top: 220px;
  }
  .frontend-page.header-transparent .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs {
    border: none;
    margin-top: 200px;
  }
}
@media (max-width: 1023px) {
  .frontend-page.header-transparent .bc_wrap .bc_header {
    background: #1a2b48;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content {
    background: #1a2b48;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content .header-right .bc-more-menu {
    color: #fff;
  }
}

/* Симметричный мобильный хедер */
@media (max-width: 768px) {
  .bc_header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    min-height: 70px;
  }
  .bc_header .content .header-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
  }
  .bc_header .content .header-left .bc-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1a2b48;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
  }
  .bc_header .content .header-left .bc-logo:hover {
    color: #007bff;
    text-decoration: none;
  }
  .bc_header .content .header-left .bc-logo img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    margin-right: 10px;
  }
  .bc_header .content .header-left .bc-logo .default-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .bc_header .content .header-left .bc-logo .logo-text {
    font-size: 8vw;
    font-weight: 700;
    color: #5191fa;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    margin-left: 10vw;
  }
  .bc_header .content .header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bc_header .content .header-right .bc-more-menu {
    background: linear-gradient(135deg, #007bff, var(--button-color));
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    position: relative;
    overflow: hidden;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bc_header .content .header-right .bc-more-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
  }
  .bc_header .content .header-right .bc-more-menu:hover {
    background: linear-gradient(135deg, var(--button-color), #004085);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
  }
  .bc_header .content .header-right .bc-more-menu:hover::before {
    left: 100%;
  }
  .bc_header .content .header-right .bc-more-menu:active {
    transform: translateY(-1px);
  }
  .bc_header .content .header-right .bc-more-menu .hamburger-icon
  {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 18px;
    justify-content: space-between;
    position: relative;
  }
  .bc_header .content .header-right .bc-more-menu .hamburger-icon .hamburger-line
  {
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  /* .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  } */
}
.bc_header .bc-menu .mega {
  position: absolute;
  top: 100%;
  background-color: white;
  padding: 5px 10px;
  border-radius: 4px;
  color: var(--color-dark-1);
  box-shadow: 1px 15px 15px -10px rgba(0, 0, 0, 0.2588235294);
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  width: 700px;
}
.bc_header .bc-menu .mega.--has-mega-image {
  width: 900px;
}
.bc_header .bc-menu .mega .mega-image {
  width: 30%;
}
.bc_header .bc-menu .mega .mega-image img {
  object-fit: cover;
  border-radius: 5px;
}
.bc_header .bc-menu .mega > .subnav {
  flex: 1;
  display: flex;
  opacity: 1;
  left: 0;
  top: 0;
  min-width: 0;
  position: relative;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  flex-wrap: wrap;
  overflow: hidden;
}
.bc_header .bc-menu .mega > .subnav > li {
  width: 25%;
  padding: 15px 15px 0px 15px;
}
.bc_header .bc-menu .mega > .subnav > li > a {
  padding: 0 0 15px 10px !important;
  border-bottom: solid 1px #ccc;
  width: 100%;
  position: relative;
}
.bc_header .bc-menu .mega > .subnav > li > a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  display: inline-block;
  background: #5191fa;
  top: -2px;
  left: 0px;
}
.bc_header .bc-menu .mega > .subnav > li > a i {
  display: none;
}
.bc_header .bc-menu .mega > .subnav > li > a:hover {
  background-color: transparent;
}
.bc_header .bc-menu .mega > .subnav .subnav {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  top: 0 !important;
  box-shadow: none !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li {
  width: 100% !important;
  margin-bottom: 0;
  padding: 0 !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li > a {
  border-bottom: none !important;
  padding: 15px 0 10px 0 !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li > a:hover {
  background-color: transparent;
}
.bc_header .bc-menu .mega > .subnav a i.icon {
  display: none;
}
.bc_header .bc-menu .mega.column-3 {
  width: 750px;
}
.bc_header .bc-menu .mega.column-3.--has-mega-image {
  width: 900px;
}
.bc_header .bc-menu .mega.column-3 .mega-image {
  width: 35%;
}
.bc_header .bc-menu .mega.column-3 .subnav > li {
  width: 33.33%;
}
.bc_header .bc-menu .mega.column-2 {
  width: 600px;
}
.bc_header .bc-menu .mega.column-2.--has-mega-image {
  width: 750px;
}
.bc_header .bc-menu .mega.column-2 .mega-image {
  width: 45%;
}
.bc_header .bc-menu .mega.column-2 .subnav > li {
  width: 50%;
}
.bc_header .bc-menu .mega .mega-image img {
  max-width: 100%;
  padding: 15px 10px;
}

.bc_header .bc-menu .-has-mega-menu:hover > .mega {
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media (min-width: 1200px) {
  .pc-menu-none {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .mb-menu-none {
    display: none !important;
  }
}

/*# sourceMappingURL=header.css.map */


/* Исправление фона кнопки переключения направлений */
.direction-swap-btn:active,
.direction-swap-btn:focus,
.direction-swap-btn:focus:active {
    background: #007bff !important;
    outline: none !important;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important;
}

.direction-swap-btn:active {
    transform: translateX(-50%) scale(0.95) !important;
}

/* Убираем все возможные фоны после нажатия */
.direction-swap-btn:visited {
    background: #007bff !important;
}

.direction-swap-btn:focus-visible {
    background: #007bff !important;
    outline: none !important;
}

/* Убираем outline и другие эффекты */
.direction-swap-btn {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.direction-swap-btn:active {
    -webkit-tap-highlight-color: transparent !important;
}



@charset "UTF-8";@tailwind base;@tailwind components;@tailwind utilities;.mb0{margin-bottom:0}.mt30{margin-top:30px}.mt40{margin-top:40px}.c-pointer{cursor:pointer}.pt40{padding-top:40px}.ptb60{padding:60px 0 30px}.mb40{margin-bottom:40px}.input-number-group{display:flex;justify-content:space-between;align-items:center}.input-number-group span.input{display:inline-block;min-width:40px;text-align:center}.input-number-group i{color:#3490dc;font-size:24px;flex-shrink:0;cursor:pointer}.alert-text.danger{color:#e3342f}.alert-text.success{color:#38c172}.btn{border:none;box-shadow:none;border-radius:3px;padding:10px 20px;transition:background .2s,color .2s;font-size:14px;font-weight:500}.btn.btn-sm,.btn.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn.btn-primary{background:#5191fa}.btn.btn-danger{background:#fa5636}.btn.btn-danger:hover{background:#e65335}.padding-content{padding:60px 0}.mt20{margin-top:20px}.full-page{height:100%}.map-loading{position:absolute;display:none;top:0;left:0;height:100%;width:100%;z-index:9;background:#ffffff80}.map-loading .st-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:6px;background:#5191fa;border-radius:5px;margin-left:-25px;animation:st-load 1.8s ease-in-out infinite}.map-loading .st-loader:before{top:-20px;left:10px;width:40px;background:#fa5636;margin-left:-20px}.map-loading .st-loader:before,.map-loading .st-loader:after{position:absolute;display:block;content:"";animation:st-load 1.8s ease-in-out infinite;height:6px;border-radius:5px}.map-loading .st-loader:after{bottom:-20px;width:35px;background:#ffab53;margin-left:-17px}@keyframes st-load{0%{transform:translate(40px)}50%{transform:translate(-30px)}to{transform:translate(40px)}}.thumb-image{display:block;width:100%;padding-bottom:69%;overflow:hidden;background:linear-gradient(118deg,#f6f9fb,#e2ebef);position:relative}.thumb-image img{display:block;height:100%;inset:0;position:absolute;margin:auto;min-width:100%}.blog-breadcrumb{padding:20px 0;border-bottom:1px solid #EAEEF3}.blog-breadcrumb ul,.blog-breadcrumb ol,.blog-breadcrumb .ul{list-style:none;display:block;width:100%;margin-bottom:0;padding-left:0;background:#fff}.blog-breadcrumb ul li,.blog-breadcrumb ol li,.blog-breadcrumb .ul li{position:relative;display:inline-block;padding-left:20px;padding-right:20px;z-index:0}.blog-breadcrumb ul li a,.blog-breadcrumb ol li a,.blog-breadcrumb .ul li a{display:block;font-weight:500;color:#1a2b48;text-decoration:none;line-height:21px}.blog-breadcrumb ul li.active,.blog-breadcrumb ol li.active,.blog-breadcrumb .ul li.active{color:#5e6d77}.blog-breadcrumb ul li:first-child,.blog-breadcrumb ol li:first-child,.blog-breadcrumb .ul li:first-child{padding-left:0}.blog-breadcrumb ul li:not(:last-child):after,.blog-breadcrumb ol li:not(:last-child):after,.blog-breadcrumb .ul li:not(:last-child):after{position:absolute;content:"";top:50%;right:-2px;margin-top:-2px;width:4px;height:4px;background:#eaeef3;z-index:1}.booking_cookie_agreement{background-color:#645862;color:#fff;display:flex;align-items:baseline;z-index:999999!important}.booking_cookie_agreement .content-cookie{flex:1 1}.booking_cookie_agreement .save-cookie{background-color:#f1d700;padding:.5rem;border-radius:.5rem;cursor:pointer;color:#000}.open-hour-item{border-bottom:1px solid #e3e3e3;padding:9px 0;justify-content:space-between;display:flex}.open-hour-item.current,.open-hour-item.current strong{color:#fa5636}.open-hour-item:last-child{border-bottom:0px}.panel{background-color:#fff;box-shadow:0 0 0 1px #3f3f440d,0 1px 3px #3f3f4426;border-radius:3px;margin-bottom:20px}.panel .panel-title{padding:14px 20px;border-bottom:1px solid #dfe4e8;position:relative}.panel .panel-title .panel-toggle{position:absolute;right:11px;top:10px;cursor:pointer}.panel .panel-body{padding:20px}.panel .panel-body.pd15{padding:15px}.panel .panel-body .tab-content{border:solid 1px #dee2e6;border-top:none;padding:20px 20px 5px}.panel:last-child{margin-bottom:0}.panel .panel-footer{padding:10px 15px;border-top:1px solid #dfe4e8;background:#f7f7f7}.panel-body-title{font-size:16px;font-weight:600;line-height:24px}.avatar-cover{background-size:cover;background-position:center}.font-size-14{font-size:14px!important}.font-size-12{font-size:12px!important}.font-size-30{font-size:30px!important}.width-30{width:30px}.flex-horizontal-center{display:flex;align-items:center}.flex-content-center{display:flex;justify-content:center}.flex-self-start{display:flex;align-items:self-start}.font-weight-medium,.font-weight-semi-bold{font-weight:500!important}.text-white{color:#fff}.bc_popup .modal-body img{max-width:100%;height:auto}.bc-topbar-pro{background:#ffc107;padding:10px 0}.bc-topbar-pro a{color:#000}input[type=checkbox],input[type=radio]{border:1px solid #b4b9be;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:-4px 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:middle;width:16px;min-width:16px;-webkit-appearance:none;box-shadow:inset 0 1px 2px #0000001a;transition:.05s border-color ease-in-out}input[type=checkbox]:checked:before,input[type=radio]:checked:before{float:left;display:inline-block;vertical-align:middle;width:16px;font-family:Ionicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=checkbox]:checked:before{margin:1px 0 0 -1px;color:#1e8cbe;content:"";font: 13px/1 FontAwesome}input[type=radio]{border-radius:50%;margin-right:4px;line-height:10px}input[type=radio]:checked:before{content:"•";text-indent:-9999px;border-radius:50px;font-size:24px;width:6px;height:6px;margin:4px;line-height:16px;background-color:#1e8cbe}.form-control{border:1px solid #DAE1E7;border-radius:3px;box-shadow:none;font-size:14px}input.form-control{height:40px}.required{color:#e3342f}.form-control::-moz-placeholder{color:#999}.form-control::placeholder{color:#999}.invalid-feedback{font-size:100%}.bc-form .fa-spinner{display:none}.bc-form.loading .fa-spinner{display:inline-block}.bc-login-page{padding:100px 0}.frontend-page .modal.login .modal-content{border-radius:5px;padding:20px 30px 30px}@media (max-width: 990px){.frontend-page .modal.login .modal-content{padding:15px 20px}}.frontend-page .modal.login .modal-content .modal-header{padding:0 0 10px;border:none}.frontend-page .modal.login .modal-content .modal-header .close{margin-top:0;opacity:1}.frontend-page .modal.login .modal-content .modal-header .modal-title{font-size:24px;font-weight:500}.frontend-page .modal.login .modal-content .modal-body{padding:0}.frontend-page .modal.login .modal-content .modal-body .form-group{position:relative;margin-top:0;margin-bottom:20px}@media (max-width: 990px){.frontend-page .modal.login .modal-content .modal-body .form-group{margin-bottom:15px}}.frontend-page .modal.login .modal-content .modal-body .form-group .form-control{height:45px;box-shadow:none;border:1px solid #DAE1E7;border-radius:3px;font-size:14px;color:#5e6d77}.frontend-page .modal.login .modal-content .modal-body .form-group .input-icon{position:absolute;top:22px;right:15px;font-size:20px;transform:translateY(-50%);color:#acb5be;line-height:0px}.frontend-page .modal.login .modal-content .modal-body label,.frontend-page .modal.login .modal-content .modal-body .st-link{font-size:14px;font-weight:400;margin-bottom:0}.frontend-page .modal.login .modal-content .modal-body input[type=checkbox]{margin-right:5px}.frontend-page .modal.login .modal-content .modal-body input[type=radio]{margin-right:10px}.frontend-page .modal.login .modal-content .modal-body .form-submit{height:45px;width:100%;background:#5191fa;color:#fff;text-transform:uppercase;font-size:14px;border:none;border-radius:3px;font-weight:600}.frontend-page .modal.login .modal-content .modal-body .advanced{background:#f9f9f9;margin-top:20px;padding:30px;margin-left:-30px;margin-right:-30px}.frontend-page .modal.login .modal-content .modal-body .advanced .socials{padding-top:20px;padding-bottom:35px}.bc-login-form-page .form-title{font-size:24px;font-weight:500;margin-bottom:30px}.bc-login-form-page .form-control{height:45px;box-shadow:none;border:1px solid #DAE1E7;border-radius:3px;font-size:14px;color:#5e6d77}.bc-login-form-page .form-group{position:relative;margin-bottom:20px}.bc-login-form-page .form-group .input-icon{position:absolute;top:22px;right:15px;font-size:20px;transform:translateY(-50%);color:#acb5be;line-height:0px}.bc-form-login .icon-loading,.bc-form-register .icon-loading,.bc-form .icon-loading{display:none}.bc-form-login .form-submit,.bc-form-register .form-submit,.bc-form .form-submit{width:100%}.bc-form-login .bc-recaptcha>div,.bc-form-register .bc-recaptcha>div,.bc-form .bc-recaptcha>div{margin:auto}@media (max-width: 990px){.bc-form-login .bc-recaptcha>div,.bc-form-register .bc-recaptcha>div,.bc-form .bc-recaptcha>div{margin:0}}.btn_login_fb_link{background:#395899;color:#fff}.btn_login_tw_link{background:#03a9f4;color:#fff}.btn_login_gg_link{background:#f34a38;color:#fff}.btn_login_fb_link,.btn_login_tw_link,.btn_login_gg_link{border-radius:2px;font-size:12px;display:block}.btn_login_fb_link:hover,.btn_login_tw_link:hover,.btn_login_gg_link:hover{color:#fff;outline:none;box-shadow:none}body .daterangepicker{min-width:300px;min-height:100px;border-color:#dfdfdf;box-shadow:0 1px 2px #0000002d!important;border-radius:0;padding:10px 20px;margin-top:0;font-family:inherit}@media (max-width: 767px){body .daterangepicker{padding:0 10px}body .daterangepicker .ranges{margin:0!important}body .daterangepicker .drp-calendar{padding:0!important}body .daterangepicker:before,body .daterangepicker:after{display:none}}body .daterangepicker.loading:before{display:block!important;right:0;position:absolute;width:100%;height:100%;background:#fff;left:0;top:0;z-index:11;opacity:.7;content:""}body .daterangepicker.loading:after{content:"";display:block!important;font: 14px/1 FontAwesome;position:absolute;left:50%;top:50%;z-index:15;text-align:center;width:42px;height:42px;color:#5191fa;font-size:42px;animation:fa-spin 2s infinite linear;margin-left:-21px;margin-top:-21px}body .daterangepicker .drp-calendar{max-width:none}@media (min-width: 768px){body .daterangepicker .drp-calendar.left .next.available{display:none}body .daterangepicker .drp-calendar.single.left .next.available{display:table-cell}}@media (max-width: 767px){body .daterangepicker .drp-calendar.left{width:100%!important}body .daterangepicker .drp-calendar.left .calendar-table{padding-right:0!important}body .daterangepicker .drp-calendar.right{display:none}}body .daterangepicker .drp-calendar .calendar-table table{border-collapse:inherit}body .daterangepicker .drp-calendar .calendar-table .prev span,body .daterangepicker .drp-calendar .calendar-table .next span{transform:none;border:none;border-radius:0}body .daterangepicker .drp-calendar .calendar-table .prev:hover,body .daterangepicker .drp-calendar .calendar-table .next:hover{background-color:transparent}body .daterangepicker .drp-calendar .calendar-table .prev{background:url(../images/arow_left.png) no-repeat center center}body .daterangepicker .drp-calendar .calendar-table .next{background:url(../images/arrow_right.png) no-repeat center center}body .daterangepicker .drp-calendar .calendar-table thead{font-size:14px}body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th{padding:10px 0;border-bottom:1px solid #D7DCE3;border-radius:0;margin:0}body .daterangepicker .drp-calendar .calendar-table thead .month{color:#1a2b48;position:relative;font-weight:500;font-size:14px}body .daterangepicker .drp-calendar .calendar-table thead tr:last-child th{padding-top:10px;padding-bottom:10px;color:#adb2bd;text-align:center}body .daterangepicker .drp-calendar .calendar-table tbody tr td{width:35px;height:30px;font-size:14px;line-height:29px;font-weight:400;color:#1a2b48;border-radius:0;border:1px solid transparent}body .daterangepicker .drp-calendar .calendar-table tbody tr td.today{color:#fa5535;border-color:#fa5535}body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date,body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date{background:#5191fa33;border-top:none;border-bottom:none}body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date{border-left:solid 2px #5191fa}body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date{border-right:solid 2px #5191fa}body .daterangepicker .drp-calendar .calendar-table tbody tr td.disabled{color:#d7dce3;text-decoration:none}body .daterangepicker:before,body .daterangepicker:after{content:"";position:static;border:none;background:none;width:0;height:0}body .daterangepicker:not(.single) .calendar.left .next{display:none}body .daterangepicker .calendar{position:relative;max-width:100%!important}body .daterangepicker .table-header{position:relative;padding-bottom:20px}body .daterangepicker .table-header:after{content:"";display:table;clear:both}body .daterangepicker .table-header .month{text-align:center}body .daterangepicker .table-header .prev{position:absolute;bottom:0;left:0;float:left;width:48px;height:48px;background:url(../images/arow_left.png) no-repeat left center;cursor:pointer;z-index:9}body .daterangepicker .table-header .next{position:absolute;bottom:0;right:0;float:right;width:48px;height:48px;background:url(../images/arrow_right.png) no-repeat right center;cursor:pointer;z-index:9}body .daterangepicker .table-sub-header{border-top:1px solid #D7DCE3}body .daterangepicker .table-sub-header:after{content:"";display:table;clear:both}body .daterangepicker .table-sub-header .day-off-week{width:36px;padding-top:10px;padding-bottom:10px;color:#adb2bd;float:left;text-align:center}body .daterangepicker .table-condensed .td-date{width:auto;height:auto;padding:0;background:none;border:none}body .daterangepicker .table-condensed .td-date .date{width:36px;height:32px;font-size:14px;line-height:32px;font-weight:400;color:#1a2b48}body .daterangepicker .table-condensed .td-date.disabled{text-decoration:none}body .daterangepicker .table-condensed .td-date.disabled .date{color:#d7dce3}body .daterangepicker .table-condensed .td-date.today .date{color:#fa5535}body .daterangepicker .table-condensed .td-date.today:not(.start-date) .date,body .daterangepicker .table-condensed .td-date.today:not(.in-range) .date{color:#fa5535;border:1px solid #FA5535}body .daterangepicker .table-condensed .td-date.start-group,body .daterangepicker .table-condensed .td-date.in-group,body .daterangepicker .table-condensed .td-date.end-group{background:#fef5ca}body .daterangepicker .table-condensed .td-date.in-group .date,body .daterangepicker .table-condensed .td-date.end-group .date{color:#767676}body .daterangepicker .table-condensed .td-date:hover,body .daterangepicker .table-condensed .td-date.start-date{background:#5191fa33}body .daterangepicker .table-condensed .td-date.start-date:not(.end-date){box-shadow:-3px 0 #5191fa}body .daterangepicker .table-condensed .td-date.start-date.today .date{border:none}body .daterangepicker .table-condensed .td-date.in-range{background:#5191fa33}body .daterangepicker .table-condensed .td-date.in-range.today .date{border:none}body .daterangepicker .table-condensed .td-date.end-date{background:#5191fa33}body .daterangepicker .table-condensed .td-date.end-date:not(.start-date){box-shadow:3px 0 #5191fa}body .daterangepicker .table-condensed .td-date.end-date.today .date{border:none}body .daterangepicker .table-condensed .td-date.td-no-show{visibility:hidden}body .daterangepicker .table-condensed .td-date.has-tooltip{position:relative}body .daterangepicker .table-condensed .td-date.has-tooltip .event-tooltip-wrap{position:absolute;top:100%;margin-top:5px;left:0;z-index:1;background:#000000b3;color:#fff;font-size:12px;padding:4px 6px;border-radius:2px;display:none}body .daterangepicker .table-condensed .td-date.has-tooltip:hover .event-tooltip-wrap{display:block}body .daterangepicker.respon-single .calendar.right{display:none}body .daterangepicker.respon-single .calendar.left .next{display:block}body .daterangepicker .drp-calendar .calendar-table tbody tr td{position:relative}body .daterangepicker .drp-calendar .calendar-table tbody tr td:hover .tooltip{opacity:.9;visibility:visible}body .daterangepicker .tooltip{bottom:40px;left:50%;transform:translate(-50%);display:block;margin:0;width:auto;float:none;visibility:hidden}body .daterangepicker .tooltip .arrow{left:50%;transform:translate(-50%)}body .daterangepicker .tooltip .tooltip-inner{white-space:nowrap}body .daterangepicker .is-half-end{overflow:hidden}body .daterangepicker .is-half-end:before{content:"";background:#ededed;position:absolute;width:50px;height:50px;bottom:-27px;right:-27px;transform:rotate(45deg);opacity:.5}body .daterangepicker .is-half-end.start-date,body .daterangepicker .is-half-end.end-date,body .daterangepicker .is-half-end.in-range,body .daterangepicker .is-half-end:hover{overflow:visible}body .daterangepicker .is-half-end.start-date:before,body .daterangepicker .is-half-end.end-date:before,body .daterangepicker .is-half-end.in-range:before,body .daterangepicker .is-half-end:hover:before{display:none}body .daterangepicker .is-half-start{overflow:hidden}body .daterangepicker .is-half-start:before{content:"";background:#ededed;position:absolute;width:50px;height:50px;top:-27px;left:-27px;transform:rotate(-45deg);opacity:.5}body .daterangepicker .is-half-start.start-date,body .daterangepicker .is-half-start.end-date,body .daterangepicker .is-half-start.in-range,body .daterangepicker .is-half-start:hover{overflow:visible}body .daterangepicker .is-half-start.start-date:before,body .daterangepicker .is-half-start.end-date:before,body .daterangepicker .is-half-start.in-range:before,body .daterangepicker .is-half-start:hover:before{display:none}body .daterangepicker .full-book-event{overflow:hidden;color:#1a2b48!important}body .daterangepicker .full-book-event:before{content:"";background:#ededed;position:absolute;opacity:.5;inset:0}.bc-admin-bar{background:#333;color:#fff}.bc-admin-bar a{color:#fff}.bc-admin-bar .adminbar-menu{list-style:none;margin:0;padding:0}.bc-admin-bar .adminbar-menu li{display:inline-block}.bc-admin-bar .adminbar-menu li a{padding:0 8px 0 7px;height:32px;line-height:32px;display:block}.bc-admin-bar .adminbar-menu li a:hover{text-decoration:none}.bc-admin-bar .adminbar-menu li:hover>a{background:#32373c;color:#84adda}.tabs-box{position:relative}.tabs-box .tab{display:none}.tabs-box .active-tab{display:block}.tabs-box .tab-btn{cursor:pointer}.pricing-section{position:relative;padding:100px 0 70px}.pricing-tabs{position:relative}.pricing-tabs .tab-buttons{text-align:center;position:relative;margin-bottom:30px}.pricing-tabs .tab-buttons h4{display:block;font-weight:500;font-size:16px;line-height:22px;color:#202124;margin-bottom:15px}.pricing-tabs .tab-btns{position:relative;display:flex;justify-content:center;align-items:center}.pricing-tabs .tab-btns:before{position:absolute;top:0;left:50%;width:60px;height:30px;transform:translate(-50%);background:#1967d2;border:1px solid #E7E7EC;box-sizing:border-box;box-shadow:0 8px 15px #8c98a41a;border-radius:30px;content:"";transition:all .3s linear}.pricing-tabs .tab-btns li{list-style:none;position:relative;font-size:14px;line-height:30px;color:#696969;cursor:pointer;z-index:8;padding:0 48px;min-width:196px;transition:all .3s ease}.pricing-tabs .tab-btns li:before{position:absolute;right:-26px;height:20px;width:20px;top:5px;background:#fff;content:"";border-radius:50%;transition:all .3s ease}.pricing-tabs .tab-btns li.active-btn:before{right:6px}.pricing-tabs .tab-btns li:last-child:before{display:none}.pricing-table{position:relative;margin-bottom:30px}.pricing-table .inner-box{position:relative;background:#fff;border:1px solid #ECEDF2;box-sizing:border-box;border-radius:8px;padding:40px;overflow:hidden;transition:all .3s ease}.pricing-table .inner-box:hover,.pricing-table.tagged .inner-box{border:1px solid #1967D2;box-shadow:0 6px 15px #404f680d}.pricing-table .tag{position:absolute;right:30px;top:30px;overflow:hidden;border-radius:30px;font-size:13px;line-height:20px;color:#34a853;padding:5px 25px}.pricing-table .tag:before{position:absolute;left:0;top:0;height:100%;width:100%;background:#34a853;opacity:.15;content:"";border-radius:30px}.pricing-table .title{display:block;font-weight:500;font-size:18px;line-height:24px;color:#1967d2;margin-bottom:10px}.pricing-table .price{position:relative;display:flex;align-items:flex-end;font-size:30px;line-height:41px;color:#202124;font-weight:500;margin-bottom:40px;transition:all .3s ease}.pricing-table .duration{position:relative;font-size:18px;line-height:1em;color:#202124;font-weight:400;bottom:7px;margin-left:7px}.pricing-table .table-content{position:relative;margin-bottom:50px}.pricing-table .table-content ul{position:relative;list-style:none}.pricing-table .table-content ul li{position:relative;font-size:14px;line-height:25px;color:#696969;font-weight:400;margin-bottom:20px;padding-left:30px}.pricing-table .table-content ul li:before{position:absolute;left:0;top:0;font-family:FontAwesome;font-size:16px;color:#202124;content:""}.pricing-table .table-footer{position:relative}.pricing-table .table-footer a{position:relative;display:block;width:100%}.skeleton-loading .thumb-image,.skeleton-loading .g-info>*,.skeleton-loading .g-rate-price>*,.skeleton-loading.item-loop-wrap>*,.skeleton-loading .thumb-image .price-wrapper{position:relative;overflow:hidden;background-color:#dddbdd}.skeleton-loading .thumb-image:before,.skeleton-loading .g-info>*:before,.skeleton-loading .g-rate-price>*:before,.skeleton-loading.item-loop-wrap>*:before,.skeleton-loading .thumb-image .price-wrapper:before{content:"";position:absolute;inset:0;background-color:#dddbdd;z-index:3}.skeleton-loading .thumb-image:after,.skeleton-loading .g-info>*:after,.skeleton-loading .g-rate-price>*:after,.skeleton-loading.item-loop-wrap>*:after,.skeleton-loading .thumb-image .price-wrapper:after{content:"";position:absolute;inset:0;transform:translate(-100%);z-index:3;background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:shimmer 3s infinite}.skeleton-loading .g-rate-price:before{display:none}.skeleton-loading .sale_info{display:none!important}@keyframes shimmer{to{transform:translate(100%)}}.navbar-laravel{background-color:#fff;box-shadow:0 2px 4px #0000000a}.container .container{padding:0}.bc-reviews .title-review{margin-bottom:20px;font-size:24px;color:#1a2b48;font-weight:500}@media (max-width: 990px){.bc-reviews .title-review{font-size:1.5rem}}@media (max-width: 766px){.bc-reviews .title-review{font-size:1.3rem}}.bc-reviews .review-box{margin-top:20px;padding:30px;border:1px solid #EAEEF3;border-radius:5px;color:#1a2b48;font-weight:500}@media (max-width: 766px){.bc-reviews .review-box{padding:10px}}.bc-reviews .review-box .review-box-score{border-right:1px solid #D7DCE3;padding-top:15px;padding-bottom:15px;text-align:center}@media (max-width: 990px){.bc-reviews .review-box .review-box-score{border-right:none}}.bc-reviews .review-box .review-box-score .review-score{line-height:50px;font-size:72px;font-weight:500;color:#5191fa}@media (max-width: 766px){.bc-reviews .review-box .review-box-score .review-score{font-size:60px}}.bc-reviews .review-box .review-box-score .review-score .per-total{font-size:24px}.bc-reviews .review-box .review-box-score .review-score-text{font-weight:400;font-size:24px;color:#1a2b48}.bc-reviews .review-box .review-box-score .review-score-base{margin-top:10px;color:#768090;font-size:14px}.bc-reviews .review-box .review-box-score .review-score-base span{color:#5191fa}.bc-reviews .review-box .review-sumary .item{display:flex;align-items:center;margin-top:15px}.bc-reviews .review-box .review-sumary .item:first-child{margin-top:0}.bc-reviews .review-box .review-sumary .item .label{width:22%;text-align:right;margin-top:0;margin-right:3%;position:relative;display:block;padding-left:0;color:#1a2b48;font-size:14px;font-weight:400}@media (max-width: 766px){.bc-reviews .review-box .review-sumary .item .label{width:35%}}.bc-reviews .review-box .review-sumary .item .progress{position:relative;height:8px;width:65%;border-radius:10px;box-shadow:none;background:#eee;margin-bottom:0;overflow:inherit}.bc-reviews .review-box .review-sumary .item .progress .percent{position:absolute;top:0;left:0;height:8px;background:#5191fa;border-radius:10px}.bc-reviews .review-box .review-sumary .item .progress .percent.green{background:#2ecc71}.bc-reviews .review-box .review-sumary .item .progress .percent.darkgreen{background:#27ae61}.bc-reviews .review-box .review-sumary .item .progress .percent.yellow{background:#f1c40f}.bc-reviews .review-box .review-sumary .item .progress .percent.orange{background:#e67f22}.bc-reviews .review-box .review-sumary .item .progress .percent.red{background:#e84c3d}.bc-reviews .review-box .review-sumary .item .number{width:7%;margin-left:3%}.bc-reviews .review-list{margin-top:30px}.bc-reviews .review-list .review-item{padding-top:30px;padding-bottom:30px;border-top:1px solid #EAEEF3;font-size:14px}@media (max-width: 990px){.bc-reviews .review-list .review-item{padding-top:15px;padding-bottom:15px}}.bc-reviews .review-list .review-item .review-item-head{display:flex;align-items:center;margin-right:100px}.bc-reviews .review-list .review-item .review-item-head .media .media-left{padding-right:20px}.bc-reviews .review-list .review-item .review-item-head .media .media-left img{border-radius:50%;width:50px;height:50px}.bc-reviews .review-list .review-item .review-item-head .media .media-left .avatar-text{background:#1a2b47;color:#fff;border-radius:50%;width:50px;height:50px;display:block;text-align:center;padding-top:4px;position:relative;font-size:29px;top:0}.bc-reviews .review-list .review-item .review-item-head .media .media-body .media-heading{font-size:14px;color:#1a2b48;font-weight:600;margin-bottom:5px;margin-top:5px}.bc-reviews .review-list .review-item .review-item-head .media .media-body .date{color:#aeb4c0}.bc-reviews .review-list .review-item .review-item-body{margin-top:20px}.bc-reviews .review-list .review-item .review-item-body .title{position:relative;font-size:16px;line-height:20px}.bc-reviews .review-list .review-item .review-item-body .review-star{padding:0;margin:0;overflow:hidden}.bc-reviews .review-list .review-item .review-item-body .review-star li{list-style:none;margin-right:5px;float:left}.bc-reviews .review-list .review-item .review-item-body .review-star li .fa{color:#ffdc00;font-size:16px}.bc-reviews .review-list .review-item .review-item-body .detail{margin-top:5px;font-size:14px;color:#5e6d77;font-weight:400;position:relative}.bc-reviews .review-list .review-item:last-child{border-bottom:1px solid #EAEEF3}.bc-reviews .review-pag-wrapper{overflow:hidden;margin-top:15px}.bc-reviews .review-pag-wrapper .review-pag-text{float:right;font-size:14px;color:#5e6d77;margin-top:5px;margin-right:0}.bc-reviews .review-pag-wrapper .bc-pagination{text-align:left;display:inline-block;margin-top:3px;margin-bottom:0}.bc-reviews .review-pag-wrapper .bc-pagination ul{text-align:center;display:inline-block;padding:0;margin:0}.bc-reviews .review-pag-wrapper .bc-pagination ul li{list-style:none;font-size:16px;color:#768090;float:left;margin-right:10px}.bc-reviews .review-pag-wrapper .bc-pagination ul li a,.bc-reviews .review-pag-wrapper .bc-pagination ul li span{display:block;height:32px;width:32px;line-height:32px;text-decoration:none;color:#5e6d77;float:none;padding:0;border:none;border-radius:3px;cursor:pointer}.bc-reviews .review-pag-wrapper .bc-pagination ul li a.current,.bc-reviews .review-pag-wrapper .bc-pagination ul li span.current{border:1px solid #1a2b47!important;border-radius:3px;background:transparent!important;color:#1a2b47!important}.bc-reviews .review-pag-wrapper .bc-pagination ul li.active a,.bc-reviews .review-pag-wrapper .bc-pagination ul li.active span{border:1px solid #1a2b47!important;background:transparent!important;color:#1a2b47!important}.bc-reviews .review-pag-wrapper .bc-pagination .count-string{font-size:14px;color:#768090;margin-top:5px;display:inline-block}.bc-reviews .review-form{margin:15px 0}.bc-reviews .review-form .title-form{color:#1a2b48!important;font-size:16px;font-weight:500}.bc-reviews .review-form .form-wrapper{margin-top:15px;padding:30px;border:1px solid #D7DCE3;background:#f9f9f9;border-top:solid 4px #5191FA;border-bottom-left-radius:5px;border-bottom-right-radius:5px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper{padding:15px}.bc-reviews .review-form .form-wrapper .form-group{margin-bottom:0}}@media (max-width: 1024px){.bc-reviews .review-form .form-wrapper .row .col-md-8{flex:0 0 60%;max-width:60%}.bc-reviews .review-form .form-wrapper .row .col-md-4{flex:0 0 40%;max-width:40%}}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper .row .col-md-8,.bc-reviews .review-form .form-wrapper .row .col-md-4{flex:0 0 100%;max-width:100%}}.bc-reviews .review-form .form-wrapper .review-items{background:#fff;padding:25px 30px;border:1px solid #EEEEEE;border-radius:5px;margin-top:15px;min-height:350px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper .review-items{min-height:auto;padding:10px 15px}}.bc-reviews .review-form .form-wrapper .review-items .item{margin-bottom:10px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper .review-items .item{margin-bottom:5px}}.bc-reviews .review-form .form-wrapper .review-items .item:last-child{margin-bottom:0}.bc-reviews .review-form .form-wrapper .review-items .item label{font-size:14px;font-weight:500;color:#768090;margin-bottom:4px}.bc-reviews .review-form .form-wrapper .review-items .item .rates{position:relative}.bc-reviews .review-form .form-wrapper .review-items .item .fa:not(:last-child){margin-right:8px}.bc-reviews .review-form .form-wrapper .review-items .item .fa{cursor:pointer;font-size:18px}.bc-reviews .review-form .form-wrapper .review-items .item .fa.grey{color:#5e6d77}.bc-reviews .review-form .form-wrapper .review-items .item .fa.selected,.bc-reviews .review-form .form-wrapper .review-items .item .fa.hovered{color:#ffdc00}.bc-reviews .review-form .form-wrapper .review-items .item .fa.selected:before,.bc-reviews .review-form .form-wrapper .review-items .item .fa.hovered:before{content:""}.bc-reviews .review-form .form-wrapper .alert ul{margin-left:30px}.bc-reviews .review-form .form-wrapper textarea.form-control{min-height:350px;margin-top:15px}@media (max-width: 766px){.bc-reviews .review-form .form-wrapper textarea.form-control{min-height:100px}}.bc-reviews .review-form .btn{background:#5191fa;color:#fff;border:none;box-shadow:none;border-radius:3px;padding:10px 20px;transition:background .2s,color .2s;margin-top:10px}@media (max-width: 766px){.bc-reviews .review-form .btn{padding:5px 15px}}.bc-reviews .review-message{background:#f5f5f5;padding:15px 20px;margin-top:15px;border-left:solid 4px #5191fa;margin-bottom:15px}.page-404-content{padding:60px 0;text-align:center}.page-404-content h1{font-size:48px;color:#1a2b48;font-weight:500;margin-top:0}.page-404-content h3{font-size:16px;color:#5e6d77;font-weight:400;margin-bottom:60px;margin-top:10px}.page-404-content img,.page-404-content svg{margin-bottom:50px;max-width:100%}.page-404-content p{font-size:18px;color:#5e6d77;margin-bottom:5px}.page-404-content .no-page__title{font-size:200px;font-weight:600;line-height:1.2}.smart-search,.input-search{position:relative}.smart-search:after,.input-search:after{content:"";position:absolute;right:10px;top:10px;color:#5191fa;border-top:.4em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.smart-search:not(.normal-control) .parent_text,.smart-search:not(.normal-control) .form-control,.input-search:not(.normal-control) .parent_text,.input-search:not(.normal-control) .form-control{border:none;box-shadow:none;font-size:16px;color:#5191fa;position:relative;left:0!important;padding:0!important;height:25px;background:transparent}.smart-search:not(.normal-control) .parent_text::-moz-placeholder,.smart-search:not(.normal-control) .form-control::-moz-placeholder,.input-search:not(.normal-control) .parent_text::-moz-placeholder,.input-search:not(.normal-control) .form-control::-moz-placeholder{color:#5191fa;opacity:1}.smart-search:not(.normal-control) .parent_text::placeholder,.smart-search:not(.normal-control) .form-control::placeholder,.input-search:not(.normal-control) .parent_text::placeholder,.input-search:not(.normal-control) .form-control::placeholder{color:#5191fa;opacity:1}.smart-search:not(.normal-control) .parent_text[readonly],.smart-search:not(.normal-control) .form-control[readonly],.input-search:not(.normal-control) .parent_text[readonly],.input-search:not(.normal-control) .form-control[readonly]{cursor:pointer}.smart-search .bc-autocomplete,.input-search .bc-autocomplete{opacity:0;visibility:hidden;transition:all .3s;position:absolute;background:#fff;padding:0;top:100%;margin-top:15px;left:0;border-radius:0 0 5px 5px;border:solid 1px #dee2e6;z-index:20;max-height:300px;overflow-y:auto;right:-15px}.smart-search .bc-autocomplete.show,.input-search .bc-autocomplete.show{opacity:1;visibility:visible}@media (max-width: 1023px){.smart-search .bc-autocomplete,.input-search .bc-autocomplete{margin-top:10px;border-radius:0;right:0;left:-55px;background:#f1f1f1}}.smart-search .bc-autocomplete .item,.input-search .bc-autocomplete .item{cursor:pointer;padding:10px 15px}.smart-search .bc-autocomplete .item:nth-child(2n),.input-search .bc-autocomplete .item:nth-child(2n){background:#fff}.smart-search .bc-autocomplete .item:last-child,.input-search .bc-autocomplete .item:last-child{margin-bottom:0}.smart-search .bc-autocomplete .item .h-line,.input-search .bc-autocomplete .item .h-line{font-weight:500}.smart-search .bc-autocomplete .item i,.input-search .bc-autocomplete .item i{margin-right:5px;font-size:16px;position:relative;top:1px;color:#828282}.smart-search .bc-autocomplete .item:hover,.input-search .bc-autocomplete .item:hover{background:#f5f4f7}.smart-search .bc-autocomplete .message,.input-search .bc-autocomplete .message{display:none;padding:10px 15px;font-size:14px;color:#424242}.smart-search .bc-autocomplete.on-message .list-item,.input-search .bc-autocomplete.on-message .list-item{display:none}.smart-search .bc-autocomplete.on-message .message,.input-search .bc-autocomplete.on-message .message{display:block}.smart-search.normal-control .form-control,.input-search.normal-control .form-control{padding-right:25px}.smart-search.normal-control .bc-autocomplete,.input-search.normal-control .bc-autocomplete{margin-top:0}.smart-search.normal-control:after,.input-search.normal-control:after{color:#4b4b4b;top:23px;right:15px}.bc-video-popup{display:inline-block;position:relative}.bc-video-popup .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.7}.bc-video-popup:hover .play-icon{opacity:1}.g-faq{border-bottom:solid 1px #D7DCE3;margin-bottom:25px;border-top:solid 1px #D7DCE3;padding-top:25px}.g-faq .item{border-bottom:1px solid #D7DCE3;margin-bottom:10px}.g-faq .item:last-child{border:none}.g-faq .item .header{margin-bottom:10px;overflow:hidden;padding-top:15px;cursor:pointer}.g-faq .item .header .field-icon{float:left;font-size:25px;margin-right:10px;top:-3px;position:relative}.g-faq .item .header h5{float:left;margin-top:0;margin-bottom:0;font-size:16px;color:#1a2b48}@media (max-width: 990px){.g-faq .item .header h5{font-size:14px}}.g-faq .item .header .arrow{float:right;font-size:20px;position:relative;top:-8px}.g-faq .item .body{font-size:14px;color:#5e6d77;transition:all .3s;height:0px;overflow:hidden;padding-bottom:0}.g-faq .item.active .header .arrow{transform:rotate(180deg)}.g-faq .item.active .body{height:auto;padding-bottom:20px}.item-tour{border:1px solid #dfdfdf;border-radius:3px;overflow:hidden;padding-bottom:15px;position:relative;margin-bottom:30px}.item-tour a{text-decoration:none;transition:all .3s}.item-tour .sale_info{position:absolute;width:80px;height:48px;transform:rotate(45deg);right:-30px;top:-13px;line-height:65px;text-align:center;color:#fff;font-size:15px;z-index:8;background-color:#c03}.item-tour .featured{position:absolute;top:20px;left:0;font-size:13px;color:#fff;font-weight:500;z-index:8;background:#5191fa;border-radius:0 3px 3px 0;padding:6px 10px}.item-tour .thumb-image{overflow:hidden;height:170px;background:#ccc}.item-tour .thumb-image a img{transition:all .3s;max-width:100%}.item-tour .thumb-image a:hover img{transform:scale(1.1)}.item-tour .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;bottom:0;color:#fff;padding:10px;cursor:pointer}.item-tour .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-tour .thumb-image .service-wishlist:hover i,.item-tour .thumb-image .service-wishlist.loading i{color:#ff9290}.item-tour .thumb-image .service-wishlist.active i{color:red}.item-tour .location{font-size:13px;color:#5e6d77;margin:15px 15px 10px}.item-tour .location i{position:relative;font-size:16px}.item-tour .category{margin:0 15px}.item-tour .category .fa{color:#687882;opacity:.6}.item-tour .service-review{margin:10px 15px 15px}.item-tour .service-review .list-star{display:inline-block;line-height:13px;position:relative}.item-tour .service-review .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.item-tour .service-review .list-star .booking-item-rating-stars:before,.item-tour .service-review .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.item-tour .service-review .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.item-tour .service-review .list-star .booking-item-rating-stars li:last-child{margin-right:0}.item-tour .service-review .list-star .booking-item-rating-stars li .fa{font-size:15px;color:#ffdc00}.item-tour .service-review .list-star .booking-item-rating-stars-active{position:absolute;width:0;top:0;left:0;overflow:hidden}.item-tour .service-review .review{position:relative;top:-2px;font-size:13px;color:#768092;margin-left:10px}.item-tour .item-title{margin:0 15px;font-size:16px;line-height:22px;min-height:45px}@media (max-width: 766px){.item-tour .item-title{min-height:auto}}.item-tour .item-title a{color:#1a2b50}.item-tour .info{margin:0 15px;display:flex}.item-tour .info .duration{flex:auto;align-items:center;color:#5e6d77;position:relative;top:5px}.item-tour .info .duration i{position:relative;font-size:17px}.item-tour .info .g-price{flex:auto;text-align:right}.item-tour .info .g-price .prefix{color:#5e6d77;display:inline-block}.item-tour .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-tour .info .g-price .price{position:relative;display:inline-block}.item-tour .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-tour .info .g-price .price .onsale{position:absolute;right:0;top:-15px;text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-tour.infobox-item{position:relative}.item-tour.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-space{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:20px;position:relative;margin-bottom:30px}.item-loop.item-space a{text-decoration:none;transition:all .3s}.item-loop.item-space .sale_info{position:absolute;width:50px;height:50px;right:-7px;top:-47px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-space .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop.item-space .featured:after{position:absolute;content:"";top:-9px;right:-10px;border:10px solid transparent;border-bottom:29px solid #ED0925;z-index:1}.item-loop.item-space .thumb-image{overflow:hidden;height:185px;background:#ccc;position:relative}.item-loop.item-space .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-space .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-space .thumb-image a:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000 0% 0%,#0000 65%,#000000bf);z-index:1}.item-loop.item-space .thumb-image .price-wrapper{position:absolute;bottom:10px;left:15px;color:#fff;font-size:22px;z-index:10}.item-loop.item-space .thumb-image .price-wrapper .price{position:relative;display:inline-block}.item-loop.item-space .thumb-image .price-wrapper .price .text-price{color:#fff;font-weight:500;font-size:22px}.item-loop.item-space .thumb-image .price-wrapper .price .onsale{position:absolute;left:0;top:-18px;text-decoration:line-through;font-size:15px;color:#fff!important;font-weight:400}.item-loop.item-space .thumb-image .price-wrapper .price .unit{font-size:14px;color:#fff}.item-loop.item-space .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:10px;color:#fff;padding:10px;cursor:pointer}.item-loop.item-space .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-space .thumb-image .service-wishlist:hover i,.item-loop.item-space .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-space .thumb-image .service-wishlist.active i{color:red}.item-loop.item-space .location{font-size:13px;color:#5e6d77;margin:0 15px}.item-loop.item-space .location i{position:relative;font-size:16px}.item-loop.item-space .category{margin:0 15px}.item-loop.item-space .category .fa{color:#687882;opacity:.6}.item-loop.item-space .service-review{margin:10px 15px 0}.item-loop.item-space .service-review .rate{color:#5191fa}.item-loop.item-space .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-space .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-space .item-title{margin:20px 15px 5px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-space .item-title{min-height:auto}}.item-loop.item-space .item-title a{color:#1a2b50}.item-loop.item-space .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-space .info{margin:0 15px}.item-loop.item-space .amenities{margin:15px 15px 0;padding-top:15px;border-top:1px solid #e4e8ed;display:flex;font-size:13px;justify-content:space-between}.item-loop.item-space .amenities .amenity{align-items:center}.item-loop.item-space .amenities .amenity .input-icon{margin-right:5px;font-size:20px;color:#505050;position:relative;top:1px}.item-loop.item-space.infobox-item{position:relative}.item-loop.item-space.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-boat{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:15px;position:relative;margin-bottom:30px}.item-loop.item-boat a{text-decoration:none;transition:all .3s}.item-loop.item-boat .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-boat .featured{position:absolute;top:15px;left:15px;background:#1a2b48;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px;border-radius:5px}.item-loop.item-boat .thumb-image{overflow:hidden;background:#fff;position:relative;padding-bottom:55%}.item-loop.item-boat .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-boat .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-boat .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:0;color:#000;padding:10px;cursor:pointer}.item-loop.item-boat .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-boat .thumb-image .service-wishlist:hover i,.item-loop.item-boat .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-boat .thumb-image .service-wishlist.active i{color:red}.item-loop.item-boat .thumb-image .service-wishlist.active i:before{content:""}.item-loop.item-boat .location{font-size:13px;color:#5e6d77;margin:15px 15px 0}.item-loop.item-boat .location i{position:relative;font-size:16px}.item-loop.item-boat .category{margin:0 15px}.item-loop.item-boat .category .fa{color:#687882;opacity:.6}.item-loop.item-boat .service-review{margin:0 15px;font-size:13px}.item-loop.item-boat .service-review .rate{color:#5191fa}.item-loop.item-boat .service-review .review{margin-left:15px;position:relative;color:#6a7a84}.item-loop.item-boat .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-10px;top:8px}.item-loop.item-boat .item-title{margin:0 15px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-boat .item-title{min-height:auto}}.item-loop.item-boat .item-title a{color:#1a2b50}.item-loop.item-boat .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-boat .info{margin:0 15px}.item-loop.item-boat .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-boat .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-boat .info .g-price .price{position:relative;display:inline-block}.item-loop.item-boat .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop.item-boat .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-boat .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-boat .amenities{margin:10px 15px 5px;display:flex;font-size:13px;justify-content:space-between}.item-loop.item-boat .amenities .amenity{align-items:center;text-align:center}.item-loop.item-boat .amenities .amenity .input-icon{font-size:26px;color:#1a2b48;position:relative;top:1px}.item-loop.item-boat .amenities .amenity .text{display:block}.item-loop.item-boat.infobox-item{position:relative}.item-loop.item-boat.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-car{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:15px;position:relative;margin-bottom:30px}.item-loop.item-car a{text-decoration:none;transition:all .3s}.item-loop.item-car .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-car .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop.item-car .featured:after{position:absolute;content:"";top:-9px;right:-10px;border:10px solid transparent;border-bottom:29px solid #ED0925;z-index:1}.item-loop.item-car .thumb-image{overflow:hidden;background:#fff;position:relative;padding-bottom:55%}.item-loop.item-car .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-car .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-car .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:0;color:#000;padding:10px;cursor:pointer}.item-loop.item-car .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-car .thumb-image .service-wishlist:hover i,.item-loop.item-car .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-car .thumb-image .service-wishlist.active i{color:red}.item-loop.item-car .thumb-image .service-wishlist.active i:before{content:""}.item-loop.item-car .location{font-size:13px;color:#5e6d77;margin:0 15px}.item-loop.item-car .location i{position:relative;font-size:16px}.item-loop.item-car .category{margin:0 15px}.item-loop.item-car .category .fa{color:#687882;opacity:.6}.item-loop.item-car .service-review{margin:10px 15px 0}.item-loop.item-car .service-review .rate{color:#5191fa}.item-loop.item-car .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-car .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-car .item-title{margin:20px 15px 5px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-car .item-title{min-height:auto}}.item-loop.item-car .item-title a{color:#1a2b50}.item-loop.item-car .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-car .info{margin:0 15px}.item-loop.item-car .info .g-price{text-align:left}.item-loop.item-car .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-car .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-car .info .g-price .price{position:relative;display:inline-block}.item-loop.item-car .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop.item-car .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-car .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-car .amenities{margin:10px 15px 5px;display:flex;font-size:13px;justify-content:space-between}.item-loop.item-car .amenities .amenity{align-items:center;text-align:center}.item-loop.item-car .amenities .amenity .input-icon{font-size:20px;color:#505050;position:relative;top:1px}.item-loop.item-car .amenities .amenity .text{display:block}.item-loop.item-car .amenities .icon-passenger{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/passenger.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car .amenities .icon-baggage{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/baggage.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car .amenities .icon-door{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/door.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car .amenities .icon-gear{display:inline-block;width:22px;height:22px;background:url(../../../module/car/images/gear.svg);background-position:center;background-repeat:no-repeat}.item-loop.item-car.infobox-item{position:relative}.item-loop.item-car.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop.item-event{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:10px;position:relative;margin-bottom:30px;border-radius:10px}.item-loop.item-event a{text-decoration:none;transition:all .3s}.item-loop.item-event .sale_info{position:absolute;width:45px;height:45px;right:10px;bottom:10px;color:#fff;font-size:14px;background-color:#d42681;display:flex;align-items:center;justify-content:center;border-radius:10px;z-index:999}.item-loop.item-event .featured{position:absolute;top:15px;left:15px;background:#d42681;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px;border-radius:5px}.item-loop.item-event .thumb-image{overflow:hidden;background:#fff;position:relative;padding-bottom:80%}.item-loop.item-event .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-event .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-event .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:0;color:#fff;padding:10px;cursor:pointer}.item-loop.item-event .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-event .thumb-image .service-wishlist:hover i,.item-loop.item-event .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-event .thumb-image .service-wishlist.active i{color:#d42681}.item-loop.item-event .thumb-image .service-wishlist.active i:before{content:""}.item-loop.item-event .location{font-size:13px;color:#d42681;margin:15px 15px 0}.item-loop.item-event .location i{position:relative;font-size:16px}.item-loop.item-event .service-review{margin:0 15px}.item-loop.item-event .service-review .rate{color:#d42681}.item-loop.item-event .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-event .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-event .start-time{margin:5px 15px 10px;border-bottom:dashed 1px #dfdfdf;color:#6a7a84;padding-bottom:10px}.item-loop.item-event .item-title{margin:0 15px;font-size:16px;font-weight:500;position:relative;min-height:50px}@media (max-width: 766px){.item-loop.item-event .item-title{min-height:auto}}.item-loop.item-event .item-title a{color:#1a2b50}.item-loop.item-event .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-event .info{margin:0 15px;display:flex}.item-loop.item-event .info .duration{flex:0 0 70px;color:#6a7a84}.item-loop.item-event .info .g-price{flex:1;text-align:right}.item-loop.item-event .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-event .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-event .info .g-price .price{position:relative;display:inline-block}.item-loop.item-event .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500;line-height:20px}.item-loop.item-event .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-event .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-hotel{border:1px solid #dfdfdf;overflow:hidden;padding-bottom:20px;position:relative;margin-bottom:30px}.item-loop.item-hotel a{text-decoration:none;transition:all .3s}.item-loop.item-hotel .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop.item-hotel .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop.item-hotel .thumb-image{overflow:hidden;height:185px;background:#ccc;position:relative}.item-loop.item-hotel .thumb-image:hover a img{transform:scale(1.1)}.item-loop.item-hotel .thumb-image a img{transition:all .3s;max-width:100%}.item-loop.item-hotel .thumb-image a:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000 0% 0%,#0000 65%,#000000bf);z-index:1}.item-loop.item-hotel .thumb-image .price-wrapper{position:absolute;bottom:10px;left:15px;color:#fff;font-size:22px;z-index:10}.item-loop.item-hotel .thumb-image .price-wrapper .price{position:relative;display:inline-block}.item-loop.item-hotel .thumb-image .price-wrapper .price .text-price{color:#fff;font-weight:500;font-size:22px}.item-loop.item-hotel .thumb-image .price-wrapper .price .onsale{position:absolute;left:0;top:-18px;text-decoration:line-through;font-size:15px;color:#fff!important;font-weight:400}.item-loop.item-hotel .thumb-image .price-wrapper .price .unit{font-size:14px;color:#fff}.item-loop.item-hotel .thumb-image .service-wishlist{position:absolute;right:5px;z-index:10;top:10px;color:#fff;padding:10px;cursor:pointer}.item-loop.item-hotel .thumb-image .service-wishlist i{transition:all .3s;font-size:16px}.item-loop.item-hotel .thumb-image .service-wishlist:hover i,.item-loop.item-hotel .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop.item-hotel .thumb-image .service-wishlist.active i{color:red}.item-loop.item-hotel .location{font-size:13px;color:#5e6d77;margin:0 15px}.item-loop.item-hotel .location i{position:relative;font-size:16px}.item-loop.item-hotel .category{margin:0 15px}.item-loop.item-hotel .category .fa{color:#687882;opacity:.6}.item-loop.item-hotel .service-review{margin:10px 15px 0}.item-loop.item-hotel .service-review .rate{color:#5191fa}.item-loop.item-hotel .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop.item-hotel .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}.item-loop.item-hotel .item-title{margin:20px 15px 5px;font-size:16px;font-weight:500;position:relative}@media (max-width: 766px){.item-loop.item-hotel .item-title{min-height:auto}}.item-loop.item-hotel .item-title a{color:#1a2b50}.item-loop.item-hotel .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop.item-hotel .info{margin:0 15px}.item-loop.item-hotel .info:before,.item-loop.item-hotel .info:after{content:"";display:table;clear:both}.item-loop.item-hotel .info .g-price{text-align:left}.item-loop.item-hotel .info .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;position:relative}.item-loop.item-hotel .info .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop.item-hotel .info .g-price .price{position:relative;display:inline-block}.item-loop.item-hotel .info .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop.item-hotel .info .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop.item-hotel .info .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop.item-hotel .star-rate{position:absolute;bottom:10px;left:15px;z-index:1}.item-loop.item-hotel .list-star{display:inline-block;line-height:13px;position:relative}.item-loop.item-hotel .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.item-loop.item-hotel .list-star .booking-item-rating-stars:before,.item-loop.item-hotel .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.item-loop.item-hotel .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.item-loop.item-hotel .list-star .booking-item-rating-stars li:last-child{margin-right:0}.item-loop.item-hotel .list-star .booking-item-rating-stars li .fa{font-size:15px;color:#fa5636}.item-loop.item-hotel.infobox-item{position:relative}.item-loop.item-hotel.infobox-item: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;transform:rotate(45deg);box-shadow:1px 1px #dfdfdf;background:#fff}.item-loop-list{border:1px solid #dfdfdf;overflow:hidden;position:relative;margin-bottom:30px;display:flex}@media (max-width: 766px){.item-loop-list{flex-wrap:wrap}}.item-loop-list a{text-decoration:none;transition:all .3s}.item-loop-list .sale_info{position:absolute;width:50px;height:50px;right:10px;top:-25px;color:#fff;font-size:15px;background-color:#5191fa;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:999;border:solid 3px #fff}.item-loop-list .featured{position:absolute;top:20px;left:0;background:#ed0925;display:inline-block;padding:0 10px;color:#fff;font-size:13px;font-weight:500;z-index:1;height:30px;line-height:30px}.item-loop-list .thumb-image{overflow:hidden;height:190px;background:#ccc;position:relative;flex:0 0 30%;padding:0}@media (max-width: 766px){.item-loop-list .thumb-image{flex:0 0 100%}}.item-loop-list .thumb-image:hover a img{transform:scale(1.1)}.item-loop-list .thumb-image a img{transition:all .3s;max-width:100%}.item-loop-list .thumb-image a:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000 0% 0%,#0000 65%,#000000bf);z-index:1}.item-loop-list .thumb-image .price-wrapper{position:absolute;bottom:10px;left:15px;color:#fff;font-size:22px;z-index:10}.item-loop-list .thumb-image .price-wrapper .price{position:relative;display:inline-block}.item-loop-list .thumb-image .price-wrapper .price .text-price{color:#fff;font-weight:500;font-size:22px}.item-loop-list .thumb-image .price-wrapper .price .onsale{position:absolute;left:0;top:-18px;text-decoration:line-through;font-size:15px;color:#fff!important;font-weight:400}.item-loop-list .thumb-image .price-wrapper .price .unit{font-size:14px;color:#fff}.item-loop-list .thumb-image .service-wishlist{position:absolute;right:0;z-index:10;top:0;color:#fff;padding:20px;cursor:pointer}.item-loop-list .thumb-image .service-wishlist i{transition:all .3s;font-size:18px}.item-loop-list .thumb-image .service-wishlist:hover i,.item-loop-list .thumb-image .service-wishlist.loading i{color:#ff9290}.item-loop-list .thumb-image .service-wishlist.active i{color:red}.item-loop-list .service-review{padding:10px 0 0;display:none}.item-loop-list .service-review .rate{color:#5191fa}.item-loop-list .service-review .review{margin-left:30px;position:relative;color:#6a7a84}.item-loop-list .service-review .review:after{position:absolute;content:"";width:4px;height:4px;background:#d0d7dd;border-radius:50%;left:-18px;top:8px}@media (max-width: 766px){.item-loop-list .service-review{display:block}}.item-loop-list .service-review-pc .head{display:flex;align-items:center;position:relative;font-size:14px;color:#1a2b48;font-weight:400;line-height:25px;justify-content:flex-end}.item-loop-list .service-review-pc .head .left{text-align:right}.item-loop-list .service-review-pc .head .left .head-rating{display:block;line-height:13px;margin-top:8px;margin-bottom:1px;font-weight:500}.item-loop-list .service-review-pc .head .left .text-rating{color:#5191fa;font-size:14px}.item-loop-list .service-review-pc .head .score{position:relative;float:right;margin-left:12px;padding:7px 7px 0 9px;background:#5191fa;border-radius:4px;color:#fff;font-size:20px;font-weight:400;min-height:38px}.item-loop-list .service-review-pc .head .score span{font-size:14px;color:#fff}.item-loop-list .service-review-pc .head .score:after{position:absolute;content:"";width:0;height:0;bottom:0;left:-8px;border:15px solid transparent;border-bottom:15px solid #5191FA}.item-loop-list .service-review-pc .foot{color:#5e6d77;font-size:14px;text-align:right}@media (max-width: 766px){.item-loop-list .service-review-pc{display:none}}.item-loop-list .g-info{flex:0 0 45%;padding:15px;position:relative}@media (max-width: 766px){.item-loop-list .g-info{flex:0 0 100%;padding-bottom:0;display:flex;flex-wrap:wrap;flex-direction:row}.item-loop-list .g-info>div{flex:0 0 100%}}.item-loop-list .g-info .item-title{font-size:16px;font-weight:500;position:relative;margin-bottom:5px}@media (max-width: 766px){.item-loop-list .g-info .item-title{min-height:auto;order:2;margin-bottom:0}}.item-loop-list .g-info .item-title a{color:#1a2b50}.item-loop-list .g-info .item-title i{color:#ffc107;font-size:15px;margin-right:2px}.item-loop-list .g-info .location{position:absolute;left:15px;bottom:10px;font-size:13px;color:#5e6d77}@media (max-width: 766px){.item-loop-list .g-info .location{position:relative;left:0;bottom:0;margin-top:5px;order:3;margin-bottom:3px}}.item-loop-list .g-info .location i{position:relative;font-size:16px}.item-loop-list .g-info .star-rate{z-index:1}@media (max-width: 766px){.item-loop-list .g-info .star-rate{order:1}}.item-loop-list .g-info .list-star{display:inline-block;line-height:13px;position:relative}.item-loop-list .g-info .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.item-loop-list .g-info .list-star .booking-item-rating-stars:before,.item-loop-list .g-info .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.item-loop-list .g-info .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child{margin-right:0}.item-loop-list .g-info .list-star .booking-item-rating-stars li .fa{font-size:14px;color:#fa5636}@media (max-width: 766px){.item-loop-list .g-info .terms{order:4}}.item-loop-list .g-info .terms .attr-title{display:inline-block;margin-right:5px;color:#5e6d77;font-size:13px}.item-loop-list .g-info .terms .attr-title i{margin-right:2px}.item-loop-list .g-info .terms .g-attributes .item{margin-right:5px;color:#5e6d77;font-size:13px}.item-loop-list .g-info .terms .g-attributes .item:before{content:"";height:2px;width:2px;display:inline-block;background:gray;vertical-align:middle;margin-right:5px}.item-loop-list .g-info .terms .g-attributes span:nth-child(2):before{display:none}@media (max-width: 1280px){.item-loop-list .g-info .terms .g-attributes{display:none}.item-loop-list .g-info .terms .g-attributes:first-child{display:block}}@media (max-width: 766px){.item-loop-list .g-info .terms .g-attributes{display:block}}.item-loop-list .g-rate-price{flex:1;padding:15px 15px 15px 0;position:relative}@media (max-width: 766px){.item-loop-list .g-rate-price{flex:0 0 100%;padding:0 15px 10px}}.item-loop-list .g-rate-price:before{content:"";position:absolute;left:15px;top:15px;bottom:15px;border-right:1px solid #dfdfdf}@media (max-width: 1280px){.item-loop-list .g-rate-price:before{left:0}}@media (max-width: 766px){.item-loop-list .g-rate-price:before{display:none}}.item-loop-list .g-rate-price .g-price{text-align:right;position:absolute;right:15px;bottom:10px;float:right}@media (max-width: 766px){.item-loop-list .g-rate-price .g-price{position:relative;left:0;bottom:0;float:none;text-align:left;border-top:solid 1px #dfdfdf;margin-top:10px;padding-top:5px}}.item-loop-list .g-rate-price .g-price .prefix{color:#5e6d77;display:inline-block;font-weight:400;left:-3px;position:relative}.item-loop-list .g-rate-price .g-price .prefix i{font-size:16px;color:#ffc107}.item-loop-list .g-rate-price .g-price .price{position:relative;display:inline-block}.item-loop-list .g-rate-price .g-price .price .text-price{font-size:18px;color:#1a2b48;font-weight:500}.item-loop-list .g-rate-price .g-price .price .onsale{text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.item-loop-list .g-rate-price .g-price .price .unit{font-size:14px;color:#5e6d77;font-weight:400}.item-loop-list .g-rate-price .g-price .text-review{float:right;position:relative;top:5px;color:#4b4b4c;display:none}@media (max-width: 766px){.item-loop-list .g-rate-price .g-price .text-review{display:block}}.bc_wrap .page-template-content .bc-list-tour .title{font-size:28px;margin-bottom:20px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-tour .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-tour .title .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-tour .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-tour .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px;outline:none}.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-tour .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-tour.carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-tour.box_shadow{background:#f5f5f5;padding:30px 0}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .col-item{margin-bottom:30px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item{position:relative;overflow:hidden;border-radius:5px;background:#fff;box-shadow:0 0 20px #00000040;height:100%}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .sale_info{position:absolute;width:80px;height:48px;transform:rotate(45deg);right:-30px;top:-13px;line-height:65px;text-align:center;color:#fff;font-size:15px;z-index:8;background-color:#c03}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .featured{position:absolute;top:20px;left:0;font-size:13px;color:#fff;font-weight:500;z-index:8;background:#c03;border-radius:0 3px 3px 0;padding:6px 10px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb{position:relative;overflow:hidden;width:100%;height:200px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb:before{position:absolute;z-index:1;content:"";width:100%;height:100%;bottom:0;left:0;opacity:0;transition:all .4s;background:#0006}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb img{transition:all .4s;transform:scale(1);width:100%}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .tour-book-now{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%) scale(.5);z-index:3;opacity:0;color:#fff;border:none;transition:all .4s;padding:5px 20px;background-color:#5192fa;border-radius:30px;text-decoration:none}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist{position:absolute;right:5px;z-index:10;bottom:0;color:#fff;padding:10px;cursor:pointer}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist i{transition:all .3s;font-size:16px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist:hover i,.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.loading i{color:#ff9290}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.active i{color:red}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption{position:relative;width:100%;padding:28px 22px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address{width:65%;float:left}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title{font-size:16px;font-weight:500;margin-bottom:7px;line-height:20px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title a{color:#333;text-decoration:none;transition:all .3s}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .title a:hover{color:#5192fa}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .title-address .duration{margin-bottom:0;color:#7e7e7e;font-size:13px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .tour-price{position:absolute;color:#ff7430;font-size:34px;right:22px;top:20px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price{text-align:right;float:right}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price{position:relative;display:inline-block;padding-top:18px}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price .text-price{font-size:22px;color:#1a2b48;font-weight:500}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item .caption .g-price .price .onsale{position:absolute;right:0;top:0;text-decoration:line-through;font-size:14px;color:#c03!important;font-weight:400}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb:before{opacity:1}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-tour.box_shadow .list-item .item:hover .header-thumb .tour-book-now{opacity:1;top:51%;transform:translate(-50%,-50%) scale(1)}.bc_wrap .page-template-content .bc-list-tour.carousel_simple{padding:70px 0 20px}@media (max-width: 460px){.bc_wrap .page-template-content .bc-list-tour.carousel_simple{padding:40px 0 20px}}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .title{font-size:28px;margin-bottom:30px;position:relative;padding-bottom:10px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .title:before{position:absolute;content:"";height:2px;width:80px;background:var(--link-color, #5191FA);bottom:0;left:0}@media (max-width: 460px){.bc_wrap .page-template-content .bc-list-tour.carousel_simple .sub-title{padding-bottom:15px}}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav{left:-100px;right:auto;top:0}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-next{border:solid 1px #1a2b48;border-radius:50%}@media (max-width: 460px){.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-tour.carousel_simple .owl-nav .owl-next{display:none}}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour{border:none;border-radius:5px;padding-bottom:0}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .featured{background:#1a2b48}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image{height:350px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image a img{max-width:none;width:auto}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .thumb-image .service-wishlist{right:auto;left:5px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price{position:absolute;border:solid 2px #fff;right:-2px;bottom:-2px;z-index:8;background:var(--link-color, #5191FA);padding:5px 10px 5px 20px;margin-top:0;opacity:.9;min-width:110px;text-align:-webkit-right;border-top-left-radius:5px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .text-price{font-size:22px;color:#fff;font-weight:500;display:block;line-height:22px}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .onsale{text-decoration:line-through;font-size:14px;color:#fff!important;font-weight:400;display:block}.bc_wrap .page-template-content .bc-list-tour.carousel_simple .list-item .item-tour .price .small{font-size:14px}.bc_wrap .page-template-content .bc-form-search-tour{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-tour .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-tour .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-tour .g-form-control{padding:0 100px;margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-tour .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2{position:relative;padding:100px 0 120px}@media (max-width: 768px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2{padding:120px 0 30px}}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .text-heading{flex:0 0 100%;margin-top:-90px}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .sub-heading{flex:0 0 100%}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect{position:absolute;inset:0;z-index:0}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item{width:100%;height:100%!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;align-items:center;display:flex;flex-wrap:wrap;align-content:center}@media (max-width: 768px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item{display:block}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .item .text-heading{padding-top:80px;margin:0}}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-carousel,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-stage-outer,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-stage,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .effect .owl-item{height:100%;background-size:cover;background-position:center}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .owl-nav,.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .owl-dots{display:none!important}.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control{margin:170px 0 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control{margin:120px 0 0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-tour.carousel_v2 .g-form-control{margin:80px 0 0}}.bc_wrap .page-template-content .bc-featured-item{border-bottom:solid 1px #f4f4f4;margin:30px 0;padding-bottom:15px}.bc_wrap .page-template-content .bc-featured-item .featured-item{margin-bottom:20px}.bc_wrap .page-template-content .bc-featured-item .featured-item .image{margin-top:15px;float:left}.bc_wrap .page-template-content .bc-featured-item .featured-item .content{margin-left:85px;padding:15px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-featured-item .featured-item .content{margin-left:60px}}.bc_wrap .page-template-content .bc-featured-item .featured-item .content .title{font-size:18px}.bc_wrap .page-template-content .bc-featured-item .featured-item .content .desc{font-size:13px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-featured-item .col-md-4{flex:0 0 100%;max-width:100%}}.bc_wrap .page-template-content .bc-featured-item.style2{border-bottom:0px}.bc_wrap .page-template-content .bc-featured-item.style2 .number-circle{width:70px;height:70px;border:2px solid #5191FA;border-radius:50%;text-align:center;line-height:69px;font-size:40px;color:#5191fa;transition:all .3s;display:inline-block}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item{border:1px solid #dfdfdf;border-radius:8px;padding:50px;margin-bottom:30px;transition:all .3s}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item .image{float:none;margin-top:0;margin-bottom:25px;text-align:center}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item .content{text-align:center;margin-left:0;padding:0}.bc_wrap .page-template-content .bc-featured-item.style3 .featured-item:hover{border-color:#5191fa}.bc_wrap .page-template-content .bc-featured-item.style4{background-color:#f6f9ff;border-bottom:none;margin-top:0;padding:40px 0 20px}.bc_wrap .page-template-content .bc-featured-item.style5{background-color:#1a2b47;border-bottom:none;margin-top:0;color:#fff;padding:70px 0 10px}.bc_wrap .page-template-content .bc-testimonial{margin:30px 0}.bc_wrap .page-template-content .bc-testimonial h3{font-size:28px;margin-bottom:20px;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-testimonial h3{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-testimonial .item{border:1px solid #D7DCE3;border-radius:3px;padding:30px;min-height:250px;margin-bottom:30px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-testimonial .item{padding:15px;min-height:0px}}.bc_wrap .page-template-content .bc-testimonial .item .author{display:flex;align-items:center;margin-bottom:30px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-testimonial .item .author{margin-bottom:10px}}.bc_wrap .page-template-content .bc-testimonial .item .author img{margin-right:20px;width:70px;height:auto;border-radius:50%}.bc_wrap .page-template-content .bc-testimonial .item .author .author-meta h4{font-size:16px;margin-bottom:8px}.bc_wrap .page-template-content .bc-testimonial .item .author .author-meta .star .fa{color:#ffdc00;font-size:16px;margin-right:2px}.bc_wrap .page-template-content .bc-testimonial .item p{font-size:14px;color:#768092;margin-bottom:0}.bc_wrap .page-template-content .bc-call-to-action{margin:25px 0 40px}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action{margin:0 0 30px}}.bc_wrap .page-template-content .bc-call-to-action .context{padding:40px 45px 50px;background:#f6b756}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context{padding:15px!important}}.bc_wrap .page-template-content .bc-call-to-action .context .title{font-size:48px;font-weight:500}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action .context .title{font-size:32px!important}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context .title{font-size:26px!important}}.bc_wrap .page-template-content .bc-call-to-action .context .sub_title{font-size:18px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context .sub_title{font-size:16px!important}}.bc_wrap .page-template-content .bc-call-to-action .context .btn-more{margin-top:30px;float:right;background:#fff;display:block;padding:15px 25px;font-weight:500;border-radius:5px;color:#000;text-decoration:none;transition:all .3s}.bc_wrap .page-template-content .bc-call-to-action .context .btn-more:hover{border-radius:10px;background:#f1f1f1}@media (max-width: 990px){.bc_wrap .page-template-content .bc-call-to-action .context .btn-more{padding:15px 10px!important}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-call-to-action .context .btn-more{float:none;display:inline-block;margin-top:10px;padding:5px 10px!important}}.bc_wrap .page-template-content .bc-call-to-action.style_2 .context{padding-left:80px;background-size:cover;color:#fff}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action.style_2 .context{padding-left:40px}}.bc_wrap .page-template-content .bc-call-to-action.style_2 .context .title{font-size:40px;font-weight:400;line-height:55px}.bc_wrap .page-template-content .bc-call-to-action.style_2 .context .btn-more{padding:10px 25px;color:#5191fa;margin-top:20px}.bc_wrap .page-template-content .bc-call-to-action.style_3{margin:25px 0 0}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context{padding:150px 0!important;color:#fff;background-color:#fff}@media (max-width: 768px){.bc_wrap .page-template-content .bc-call-to-action.style_3 .context{padding:100px!important}}@media (max-width: 460px){.bc_wrap .page-template-content .bc-call-to-action.style_3 .context{padding:50px 20px!important}}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .title{font-size:50px;font-weight:600;text-shadow:0px 0px 20px #1a2b48}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .sub_title{font-size:18px;text-shadow:0px 0px 20px #1a2b48}.bc_wrap .page-template-content .bc-call-to-action.style_3 .context .btn-more{float:none;display:inline-block;padding:10px 35px}.bc_wrap .page-template-content .bc-list-locations .title{font-size:28px;margin-bottom:25px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-locations .row{padding:0 -10px}.bc_wrap .page-template-content .bc-list-locations .row .col-md-4,.bc_wrap .page-template-content .bc-list-locations .row .col-md-8{padding-left:10px;padding-right:10px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-list-locations .row .col-md-4{flex:0 0 50%;max-width:50%}.bc_wrap .page-template-content .bc-list-locations .row .col-md-8{flex:0 0 100%;max-width:100%}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item{margin-bottom:20px;min-height:383px;border-radius:5px;overflow:hidden}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item{min-height:200px}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item.no-image{background:#ccc}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image{position:relative;overflow:hidden;min-height:383px;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image{min-height:200px}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);z-index:1;text-align:center}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .title{margin-bottom:0;font-size:28px;font-weight:400;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .title{font-size:22px}}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .image .content .desc{display:inline-block;background:#5191fa;border-radius:100px;font-size:14px!important;color:#fff;padding:5px 20px;margin-top:10px}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item:hover .image img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item:hover .effect{opacity:0}.bc_wrap .page-template-content .bc-list-locations .list-item .destination-item .effect{position:absolute;left:0;top:0;background:#000;z-index:1;width:100%;height:100%;opacity:.4;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_2{margin:50px 0 30px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-locations.style_2{margin:30px 0 0}}.bc_wrap .page-template-content .bc-list-locations.style_2 .title{font-size:28px;font-weight:500;margin-bottom:5px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations.style_2 .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-locations.style_2 .sub-title{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item{border-radius:5px;min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item .content .title{font-size:16px;color:#1a2b48;padding:8px 25px;background:#fff;text-transform:uppercase;white-space:nowrap;display:inline-block;font-weight:500;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item .image{min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item:hover .effect{opacity:.4}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .destination-item:hover .title{background:#5191fa;color:#fff}.bc_wrap .page-template-content .bc-list-locations.style_2 .list-item .effect{opacity:0}.bc_wrap .page-template-content .bc-list-locations.style_3{margin:0 0 30px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-locations.style_3{margin:30px 0 0}}.bc_wrap .page-template-content .bc-list-locations.style_3 .title{font-size:28px;font-weight:500;margin-bottom:5px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations.style_3 .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-locations.style_3 .sub-title{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item{border-radius:5px;min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .content .title{font-size:28px;padding:5px 25px;text-transform:uppercase;white-space:nowrap;display:block;font-weight:500;transition:all .3s;margin-bottom:5px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .content .desc{display:inline-block;background:none;font-size:14px!important;color:#fff;margin-top:0;padding:2px 15px;border-radius:5px;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item .image{min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item:hover .effect{opacity:.2}.bc_wrap .page-template-content .bc-list-locations.style_3 .list-item .destination-item:hover .desc{background:#5191fa;color:#fff}.bc_wrap .page-template-content .bc-list-locations.style_4{margin:0 0 30px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-locations.style_4{margin:30px 0 0}}.bc_wrap .page-template-content .bc-list-locations.style_4 .title{font-size:28px;font-weight:500;margin-bottom:5px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-locations.style_4 .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-locations.style_4 .sub-title{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item{border-radius:5px;min-height:320px;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .title{font-size:22px;padding:5px 25px;text-transform:uppercase;white-space:nowrap;display:block;font-weight:500;transition:all .3s;margin-bottom:5px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .title:after{content:"";height:2px;width:50px;background:#fff;display:block;margin:15px auto auto;transition:all .3s}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc{position:absolute;bottom:0;transform:translate(-50%);left:50%;width:90%;text-align:center;transition:all .3s;top:125px;background:none!important}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a,.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span{color:#fff;font-size:14px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a:after,.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span:after{content:"";height:5px;width:5px;display:inline-block;background:#fff;vertical-align:middle;border-radius:50%;margin-left:10px;margin-right:10px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc a:last-child:after,.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .content .desc span:last-child:after{display:none}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item .image{min-height:320px}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item:hover .effect{opacity:.2}.bc_wrap .page-template-content .bc-list-locations.style_4 .list-item .destination-item:hover .content h4:after{width:70px}.bc_wrap .page-template-content .bc-how-it-works{margin:30px 0;color:#fff;padding-top:80px;padding-bottom:100px;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}.bc_wrap .page-template-content .bc-how-it-works .title{text-align:center;font-size:28px;margin-bottom:35px}.bc_wrap .page-template-content .bc-how-it-works .featured-item{margin-bottom:20px}.bc_wrap .page-template-content .bc-how-it-works .featured-item .image{margin-top:15px;float:left}.bc_wrap .page-template-content .bc-how-it-works .featured-item .image img{width:80px}.bc_wrap .page-template-content .bc-how-it-works .featured-item .content{margin-left:85px;padding:18px 15px 15px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-how-it-works .featured-item .content{margin-left:60px}}.bc_wrap .page-template-content .bc-how-it-works .featured-item .content .sub-title{font-size:22px}.bc_wrap .page-template-content .bc-how-it-works .featured-item .content .desc{font-size:13px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-how-it-works .col-md-4{flex:0 0 100%;max-width:100%}}.bc_wrap .page-template-content .bc-box-category-tour .title{font-size:28px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-box-category-tour .title{font-size:24px}}.bc_wrap .page-template-content .bc-box-category-tour .desc{color:#5e6d77;font-size:14px;margin-bottom:30px}.bc_wrap .page-template-content .bc-box-category-tour .list-item{margin-bottom:40px}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item{position:relative}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a{display:block;overflow:hidden}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a img{transition:all .3s}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item a img:hover{transform:scale(1.1)}.bc_wrap .page-template-content .bc-box-category-tour .list-item .item .text-title{position:absolute;font-size:24px;font-weight:700;color:#fff;top:50%;left:50%;transform:translate3d(-50%,-50%,0);text-align:center;cursor:pointer;width:100%}.bc_wrap .page-template-content .bc-box-category-tour .owl-dots{text-align:center;margin:15px 0}.bc_wrap .page-template-content .bc-box-category-tour .owl-dot{border-radius:50px;height:5px;width:48px;display:inline-block;background:#dcdcdc;margin-left:5px;margin-right:5px;outline:none}.bc_wrap .page-template-content .bc-box-category-tour .owl-dot.active{background:#5191fa}.bc_wrap .page-template-content .bc-client-feedback{background:#f6f9ff;margin-bottom:40px;overflow:hidden}.bc_wrap .page-template-content .bc-client-feedback img{max-width:100%}.bc_wrap .page-template-content .bc-client-feedback .list-item{padding:80px 60px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-client-feedback .list-item{padding:20px 30px 20px 10px}}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .title{font-size:16px;font-weight:500;color:var(--main-color, #1A2B48);line-height:26px;text-transform:capitalize;margin-bottom:5px}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .sub_title{margin-bottom:25px;font-style:italic;font-size:14px;color:#768092}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .desc{font-size:14px;color:#768092;margin-bottom:0}.bc_wrap .page-template-content .bc-client-feedback .list-item .item .icofont-quote-right{float:right;font-size:32px;color:#1a2b48}.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next{line-height:33px;padding-right:15px!important;outline:none;margin-top:20px;font-size:50px;color:#5191fa}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next{margin-top:0}}.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-client-feedback .owl-nav .owl-next span{position:relative;outline:none!important}.bc_wrap .page-template-content .bc-list-space{margin:50px 0}.bc_wrap .page-template-content .bc-list-space .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-space .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-space .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-space.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-space.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-space.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-space .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-space .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-form-search-space{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-space .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-space .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-space .g-form-control{margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-space .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-space .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-featured-box{padding:50px 0;background:#f2f2f2}@media (max-width: 460px){.bc_wrap .page-template-content .bc-featured-box{padding:20px 0}}.bc_wrap .page-template-content .bc-featured-box .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-featured-box .title{font-size:24px}}.bc_wrap .page-template-content .bc-featured-box .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-featured-box a{text-decoration:none}.bc_wrap .page-template-content .bc-featured-box .featured-item{background:#fff;text-align:center;padding:20px;margin:15px 0}.bc_wrap .page-template-content .bc-featured-box .featured-item .text{margin-top:20px;font-size:14px;font-weight:500;color:#1a2b48}.bc_wrap .page-template-content .bc-featured-box .featured-item img{transition:all .3s;max-width:100%}.bc_wrap .page-template-content .bc-featured-box .featured-item:hover img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-form-search-hotel{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-hotel .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-hotel .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-hotel .g-form-control{margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-hotel .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-hotel .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-list-hotel{margin:50px 0 30px}.bc_wrap .page-template-content .bc-form-search-slider{position:relative}.bc_wrap .page-template-content .bc-form-search-slider .effect{position:absolute;inset:0;z-index:0}.bc_wrap .page-template-content .bc-form-search-slider .effect .item{width:100%;height:100%!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}.bc_wrap .page-template-content .bc-form-search-slider .effect *{height:100%;background-size:cover;background-position:center}.bc_wrap .page-template-content .bc-form-search-slider .owl-nav,.bc_wrap .page-template-content .bc-form-search-slider .owl-dots{display:none!important}.bc_wrap .page-template-content .bc-form-search-all{padding:120px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-all .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-all .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-all .g-form-control{margin:50px 0 0}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control{margin:20px 0 0}}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs{border:none;margin-top:50px}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a{background-color:#1a2b47;color:#fff;border-color:#1a2b47;padding:7px 25px;border-radius:3px 3px 0 0;font-size:14px;margin-right:1px;text-decoration:none;display:block}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a{padding:7px 20px}}@media (max-width: 460px){.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a{padding:7px 10px}}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a i{font-size:16px;position:relative;top:1px;line-height:16px;margin-right:2px}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .nav-tabs li a.active{background-color:#5192fa;color:#fff;border-color:#5192fa}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content{position:relative}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content:before{content:"";position:absolute;left:0;top:0;height:15px;width:15px;background:#fff}.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_tour,.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_car,.bc_wrap .page-template-content .bc-form-search-all .g-form-control .tab-content #bc_event{max-width:1000px}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2{position:relative;padding:0}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .text-heading{flex:0 0 100%}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .sub-heading{flex:0 0 100%;padding-top:0}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect{position:absolute;inset:0;z-index:0}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item{width:100%;height:100%!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;align-items:center;display:flex;flex-wrap:wrap;align-content:center}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item{display:block}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item .sub-heading{padding-top:80px;margin:0}}@media (max-width: 1023px) and (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .item .sub-heading{padding-top:60px}}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-carousel,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-stage-outer,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-stage,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .effect .owl-item{height:100%;background-size:cover;background-position:center}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .owl-nav,.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .owl-dots{display:none!important}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control{margin-top:0;margin-bottom:-40px}.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{border:none;margin-top:300px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{margin-top:210px}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{margin-top:170px}}.bc_wrap .page-template-content .bc-form-search-all.bg_video{position:relative}.bc_wrap .page-template-content .bc-form-search-all.bg_video .background-video-container{direction:ltr;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;transition:opacity 1s;width:100%;z-index:-1}.bc_wrap .page-template-content .bc-form-search-all.bg_video .background-video-embed{left:50%;max-width:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.bc_wrap .page-template-content .bc-offer{margin:50px 0 30px}.bc_wrap .page-template-content .bc-offer .item{padding:60px 15px;border-radius:5px;position:relative;overflow:hidden;height:370px;margin-bottom:15px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item{padding:25px 15px;height:300px}}.bc_wrap .page-template-content .bc-offer .item .featured-text{padding:7px 20px;background:#fa5636;font-size:14px;color:#fff;font-weight:500;display:inline-block}.bc_wrap .page-template-content .bc-offer .item .featured-icon{position:relative;min-height:35px}.bc_wrap .page-template-content .bc-offer .item .featured-icon i{line-height:normal;position:absolute;left:0;top:-10px;font-size:60px;color:#fff}.bc_wrap .page-template-content .bc-offer .item .item-title{color:#fff;margin-top:60px;font-weight:500;font-size:28px;margin-bottom:18px;transition:all .4s}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item .item-title{margin:30px 0 10px}}.bc_wrap .page-template-content .bc-offer .item .item-sub-title{color:#fff;font-size:14px;line-height:24px;padding-bottom:75px}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item .item-sub-title{padding-bottom:0}}.bc_wrap .page-template-content .bc-offer .item a.btn-default{position:absolute;opacity:0;bottom:20px;color:#fff;background:transparent;transition:all .3s;border-radius:3px;border:1px solid #fff}.bc_wrap .page-template-content .bc-offer .item a.btn-default:hover{color:#5191fa;background:#fff}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-offer .item a.btn-default{opacity:1;bottom:0!important;position:relative}}.bc_wrap .page-template-content .bc-offer .item .img-cover{position:absolute;height:100%;width:100%;top:0;left:0;z-index:-1;transition:all .2s;background-size:cover!important;background:#1a2b47}.bc_wrap .page-template-content .bc-offer .item:hover .img-cover{transform:scale(1.1)}.bc_wrap .page-template-content .bc-offer .item:hover .item-title{margin-top:25px}.bc_wrap .page-template-content .bc-offer .item:hover a.btn-default{opacity:1;bottom:60px}.bc_wrap .page-template-content .bc-form-search-car{padding:150px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-car .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-car .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-car .g-form-control{margin:50px 0 0;padding:0 100px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-car .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-car .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-car-term-featured-box{padding:15px 0 0}.bc_wrap .page-template-content .bc-car-term-featured-box .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-car-term-featured-box .title{font-size:24px}}.bc_wrap .page-template-content .bc-car-term-featured-box .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-car-term-featured-box a{text-decoration:none}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item{background:#fff;text-align:center;margin:15px 0;overflow:hidden}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item .text{margin-top:15px;font-size:16px;font-weight:500;color:#1a2b48}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item img{transition:all .3s;max-width:100%}.bc_wrap .page-template-content .bc-car-term-featured-box .featured-item:hover img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-car{margin:50px 0}.bc_wrap .page-template-content .bc-list-car .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-car .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-car .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-car.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-car.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-car.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-car .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-car .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-car .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-list-event{margin:50px 0}.bc_wrap .page-template-content .bc-list-event .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-event .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-event .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-event.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-event.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-event.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-event .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-event .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-event .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-form-search-event{padding:150px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-event .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-event .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-event .g-form-control{margin:50px 0 0;padding:0 100px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-event .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-event .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-list-news .title{font-size:28px;margin-bottom:20px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-news .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-news .title .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-news .item-news{overflow:hidden;position:relative;margin-bottom:30px}.bc_wrap .page-template-content .bc-list-news .item-news a{text-decoration:none;transition:all .3s}.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image{overflow:hidden;height:170px;background:#ccc}.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image a img{transition:all .3s;max-width:100%}.bc_wrap .page-template-content .bc-list-news .item-news .thumb-image a:hover img{transform:scale(1.1)}.bc_wrap .page-template-content .bc-list-news .item-news .caption{padding:15px 0}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date{margin-bottom:5px}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date a{color:#2a2a2a}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul li{display:inline-block;margin-right:10px;text-transform:uppercase}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul li a{font-weight:500}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-date ul .dot:before{width:5px;height:5px;display:inline-block;border-radius:50%;background:#7b7b7b;content:"";margin-right:5px;position:relative;top:-2px}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title{font-size:17px;margin-bottom:15px;word-break:break-word}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title{min-height:auto}}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-title a{color:#1a2b50}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-desc{color:#7a7a7a;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-more a{display:inline-block;color:#2a2a2a;position:relative;z-index:2;padding-bottom:2px;font-weight:500}.bc_wrap .page-template-content .bc-list-news .item-news .caption .item-more a:after{position:absolute;content:"";display:block;width:100%;height:2px;background:#5191fa;bottom:0;transition:all .2s;z-index:-1;opacity:1}.bc_wrap .page-template-content .bc-vendor-form-register h1{font-size:2rem}.bc_wrap .page-template-content .bc-form-search-boat{padding:150px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat{padding:120px 0 15px}}.bc_wrap .page-template-content .bc-form-search-boat .text-heading{font-weight:500;font-size:54px;color:#fff}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat .text-heading{font-size:28px}}.bc_wrap .page-template-content .bc-form-search-boat .sub-heading{font-size:18px;color:#fff;font-weight:400}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat .sub-heading{font-size:14px}}.bc_wrap .page-template-content .bc-form-search-boat .g-form-control{margin:50px 0 0;padding:0 100px}@media (max-width: 990px){.bc_wrap .page-template-content .bc-form-search-boat .g-form-control{padding:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-form-search-boat .g-form-control{margin:20px 0 0;background:#fff}}.bc_wrap .page-template-content .bc-list-boat{margin:50px 0}.bc_wrap .page-template-content .bc-list-boat .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-boat .title{font-size:24px}}.bc_wrap .page-template-content .bc-list-boat .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-boat.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .page-template-content .bc-list-boat.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-boat.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .page-template-content .bc-list-boat .owl-dots{display:none}.bc_wrap .page-template-content .bc-list-boat .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-prev,.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-prev span,.bc_wrap .page-template-content .bc-list-boat .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .page-template-content .bc-list-vendor .title{font-size:28px;margin-bottom:20px}@media (max-width: 766px){.bc_wrap .page-template-content .bc-list-vendor .title{font-size:24px;margin-bottom:15px}}.bc_wrap .page-template-content .bc-list-vendor .title .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item{height:100%;position:relative;padding:30px;background:#fff;border:1px solid #ecedf2;box-sizing:border-box;border-radius:8px;transition:all .3s ease;text-align:center}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .image{position:relative;width:90px;height:90px;overflow:hidden;border-radius:50%;margin:0 auto 14px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .name{position:relative;display:block;font-size:18px;line-height:24px;font-weight:500;color:#202124;margin-bottom:5px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .designation{display:block;font-size:14px;color:#1967d2;line-height:19px;margin-bottom:10px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .text{font-size:14px;color:#696969}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .location{position:relative;display:flex;align-items:center;justify-content:center;font-size:14px;color:#696969;margin-bottom:25px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item .location i{font-size:14px;margin-right:5px}.bc_wrap .page-template-content .bc-list-vendor .list-item .item:hover{box-shadow:0 6px 15px #404f680d}.bc_wrap .bc_form{background:#fff;box-shadow:0 1px 2px #0003;border-radius:5px;display:flex;flex-wrap:wrap;justify-content:center}.bc_wrap .bc_form .g-field-search{flex:0 0 90%;max-width:90%;flex-grow:1;padding:0 15px}@media (max-width: 1023px){.bc_wrap .bc_form .g-field-search,.bc_wrap .bc_form .g-field-search [class*=col-]{flex:0 0 100%!important;max-width:100%!important}}.bc_wrap .bc_form .g-button-submit{flex:0 0 10%;max-width:10%;flex-grow:1;position:relative}@media (max-width: 1023px){.bc_wrap .bc_form .g-button-submit{flex:0 0 100%!important;max-width:100%!important;text-align:right}}.bc_wrap .bc_form .g-button-submit button{height:100%;width:100%;border-radius:0 5px 5px 0;background:#5191fa;border:none;text-transform:uppercase;font-weight:500;cursor:pointer;padding:0}@media (max-width: 1023px){.bc_wrap .bc_form .g-button-submit button{height:auto;width:auto;position:relative;margin:10px 15px;border-radius:5px;display:inline-block;padding:8px 15px;font-weight:400}}.bc_wrap .bc_form .form-group{margin-bottom:0}@media (max-width: 1023px){.bc_wrap .bc_form .form-group{border-bottom:solid 1px #ccc}}.bc_wrap .bc_form .border-right{border-right:1px solid #D7DCE3}@media (max-width: 1023px){.bc_wrap .bc_form .border-right{border-right:none!important}}.bc_wrap .bc_form .field-icon{position:absolute;top:50%;margin-top:-18px;font-size:35px;color:#5191fa;left:15px}@media (max-width: 766px){.bc_wrap .bc_form .field-icon{margin-top:-16px;font-size:30px}}.bc_wrap .bc_form .dropdown-toggle:after{position:absolute;right:10px;top:50px;color:#5191fa;border-top:.4em solid;border-right:.2em solid transparent;border-left:.32em solid transparent}.bc_wrap .bc_form .form-content{position:relative;padding:20px 0 10px 45px;transition:all .3s}@media (max-width: 766px){.bc_wrap .bc_form .form-content{padding-left:40px}}.bc_wrap .bc_form .form-content label{font-size:14px;color:#5e6d77;font-weight:400;margin-bottom:0}.bc_wrap .bc_form .form-content .form-date-search .check-in-out,.bc_wrap .bc_form .form-content .form-date-search-hotel .check-in-out{position:absolute;left:-15px;bottom:1px;z-index:-1;opacity:0}@media (max-width: 1023px){.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper{max-height:45px}}.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper .check-in-render,.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper .check-out-render{display:inline-block;width:auto}.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper span{color:#5e6d77;position:relative;top:-7px}.bc_wrap .bc_form .form-content .date-wrapper .check-in-wrapper label{display:block}.bc_wrap .bc_form .form-content .date-wrapper .check-in-out{position:absolute;left:-15px;bottom:1px;z-index:-1;opacity:0}.bc_wrap .bc_form .form-content .date-wrapper .wrapper-more label{display:block}.bc_wrap .bc_form .form-content .dropdown .form-control{border:none;box-shadow:none;padding:0;font-size:16px;color:#5191fa;position:relative;left:-5px;height:25px!important}@media (max-width: 766px){.bc_wrap .bc_form .form-content .dropdown .form-control{font-size:14px}}.bc_wrap .bc_form .form-content .dropdown .form-control option{color:#000}.bc_wrap .bc_form .form-content .render{font-size:16px;color:#5191fa;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 766px){.bc_wrap .bc_form .form-content .render{font-size:14px}}.bc_wrap .bc_form .input-search:after{display:none}.bc_wrap .bc-list-hotel .title{margin-top:15px;font-size:28px;font-weight:500}@media (max-width: 766px){.bc_wrap .bc-list-hotel .title{font-size:24px}}.bc_wrap .bc-list-hotel .sub-title{color:#5e6d77;font-size:14px;margin-bottom:15px}.bc_wrap .bc-list-hotel.layout_normal{margin:30px 0}@media (max-width: 1023px){.bc_wrap .bc-list-hotel.layout_normal{margin:0}}@media (max-width: 766px){.bc_wrap .bc-list-hotel.layout_carousel .owl-nav{position:relative;top:-15px;margin:0;text-align:center;display:block!important}}.bc_wrap .bc-list-hotel .owl-dots{display:none}.bc_wrap .bc-list-hotel .owl-nav{position:absolute;right:0;top:-50px;display:block!important}.bc_wrap .bc-list-hotel .owl-nav .owl-prev,.bc_wrap .bc-list-hotel .owl-nav .owl-next{font-size:40px;line-height:33px;border:solid 1px #000;padding:0 10px!important;margin-left:10px}.bc_wrap .bc-list-hotel .owl-nav .owl-prev span,.bc_wrap .bc-list-hotel .owl-nav .owl-next span{position:relative;top:-1px;outline:none!important}.bc_wrap .guests-input .btn-minus,.bc_wrap .guests-input .btn-add,.bc_wrap .guests-input .btn-minus2,.bc_wrap .guests-input .btn-add2{padding:0 5px;cursor:pointer}.bc_wrap .guests-input .btn-minus i,.bc_wrap .guests-input .btn-add i,.bc_wrap .guests-input .btn-minus2 i,.bc_wrap .guests-input .btn-add2 i{font-size:25px}.bc_wrap .guests-input .count-display{color:#5191fa;min-width:25px;text-align:center}.bc_wrap .guests-input .count-display input{border:none;background:none;width:35px;text-align:center;color:#5191fa;margin-left:15px}.bc_wrap .select-guests-dropdown,.bc_wrap .select-seat-type-dropdown{transform:none!important;border-top-left-radius:0;border-top-right-radius:0;top:100%!important;margin-top:0;right:0;border-color:#dee2e6}@media (max-width: 1023px){.bc_wrap .select-guests-dropdown,.bc_wrap .select-seat-type-dropdown{transform:translateY(-1px)!important}}.bc_wrap .select-guests-dropdown .render,.bc_wrap .select-seat-type-dropdown .render{padding-right:30px}.bc_wrap .select-guests-dropdown .dropdown-item-row,.bc_wrap .select-seat-type-dropdown .dropdown-item-row{display:flex;justify-content:space-between;padding:4px 14px 4px 24px;align-items:center}.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add2,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2{padding:0 5px;cursor:pointer}.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus i,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add i,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2 i,.bc_wrap .select-guests-dropdown .dropdown-item-row .btn-add2 i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2 i,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2 i{font-size:25px}.bc_wrap .select-guests-dropdown .dropdown-item-row .count-display,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .count-display{color:#5191fa;min-width:25px;text-align:center}.bc_wrap .select-guests-dropdown .dropdown-item-row .count-display input,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .count-display input{border:none;background:none;width:35px;text-align:center;color:#5191fa;margin-left:15px}.bc_wrap .select-guests-dropdown .dropdown-item-row .val,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .val{display:flex;justify-content:space-between;align-items:center}.bc_wrap .select-guests-dropdown .dropdown-item-row .render,.bc_wrap .select-seat-type-dropdown .dropdown-item-row .render{padding-right:30px}.bc_wrap .bc-faq-lists .faq-item{margin-bottom:35px;border-bottom:1px solid #ebebeb;padding-bottom:35px}.bc_wrap .bc-faq-lists .faq-item h3{font-size:18px;margin-top:20px;margin-bottom:10px}.bc_wrap .bc-faq-lists .faq-item h3 img{width:30px;height:auto;position:relative;top:-2px;margin-right:10px}.bc_wrap .bc-faq-lists .faq-item p{font-size:15px;color:#666;margin-top:15px}.bc_wrap .bc-checkbox{margin-bottom:15px}.bc_wrap .bc-checkbox input{margin-right:5px}.bc_wrap .bc-checkbox label{position:relative;cursor:pointer;transition:all .3s;padding-left:25px;font-size:14px;color:#5e6d77;font-weight:400;margin-bottom:0}.bc_wrap .bc-checkbox input[type=checkbox]{display:none}.bc_wrap .bc-checkbox .checkmark{display:inline-block;height:17px;left:0;position:absolute;top:0;width:17px;border:solid 1px #A0A9B2;border-radius:2px;background:#fff}.bc_wrap .bc-checkbox input[type=checkbox]+.checkmark{background-repeat:no-repeat!important;background-position:center}.bc_wrap .bc-checkbox input[type=checkbox]:checked+.checkmark{background-repeat:no-repeat!important;background-position:center}.bc_wrap .bc-checkbox input[type=checkbox]:checked+.checkmark:after{content:"";position:absolute;background-color:transparent;border-radius:0;left:5px;top:2px;width:5px;height:8px;border:solid #5191FA;border-width:0 2px 2px 0;transform:rotate(45deg)}.bc_wrap .bc-checkbox .fa-star{color:#fa5636;font-size:15px;position:relative;top:-1px;margin-right:3px}.bc_wrap .bc-contact-block .section{padding:30px 0}.bc_wrap .bc-contact-block .contact-form .alert ul{margin-left:35px}.bc_wrap .bc-contact-block .form_wrapper .contact-header{padding-bottom:30px;margin-bottom:30px;border-bottom:2px solid #EBEEF1}.bc_wrap .bc-contact-block .form_wrapper .contact-header h1{font-size:24px;color:#1a2b48;margin-top:0}.bc_wrap .bc-contact-block .form_wrapper .contact-header h2{font-size:14px;color:#666b6f;margin-bottom:0}.bc_wrap .bc-contact-block .contact-info{position:relative}.bc_wrap .bc-contact-block .contact-info .info-bg{min-height:500px}@media (max-width: 1023px){.bc_wrap .bc-contact-block .contact-info .info-bg{display:none}}.bc_wrap .bc-contact-block .contact-info .info-content{position:absolute;top:50%;margin-top:-185px;margin-left:-130px;background:#fa5636;padding:30px;min-width:385px}@media (max-width: 1023px){.bc_wrap .bc-contact-block .contact-info .info-content{position:relative;margin:0;min-width:auto}}.bc_wrap .bc-contact-block .contact-info .info-content h3{font-size:24px;color:#fff;margin:0}.bc_wrap .bc-contact-block .contact-info .info-content .sub{position:relative;max-width:300px}.bc_wrap .bc-contact-block .contact-info .info-content .sub p{font-size:16px;color:#fff;margin-bottom:5px;letter-spacing:normal;width:100%;word-break:break-word}.bc_wrap .bc-contact-block .img-responsive{display:block;max-width:100%;height:auto}.bc_wrap .bc-contact-block .bc-contact-block-form .text-danger{border:solid 1px #dc3545;display:block;padding:10px;border-radius:5px}.bc_wrap .bc-contact-block .bc-contact-block-form .text-success{border:solid 1px #28a745;display:block;padding:10px;border-radius:5px}.bc_wrap .bc-contact-block .bc-contact-block-form .submit{width:100%}.bc_wrap .bc-contact-block .bc-contact-block-form .fa-spinner{display:none}.bc_wrap .bc-contact-block .bc-contact-block-form.loading .fa-spinner{display:inline-block}.bc_wrap .bc-list-item .topbar-search{display:flex;align-items:center}@media (max-width: 1023px){.bc_wrap .bc-list-item .topbar-search{flex-wrap:wrap}.bc_wrap .bc-list-item .topbar-search .text{flex:0 0 100%!important}.bc_wrap .bc-list-item .topbar-search .control{flex:0 0 100%!important;flex-wrap:wrap}.bc_wrap .bc-list-item .topbar-search .control .item{margin-bottom:10px;margin-top:10px;flex:0 0 100%!important}}.bc_wrap .bc-list-item .topbar-search .control{flex:1 1 55%;color:#1a2b48;text-align:right;display:flex;align-items:center;justify-content:flex-end}.bc_wrap .bc-list-item .topbar-search .control a{color:#1a2b48;text-decoration:none;cursor:pointer}.bc_wrap .bc-list-item .topbar-search .control .item{display:flex;align-items:center;margin-left:5px;padding-left:5px;border-left:solid 1px #a7a7a7}.bc_wrap .bc-list-item .topbar-search .control .item:first-child{border:none}.bc_wrap .bc-list-item .topbar-search .control .item .item-title{line-height:normal}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown{margin-left:10px;font-weight:600}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown .dropdown-toggle{padding:7px 15px;border:solid 1px #CCc}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown .dropdown-item{color:#000;font-size:14px}.bc_wrap .bc-list-item .topbar-search .control .item .dropdown-toggle:after{top:2px;position:relative}.bc_wrap .bc_popup .modal-title{padding-right:15px}.bc_wrap .bc_popup .modal-content{border:none}.bc_wrap .bc_popup .modal-content p{margin-bottom:0}.bc_wrap .bc_popup .modal-content img{max-width:100%}.bc_wrap .bc_popup .close{position:absolute;right:10px;top:10px;border:solid 1px #1A2B48;border-radius:50%;width:25px;height:25px;display:flex;align-content:center;align-items:center;justify-content:center;cursor:pointer;opacity:1!important;color:#1a2b48;z-index:10;background:#fff}.bc_start_chat{background-color:#f5f6f7;border:1px solid #ccd0d5;color:#4b4f56;padding:3px 10px;font-size:13px;cursor:pointer}.bc_start_chat:hover{background-color:#ebedf0}.owner-info{background:#fff;border-radius:3px;padding:15px;border:1px solid #D7DCE3}.owner-info .media-left{padding-right:10px}.owner-info .media-left a{width:50px;height:50px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.owner-info .avatar-text{background:#1a2b47;color:#fff;border-radius:50%;width:50px;height:50px;display:block;text-align:center;padding-top:4px;position:relative;font-size:29px;top:0;text-decoration:none}.owner-info .media-heading{font-weight:500;font-size:14px;color:#1a2b48;margin-top:5px;margin-bottom:5px}.owner-info .media-heading a{color:inherit}.owner-info p{margin-bottom:5px;color:#5e6d77;font-size:12px}.text-16{font-size:16px}.text-18{font-size:18px}.text-20{font-size:20px}.text-24{font-size:24px}.text-36{font-size:36px}.g-gallery{margin:10px 0;position:relative;min-height:75px}.g-gallery .fotorama .fotorama__arr.fotorama__arr--prev{left:30px}.g-gallery .fotorama .fotorama__arr.fotorama__arr--prev:after{content:"";background:url(../images/ico_pre.svg)}.g-gallery .fotorama .fotorama__arr.fotorama__arr--next{right:30px}.g-gallery .fotorama .fotorama__arr.fotorama__arr--next:after{content:"";background:url(../images/ico_next.svg)}.g-gallery .fotorama .fotorama__arr{border-radius:3px;width:40px;height:40px;background:none;background-color:#1a2b4899}.g-gallery .fotorama .fotorama__arr:after{position:absolute;left:50%;margin-left:-13px;top:7px;width:24px;height:24px}.g-gallery .fotorama .fotorama__fullscreen-icon{width:40px;height:40px;top:auto;bottom:30px;right:30px;background:none}.g-gallery .fotorama .fotorama__fullscreen-icon:before{content:"";position:absolute;width:24px;height:24px;background:url(../images/ico_full_3.svg);left:50%;margin-left:-11px;top:7px;z-index:1}.g-gallery .fotorama .fotorama__fullscreen-icon:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#1a2b4880;border-radius:3px}.g-gallery .social{position:absolute;right:30px;top:30px}.g-gallery .social .social-share{display:inline-flex}.g-gallery .social .social-share:hover .share-wrapper{visibility:visible;opacity:1}.g-gallery .social .social-share a{text-decoration:none}.g-gallery .social .social-share .social-icon{cursor:pointer;width:40px;height:40px;border-radius:50%;background:#1a2b48b3;color:#fff;font-size:19px;display:inline-flex;align-items:center;justify-content:center;padding-top:2px;margin-right:10px}.g-gallery .social .social-share .share-wrapper{visibility:hidden;opacity:0;padding-left:0;position:absolute;top:100%;left:0;z-index:1;padding-top:5px;transition:all .3s}.g-gallery .social .social-share .share-wrapper li{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.g-gallery .social .social-share .share-wrapper li a{color:#1a2b48}.g-gallery .social .service-wishlist{cursor:pointer;width:40px;height:40px;border-radius:50%;background:#1a2b48b3;color:#fff;font-size:19px;display:inline-flex;align-items:center;justify-content:center;padding-top:2px}.g-gallery .social .service-wishlist.active .fa:before{content:""}.cdn-full-page{height:100%}.cdn-browser{background:#f4f5f9;height:100%}.cdn-browser .btn-pick-files{position:relative}.cdn-browser .btn-pick-files input{opacity:0;position:absolute;inset:0}.cdn-browser .icon-loading{top:4px;font-size:20px;margin-right:10px;position:relative;display:none}.cdn-browser .icon-loading.active{display:inline-block}.cdn-browser .files-nav{padding:9px 13px;border-bottom:1px solid #DADEE0;background:#fff}.cdn-browser .files-nav .filter-item{padding-right:20px}.cdn-browser .files-nav .form-control,.cdn-browser .files-nav .btn{height:34px;font-size:14px;line-height:normal;padding:3px 12px}.cdn-browser .files-list{flex-grow:1;overflow:auto;padding:15px}.cdn-browser .files-list .view-grid{display:flex;flex-wrap:wrap;margin:0 -10px}.cdn-browser .files-list .total-text{padding:0 10px}.cdn-browser .files-list .view-grid .file-item{flex-shrink:0;width:12.5%;padding:0 10px;margin-bottom:20px}.cdn-browser .files-list .view-grid .file-item .inner{position:relative;border:1px solid #DADEE0;cursor:pointer;height:100%;border-radius:2px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.cdn-browser .files-list .view-grid .file-item .inner.active:before{content:"";position:absolute;inset:-4px;border:4px solid #007bff;border-radius:2px}.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status{position:absolute;top:3px;right:3px;border-radius:50%;background:#007bff;height:24px;width:24px;display:flex;align-content:center;justify-content:center}.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status svg{fill:#fff;width:18px}.cdn-browser .files-list .view-grid .file-item .inner .file-thumb img{max-width:100%}.cdn-browser .files-list .view-grid .file-item.is-image .inner .file-thumb img{-o-object-fit:cover;object-fit:cover;height:170px}.cdn-browser .files-list .view-grid .file-item.not-image .inner .file-thumb img{padding-top:27px;height:auto}.cdn-browser .files-list .view-grid .file-item .inner .file-thumb{text-align:center}.cdn-browser .files-list .view-grid .file-item .file-name{padding:7px;position:absolute;bottom:0;left:0;right:0;background:#0009;font-size:14px;height:54px;overflow:hidden;text-overflow:ellipsis;color:#fff}.cdn-browser .browser-actions{background:#fff;border-top:1px solid #DADEE0;padding:10px}.cdn-browser .count-selected{color:#007bff;font-weight:700;font-size:14px}.cdn-browser .clear-selected{color:red;font-size:14px;cursor:pointer}.cdn-browser .no-files-text{padding:20px;font-size:20px;color:red}.cdn-browser .upload-new .filepond--root{margin-bottom:0;background-color:#fff;border-bottom:1px solid #DADEE0}.cdn-browser .upload-new .filepond--panel-root{border-radius:0;background-color:#fff;border-bottom:1px solid #DADEE0}@media (max-width: 1365px){.cdn-browser .files-list .view-grid .file-item{width:14.2%}}@media (max-width: 1100px){.cdn-browser .files-list .view-grid .file-item{width:14.2%}}@media (max-width: 991px){.cdn-browser .files-list .view-grid .file-item{width:25%}}@media (max-width: 600px){.cdn-browser .files-list .view-grid .file-item{width:50%}}.cdn-browser .browser-actions .col-left{display:flex}.cdn-browser .browser-actions .col-left .control-remove{margin-right:15px;padding-top:3px}.cdn-browser .browser-actions .col-right .btn{margin-top:3px}#cdn-browser-modal{overflow:hidden;z-index:2051}#cdn-browser-modal .modal-dialog{height:100%;padding-bottom:55px;margin-left:auto;margin-right:auto}#cdn-browser-modal .modal-dialog .modal-content{height:100%}.cdn-browser.is_loading{position:relative}.cdn-browser.is_loading:before{display:block!important;position:absolute;background:#fff;inset:52px 0 0;z-index:11;opacity:.8;content:""}.cdn-browser.is_loading:after{content:"";display:block!important;font: 14px/1 FontAwesome;right:0;position:absolute;left:0;top:50%;z-index:15;text-align:center;color:#131d29;font-size:50px;margin-top:-20px}#media-management{min-height:400px;background:#fff!important;overflow:hidden}.folder-item .btn-edit{display:none;right:0}.folder-item:hover .btn-edit{display:inline-block}.hover\:bg-f5f5f5:hover,.bg-f5f5f5{background:#f5f5f5}.bg-007bff{background:#007bff}.file-list-item .item-preview img{width:20px;height:auto}.file-list-item .active{background:#75aeeb}.cursor-pointer{cursor:pointer}.bc_wrap.header_sticky{padding-top:90px}.bc_wrap .bc_topbar{background:#1a2b48;padding:15px 0}@media (max-width: 768px){.bc_wrap .bc_topbar{display:none}}.bc_wrap .bc_topbar .content{display:flex;align-items:center;justify-content:space-between}.bc_wrap .bc_topbar .content .socials{display:inline-block}.bc_wrap .bc_topbar .content .socials a{padding-right:18px;color:#d1d4da;font-size:14px;text-decoration:none}.bc_wrap .bc_topbar .content .socials a:first-child{padding-left:0}.bc_wrap .bc_topbar .content .socials a:last-child{padding-right:0}.bc_wrap .bc_topbar .content .dropdown-menu .divider{margin:0;background-color:#31414a}.bc_wrap .bc_topbar .content .topbar-items{display:inline-block}.bc_wrap .bc_topbar .content .topbar-items li{padding-left:18px;padding-right:18px;display:inline-block}.bc_wrap .bc_topbar .content .topbar-items li a{color:#fff;font-weight:400;font-size:12px;text-decoration:none}.bc_wrap .bc_topbar .content .topbar-items li:last-child{padding-right:0;border-right:0px}.bc_wrap .bc_topbar .content .topbar-left{font-size:14px;color:#fff}.bc_wrap .bc_topbar .content .topbar-left a{color:#fff;font-weight:400;font-size:13px;text-decoration:none}.bc_wrap .bc_topbar .content .topbar-left .line{min-width:1px;display:inline-block;position:relative;min-height:1px;margin:0 10px}.bc_wrap .bc_topbar .content .topbar-left .line:before{content:"";position:absolute;left:0;top:-13px;height:20px;border-right:solid 1px #5f7190}.bc_wrap .bc_topbar .content .topbar-right{font-size:12px}.bc_wrap .bc_topbar .content .topbar-right .dropdown-notifications .dropdown-menu{left:0!important}.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu{right:0;left:auto!important;min-width:200px;top:15px!important;border-radius:0}.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu.width-auto{min-width:0px}.bc_wrap .bc_topbar .content .topbar-right .topbar-items li a{font-size:12px}.bc_wrap .bc_topbar .content .topbar-right .topbar-items li:last-child{padding-right:0}.bc_wrap .bc_topbar .content .dropdown-menu{min-width:auto;background:#1a2b48}.bc_wrap .bc_topbar .content .dropdown-menu li{padding-left:0;padding-right:0;width:100%}.bc_wrap .bc_topbar .content .dropdown-menu li.menu-hr{border-top:1px solid #31414a}.bc_wrap .bc_topbar .content .dropdown-menu li a{display:block;padding:8px 15px;color:#fff}.bc_wrap .bc_topbar .content .dropdown-menu li a:hover{text-decoration:none;background:#233448}.bc_wrap .bc_header{border-bottom:1px solid #EAEEF3}.bc_wrap .bc_header .content{display:flex;align-items:center}.bc_wrap .bc_header .content .header-left{position:relative;height:100%;min-height:90px;display:flex;align-items:center}@media (max-width: 1023px){.bc_wrap .bc_header .content .header-left{width:90%}}.bc_wrap .bc_header .content .header-left .bc-menu{padding-left:20px;z-index:99}@media (max-width: 768px){.bc_wrap .bc_header .content .header-left .bc-menu{display:none}}.bc_wrap .bc_header .content .header-left .bc-menu a{text-decoration:none}.bc_wrap .bc_header .content .header-left .bc-menu ul{list-style:none}.bc_wrap .bc_header .content .header-left .bc-menu ul li{display:inline-block;position:relative}.bc_wrap .bc_header .content .header-left .bc-menu ul li a{padding:35px 20px;display:inline-block;font-size:14px;font-weight:600;text-transform:uppercase;color:#1a2b48;transition:all .3s}@media (max-width: 1366px){.bc_wrap .bc_header .content .header-left .bc-menu ul li a{padding:35px 15px}}@media (max-width: 1024px){.bc_wrap .bc_header .content .header-left .bc-menu ul li a{padding:35px 10px}}.bc_wrap .bc_header .content .header-left .bc-menu ul li.active{color:#5191fa}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.fa{position:absolute;top:50%;margin-top:-9px;right:5px;font-size:18px;transition:all .3s}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown{list-style:none;position:absolute;left:0;top:120%;padding-left:0;margin-bottom:0;min-width:200px;padding-top:5px;padding-bottom:5px;background:#fff;box-shadow:0 1px 1px #dbdbdb;z-index:999;opacity:0;visibility:hidden;transition:all .2s ease-in-out}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li{padding-left:20px;padding-right:20px;display:block}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li:not(:last-child) a{border-bottom:1px solid #EEEEEE}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li a{padding:15px 0;display:block;font-size:14px}.bc_wrap .bc_header .content .header-left .bc-menu ul li>.menu-dropdown li .menu-dropdown{top:0;left:100%}.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover>.menu-dropdown{top:100%;opacity:1;visibility:visible}.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover>a{color:#5191fa}.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover>.fa{color:#5191fa}.bc_wrap .bc_header .content .header-left .bc-menu ul .-has-mega-menu{position:initial}.bc_wrap .bc_header .content .header-left .bc-menu ul li:nth-child(n+4)>.mega{right:0;left:auto}.bc_wrap .bc_header .content .header-right{position:relative;height:100%;text-align:right}@media (max-width: 1023px){.bc_wrap .bc_header .content .header-right{width:10%}}.bc_wrap .bc_header .content .header-right .bc-more-menu{border:none;background:transparent;font-size:32px;padding:0 10px;float:right;display:none;transition:all .3s}@media (max-width: 768px){.bc_wrap .bc_header .content .header-right .bc-more-menu{display:block;float:right}}.bc_wrap .bc_header .content .header-right .bc-more-menu.active{background:#1a2b48;color:#fff;border-radius:5px}.bc_wrap .bc_header .content .header-right .topbar-items{display:inline-block;margin-right:5px}@media (max-width: 990px){.bc_wrap .bc_header .content .header-right .topbar-items{display:none}}.bc_wrap .bc_header .content .header-right .topbar-items li{padding-left:18px;padding-right:18px;display:inline-block}.bc_wrap .bc_header .content .header-right .topbar-items li a{color:#000;font-weight:400;font-size:12px;text-decoration:none}.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login{padding-right:50px;display:block}.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login .avatar,.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login .avatar-text{position:absolute;width:40px;height:40px;right:0;border-radius:50%;top:-12px}.bc_wrap .bc_header .content .header-right .topbar-items .login-item>.is_login .avatar-text{align-items:center;background:#1a2b48;justify-content:center;font-size:20px;color:#fff;display:flex}.bc_wrap .bc_header .content .header-right .topbar-items li a{font-size:12px}.bc_wrap .bc_header .content .header-right .topbar-items li:last-child{padding-right:0}.bc_wrap .bc_header .content .header-right .dropdown-menu{right:0;left:auto!important;min-width:200px;top:52px!important;border-radius:0;transform:none!important;background:#1a2b48}.bc_wrap .bc_header .content .header-right .dropdown-menu li{padding-left:0;padding-right:0;width:100%}.bc_wrap .bc_header .content .header-right .dropdown-menu li.menu-hr{border-top:1px solid #31414a}.bc_wrap .bc_header .content .header-right .dropdown-menu li a{display:block;padding:8px 15px;color:#fff}.bc_wrap .bc_header .content .header-right .dropdown-menu li a:hover{text-decoration:none;background:#233448}.bc_wrap .bc_header .bc-menu-mobile{width:300px;position:fixed;top:0;left:0;height:100%;background:#fff;transform:translate(-105%);transition:all .3s;z-index:20;border-right:solid 1px #1a2b48}@media (max-width: 1023px){.bc_wrap .bc_header .bc-menu-mobile{display:block!important}}.bc_wrap .bc_header .bc-menu-mobile.active{transform:translate(0)}.bc_wrap .bc_header .bc-menu-mobile .user-profile{border-bottom:solid 1px #e6e6e6}.bc_wrap .bc_header .bc-menu-mobile .user-profile .b-close{position:absolute;right:10px;top:0;z-index:11;color:#fff;font-size:34px;cursor:pointer;line-height:40px}.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar{background:#1a2b48;color:#fff;text-align:center;padding:20px 0}.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar i{font-size:34px;border:solid 2px #fff;border-radius:50%;padding:15px 17px;display:inline-block}.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar img{max-width:80px;border-radius:50%}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul{padding:20px;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li{margin-bottom:10px}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a{color:#1a2b48;text-decoration:none}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a i{min-width:15px;display:inline-block}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li:last-child{margin-bottom:0}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang{padding:0}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li{padding:15px 20px;border-top:solid 1px #e6e6e6}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li a i{float:right;position:relative;top:2px;text-align:center}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li a i:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li.show>a i:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu{position:relative!important;width:100%;float:none;border:none;margin:10px 0 0;padding:0 0 0 15px;transform:none!important}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu li a{font-size:14px}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu li a:before{content:"";font: 14px/1 FontAwesome;padding-right:5px;color:#383838}.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang .flag-icon-jp{border:solid 1px #adadad}.bc_wrap .bc_header .bc-menu-mobile .g-menu{overflow-x:scroll;width:100%}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul{padding:10px 20px;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a{color:#1a2b48;border-bottom:solid 1px #e6e6e6;display:block;transition:all .3s;text-decoration:none;padding:10px 0}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a .caret{float:right;padding:8px 15px 9px;margin-top:-5px;margin-right:-10px}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a .caret:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li a:hover{border-bottom:solid 1px #1a2b48}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu{display:none;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu li a{padding-left:15px}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu li>.children-menu{display:none;list-style:none}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li>.children-menu li>.children-menu li a{padding-left:30px}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>a{border-bottom:dashed 1px #1a2b48}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>a>.caret:before{content:""}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>.children-menu{display:block}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>.children-menu>li.active>.children-menu{display:block}.bc_wrap .bc_header .bc-menu-mobile .g-menu>ul>li.active>.children-menu>li.active>a>.caret:before{content:""}.bc_wrap .bc_header.is_sticky{bottom:auto;position:fixed;top:0;z-index:999;background:#fff;width:100%;transition:all .3s}@media (min-width: 1023px){.frontend-page.header-transparent .bc_wrap.header_sticky{padding-top:0}.frontend-page.header-transparent .bc_wrap .bc_topbar{background:transparent;color:#000;position:absolute;top:0;width:100%;z-index:11}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu{background:#fff}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a{color:#1a2b48;font-weight:700}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a:hover{background:#dcdcdc}.frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li.menu-hr{border-top:1px solid #dedede}.frontend-page.header-transparent .bc_wrap .bc_header{position:absolute;top:50px;z-index:10;width:100%;background:transparent}.frontend-page.header-transparent .bc_wrap .bc_header.is_sticky{position:fixed;top:0;background:#1a2b48;transition:none}.frontend-page.header-transparent .bc_wrap .bc_header .content{background:transparent;color:#fff}.frontend-page.header-transparent .bc_wrap .bc_header .content .header-left .bc-menu>ul>li>a{color:#fff}.frontend-page.header-transparent .page-template-content>div:first-child{padding-top:220px}.frontend-page.header-transparent .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs{border:none;margin-top:200px}}@media (max-width: 1023px){.frontend-page.header-transparent .bc_wrap .bc_header,.frontend-page.header-transparent .bc_wrap .bc_header .content{background:#1a2b48}.frontend-page.header-transparent .bc_wrap .bc_header .content .header-right .bc-more-menu{color:#fff}}.bc_header .bc-menu .mega{position:absolute;top:100%;background-color:#fff;padding:5px 10px;border-radius:4px;color:var(--color-dark-1);box-shadow:1px 15px 15px -10px #00000042;opacity:0;pointer-events:none;display:flex;flex-wrap:wrap;width:700px}.bc_header .bc-menu .mega.--has-mega-image{width:900px}.bc_header .bc-menu .mega .mega-image{width:30%}.bc_header .bc-menu .mega .mega-image img{-o-object-fit:cover;object-fit:cover;border-radius:5px}.bc_header .bc-menu .mega>.subnav{flex:1;display:flex;opacity:1;left:0;top:0;min-width:0;position:relative;padding:0;background-color:transparent;box-shadow:none;flex-wrap:wrap;overflow:hidden}.bc_header .bc-menu .mega>.subnav>li{width:25%;padding:15px 15px 0}.bc_header .bc-menu .mega>.subnav>li>a{padding:0 0 15px 10px!important;border-bottom:solid 1px #ccc;width:100%;position:relative}.bc_header .bc-menu .mega>.subnav>li>a:before{content:"";position:absolute;width:2px;height:24px;display:inline-block;background:#5191fa;top:-2px;left:0}.bc_header .bc-menu .mega>.subnav>li>a i{display:none}.bc_header .bc-menu .mega>.subnav>li>a:hover{background-color:transparent}.bc_header .bc-menu .mega>.subnav .subnav{opacity:1!important;visibility:visible!important;position:relative!important;top:0!important;box-shadow:none!important}.bc_header .bc-menu .mega>.subnav .subnav>li{width:100%!important;margin-bottom:0;padding:0!important}.bc_header .bc-menu .mega>.subnav .subnav>li>a{border-bottom:none!important;padding:15px 0 10px!important}.bc_header .bc-menu .mega>.subnav .subnav>li>a:hover{background-color:transparent}.bc_header .bc-menu .mega>.subnav a i.icon{display:none}.bc_header .bc-menu .mega.column-3{width:750px}.bc_header .bc-menu .mega.column-3.--has-mega-image{width:900px}.bc_header .bc-menu .mega.column-3 .mega-image{width:35%}.bc_header .bc-menu .mega.column-3 .subnav>li{width:33.33%}.bc_header .bc-menu .mega.column-2{width:600px}.bc_header .bc-menu .mega.column-2.--has-mega-image{width:750px}.bc_header .bc-menu .mega.column-2 .mega-image{width:45%}.bc_header .bc-menu .mega.column-2 .subnav>li{width:50%}.bc_header .bc-menu .mega .mega-image img{max-width:100%;padding:15px 10px}.bc_header .bc-menu .-has-mega-menu:hover>.mega{opacity:1!important;pointer-events:auto!important}@media (min-width: 1200px){.pc-menu-none{display:none!important}}@media (max-width: 1199px){.mb-menu-none{display:none!important}}.bc_single_book_wrap{margin-top:20px}@media (max-width: 990px){.bc_single_book_wrap{display:none;margin:0}.bc_single_book_wrap #sticky-wrapper .bc_tour_book{position:relative!important;top:0!important;width:auto!important}.bc_single_book_wrap.show{position:fixed;z-index:3000;left:0;right:0;padding:20px!important;overflow:scroll;height:100%;top:0;display:flex!important;width:100%;flex-wrap:wrap;align-items:center}.bc_single_book_wrap.show .bc_tour_book{flex-grow:1}.bc_single_book_wrap.show #sticky-wrapper{height:auto!important;flex:1}.bc_single_book_wrap.show .form-head{padding:10px 15px}.bc_single_book_wrap.show .form-head .price .value .onsale{display:inline-block;font-size:16px}.bc_single_book_wrap.show .form-guest-search,.bc_single_book_wrap.show .form-section-group,.bc_single_book_wrap.show .date-wrapper{padding:10px 15px}.bc_single_book_wrap.show label{margin:0!important}.bc_single_book_wrap.show .form-section-group .form-section-title{font-size:16px}.bc_single_book_wrap.show .form-section-group .form-group{padding-top:0}.bc_single_book_wrap.show .form-section-group .form-group:last-child{padding-bottom:0}.bc_single_book_wrap.show .submit-group{padding:10px 15px;text-align:right}.bc_single_book_wrap.show .submit-group .btn{padding:7px 16px 5px;font-size:14px;width:auto}}.bc_single_book{border:1px solid #D7DCE3;border-top:5px solid #5191FA;border-radius:0 0 4px 4px;background:#fff;position:relative;width:100%}.bc_single_book .tour-sale-box{position:absolute;top:-5px;overflow:hidden;height:70px;width:70px;right:-1px}.bc_single_book .tour-sale-box .sale_class{position:absolute;width:90px;height:48px;transform:rotate(45deg);right:-30px;top:-9px;line-height:65px;text-align:center;color:#fff;font-size:15px;z-index:8;background-color:#c03}.bc_single_book .form-head{position:relative;padding:20px;color:#5e6d77;font-size:14px;border-bottom:1px solid #D7DCE3}.bc_single_book .form-head .price{display:flex;align-items:flex-end;font-size:18px;color:#1a2b48;font-weight:500}.bc_single_book .form-head .price .label{font-size:14px;color:#5e6d77;font-weight:400;padding:0 10px 0 0;position:relative;top:-3px}.bc_single_book .form-head .price .value{line-height:28px}.bc_single_book .form-head .price .value .text-lg{font-weight:500;font-size:24px;color:#00001e}.bc_single_book .form-head .price .value .onsale{display:block;text-decoration:line-through;font-size:17px;color:#c03!important;font-weight:400;line-height:20px}.bc_single_book .form-content .form-group{margin-bottom:0;border-bottom:1px solid #D7DCE3}.bc_single_book .form-content .form-group .item-disable label,.bc_single_book .form-content .form-group .item-disable .render,.bc_single_book .form-content .form-group .item-disable .icon,.bc_single_book .form-content .form-group .item-disable input{color:#888!important}.bc_single_book .form-date-search,.bc_single_book .form-date-search-hotel{position:relative}.bc_single_book .form-date-search .start_date,.bc_single_book .form-date-search-hotel .start_date{position:absolute;bottom:0;right:0;width:100%}.bc_single_book .date-wrapper,.bc_single_book .form-guest-search{padding:15px 20px;display:flex;align-items:center}.bc_single_book .date-wrapper .check-in-wrapper,.bc_single_book .date-wrapper .guest-wrapper,.bc_single_book .form-guest-search .check-in-wrapper,.bc_single_book .form-guest-search .guest-wrapper{padding:0;width:100%;float:left}.bc_single_book .date-wrapper .check-in-wrapper label,.bc_single_book .date-wrapper .guest-wrapper label,.bc_single_book .form-guest-search .check-in-wrapper label,.bc_single_book .form-guest-search .guest-wrapper label{font-size:16px;color:#1a2b48;font-weight:500;margin-bottom:5px}.bc_single_book .date-wrapper .check-in-wrapper .render,.bc_single_book .date-wrapper .guest-wrapper .render,.bc_single_book .form-guest-search .check-in-wrapper .render,.bc_single_book .form-guest-search .guest-wrapper .render{font-size:13px;color:#5e6d77}.bc_single_book .date-wrapper .fa,.bc_single_book .form-guest-search .fa{font-size:25px}.bc_single_book .date-wrapper .input-number-group .input input,.bc_single_book .form-guest-search .input-number-group .input input{border:none;background:none;width:35px;text-align:center;color:#000;margin-left:15px}.bc_single_book .form-section-group{padding:15px 20px}.bc_single_book .form-section-group .form-section-title{font-size:18px}.bc_single_book .form-section-group label{font-size:inherit;color:#1a2b48;font-weight:500;margin-bottom:0}.bc_single_book .form-section-group .render{font-size:13px;color:#5e6d77}.bc_single_book .form-section-group .form-group{padding:10px 0;border-bottom:0px}.bc_single_book .submit-group{border-top:1px solid #D7DCE3;padding:20px}.bc_single_book .submit-group .btn{width:100%;font-size:16px;padding:12px 25px;color:#fff}.bc_single_book .submit-group .alert-text{margin-top:10px}.bc_single_book .form-section-total{border-top:1px solid #d7dce3;padding:15px 20px}.bc_single_book .form-section-total label{font-size:16px;margin-bottom:0}.bc_single_book .form-section-total .price{float:right}.bc_single_book .nav-enquiry{background:#f9f9f9;padding:20px;border-bottom:solid 1px #d7dce3;display:flex}.bc_single_book .nav-enquiry .enquiry-item{flex:0 0 50%;text-align:center}.bc_single_book .nav-enquiry .enquiry-item span{color:#1a2b4e;text-transform:uppercase;font-weight:500;display:inline-block;border-bottom:solid 1px transparent;cursor:pointer}.bc_single_book .nav-enquiry .enquiry-item.active span{border-bottom:solid 1px #5191FA;color:#5191fa}.bc_single_book .form-enquiry{padding:20px}.bc_single_book .form-enquiry .btn-primary{width:100%;color:#fff;font-size:16px}.bc_single_book .form-enquiry .btn-primary.is-success{background:#797979!important}.bc_single_book .form-enquiry .btn-primary.is-success .fa{display:none}.bc_single_book .form-enquiry .form-control{border-top:none;border-left:none;border-right:none}.bc_single_book .form-enquiry textarea{height:100px}.bc_single_book .form-enquiry .alert-text{margin-top:10px}.bc_single_book .form-send-enquiry{text-align:center;margin:20px 0}.bc-more-book-mobile{position:fixed;bottom:0;left:0;right:0;background:#fff;z-index:11;display:none;border-top:solid 1px #ddd}@media (max-width: 990px){.bc-more-book-mobile{display:block}}.bc-more-book-mobile .container{align-items:center;display:flex;-ms-flex-wrap:wrap;height:65px;flex-wrap:wrap}.bc-more-book-mobile .left,.bc-more-book-mobile .right{flex:0 0 50%;max-width:50%}.bc-more-book-mobile .left .g-price .prefix{color:#5e6d77;display:inline-block}.bc-more-book-mobile .left .g-price .prefix i{font-size:16px;color:#ffc107}.bc-more-book-mobile .left .g-price .fr_text{font-size:12px}.bc-more-book-mobile .left .g-price .price{position:relative;display:inline-block}.bc-more-book-mobile .left .g-price .price .text-price{font-size:20px;color:#1a2b48;font-weight:500}.bc-more-book-mobile .left .g-price .price .onsale{text-decoration:line-through;font-size:16px;color:#c03!important;font-weight:400}.bc-more-book-mobile .left .g-price i{font-size:18px}.bc-more-book-mobile .left .service-review .list-star{display:inline-block;line-height:13px;position:relative}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars{padding:0;margin:0;width:90px}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:before,.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:after{content:"";display:table;clear:both}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li{list-style:none;float:left;margin-right:5px}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li:last-child{margin-right:0}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li .fa{font-size:15px;color:#ffdc00}.bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars-active{position:absolute;width:0;top:0;left:0;overflow:hidden}.bc-more-book-mobile .left .service-review .review{position:relative;top:-2px;font-size:13px;color:#768092;margin-left:10px}@media (max-width: 340px){.bc-more-book-mobile .left .service-review .review{display:none}}.bc-more-book-mobile .right{text-align:right}.bc-more-book-mobile .btn-primary{padding:8px 20px 6px;color:#fff;text-transform:uppercase}.hotel_rooms_form .nav-enquiry{background:#f9f9f9;padding:20px;border-bottom:solid 1px #d7dce3;display:flex;border-top:solid 5px #5191fa;border-left:solid 1px #d7dce3;border-right:solid 1px #d7dce3}.hotel_rooms_form .nav-enquiry .enquiry-item{flex:0 0 50%;text-align:center}.hotel_rooms_form .nav-enquiry .enquiry-item span{color:#1a2b4e;text-transform:uppercase;font-weight:500;display:inline-block;border-bottom:solid 1px transparent;cursor:pointer}.hotel_rooms_form .nav-enquiry .enquiry-item.active span{border-bottom:solid 1px #5191FA;color:#5191fa}.hotel_rooms_form .form-enquiry{padding:20px}.hotel_rooms_form .form-enquiry .btn-primary{width:100%;color:#fff;font-size:16px}.hotel_rooms_form .form-enquiry .btn-primary.is-success{background:#797979!important}.hotel_rooms_form .form-enquiry .btn-primary.is-success .fa{display:none}.hotel_rooms_form .form-enquiry .form-control{border-top:none;border-left:none;border-right:none}.hotel_rooms_form .form-enquiry textarea{height:100px}.hotel_rooms_form .form-enquiry .alert-text{margin-top:10px}.hotel_rooms_form .form-enquiry{border:solid 1px #d7dce3;border-top:none}.hotel_rooms_form .form-enquiry .btn-primary{width:180px}#enquiry_form_modal,#enquiry_form_modal .modal-dialog{z-index:9999}#enquiry_form_modal:before{content:"";position:absolute;inset:0;background:#000;z-index:9998;opacity:.8}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.b-container{width:100%}@media (min-width: 640px){.b-container{max-width:640px}}@media (min-width: 768px){.b-container{max-width:768px}}@media (min-width: 1024px){.b-container{max-width:1024px}}@media (min-width: 1280px){.b-container{max-width:1280px}}@media (min-width: 1536px){.b-container{max-width:1536px}}.b-pointer-events-auto{pointer-events:auto}.b-invisible{visibility:hidden}.b-fixed{position:fixed}.b-relative{position:relative}.b-sticky{position:sticky}.b-bottom-0{bottom:0}.b-left-2{left:.5rem}.b-right-0{right:0}.b-top-0{top:0}.b-top-full{top:100%}.b-z-\[1000\]{z-index:1000}.b-m-10{margin:2.5rem}.b-mb-2{margin-bottom:.5rem}.b-mb-2\.5{margin-bottom:.625rem}.b-mb-\[15px\]{margin-bottom:15px}.b-mr-2{margin-right:.5rem}.b-flex{display:flex}.b-inline-flex{display:inline-flex}.b-table{display:table}.b-grid{display:grid}.b-h-6{height:1.5rem}.b-h-full{height:100%}.b-min-h-64{min-height:16rem}.b-w-6{width:1.5rem}.b-w-\[60\%\]{width:60%}.b-w-full{width:100%}.b-flex-1{flex:1 1 0%}.b-shrink-0{flex-shrink:0}.b-flex-grow{flex-grow:1}.b-cursor-pointer{cursor:pointer}.b-list-none{list-style-type:none}.b-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.b-flex-col{flex-direction:column}.b-items-center{align-items:center}.b-justify-between{justify-content:space-between}.b-gap-2{gap:.5rem}.b-gap-3{gap:.75rem}.b-gap-5{gap:1.25rem}.b-overflow-y-auto{overflow-y:auto}.b-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b-rounded{border-radius:.25rem}.b-rounded-2xl{border-radius:1rem}.b-rounded-md{border-radius:.375rem}.b-border{border-width:1px}.b-border-0{border-width:0px}.b-border-2{border-width:2px}.b-border-b{border-bottom-width:1px}.b-border-l{border-left-width:1px}.b-border-t{border-top-width:1px}.b-border-solid{border-style:solid}.b-border-dashed{border-style:dashed}.b-border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.b-border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.b-border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.b-border-b-\[\#dad8d8\]{--tw-border-opacity: 1;border-bottom-color:rgb(218 216 216 / var(--tw-border-opacity, 1))}.b-border-b-\[\#dbdbdb\]{--tw-border-opacity: 1;border-bottom-color:rgb(219 219 219 / var(--tw-border-opacity, 1))}.b-border-l-gray-200{--tw-border-opacity: 1;border-left-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.b-border-t-\[\#ececec\]{--tw-border-opacity: 1;border-top-color:rgb(236 236 236 / var(--tw-border-opacity, 1))}.b-bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.b-bg-neutral-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.b-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.b-p-0{padding:0}.b-p-2{padding:.5rem}.b-p-4{padding:1rem}.b-p-8{padding:2rem}.b-px-2{padding-left:.5rem;padding-right:.5rem}.b-px-3{padding-left:.75rem;padding-right:.75rem}.b-px-4{padding-left:1rem;padding-right:1rem}.b-py-1{padding-top:.25rem;padding-bottom:.25rem}.b-py-2{padding-top:.5rem;padding-bottom:.5rem}.b-py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.b-py-3{padding-top:.75rem;padding-bottom:.75rem}.b-py-4{padding-top:1rem;padding-bottom:1rem}.b-py-5{padding-top:1.25rem;padding-bottom:1.25rem}.b-pb-\[15px\]{padding-bottom:15px}.b-pl-2{padding-left:.5rem}.b-text-center{text-align:center}.b-text-right{text-align:right}.b-text-\[15px\]{font-size:15px}.b-text-sm{font-size:.875rem;line-height:1.25rem}.b-text-xl{font-size:1.25rem;line-height:1.75rem}.b-font-medium{font-weight:500}.b-leading-5{line-height:1.25rem}.b-text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.b-text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.b-shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}body{color:#1a2b48;font-size:14px;font-family:Poppins,sans-serif;font-weight:400;line-height:1.5;overflow-x:hidden}img.lazy{opacity:0}img.lazy:not(.initial){transition:opacity 1s}img.lazy.initial,img.lazy.loaded,img.lazy.error{opacity:1}img:not([src]){visibility:hidden}img[data-src],img[data-srcset]{display:block;min-height:1px}ul,ol{padding:0;margin:0}.clear:before,.clear:after{display:table;content:"";clear:both}[v-cloak]{display:none}.bc_wrap .bc_footer .mailchimp{padding-top:65px;padding-bottom:40px;background:#f5f5f5}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp{padding-top:45px;padding-bottom:20px}}.bc_wrap .bc_footer .mailchimp .media-left{padding-right:30px}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-left{padding-right:15px}}.bc_wrap .bc_footer .mailchimp .media-left i{font-size:80px;top:-10px;position:relative}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-left i{top:-20px}}.bc_wrap .bc_footer .mailchimp .media-body .media-heading{font-size:24px!important}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-body .media-heading{font-size:18px!important}}.bc_wrap .bc_footer .mailchimp .media-body p{font-size:16px!important;color:#5e6d77!important}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .media-body p{font-size:14px!important}}.bc_wrap .bc_footer .mailchimp .subcribe-form{position:relative}.bc_wrap .bc_footer .mailchimp .subcribe-form .form-control{height:55px;line-height:53px;font-size:14px;box-shadow:none;border-color:#d7dce3}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .subcribe-form .form-control{height:40px;line-height:40px}}.bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit{border:none;border-radius:0 5px 5px 0;position:absolute;top:0;right:0;height:55px;line-height:55px;color:#fff;background:#1a2b48;padding-left:25px;padding-right:25px;font-weight:600;text-transform:uppercase}@media (max-width: 766px){.bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit{height:40px;line-height:40px}}@media (max-width: 990px){.bc_wrap .bc_footer .mailchimp .subcribe-form .btn-submit{padding-left:15px;padding-right:15px}}.bc_wrap .bc_footer .main-footer{margin:20px 0}.bc_wrap .bc_footer .main-footer .nav-footer .title{text-transform:uppercase;font-weight:500;padding:20px 0;margin-bottom:31px;position:relative}.bc_wrap .bc_footer .main-footer .nav-footer .title:before{position:absolute;bottom:0;content:"";width:120px;border-bottom:1px solid #ebebeb;left:0}@media (max-width: 768px){.bc_wrap .bc_footer .main-footer .nav-footer .title:before{width:100%}}@media (max-width: 766px){.bc_wrap .bc_footer .main-footer .nav-footer .title{padding:15px 0;margin-bottom:15px}}.bc_wrap .bc_footer .main-footer .nav-footer .context ul{list-style:none}.bc_wrap .bc_footer .main-footer .nav-footer .context ul li{display:block}.bc_wrap .bc_footer .main-footer .nav-footer .context ul li a{margin-bottom:25px;font-size:14px;font-weight:400;display:block;color:#1a2b48;text-decoration:none;transition:all .3s}.bc_wrap .bc_footer .main-footer .nav-footer .context ul li a:hover{color:#5191fa}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact{border-left-width:3px;padding-left:20px;border-left-color:#5191fa;border-left-style:solid;margin-bottom:30px}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .c-title{color:#5e6d77;margin-bottom:10px}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub{font-weight:500;font-size:18px}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub a{margin-right:20px;text-decoration:none}.bc_wrap .bc_footer .main-footer .nav-footer .context .contact .sub a i{color:#1a2b48}.bc_wrap .bc_footer .copy-right{border-top:1px solid #EAEEF3}.bc_wrap .bc_footer .copy-right p{margin-bottom:0}.bc_wrap .bc_footer .copy-right .context{position:relative;padding:40px 15px}.bc_wrap .bc_footer .copy-right .context .f-visa{position:absolute;right:15px;top:50%;transform:translateY(-50%)}@media (max-width: 460px){.bc_wrap .bc_footer .copy-right .context .f-visa{position:initial;margin-top:10px;transform:translate(0)}}@media (max-width: 766px){.bc_wrap .bc_footer .copy-right .context{padding:20px 15px}}.bc-pagination{text-align:center;display:block;margin-top:20px;margin-bottom:40px}.bc-pagination ul{display:inline-block;padding:0;margin:0}.bc-pagination ul li{list-style:none;font-size:16px;color:#768090;float:left;margin-right:10px}.bc-pagination ul li a,.bc-pagination ul li span{display:block;height:32px;width:32px;line-height:32px;text-decoration:none;color:#5e6d77;float:none;padding:0;border:none;border-radius:3px;cursor:pointer}.bc-pagination ul li a.current,.bc-pagination ul li span.current{border:1px solid #5191FA!important;border-radius:3px;background:transparent!important;color:#5191fa!important}.bc-pagination ul li.active a,.bc-pagination ul li.active span{border:1px solid #5191FA!important;background:transparent!important;color:#5191fa!important}.bc-pagination .count-string{font-size:14px;color:#768090;margin-top:5px;display:block}.bc-effect-bg,.bc-effect-user-bg{position:fixed;width:100%;height:100%;background:#000;z-index:19;left:0;top:0;opacity:.5}.bootbox.modal{z-index:3000}.bootbox.modal:before{content:"";width:100%;height:100%;position:fixed;background:#000;opacity:.5}.review_upload_item{cursor:pointer;background-repeat:no-repeat;background-size:cover;background-position:center;height:10vh}.review_upload_file{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10}.helpText:after{content:"";font-family:FontAwesome;font-size:150%;color:gray;display:flex;align-items:center;justify-content:center;width:10vh;height:10vh;border:3px dashed gray}.last\:b-border-b-0:last-child{border-bottom-width:0px}.b-group:hover .group-hover\:b-visible{visibility:visible}@media (min-width: 768px){.md\:b-absolute{position:absolute}.md\:b-bottom-auto{bottom:auto}}


/* Header Styles */
.bc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.bc-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.bc-logo:hover {
    color: #5191fa;
    text-decoration: none;
}

.logo-text {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #5191fa;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.default-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bc-more-menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.bc-more-menu:hover {
    background-color: #f8f9fa;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 18px;
    justify-content: space-between;
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #5191fa, #007bff);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.bc-more-menu:hover .hamburger-line {
    background: linear-gradient(135deg, #007bff, var(--button-color));
}

.bc-more-menu.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.bc-more-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.bc-more-menu.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile styles */
@media (max-width: 768px) {
    .bc_header {
        padding: 10px 0;
    }
    
    .bc-logo {
        font-size: 16px;
    }
    
    .logo-text {
        font-size: 18px;
        margin-left: 8px;
    }
    
    .hamburger-icon {
        width: 20px;
        height: 15px;
    }
    
    .hamburger-line {
        height: 2px;
    }
}

/* Header content layout */
.bc_header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bc_header .header-left {
    display: flex;
    align-items: center;
}

.bc_header .header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Ensure proper spacing */
.bc_header .bc-menu {
    margin-left: 30px;
}

@media (max-width: 768px) {
    .bc_header .bc-menu {
        display: none;
    }
    
    .bc_header .header-right {
        gap: 10px;
    }
}
@charset "UTF-8";
.bc_wrap.header_sticky {
  padding-top: 90px;
}
.bc_wrap .bc_topbar {
  /* background: #1A2B48; */
  background: var(--button-color);
;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .bc_wrap .bc_topbar {
    display: none;
  }
}
.bc_wrap .bc_topbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bc_wrap .bc_topbar .content .socials {
  display: inline-block;
}
.bc_wrap .bc_topbar .content .socials a {
  padding-right: 18px;
  color: #D1D4DA;
  font-size: 14px;
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .socials a:first-child {
  padding-left: 0;
}
.bc_wrap .bc_topbar .content .socials a:last-child {
  padding-right: 0;
}
.bc_wrap .bc_topbar .content .dropdown-menu .divider {
  margin: 0px 0;
  background-color: #31414a;
}
.bc_wrap .bc_topbar .content .topbar-items {
  display: inline-block;
}
.bc_wrap .bc_topbar .content .topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.bc_wrap .bc_topbar .content .topbar-items li a {
  color: #FFF;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .topbar-items li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.bc_wrap .bc_topbar .content .topbar-left {
  font-size: 14px;
  color: #fff;
}
.bc_wrap .bc_topbar .content .topbar-left a {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .topbar-left .line {
  min-width: 1px;
  display: inline-block;
  position: relative;
  min-height: 1px;
  margin: 0 10px;
}
.bc_wrap .bc_topbar .content .topbar-left .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  height: 20px;
  border-right: solid 1px #5f7190;
}
.bc_wrap .bc_topbar .content .topbar-right {
  font-size: 12px;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-notifications .dropdown-menu {
  left: 0 !important;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 200px;
  top: 15px !important;
  border-radius: 0;
}
.bc_wrap .bc_topbar .content .topbar-right .dropdown-menu.width-auto {
  min-width: 0px;
}
.bc_wrap .bc_topbar .content .topbar-right .topbar-items li a {
  font-size: 12px;
}
.bc_wrap .bc_topbar .content .topbar-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_topbar .content .dropdown-menu {
  min-width: auto;
  background: #1A2B48;
}
.bc_wrap .bc_topbar .content .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bc_wrap .bc_topbar .content .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #FFF;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a:hover {
  text-decoration: none;
}
.bc_wrap .bc_topbar .content .dropdown-menu li a:hover {
  background: #233448;
}
.bc_wrap .bc_header {
  border-bottom: 1px solid #EAEEF3;
}
.bc_wrap .bc_header .content {
  display: flex;
  align-items: center;
}
.bc_wrap .bc_header .content .header-left {
  position: relative;
  height: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .content .header-left {
    width: 90%;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu {
  padding-left: 20px;
  z-index: 99;
}
@media (max-width: 768px) {
  .bc_wrap .bc_header .content .header-left .bc-menu {
    display: none;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu a {
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul {
  list-style: none;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li {
  display: inline-block;
  position: relative;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li a {
  padding: 35px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A2B48;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .bc_wrap .bc_header .content .header-left .bc-menu ul li a {
    padding: 35px 15px;
  }
}
@media (max-width: 1024px) {
  .bc_wrap .bc_header .content .header-left .bc-menu ul li a {
    padding: 35px 10px;
  }
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li.active {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .fa {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 5px;
  font-size: 18px;
  transition: all 0.3s;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown {
  list-style: none;
  position: absolute;
  left: 0;
  top: 120%;
  padding-left: 0;
  margin-bottom: 0;
  min-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 1px #dbdbdb;
  box-shadow: 0 1px 1px #dbdbdb;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li:not(:last-child) a {
  border-bottom: 1px solid #EEEEEE;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li > .menu-dropdown li .menu-dropdown {
  top: 0px;
  left: 100%;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > .menu-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > a {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:hover > .fa {
  color: #5191FA;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul .-has-mega-menu {
  position: initial;
}
.bc_wrap .bc_header .content .header-left .bc-menu ul li:nth-child(n+4) > .mega {
  right: 0;
  left: auto;
}
.bc_wrap .bc_header .content .header-right {
  position: relative;
  height: 100%;
  text-align: right;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .content .header-right {
    width: 10%;
  }
}
.bc_wrap .bc_header .content .header-right .bc-more-menu {
  border: none;
  background: transparent;
  font-size: 32px;
  padding: 0px 10px;
  float: right;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .bc_wrap .bc_header .content .header-right .bc-more-menu {
    display: flex;
    float: right;
    position: relative;
    z-index: 1001;
  } 
}
.bc_wrap .bc_header .content .header-right .bc-more-menu.active {
  /* background: #1a2b48; */
  background: var(--button-color);
  color: #fff;
  border-radius: 5px;
}
.bc_wrap .bc_header .content .header-right .topbar-items {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 990px) {
  .bc_wrap .bc_header .content .header-right .topbar-items {
    display: none;
  }
}
.bc_wrap .bc_header .content .header-right .topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.bc_wrap .bc_header .content .header-right .topbar-items li a {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login {
  padding-right: 50px;
  display: block;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar, .bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  border-radius: 50%;
  top: -12px;
}
.bc_wrap .bc_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  align-items: center;
  background: #1A2B48;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  display: flex;
}
.bc_wrap .bc_header .content .header-right .topbar-items li a {
  font-size: 12px;
}
.bc_wrap .bc_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 200px;
  top: 52px !important;
  border-radius: 0;
  transform: none !important;
  background: #1A2B48;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #FFF;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a:hover {
  text-decoration: none;
}
.bc_wrap .bc_header .content .header-right .dropdown-menu li a:hover {
  background: #233448;
}
.bc_wrap .bc_header .bc-menu-mobile {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform: translate(-105%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
  border-right: solid 1px #1a2b48;
}
@media (max-width: 1023px) {
  .bc_wrap .bc_header .bc-menu-mobile {
    display: block !important;
  }
}
.bc_wrap .bc_header .bc-menu-mobile.active {
  transform: translate(0);
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile {
  border-bottom: solid 1px #e6e6e6;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 30%;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .b-close {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 11;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
  line-height: 40px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar {
  background: var(--button-color);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar i {
  font-size: 34px;
  border: solid 2px #fff;
  border-radius: 50%;
  padding: 15px 17px;
  display: inline-block;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile .avatar img {
  max-width: 80px;
  border-radius: 50%;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul {
  padding: 20px;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li {
  margin-bottom: 10px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a {
  color: #1a2b48;
  text-decoration: none;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li a i {
  min-width: 15px;
  display: inline-block;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul li:last-child {
  margin-bottom: 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang {
  padding: 0;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li {
  padding: 15px 20px;
  border-top: solid 1px #e6e6e6;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li a i {
  float: right;
  position: relative;
  top: 2px;
  text-align: center;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li a i:before {
  content: "\f104";
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li.show > a i:before {
  content: "\f107";
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu {
  position: relative !important;
  width: 100%;
  float: none;
  border: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
  transform: none !important;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a {
  font-size: 14px;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a:before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
  color: #383838;
}
.bc_wrap .bc_header .bc-menu-mobile .user-profile ul.multi-lang .flag-icon-jp {
  border: solid 1px #adadad;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu {
  overflow-x: scroll;
  width: 100%;
  max-height: none !important;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul {
  padding: 10px 20px;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a {
  color: #1a2b48;
  border: solid 1px #e6e6e6;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  padding: 10px;
  margin: 10px 0;
  border-radius: 8px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a .caret {
  float: right;
  padding: 8px 15px 9px 15px;
  margin-top: -5px;
  margin-right: -10px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a .caret:before {
  content: "\f104";
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li a:hover {
  /* border-bottom: solid 1px #1a2b48; */

  background-color: var(--button-color);
  color: white;
  transition: .4s;

}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu {
  display: none;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li a {
  padding-left: 15px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu {
  display: none;
  list-style: none;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu li a {
  padding-left: 30px;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > a {
  border-bottom: dashed 1px #1a2b48;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > a > .caret:before {
  content: "\f107";
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu {
  display: block;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > .children-menu {
  display: block;
}
.bc_wrap .bc_header .bc-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > a > .caret:before {
  content: "\f107";
}
.bc_wrap .bc_header.is_sticky {
  bottom: auto;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  transition: all 0.3s;
}

@media (min-width: 1023px) {
  .frontend-page.header-transparent .bc_wrap.header_sticky {
    padding-top: 0;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar {
    background: transparent;
    color: #000;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu {
    background: #fff;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a {
    color: #1A2B48;
    font-weight: bold;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li a:hover {
    background: #dcdcdc;
  }
  .frontend-page.header-transparent .bc_wrap .bc_topbar .content .topbar-right .topbar-items .dropdown-menu li.menu-hr {
    border-top: 1px solid #dedede;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header {
    position: absolute;
    top: 50px;
    z-index: 10;
    width: 100%;
    background: transparent;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header.is_sticky {
    position: fixed;
    top: 0;
    background: #1a2b48;
    transition: none;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content {
    background: transparent;
    color: #fff;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content .header-left .bc-menu > ul > li > a {
    color: #fff;
  }
  .frontend-page.header-transparent .page-template-content > div:first-child {
    padding-top: 220px;
  }
  .frontend-page.header-transparent .page-template-content .bc-form-search-all.carousel_v2 .g-form-control .nav-tabs {
    border: none;
    margin-top: 200px;
  }
}
@media (max-width: 1023px) {
  .frontend-page.header-transparent .bc_wrap .bc_header {
    background: #1a2b48;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content {
    background: #1a2b48;
  }
  .frontend-page.header-transparent .bc_wrap .bc_header .content .header-right .bc-more-menu {
    color: #fff;
  }
}

/* Симметричный мобильный хедер */
@media (max-width: 768px) {
  .bc_header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    min-height: 70px;
  }
  .bc_header .content .header-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
  }
  .bc_header .content .header-left .bc-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1a2b48;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
  }
  .bc_header .content .header-left .bc-logo:hover {
    color: #007bff;
    text-decoration: none;
  }
  .bc_header .content .header-left .bc-logo img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    margin-right: 10px;
  }
  .bc_header .content .header-left .bc-logo .default-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .bc_header .content .header-left .bc-logo .logo-text {
    font-size: 8vw;
    font-weight: 700;
    color: #5191fa;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    margin-left: 10vw;
  }
  .bc_header .content .header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bc_header .content .header-right .bc-more-menu {
    background: linear-gradient(135deg, #007bff, var(--button-color));
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    position: relative;
    overflow: hidden;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bc_header .content .header-right .bc-more-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
  }
  .bc_header .content .header-right .bc-more-menu:hover {
    background: linear-gradient(135deg, var(--button-color), #004085);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
  }
  .bc_header .content .header-right .bc-more-menu:hover::before {
    left: 100%;
  }
  .bc_header .content .header-right .bc-more-menu:active {
    transform: translateY(-1px);
  }
  .bc_header .content .header-right .bc-more-menu .hamburger-icon
  {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 18px;
    justify-content: space-between;
    position: relative;
  }
  .bc_header .content .header-right .bc-more-menu .hamburger-icon .hamburger-line
  {
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  /* .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .bc_header .content .header-right .bc-more-menu:hover .hamburger-icon .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  } */
}
.bc_header .bc-menu .mega {
  position: absolute;
  top: 100%;
  background-color: white;
  padding: 5px 10px;
  border-radius: 4px;
  color: var(--color-dark-1);
  box-shadow: 1px 15px 15px -10px rgba(0, 0, 0, 0.2588235294);
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  width: 700px;
}
.bc_header .bc-menu .mega.--has-mega-image {
  width: 900px;
}
.bc_header .bc-menu .mega .mega-image {
  width: 30%;
}
.bc_header .bc-menu .mega .mega-image img {
  object-fit: cover;
  border-radius: 5px;
}
.bc_header .bc-menu .mega > .subnav {
  flex: 1;
  display: flex;
  opacity: 1;
  left: 0;
  top: 0;
  min-width: 0;
  position: relative;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  flex-wrap: wrap;
  overflow: hidden;
}
.bc_header .bc-menu .mega > .subnav > li {
  width: 25%;
  padding: 15px 15px 0px 15px;
}
.bc_header .bc-menu .mega > .subnav > li > a {
  padding: 0 0 15px 10px !important;
  border-bottom: solid 1px #ccc;
  width: 100%;
  position: relative;
}
.bc_header .bc-menu .mega > .subnav > li > a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  display: inline-block;
  background: #5191fa;
  top: -2px;
  left: 0px;
}
.bc_header .bc-menu .mega > .subnav > li > a i {
  display: none;
}
.bc_header .bc-menu .mega > .subnav > li > a:hover {
  background-color: transparent;
}
.bc_header .bc-menu .mega > .subnav .subnav {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  top: 0 !important;
  box-shadow: none !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li {
  width: 100% !important;
  margin-bottom: 0;
  padding: 0 !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li > a {
  border-bottom: none !important;
  padding: 15px 0 10px 0 !important;
}
.bc_header .bc-menu .mega > .subnav .subnav > li > a:hover {
  background-color: transparent;
}
.bc_header .bc-menu .mega > .subnav a i.icon {
  display: none;
}
.bc_header .bc-menu .mega.column-3 {
  width: 750px;
}
.bc_header .bc-menu .mega.column-3.--has-mega-image {
  width: 900px;
}
.bc_header .bc-menu .mega.column-3 .mega-image {
  width: 35%;
}
.bc_header .bc-menu .mega.column-3 .subnav > li {
  width: 33.33%;
}
.bc_header .bc-menu .mega.column-2 {
  width: 600px;
}
.bc_header .bc-menu .mega.column-2.--has-mega-image {
  width: 750px;
}
.bc_header .bc-menu .mega.column-2 .mega-image {
  width: 45%;
}
.bc_header .bc-menu .mega.column-2 .subnav > li {
  width: 50%;
}
.bc_header .bc-menu .mega .mega-image img {
  max-width: 100%;
  padding: 15px 10px;
}

.bc_header .bc-menu .-has-mega-menu:hover > .mega {
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media (min-width: 1200px) {
  .pc-menu-none {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .mb-menu-none {
    display: none !important;
  }
}

/*# sourceMappingURL=header.css.map */


/* Исправление фона кнопки переключения направлений */
.direction-swap-btn:active,
.direction-swap-btn:focus,
.direction-swap-btn:focus:active {
    background: #007bff !important;
    outline: none !important;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important;
}

.direction-swap-btn:active {
    transform: translateX(-50%) scale(0.95) !important;
}

/* Убираем все возможные фоны после нажатия */
.direction-swap-btn:visited {
    background: #007bff !important;
}

.direction-swap-btn:focus-visible {
    background: #007bff !important;
    outline: none !important;
}

/* Убираем outline и другие эффекты */
.direction-swap-btn {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.direction-swap-btn:active {
    -webkit-tap-highlight-color: transparent !important;
}

#accordionExample {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
}

#accordionExample > .card > .card-header {
    background-color: white;
    padding: 20px;
}

.bc-booking-page .form-actions .btn {
  width: 60%;
  background-color: #41d19e !important;
  height: 50px;
  border-radius: 8px;
  padding: 0 !important;
  font-size: 20px;
  margin: 0 auto
}

@media(max-width: 500px) {

  .bc-booking-page .form-actions {
    width: 80%;
    display: flex;
  }

  .bc-booking-page .form-actions .btn {
    font-size: 16px;
  }
}

.user-profile.user-profile_custom_style div:nth-child(2) li {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 8px;
  height: 42px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.desktop-text-departure-port {
  display: block
}

.mobile-text-departure-port {
  display: none
}

@media(max-width: 1000px) {
  .desktop-text-departure-port {
    display: none
  }

  .mobile-text-departure-port {
    display: block
  }
}