@charset "UTF-8";
body {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow: initial;
  overflow-x: hidden;
}
body.overflow {
  overflow: hidden;
}
.container {
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
body .row {
  margin-right: -10px;
  margin-left: -10px;
}
body [class^="col-"]{
  padding-right: 10px;
  padding-left: 10px;
}
body [class^="col-"].mb-3,
body [class^="col-"].my-3 {
  margin-bottom: 20px!important;
}
@media (max-width: 768px) {
  body .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .list-item .col-md-6,
  .list-item .col-xs-6,
  .list-item .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body [class^="col-"]{
    padding-right: 10px;
    padding-left: 10px;
  }
  body [class^="col-"].mb-3,
  body [class^="col-"].my-3 {
    margin-bottom: 20px!important;
  }
  body .list-item > .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  body .list-item > .row .col-lg-3.col-md-6.mb-3,
  body .list-item > .row .col-lg-4.col-md-6.mb-3,
  body .list-item > .row .col-lg-8.col-md-6.mb-3 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px !important;
  }
}
.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;
}
.mb50 {
  margin-bottom: 50px;
}
/*
body a:focus {
  box-shadow: none !important;
}
*/
.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;
}
.seo_wrap .seo_search_hotel .seo_filter .g-filter-item .item-content .seo-filter-price .irs--flat .irs-to,
.seo_wrap .seo_search_hotel .seo_filter .g-filter-item .item-content .seo-filter-price .irs--flat .irs-handle > i:first-child {
  filter: brightness(90%);
}
h1 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
p {
  margin-bottom: 10px;
}
body hr {
  border-top: 1px solid #f0eade;
  margin-bottom: 2rem;
}
section {
  background-color: #FFFBF1;
}
section.seo-text,
section.seo-featured-item.style2,
section.seo-featured-item.style3 {
  background-color: transparent;
}
.btn {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  padding: 17px 35px;
  transition: background 0.2s, color 0.2s;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  cursor: pointer;
}
body .input-group > .input-group-append > .btn {
  padding: 0 20px;
  box-shadow: none;
}
body .input-group > .input-group-append > .btn:hover,
body .input-group > .input-group-append > .btn:active,
body .input-group > .input-group-append > .btn:focus {
  box-shadow: none;
}
.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;
}
body .btn.btn-primary {
  position: relative;
  background: #e86139;
  background: linear-gradient(0deg,rgba(244, 151, 37, 1) 0%, rgba(249, 103, 60, 1) 50%);
  text-shadow: 2px 1px 1px rgba(0,0,0,.3);
  box-shadow: 0 4px #e65d35;
  overflow: hidden;
  transition: all 0.15s linear;
}
body .btn.btn-primary span {
  position: relative;
  z-index: 1;
}
body .btn.btn-primary.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 150%;
  height: 100%;
  background: linear-gradient( 120deg, transparent, rgba(255, 179, 0, 0.4), transparent );
  transition: all .65s;
}
body .btn.btn-primary.btn:hover:before {
  left: 100%;
}
body .btn.btn-primary:hover,
body .btn.btn-primary:active,
body .btn.btn-primary:focus,
body .btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  position: relative;
  background: #e86139;
  background: linear-gradient(0deg,rgba(244, 151, 37, 1) 0%, rgba(249, 103, 60, 1) 50%) !important;
  box-shadow: 0 4px #e65d35;
  text-shadow: 2px 1px 1px rgba(0,0,0,.3);
}
.primary-text {
  color: #e86139 !important;
}
.btn.btn-danger {
  background: #FA5636;
}
.btn.btn-danger:hover {
  background: #E65335;
}
.btn.btn-danger:focus,
.btn.btn-danger:focus {
  box-shadow: none !important;
}
.padding-content {
  padding: 60px 0px;
}
.mt20 {
  margin-top: 20px;
}
.full-page {
  height: 100%;
}
.nav_button {
  position: relative;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 80px;
  height: 60px;
  cursor: pointer;
}
/* Добавляем только одно правило, чтобы внутренние div не ловили клики */
.nav_button .inner,
.nav_button .inner div,
.nav_button .inner div:before,
.nav_button .inner div:after {
    pointer-events: none;   /* <‑‑ важно! */
}
.nav_button .inner {
  position: relative;
  width: 50px;
  opacity: .9;
  transition: opacity .15s ease;
}
.nav_button:hover .inner,
.nav_button.active .inner {
  opacity: 1;
}
.nav_button > div {
  margin-top: -4px;
}
.nav_button .inner div,
.nav_button .inner div:after,
.nav_button .inner div:before {
  position: absolute;
  width: 50px;
  height: 4px;
  transition: transform .15s ease;
  border-radius: 4px;
  background: #000;
}
.nav_button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background .15s ease;
  background: rgba(255,255,255,0);
}
.nav_button:hover:before {
  background: rgba(255,255,255,.04);
}
.nav_button .inner div:after, .nav_button .inner div:before {
  content: '';
  display: block;
}
.nav_button .inner div:before {
  top: -10px;
}
.nav_button .inner div:after {
  bottom: -10px;
}
.nav_button .inner div {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .22s;
}
.nav_button .inner div:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in;
}
.nav_button .inner div:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}
.nav_button.active .inner div {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(225deg);
}
.nav_button.active .inner div:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0;
}
.nav_button.active .inner div:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg);
}

.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%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 6px;
  background: #e86139;
  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: translateX(40px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    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 {
  background: #fff;
  padding: 5px 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .blog-breadcrumb {
  }
}
.blog-breadcrumb ul, .blog-breadcrumb ol, .blog-breadcrumb .ul {
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}
.blog-breadcrumb ul li, .blog-breadcrumb ol li, .blog-breadcrumb .ul li {
  position: relative;
  display: inline-block;
  padding-right: 7px;
  margin-right: 7px;
  z-index: 0;
}
.blog-breadcrumb ul li a, .blog-breadcrumb ol li a, .blog-breadcrumb .ul li a {
  display: block;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  line-height: 21px;
  transition: all 0.15s linear;
}
.blog-breadcrumb ul li a:hover, .blog-breadcrumb ol li a:hover, .blog-breadcrumb .ul li a:hover {
  color: #000;
}
.blog-breadcrumb ul li.active, .blog-breadcrumb ol li.active, .blog-breadcrumb .ul li.active {
  color: #000;
}
.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: "/";
  right: -5px;
  margin-top: -2px;
  font-weight: 600;
  color: #e6dfd2;
  z-index: 1;
  top: 3px;
}
.seo-form .fa-spinner {
  display: none;
}
.seo-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 .cookie_accept {
  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;
  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 #f0eade;
  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: #f49625;
  padding: 10px 0;
}
.bc-topbar-pro a {
  color: #000;
}
.modal {
  z-index: 99999;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 8px 0 0;
  box-sizing: content-box;
  overflow: hidden;
}
input[type="radio"]:before,
input[type="checkbox"]:before {
  content: '';
  display: block;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #ddd4c3;
  transition: 0.2s border-color ease;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
  border-color: rgba(0,0,0,0);
  transition: 0.5s border-color ease;
}
input[type="radio"]:disabled:before,
input[type="checkbox"]:disabled:before {
  border-color: #ccc;
  background-color: #ccc;
}
input[type="radio"]:after,
input[type="checkbox"]:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  background-color: #e86139;
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  transform: translate(-50%, -50%) scale(0);
}
input[type="radio"]:before {
  border-radius: 100vh;
}
input[type="radio"]:after {
  width: 13px;
  height: 13px;
  border-radius: 100vh;
  transform: translate(-50%, -50%) scale(0);
}
input[type="radio"]:checked:after {
  -webkit-animation: toggleOnRadio 0.2s ease forwards;
          animation: toggleOnRadio 0.2s ease forwards;
}
input[type="checkbox"]:before {
  border-radius: 4px;
}
input[type="checkbox"]:after {
  width: 9.6px;
  height: 16px;
  border-radius: 0;
  transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0px 0px #e86139;
}
input[type="checkbox"]:checked:after {
  -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
          animation: toggleOnCheckbox 0.2s ease forwards;
}
input[type="checkbox"].filled:before {
  border-radius: 4px;
  transition: 0.2s border-color ease, 0.2s background-color ease;
}
input[type="checkbox"].filled:checked:not(:disabled):before {
  background-color: #e86139;
}
input[type="checkbox"].filled:not(:disabled):after {
  box-shadow: 4px 4px 0px 0px white;
}
@-webkit-keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@-webkit-keyframes toggleOnRadio {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@keyframes toggleOnRadio {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.form-control {
  height: 50px;
  border: 1px solid #f0eade;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}
input.form-control {
  height: 50px;
}
.required {
  color: #e3342f;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control::placeholder {
  color: #999999;
}
.invalid-feedback {
  font-size: 100%;
}
.seo-form .fa-spinner {
  display: none;
}
.seo-form.loading .fa-spinner {
  display: inline-block;
}
.seo-login-page {
  padding: 100px 0px;
}
body .modal-content {
  border-radius: 25px;
  background: #f9f3e8;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
body .modal-header {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom: 1px solid #f0eade;
  background: #f4ede0;
}
body .modal-footer {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top: 1px solid #f0eade;
  background: #f4ede0;
}
body .modal-backdrop {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
body .modal-backdrop.show {
  opacity: 1;
}
.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 .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 #f0eade;
  border-radius: 3px;
  font-size: 14px;
  color: #000;
}
.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: #e6dfd2;
  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 {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}
.frontend-page .modal.login .modal-content .modal-body .advanced {
  background: #f9f3e8;
  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;
}
.seo-login-form-page .form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.seo-login-form-page .form-control {
  height: 45px;
  box-shadow: none;
  background: #fff;
  border: 1px solid #f0eade;
  border-radius: 3px;
  font-size: 14px;
  color: #000;
}
.seo-login-form-page .form-group {
  position: relative;
  margin-bottom: 20px;
}
.seo-login-form-page .form-group .input-icon {
  position: absolute;
  top: 22px;
  right: 15px;
  font-size: 20px;
  transform: translateY(-50%);
  color: #acb5be;
  line-height: 0px;
}
.seo-form-login .icon-loading, .seo-form-register .icon-loading, .bc-form .icon-loading {
  display: none;
}
.seo-form-login .form-submit, .seo-form-register .form-submit, .bc-form .form-submit {
  width: 100%;
}
.seo-form-login .seo-recaptcha > div, .seo-form-register .seo-recaptcha > div, .bc-form .seo-recaptcha > div {
  margin: auto;
}
@media (max-width: 990px) {
  .seo-form-login .seo-recaptcha > div, .seo-form-register .seo-recaptcha > div, .bc-form .seo-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;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175) !important;
  border-radius: 0 0 25px 25px;
  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: #e86139;
  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 {
    color: transparent;
  }
  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?a81887014623d5a1e5955be94a3576b1) no-repeat center center;
}
body .daterangepicker .drp-calendar .calendar-table .next {
  background: url(/images/arrow_right.png?9f972f18a6ed4e7062b721bc9f76547d) 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 #f0eade;
  border-radius: 0px;
  margin: 0px;
}
body .daterangepicker .drp-calendar .calendar-table thead .month {
  color: #312817;
  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: #E86139;
  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: #312817;
  border-radius: 0px;
  border: 1px solid rgba(255,255,255,.1);
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.today {
  color: #D05632;
  border-color: #D05632;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.in-range {
  color: #fff;
  background-color: #e76038;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.today:hover {
  color: #fff;
  border-color: #D05632;
  background-color: #e76038;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date,
body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date {
  background: #D05632;
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date {
  border-left: solid 2px #000 !important;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date {
  border-right: solid 2px #000 !important;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.disabled {
  color: #bdbec1;
  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?a81887014623d5a1e5955be94a3576b1) 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?9f972f18a6ed4e7062b721bc9f76547d) no-repeat right center;
  cursor: pointer;
  z-index: 9;
}
body .daterangepicker .table-sub-header {
  border-top: 1px solid #f0eade;
}
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: #312817;
}
body .daterangepicker .table-condensed .td-date.disabled {
  text-decoration: none;
}
body .daterangepicker .table-condensed .td-date.disabled .date {
  color: #f0eade;
}
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) {
  box-shadow: -3px 0 0 #e86139;
}
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) {
  box-shadow: 3px 0 0 #e86139;
}
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: #312817 !important;
}
body .daterangepicker .full-book-event:before {
  content: "";
  background: #ededed;
  position: absolute;
  opacity: 0.5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
a.linker {
  position: relative;
  display: inline-block !important;
}
a.linker:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  height: 2px;
  background: rgba(255, 255, 255, .75);
  transition: all .2s linear;
}
a.linker:hover:before {
  right: 0;
}
.seo-admin-bar {
  background: #333;
  color: white;
}
.seo-admin-bar a {
  color: white;
}
.seo-admin-bar .adminbar-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.seo-admin-bar .adminbar-menu li {
  display: inline-block;
}
.seo-admin-bar .adminbar-menu li a {
  padding: 0 8px 0 7px;
  height: 32px;
  line-height: 32px;
  display: block;
}
.seo-admin-bar .adminbar-menu li a:hover {
  text-decoration: none;
}
.seo-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: flex;
  justify-content: center;
  align-items: center;
}
.pricing-tabs .tab-btns:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 30px;
  transform: translateX(-50%);
  background: #1967D2;
  border: 1px solid #E7E7EC;
  box-sizing: border-box;
  box-shadow: 0px 8px 15px rgba(140, 152, 164, 0.1);
  border-radius: 30px;
  content: "";
  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;
  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%;
  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;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 40px 40px;
  overflow: hidden;
  transition: all 300ms ease;
}
.pricing-table .inner-box:hover,
.pricing-table.tagged .inner-box {
  border: 1px solid #1967D2;
  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: flex;
  align-items: flex-end;
  font-size: 30px;
  line-height: 41px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 40px;
  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;
}
.seo-reviews .title-review {
  margin-bottom: 20px;
  font-size: 24px;
  color: #312817;
  font-weight: 500;
}
@media (max-width: 990px) {
  .seo-reviews .title-review {
    font-size: 1.5rem;
  }
}
@media (max-width: 766px) {
  .seo-reviews .title-review {
    font-size: 1.3rem;
  }
}
.seo-reviews .review-box {
  margin-top: 20px;
  padding: 30px;
  background: #fff;
  border: 1px solid #f0eade;
  border-radius: 12px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
  color: #312817;
  font-weight: 500;
}
@media (max-width: 766px) {
  .seo-reviews .review-box {
    padding: 10px;
  }
}
.seo-reviews .review-box .review-box-score {
  border-right: 1px solid #f0eade;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 990px) {
  .seo-reviews .review-box .review-box-score {
    border-right: none;
  }
}
.seo-reviews .review-box .review-box-score .review-score {
  line-height: 50px;
  font-size: 72px;
  font-weight: 500;
  color: #e86139;
}
@media (max-width: 766px) {
  .seo-reviews .review-box .review-box-score .review-score {
    font-size: 60px;
  }
}
.seo-reviews .review-box .review-box-score .review-score .per-total {
  font-size: 24px;
}
.seo-reviews .review-box .review-box-score .review-score-text {
  font-weight: 400;
  font-size: 24px;
  color: #312817;
}
.seo-reviews .review-box .review-box-score .review-score-base {
  margin-top: 10px;
  color: #312817;
  font-size: 14px;
}
.seo-reviews .review-box .review-box-score .review-score-base span {
  color: #e86139;
}
.seo-reviews .review-box .review-sumary .item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.seo-reviews .review-box .review-sumary .item:first-child {
  margin-top: 0px;
}
.seo-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: #312817;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .seo-reviews .review-box .review-sumary .item .label {
    width: 35%;
  }
}
.seo-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;
}
.seo-reviews .review-box .review-sumary .item .progress .percent {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  background: #e86139;
  border-radius: 10px;
}
.seo-reviews .review-box .review-sumary .item .progress .percent.green {
  background: #2ECC71;
}
.seo-reviews .review-box .review-sumary .item .progress .percent.darkgreen {
  background: #27AE61;
}
.seo-reviews .review-box .review-sumary .item .progress .percent.yellow {
  background: #F1C40F;
}
.seo-reviews .review-box .review-sumary .item .progress .percent.orange {
  background: #E67F22;
}
.seo-reviews .review-box .review-sumary .item .progress .percent.red {
  background: #E84C3D;
}
.seo-reviews .review-box .review-sumary .item .number {
  width: 7%;
  margin-left: 3%;
}
.seo-reviews .review-list {
  margin-top: 30px;
}
.seo-reviews .review-list .review-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #f0eade;
  font-size: 14px;
}
@media (max-width: 990px) {
  .seo-reviews .review-list .review-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.seo-reviews .review-list .review-item .review-item-head {
  display: flex;
  align-items: center;
  margin-right: 100px;
}
.seo-reviews .review-list .review-item .review-item-head .media .media-left {
  padding-right: 20px;
}
.seo-reviews .review-list .review-item .review-item-head .media .media-left img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.seo-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;
}
.seo-reviews .review-list .review-item .review-item-head .media .media-body .media-heading {
  font-size: 14px;
  color: #312817;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
}
.seo-reviews .review-list .review-item .review-item-head .media .media-body .date {
  color: #000;
}
.seo-reviews .review-list .review-item .review-item-body {
  margin-top: 20px;
}
.seo-reviews .review-list .review-item .review-item-body .title {
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
.seo-reviews .review-list .review-item .review-item-body .review-star {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.seo-reviews .review-list .review-item .review-item-body .review-star li {
  list-style: none;
  margin-right: 5px;
  float: left;
}
.seo-reviews .review-list .review-item .review-item-body .review-star li .fa {
  color: #fa5636;
  font-size: 16px;
}
.seo-reviews .review-list .review-item .review-item-body .detail {
  margin-top: 5px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  position: relative;
}
.seo-reviews .review-list .review-item:last-child {
  border-bottom: 1px solid #f0eade;
}
.seo-reviews .review-pag-wrapper {
  overflow: hidden;
  margin-top: 15px;
}
.seo-reviews .review-pag-wrapper .review-pag-text {
  float: right;
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  margin-right: 0;
}
.seo-reviews .review-pag-wrapper .seo-pagination {
  text-align: left;
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 0;
}
.seo-reviews .review-pag-wrapper .seo-pagination ul {
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.seo-reviews .review-pag-wrapper .seo-pagination ul li {
  list-style: none;
  font-size: 16px;
  color: #312817;
  float: left;
  margin-right: 10px;
}
.seo-reviews .review-pag-wrapper .seo-pagination ul li a, .seo-reviews .review-pag-wrapper .seo-pagination ul li span {
  display: block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-decoration: none;
  color: #000;
  float: none;
  padding: 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.seo-reviews .review-pag-wrapper .seo-pagination ul li a.current, .seo-reviews .review-pag-wrapper .seo-pagination ul li span.current {
  border: 1px solid #1a2b47 !important;
  border-radius: 3px;
  background: transparent !important;
  color: #1a2b47 !important;
}
.seo-reviews .review-pag-wrapper .seo-pagination ul li.active a, .seo-reviews .review-pag-wrapper .seo-pagination ul li.active span {
  border: 1px solid #1a2b47 !important;
  background: transparent !important;
  color: #1a2b47 !important;
}
.seo-reviews .review-pag-wrapper .seo-pagination .count-string {
  font-size: 14px;
  color: #312817;
  margin-top: 5px;
  display: inline-block;
}
.seo-reviews .review-form {
  margin: 15px 0;
}
.seo-reviews .review-form .title-form {
  color: #312817 !important;
  font-size: 16px;
  font-weight: 500;
}
.seo-reviews .review-form .form-wrapper {
  margin-top: 15px;
  padding: 30px;
  border: 1px solid #f0eade;
  background: #f9f3e8;
  border-top: solid 6px #e86139;
  border-radius: 5px;
}
@media (max-width: 766px) {
  .seo-reviews .review-form .form-wrapper {
    padding: 15px;
  }
  .seo-reviews .review-form .form-wrapper .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .seo-reviews .review-form .form-wrapper .row .col-md-8 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .seo-reviews .review-form .form-wrapper .row .col-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 766px) {
  .seo-reviews .review-form .form-wrapper .row .col-md-8,
  .seo-reviews .review-form .form-wrapper .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.seo-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) {
  .seo-reviews .review-form .form-wrapper .review-items {
    min-height: auto;
    padding: 10px 15px;
  }
}
.seo-reviews .review-form .form-wrapper .review-items .item {
  margin-bottom: 10px;
}
@media (max-width: 766px) {
  .seo-reviews .review-form .form-wrapper .review-items .item {
    margin-bottom: 5px;
  }
}
.seo-reviews .review-form .form-wrapper .review-items .item:last-child {
  margin-bottom: 0;
}
.seo-reviews .review-form .form-wrapper .review-items .item label {
  font-size: 14px;
  font-weight: 500;
  color: #312817;
  margin-bottom: 4px;
}
.seo-reviews .review-form .form-wrapper .review-items .item .rates {
  position: relative;
}
.seo-reviews .review-form .form-wrapper .review-items .item .fa:not(:last-child) {
  margin-right: 8px;
}
.seo-reviews .review-form .form-wrapper .review-items .item .fa {
  cursor: pointer;
  font-size: 18px;
}
.seo-reviews .review-form .form-wrapper .review-items .item .fa.grey {
  color: #000;
}
.seo-reviews .review-form .form-wrapper .review-items .item .fa.selected, .seo-reviews .review-form .form-wrapper .review-items .item .fa.hovered {
  color: #f49625;
}
.seo-reviews .review-form .form-wrapper .review-items .item .fa.selected:before, .seo-reviews .review-form .form-wrapper .review-items .item .fa.hovered:before {
  content: "\f005";
}
.seo-reviews .review-form .form-wrapper .alert ul {
  margin-left: 30px;
}
.seo-reviews .review-form .form-wrapper textarea.form-control {
  min-height: 350px;
  margin-top: 15px;
}
@media (max-width: 766px) {
  .seo-reviews .review-form .form-wrapper textarea.form-control {
    min-height: 100px;
  }
}
.seo-reviews .review-form .btn {
  background: #e86139;
  color: #FFF;
  border: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 10px 20px;
  transition: background 0.2s, color 0.2s;
  margin-top: 10px;
}
@media (max-width: 766px) {
  .seo-reviews .review-form .btn {
    padding: 5px 15px;
  }
}
.seo-reviews .review-message {
  background: #e6dfd2;
  padding: 15px 20px;
  margin-top: 15px;
  border-left: solid 6px #e86139;
  border-radius: 5px;
  margin-bottom: 15px;
}
.page-404-content {
  padding: 60px 0px;
  text-align: center;
}
.page-404-content h1 {
  font-size: 48px;
  color: #312817;
  font-weight: 500;
  margin-top: 0px;
}
.page-404-content h3 {
  font-size: 16px;
  color: #000;
  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: #000;
  margin-bottom: 5px;
}
.page-404-content .no-page__title {
  font-size: 200px;
  font-weight: 600;
  line-height: 1.2;
}
section.seo-list-tour {
  position: relative;
}
section.seo-list-tour.normal {
  background-image: url('/images/feature-bg-1.webp');
  background-position: center bottom;
  background-size: contain;
  background-repeat: repeat-x;
  padding-bottom: 50px;
}
.tab-content section.seo-list-tour.normal {
  background-color: #FFFBF1;
  background-image: none;
}
.g-location-module section.seo-list-tour.normal {
  padding-top: 50px;
}
.seo_wrap .page-template-content .seo-list-tour .title {
  font-size: 28px;
  margin-bottom: 20px;
}
.seo_wrap .page-template-content .seo-list-tour.normal .title {
  margin-bottom: 40px;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-tour .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.seo_wrap .page-template-content .seo-list-tour .title .sub-title {
  color: #737373;
  font-size: 16px;
  margin: 0 auto 25px;
  max-width: 420px;
  text-align: center;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.15s;
  height: 100%;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.seo_wrap .page-template-content .seo-list-tour .thumb-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s;
  z-index: 2;
}
.seo_wrap .page-template-content .seo-list-tour .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;
}
body .seo_wrap .page-template-content .seo-list-tour .item-tour .featured {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 500;
  z-index: 8;
  background: #63ab45;
  border-radius: 0 3px 3px 0;
  padding: 6px 10px;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .thumb-image {
  overflow: hidden;
  height: 170px;
  background: #f8f2e7;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour:hover .thumb-image a img {
  transform: scale(1.1);
}
.seo_wrap .page-template-content .seo-list-tour .owl-carousel .item-tour:hover .thumb-image a img {
  transform: scale(1.1);
  filter: blur(5px);
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  bottom: 0px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .thumb-image .service-wishlist:hover i, .seo_wrap .page-template-content .seo-list-tour .item-tour .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .location {
  font-size: 13px;
  color: #000;
  padding: 15px 15px 10px;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .location i {
  position: relative;
  font-size: 16px;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .category {
  margin: 0 15px;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .category .fa {
  color: #687882;
  opacity: 0.6;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .service-review {
  display: flex;
  margin-top: auto;
  padding: 10px 15px 15px;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .service-review .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 110px;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars:before, .seo_wrap .page-template-content .seo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars li .fa {
  font-size: 18px;
  color: #f49625;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars-active {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .service-review .review {
  position: relative;
  font-size: 13px;
  color: #736D75;
  margin-left: auto;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .item-title {
  padding: 0 15px;
  font-size: 16px;
  line-height: 22px;
  min-height: 45px;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-tour .item-tour .item-title {
    min-height: auto;
  }
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .item-title a {
  color: #000;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .info {
  padding: 15px;
  display: flex;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .info .duration {
  flex: auto;
  align-items: center;
  color: #000;
  position: relative;
  top: 5px;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .info .duration i {
  position: relative;
  font-size: 17px;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .info .g-price {
  flex: auto;
  text-align: right;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .info .g-price .prefix {
  color: #000;
  display: inline-block;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .info .g-price .prefix i {
  font-size: 16px;
  color: #f49625;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .info .g-price .price {
  position: relative;
  display: inline-block;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour .info .g-price .price .text-price {
  font-size: 18px;
  color: #312817;
  font-weight: 500;
}
.seo_wrap .page-template-content .seo-list-tour .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;
}
.seo_wrap .page-template-content .seo-list-tour .item-tour.infobox-item {
  position: relative;
}
.seo_wrap .page-template-content .seo-list-tour .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 0px #dfdfdf;
  background: #fff;
}
.seo_wrap .page-template-content .seo-list-tour .owl-dots {
  display: none;
}
.seo_wrap .page-template-content .seo-list-tour .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.seo_wrap .page-template-content .seo-list-tour .owl-nav .owl-prev,
.seo_wrap .page-template-content .seo-list-tour .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
}
.seo_wrap .page-template-content .seo-list-tour .owl-nav .owl-prev span,
.seo_wrap .page-template-content .seo-list-tour .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
.seo_wrap .page-template-content .seo-list-tour .owl-nav svg {
  color: #E86139;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-tour.carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow {
  background: #f5f5f5;
  padding: 30px 0;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .col-item {
  margin-bottom: 30px;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #f0eade;
  height: 100%;
  transition: box-shadow 0.15s;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .header-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.seo_wrap .page-template-content .seo-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);
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .header-thumb img {
  transition: all 0.4s;
  transform: scale(1);
  width: 100%;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist:hover i, .seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.loading i {
  color: #ff9290;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.active i {
  color: #ff0000;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .caption {
  position: relative;
  width: 100%;
  padding: 28px 22px;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .caption .title-address {
  width: 65%;
  float: left;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .caption .title-address .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: 20px;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .caption .title-address .title a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .caption .title-address .title a:hover {
  color: #5192fa;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .caption .title-address .duration {
  margin-bottom: 0;
  color: #7E7E7E;
  font-size: 13px;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .caption .tour-price {
  position: absolute;
  color: #FF7430;
  font-size: 34px;
  right: 22px;
  top: 20px;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .caption .g-price {
  text-align: right;
  float: right;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .caption .g-price .price {
  position: relative;
  display: inline-block;
  padding-top: 18px;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item .caption .g-price .price .text-price {
  font-size: 22px;
  color: #312817;
  font-weight: 500;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item:hover .header-thumb:before {
  opacity: 1;
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item:hover .header-thumb img {
  transform: scale(1.1);
}
.seo_wrap .page-template-content .seo-list-tour.box_shadow .list-item .item:hover .header-thumb .tour-book-now {
  opacity: 1;
  top: 51%;
  transform: translate(-50%, -50%) scale(1);
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple {
  position: relative;
  padding-bottom: 50px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .seo_wrap .page-template-content .seo-list-tour.carousel_simple .btn {
    margin-bottom: 50px;
  }
}
.tops_divider:before,
.tops_divider2:before,
.tops_divider2:after,
.tops_divider3:before {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #fffbf1;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='%23ffffff'/></svg>");
}
.tops_divider2:before,
.tops_divider2:after {
  z-index: -1;
}
.tops_divider3:before {
  z-index: 0;
}
.tops_divider2:after {
  content: '';
  height: 40%;
  background-color: #fff1e8;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}
.tops_divider2:before {
  content: '';
  top: 0;
  bottom: auto;
  height: 40%;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='%23fffbf1'/></svg>");
}
.tops_divider3:before {
  content: '';
  top: 0;
  bottom: auto;
  height: 900px;
  background-color: #fffbf1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='%23ffffff'/></svg>");
}
.page-template-content .seo-list-boat.tops_divider:before {
  display: none;
}
@media (max-width: 460px) {
  .seo_wrap .page-template-content .seo-list-tour.carousel_simple {
    padding: 40px 0 20px;
  }
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .title {
  font-size: 34px;
  text-align: left;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .sub-title {
  font-size: 17px;
  text-align: left;
  margin-bottom: 30px;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 80px;
  background: var(--link-color, #D76945);
  bottom: 0;
  left: 0;
}
@media (max-width: 460px) {
  .seo_wrap .page-template-content .seo-list-tour.carousel_simple .sub-title {
    padding-bottom: 15px;
  }
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .owl-nav {
  left: -100px;
  right: auto;
  top: 0;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-tour.carousel_simple .owl-nav {
    left: 0;
    top: auto;
    bottom: -40px;
  }
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .owl-nav .owl-prev,
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .owl-nav .owl-next {
  background: rgba(232, 97, 57, 0);
  border-radius: 50%;
  transition: background .15s linear;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .owl-nav .owl-prev:hover,
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .owl-nav .owl-next:hover {
  background: rgba(232, 97, 57, 0.1);
}
@media (max-width: 460px) {
  .seo_wrap .page-template-content .seo-list-tour.carousel_simple .owl-nav .owl-prev,
  .seo_wrap .page-template-content .seo-list-tour.carousel_simple .owl-nav .owl-next {
    display: none;
  }
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .list-item .item-tour {
  border: none;
  border-radius: 15px;
  padding-bottom: 0;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .list-item .item-tour .featured {
  padding: 6px 15px;
  background: #63ab45;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .list-item .item-tour .thumb-image {
  position: relative;
  height: 350px;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .list-item .item-tour .thumb-image a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  background: linear-gradient(0deg,rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .6) 100%);
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .list-item .item-tour .tour-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .list-item .item-tour .tour-title span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .list-item .item-tour .thumb-image a img {
  max-width: none;
  width: auto;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .list-item .item-tour .thumb-image .service-wishlist {
  right: auto;
  left: 5px;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .list-item .item-tour .price {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: rgba(0, 0, 0, .7);
  padding: 5px 10px 5px 20px;
  margin-top: 0;
  min-width: 110px;
  text-align: -webkit-right;
  border-top-left-radius: 15px;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .list-item .item-tour .price .text-price {
  font-size: 22px;
  color: white;
  font-weight: 500;
  display: block;
  line-height: 22px;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-list-tour.carousel_simple .list-item .item-tour .price .small {
  font-size: 14px;
}
.seo_wrap .page-template-content .seo-form-search-tour {
  padding: 120px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-tour {
    padding: 120px 0 15px;
  }
}
.seo_wrap .page-template-content .seo-form-search-tour .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-tour .text-heading {
    font-size: 28px;
  }
}
.seo_wrap .page-template-content .seo-form-search-tour .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-tour .sub-heading {
    font-size: 14px;
  }
}
.seo_wrap .page-template-content .seo-form-search-tour .g-form-control {
  padding: 0 100px;
  margin: 50px 0 0;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-form-search-tour .g-form-control {
    padding: 0;
  }
}
.seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 {
  position: relative;
  padding: 100px 0 120px;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-tour .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
  .seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 {
    padding: 120px 0 30px;
  }
}
.seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .text-heading {
  flex: 0 0 100%;
  margin-top: -90px;
}
.seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .sub-heading {
  flex: 0 0 100%;
}
.seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
.seo_wrap .page-template-content .seo-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) {
  .seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .effect .item {
    display: block;
  }
  .seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .effect .item .text-heading {
    padding-top: 80px;
    margin: 0;
  }
}
.seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .effect .owl-carousel, .seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .effect .owl-stage-outer, .seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .effect .owl-stage, .seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .effect .owl-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .owl-nav, .seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .owl-dots {
  display: none !important;
}
.seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .g-form-control {
  margin: 170px 0 0;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .g-form-control {
    margin: 120px 0 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-tour.carousel_v2 .g-form-control {
    margin: 80px 0 0;
  }
}
.seo_wrap .page-template-content .seo-featured-item {
  position: relative;
  padding: 50px 0;
}
.seo_wrap .page-template-content .seo-featured-item .featured-item {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  transition: all 0.3s ease-out;
  background: rgba(255,255,255,.25);
  border-radius: 15px;
  border: 1px solid #f0eade;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 100%;
}
.seo_wrap .page-template-content .seo-featured-item .featured-item:hover {
  transform: translateY(-5px);
}
.seo_wrap .page-template-content .seo-featured-item .featured-item .image {
  width: 80px;
  min-width: 80px;
}
.seo_wrap .page-template-content .seo-featured-item .featured-item .content {
  margin-left: 20px;
}
.seo_wrap .page-template-content .seo-featured-item .featured-item .content .title {
  font-size: 19px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 600;
}
.seo_wrap .page-template-content .seo-featured-item.style3 .featured-item .content .title {
  text-align: center;
}
.seo_wrap .page-template-content .seo-featured-item .featured-item .content .desc {
  font-size: 16px;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-featured-item .featured-item {
    flex-direction: column;
  }
  .seo_wrap .page-template-content .seo-featured-item .featured-item .content {
    margin-left: 0;
    margin-top: 20px;
  }
  .seo_wrap .page-template-content .seo-featured-item .featured-item .content .title {
    font-size: 18px;
    text-align: center;
  }
  .seo_wrap .page-template-content .seo-featured-item .featured-item .content .desc {
    font-size: 16px;
    text-align: center;
  }
  .seo_wrap .page-template-content .seo-featured-item .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.seo_wrap .page-template-content .seo-featured-item.style2 {
  border-bottom: 0px;
}
.seo_wrap .page-template-content .seo-featured-item.style2 .number-circle {
  width: 70px;
  height: 70px;
  border: 2px solid #e86139;
  border-radius: 50%;
  text-align: center;
  line-height: 69px;
  font-size: 40px;
  color: #e86139;
  transition: all 0.3s;
  display: inline-block;
}
.seo_wrap .page-template-content .seo-featured-item.style3 .featured-item {
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  padding: 50px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.seo_wrap .page-template-content .seo-featured-item.style3 .featured-item .image {
  float: none;
  margin-top: 0px;
  margin-bottom: 25px;
  text-align: center;
}
.seo_wrap .page-template-content .seo-featured-item.style3 .featured-item .content {
  text-align: center;
  margin-left: 0px;
  padding: 0px;
}
.seo_wrap .page-template-content .seo-featured-item.style3 .featured-item:hover {
  border-color: #e86139;
}
.seo_wrap .page-template-content .seo-featured-item.style4 {
  background-color: #f9f3e8;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0;
}
.page-template-content .carousel_v2 + .seo-featured-item {
  padding: 60px 0 0 0;
}
.seo_wrap .page-template-content .seo-featured-item.style5 {
  background-color: #f8f2e7;
  border-bottom: none;
  margin-top: 0;
  color: #000;
  padding: 65px 0 25px;
}
.seo_wrap .page-template-content .seo-testimonial {
  position: relative;
  padding: 0 0 60px 0;
  background-image: url('/images/shape-2.webp');
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
  /*
  background-image: url('');
  background-position: center;
  background-size: cover;
  */
}
.seo_wrap .page-template-content .seo-testimonial h3 {
  font-size: 28px;
  margin: 0 auto 40px;
  color: #312817;
  text-align: center;
}
.seo_wrap .page-template-content .seo-testimonial .item {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5px 60px 52px 51px;
  min-height: 352px;
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.05));
}
.seo_wrap .page-template-content .seo-testimonial .owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-testimonial .owl-carousel .owl-stage-outer {
    overflow: hidden;
    padding-bottom: 90px;
  }
}
.seo_wrap .page-template-content .seo-testimonial .item .card_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  border: 1px solid #f0eade;
  background-color: #fff;
  z-index: -1;
}
.seo_wrap .page-template-content .seo-testimonial .item .author {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.seo_wrap .page-template-content .seo-testimonial .item .author .author-meta {
  margin-top: 20px;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-testimonial h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .seo_wrap .page-template-content .seo-testimonial .item {
    padding: 15px 15px 40px 15px;
    min-height: 0px;
  }
  .seo_wrap .page-template-content .seo-testimonial .item .author {
    margin-bottom: 10px;
  }
}
.seo_wrap .page-template-content .seo-testimonial .item .author .img {
  margin-right: 20px;
  width: 90px;
  height: 90px;
  max-width: 90px;
  border-radius: 50%;
  border: 4px solid #E86139;
  background: #E86139;
  overflow: hidden;
}
.seo_wrap .page-template-content .seo-testimonial .item .author img {
  width: 100%;
  max-width: 90px;
  max-height: 90px;
}
@media (max-width: 768px) {
  .seo_wrap .page-template-content .seo-testimonial .item .author .img {
    margin-right: 10px;
    max-width: 80px;
    max-height: 80px;
  }
  .seo_wrap .page-template-content .seo-testimonial .item .author img {
    max-width: 80px;
    max-height: 80px;
  }
}
.seo_wrap .page-template-content .seo-testimonial .item svg {
  position: absolute;
  left: 78px;
  bottom: -19px;
  width: 54px;
  height: 46px;
  fill: #E86139;
}
.seo_wrap .page-template-content .seo-testimonial .item .author .img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.seo_wrap .page-template-content .seo-testimonial .item .author .author-meta h4 {
  font-size: 24px;
  margin-bottom: 8px;
}
.seo_wrap .page-template-content .seo-testimonial .item .author .author-meta .star .fa {
  color: #E86139;
  font-size: 16px;
  margin-right: 2px;
}
.seo_wrap .page-template-content .seo-testimonial .item p {
  font-size: 15px;
  line-height: 1.8;
  color: #736D75;
  margin-bottom: 0px;
}
.seo_wrap .page-template-content .seo-testimonial .eff1 {
  position: absolute;
  left: 7%;
  bottom: 0;
}
.seo_wrap .page-template-content .seo-list-news .eff1 {
  position: absolute;
  left: 7%;
  bottom: 0;
}
.seo_wrap .page-template-content .seo-call-to-action {
  position: relative;
  padding: 0 0 60px;
  z-index: 1;
}
.seo_wrap .page-template-content .seo-call-to-action.style_2:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #f8f2e7;
}
.seo_wrap .page-template-content .seo-call-to-action.style_2 .context {
  position: relative;
  color: #fff;
  background-image: url('/images/tour-type-bg.webp');
  background-position: center;
  background-size: cover;
  border-radius: 25px;
  overflow: hidden;
}
.seo_wrap .page-template-content .seo-call-to-action .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 45px;
  height: 100%;
}
.seo_wrap .page-template-content .seo-call-to-action.style_2 .imger {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 282.000000 295.000000" preserveAspectRatio="xMidYMid meet"><g transform="matrix(0.1,0,0,-0.1,0,295)" stroke="none"><path d="m 0,2950 c 0.9375,-22.2 6,-30 14,-33 8,-3 20,-24 27,-45 10,-34 9,-44 -5,-63 -9,-13 -16,-37 -15,-54 1,-43 22,-136 38,-164 15,-28 10,-83 -15,-156 -10,-32 -14,-67 -11,-100 3,-33 0,-60 -10,-78 -19,-38 -13,-166 12,-227 15,-39 16,-53 6,-102 -8,-37 -9,-96 -5,-164 6,-89 11,-110 29,-133 20,-23 22,-35 20,-121 -2,-52 2,-110 7,-128 7,-23 6,-37 -2,-47 -10,-12 -7,-21 14,-46 29,-34 33,-57 12,-65 -8,-3 -18,-24 -21,-47 -4,-23 -13,-52 -21,-64 -8,-12 -14,-32 -14,-44 0,-11 -7,-37 -16,-56 C 30,985 29,975 40,955 48,941 50,918 46,898 42,880 39,855 40,843 40,831 35,818 30,815 16,806 30,640 47,614 59,594 62,557 61,375 61,348 58,295 54,257 49,197 51,185 73,147 97,107 97,102 84,65 77,43 69.688,7 69.688,0 H 2820 v 2950 z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 282.000000 295.000000" preserveAspectRatio="xMidYMid meet"><g transform="matrix(0.1,0,0,-0.1,0,295)" stroke="none"><path d="m 0,2950 c 0.9375,-22.2 6,-30 14,-33 8,-3 20,-24 27,-45 10,-34 9,-44 -5,-63 -9,-13 -16,-37 -15,-54 1,-43 22,-136 38,-164 15,-28 10,-83 -15,-156 -10,-32 -14,-67 -11,-100 3,-33 0,-60 -10,-78 -19,-38 -13,-166 12,-227 15,-39 16,-53 6,-102 -8,-37 -9,-96 -5,-164 6,-89 11,-110 29,-133 20,-23 22,-35 20,-121 -2,-52 2,-110 7,-128 7,-23 6,-37 -2,-47 -10,-12 -7,-21 14,-46 29,-34 33,-57 12,-65 -8,-3 -18,-24 -21,-47 -4,-23 -13,-52 -21,-64 -8,-12 -14,-32 -14,-44 0,-11 -7,-37 -16,-56 C 30,985 29,975 40,955 48,941 50,918 46,898 42,880 39,855 40,843 40,831 35,818 30,815 16,806 30,640 47,614 59,594 62,557 61,375 61,348 58,295 54,257 49,197 51,185 73,147 97,107 97,102 84,65 77,43 69.688,7 69.688,0 H 2820 v 2950 z"/></g></svg>');
    mask-repeat: repeat;
    mask-position-x: 0%;
    mask-position-y: 0%;
    mask-size: auto;
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.seo_wrap .page-template-content .seo-call-to-action .imger img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.seo_wrap .page-template-content .seo-call-to-action .context:before {
  top: 10%;
  right: 180px;
  position: absolute;
  width: 204px;
  height: 204px;
  content: "";
  background: #fff;
  filter: blur(175px);
  z-index: 1;
}
.seo_wrap .page-template-content .seo-call-to-action .context .title {
  font-size: 48px;
  font-weight: 500;
  text-shadow: 2px 2px 2px rgba(0,0,0,.35)
}
@media (max-width: 768px) {
  body .seo_wrap .page-template-content .seo-call-to-action .context .title {
    font-size: 32px;
  }
}
@media (max-width: 766px) {
  body .seo_wrap .page-template-content .seo-call-to-action .context .title {
    font-size: 26px;
  }
}
.seo_wrap .page-template-content .seo-call-to-action .context .sub_title {
  font-size: 18px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.35)
}
.seo_wrap .page-template-content .seo-call-to-action .context .btn-more {
  margin-top: 30px;
  background: #f1f1f1;
  display: inline-block;
  padding: 15px 25px;
  font-weight: 500;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.15s;
}
.seo_wrap .page-template-content .seo-call-to-action.style_2 .context .btn-more {
  background: rgba(255, 255, 255, .9);
  color: #2c5b18;
  font-size: 16px;
  margin-top: 30px;
}
.seo_wrap .page-template-content .seo-call-to-action.style_2 .context .btn-more:hover {
  background: rgba(255, 255, 255, 1);
}
.seo_wrap .page-template-content .seo-call-to-action.style_1 .context {
  padding-left: 80px;
  background-size: cover;
  color: #fff;
}
@media (max-width: 768px) {
  .seo_wrap .page-template-content .seo-call-to-action.style_1 .context {
    padding-left: 40px;
  }
}
.seo_wrap .page-template-content .seo-call-to-action.style_2 .context .title {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  margin: 0 auto 0 0;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-call-to-action .context {
    padding: 15px !important;
  }
  .seo_wrap .page-template-content .seo-call-to-action .inner {
    display: flex;
    align-items: center;
    padding: 35px 20px;
  }
  .seo_wrap .page-template-content .seo-call-to-action.style_2 .context .title {
    margin: auto;
    text-align: center;
    font-size: 32px;
  }
  .seo_wrap .page-template-content .seo-call-to-action .context .sub_title {
    font-size: 16px;
    text-align: center;
  }
  .seo_wrap .page-template-content .seo-call-to-action.style_2 .imger,
  .seo_wrap .page-template-content .seo-call-to-action .context:before {
    display: none;
  }
  .seo_wrap .page-template-content .seo-testimonial .item svg {
    bottom: -25px;
  }
}
.seo_wrap .page-template-content .seo-call-to-action.style_3 {
  padding: 0;
  margin-bottom: 60px;
}
.seo_wrap .page-template-content .seo-call-to-action.style_3 .context {
  padding: 70px 0;
}
.seo_wrap .page-template-content .seo-call-to-action.style_3 .context .container {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 40px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 25px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 30px;
}
.seo_wrap .page-template-content .seo-call-to-action.style_3 .context .title {
  font-size: 50px;
  font-weight: 600;
  color: #000;
  text-shadow: none;
}
.seo_wrap .page-template-content .seo-call-to-action.style_3 .context .sub_title {
  font-size: 18px;
  text-shadow: none;
}
@media (max-width: 768px) {
  .seo_wrap .page-template-content .seo-call-to-action.style_3 .context .title {
    font-size: 38px;
  }
  .seo_wrap .page-template-content .seo-call-to-action.style_3 .context .sub_title {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .seo_wrap .page-template-content .seo-call-to-action.style_3 .context {
    padding: 0 !important;
  }
  .seo_wrap .page-template-content .seo-call-to-action.style_3 .context .container {
    border-radius: 0;
    padding: 30px 20px 40px 20px;
  }
}
.seo_wrap .page-template-content .seo-call-to-action.style_3 .context .btn-more {
  float: none;
  display: inline-block;
  padding: 10px 35px;
}
.seo_wrap .page-template-content .seo-list-news {
  background-color: #fff;
  padding: 50px 0 30px;
}
.frontend-page .seo_wrap .page-template-content .seo-list-news {
  position: relative;
  background-color: #f8f2e7;
}
@media (min-width: 992px) {
  .seo_wrap .page-template-content .seo-list-news {
    padding: 0 0 30px;
  }
}
.frontend-page .seo_wrap .page-template-content .seo-faq-lists {
  background-image: url('/images/shape.webp');
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.seo_wrap .page-template-content .title {
  font-size: 34px;
  margin: 0 auto 10px;
  color: #000;
  text-align: center;
}
.seo_wrap .page-template-content .sub-title {
  color: #312817;
  font-size: 16px;
  margin: 0 0 40px;
  max-width: 420px;
  text-align: center;
  opacity: .65;
  margin: 0 auto 40px auto;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.seo_wrap .page-template-content .seo-faq-lists .title {
  margin: 0 auto 40px;
}
.seo_wrap .page-template-content .seo-list-locations .row {
  padding: 0 -10px;
}
.seo_wrap .page-template-content .seo-list-locations .row .col-md-4, .seo_wrap .page-template-content .seo-list-locations .row .col-md-8 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-list-locations .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .seo_wrap .page-template-content .seo-list-locations .row .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.seo-list-locations.style_1 {
  padding: 40px 0 50px 0;
}
.seo_wrap .page-template-content .seo-list-locations .list-item .destination-item {
  background-color: #FFFBF1;
  min-height: 383px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-locations .list-item .destination-item {
    min-height: 200px;
  }
}
.seo_wrap .page-template-content .seo-list-locations .list-item .destination-item.no-image {
  background: #f8f2e7;
}
.seo_wrap .page-template-content .seo-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) {
  .seo_wrap .page-template-content .seo-list-locations .list-item .destination-item .image {
    min-height: 200px;
  }
}
.seo_wrap .page-template-content .seo-list-locations .list-item .destination-item .image .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
  text-align: center;
}
.seo_wrap .page-template-content .seo-list-locations .list-item .destination-item .image .content .title {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 400;
  color: #FFF;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-locations .list-item .destination-item .image .content .title {
    font-size: 22px;
  }
}
.seo_wrap .page-template-content .seo-list-locations .list-item .destination-item .image .content .desc {
  display: inline-block;
  background: #e86139;
  border-radius: 5px;
  font-size: 14px !important;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-top: 10px;
}
.seo_wrap .page-template-content .seo-list-locations .list-item .destination-item .image .content .desc > a {
  padding: 0 5px;
}
.seo_wrap .page-template-content .seo-list-locations .list-item .destination-item:hover .image img {
  transform: scale(1.1);
}
.seo_wrap .page-template-content .seo-list-locations .list-item .destination-item:hover .effect {
  opacity: 0;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-list-locations.style_2 {
  margin: 50px 0 30px;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-list-locations.style_2 {
    margin: 30px 0 0;
  }
}
.seo_wrap .page-template-content .seo-list-locations.style_2 .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-locations.style_2 .title {
    font-size: 24px;
  }
}
.seo_wrap .page-template-content .seo-list-locations.style_2 .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 30px;
}
.seo_wrap .page-template-content .seo-list-locations.style_2 .list-item .destination-item {
  border-radius: 5px;
  min-height: 320px;
}
.seo_wrap .page-template-content .seo-list-locations.style_2 .list-item .destination-item .content .title {
  font-size: 16px;
  color: #312817;
  padding: 8px 25px;
  background: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
}
.seo_wrap .page-template-content .seo-list-locations.style_2 .list-item .destination-item .image {
  min-height: 320px;
}
.seo_wrap .page-template-content .seo-list-locations.style_2 .list-item .destination-item:hover .effect {
  opacity: 0.4;
}
.seo_wrap .page-template-content .seo-list-locations.style_2 .list-item .destination-item:hover .title {
  background: #e86139;
  color: #fff;
}
.seo_wrap .page-template-content .seo-list-locations.style_2 .list-item .effect {
  opacity: 0;
}
.seo_wrap .page-template-content .seo-list-locations.style_3 {
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-list-locations.style_3 {
    margin: 30px 0 0;
  }
}
.seo_wrap .page-template-content .seo-list-locations.style_3 .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-locations.style_3 .title {
    font-size: 24px;
  }
}
.seo_wrap .page-template-content .seo-list-locations.style_3 .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 30px;
}
.seo_wrap .page-template-content .seo-list-locations.style_3 .list-item .destination-item {
  border-radius: 5px;
  min-height: 320px;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-list-locations.style_3 .list-item .destination-item .image {
  min-height: 320px;
}
.seo_wrap .page-template-content .seo-list-locations.style_3 .list-item .destination-item:hover .effect {
  opacity: 0.2;
}
.seo_wrap .page-template-content .seo-list-locations.style_3 .list-item .destination-item:hover .desc {
  background: #e86139;
  color: #fff;
}
.seo_wrap .page-template-content .seo-list-locations.style_4 {
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-list-locations.style_4 {
    margin: 30px 0 0;
  }
}
.seo_wrap .page-template-content .seo-list-locations.style_4 .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-locations.style_4 .title {
    font-size: 24px;
  }
}
.seo_wrap .page-template-content .seo-list-locations.style_4 .sub-title {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 30px;
}
.seo_wrap .page-template-content .seo-list-locations.style_4 .list-item .destination-item {
  border-radius: 5px;
  min-height: 320px;
  margin-bottom: 30px;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-list-locations.style_4 .list-item .destination-item .content .desc a, .seo_wrap .page-template-content .seo-list-locations.style_4 .list-item .destination-item .content .desc span {
  color: #fff;
  font-size: 14px;
}
.seo_wrap .page-template-content .seo-list-locations.style_4 .list-item .destination-item .content .desc a:after, .seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-list-locations.style_4 .list-item .destination-item .content .desc a:last-child:after, .seo_wrap .page-template-content .seo-list-locations.style_4 .list-item .destination-item .content .desc span:last-child:after {
  display: none;
}
.seo_wrap .page-template-content .seo-list-locations.style_4 .list-item .destination-item .image {
  min-height: 320px;
}
.seo_wrap .page-template-content .seo-list-locations.style_4 .list-item .destination-item:hover .effect {
  opacity: 0.2;
}
.seo_wrap .page-template-content .seo-list-locations.style_4 .list-item .destination-item:hover .content h4:after {
  width: 70px;
}
.seo_wrap .page-template-content .seo-how-it-works {
  margin: 40px 0;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.seo_wrap .page-template-content .seo-how-it-works .title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 35px;
}
.seo_wrap .page-template-content .seo-how-it-works .featured-item {
  margin-bottom: 20px;
}
.seo_wrap .page-template-content .seo-how-it-works .featured-item .image {
  margin-top: 15px;
  float: left;
}
.seo_wrap .page-template-content .seo-how-it-works .featured-item .image img {
  width: 80px;
}
.seo_wrap .page-template-content .seo-how-it-works .featured-item .content {
  margin-left: 85px;
  padding: 18px 15px 15px;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-how-it-works .featured-item .content {
    margin-left: 60px;
  }
}
.seo_wrap .page-template-content .seo-how-it-works .featured-item .content .sub-title {
  font-size: 22px;
}
.seo_wrap .page-template-content .seo-how-it-works .featured-item .content .desc {
  font-size: 13px;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-how-it-works .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.seo_wrap .page-template-content .seo-box-category-tour .title {
  font-size: 28px;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-box-category-tour .title {
    font-size: 24px;
  }
}
.seo_wrap .page-template-content .seo-box-category-tour .desc {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 30px;
}
.seo_wrap .page-template-content .seo-box-category-tour .list-item {
  margin-bottom: 40px;
}
.seo_wrap .page-template-content .seo-box-category-tour .list-item .item {
  position: relative;
}
.seo_wrap .page-template-content .seo-box-category-tour .list-item .item a {
  display: block;
  overflow: hidden;
}
.seo_wrap .page-template-content .seo-box-category-tour .list-item .item a img {
  transition: all 0.3s;
}
.seo_wrap .page-template-content .seo-box-category-tour .list-item .item a img:hover {
  transform: scale(1.1, 1.1);
}
.seo_wrap .page-template-content .seo-box-category-tour .list-item .item .text-title {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.seo_wrap .page-template-content .seo-box-category-tour .owl-dots {
  text-align: center;
  margin: 15px 0;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-box-category-tour .owl-dot.active {
  background: #e86139;
}
.seo_wrap .page-template-content .seo-client-feedback {
  background: #f6f9ff;
  margin-bottom: 40px;
  overflow: hidden;
}
.seo_wrap .page-template-content .seo-client-feedback img {
  max-width: 100%;
}
.seo_wrap .page-template-content .seo-client-feedback .list-item {
  padding: 80px 60px;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-client-feedback .list-item {
    padding: 20px 30px 20px 10px;
  }
}
.seo_wrap .page-template-content .seo-client-feedback .list-item .item .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color, #312817);
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.seo_wrap .page-template-content .seo-client-feedback .list-item .item .sub_title {
  margin-bottom: 25px;
  font-style: italic;
  font-size: 14px;
  color: #736D75;
}
.seo_wrap .page-template-content .seo-client-feedback .list-item .item .desc {
  font-size: 14px;
  color: #736D75;
  margin-bottom: 0px;
}
.seo_wrap .page-template-content .seo-client-feedback .list-item .item .icofont-quote-right {
  float: right;
  font-size: 32px;
  color: #312817;
}
.seo_wrap .page-template-content .seo-client-feedback .owl-nav .owl-prev, .seo_wrap .page-template-content .seo-client-feedback .owl-nav .owl-next {
  line-height: 33px;
  padding-right: 15px !important;
  outline: none;
  margin-top: 20px;
  font-size: 50px;
  color: #e86139;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-client-feedback .owl-nav .owl-prev, .seo_wrap .page-template-content .seo-client-feedback .owl-nav .owl-next {
    margin-top: 0;
  }
}
.seo_wrap .page-template-content .seo-client-feedback .owl-nav .owl-prev span, .seo_wrap .page-template-content .seo-client-feedback .owl-nav .owl-next span {
  position: relative;
  outline: none !important;
}
.seo_wrap .page-template-content .seo-list-space {
  margin: 50px 0;
}
.seo_wrap .page-template-content .seo-list-space .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-space .title {
    font-size: 24px;
  }
}
.seo_wrap .page-template-content .seo-list-space .sub-title {
  color: #737373;
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 420px;
}
.seo_wrap .page-template-content .seo-list-space .item-loop {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.seo_wrap .page-template-content .seo-list-space .item-loop a {
  text-decoration: none;
  transition: all 0.3s;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -7px;
  top: -47px;
  color: #fff;
  font-size: 15px;
  background-color: #e86139;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .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;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .featured:after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
  border-bottom: 29px solid #ED0925;
  z-index: 1;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image {
  overflow: hidden;
  height: 185px;
  background: #f8f2e7;
  position: relative;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image:hover a img {
  transform: scale(1.1);
}
.seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .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;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image .price-wrapper {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-size: 22px;
  z-index: 10;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image .price-wrapper .price {
  position: relative;
  display: inline-block;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image .price-wrapper .price .text-price {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .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;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image .price-wrapper .price .unit {
  font-size: 14px;
  color: #fff;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image .service-wishlist:hover i, .seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .location {
  font-size: 13px;
  color: #5e6d77;
  margin: 0 15px;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .location i {
  position: relative;
  font-size: 16px;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .category {
  margin: 0 15px;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .category .fa {
  color: #687882;
  opacity: 0.6;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .service-review {
  margin: 10px 15px 0;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .service-review .rate {
  color: #e86139;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .service-review .review {
  margin-left: 30px;
  position: relative;
  color: #6A7A84;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .item-title {
  margin: 20px 15px 5px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-space .item-loop .item-title {
    min-height: auto;
  }
}
.seo_wrap .page-template-content .seo-list-space .item-loop .item-title a {
  color: #000;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .item-title i {
  color: #f49625;
  font-size: 15px;
  margin-right: 2px;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .info {
  margin: 0 15px 0;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .amenities {
  margin: 15px 15px 0;
  padding-top: 15px;
  border-top: 1px solid #e4e8ed;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .amenities .amenity {
  align-items: center;
}
.seo_wrap .page-template-content .seo-list-space .item-loop .amenities .amenity .input-icon {
  margin-right: 5px;
  font-size: 20px;
  color: #505050;
  position: relative;
  top: 1px;
}
.seo_wrap .page-template-content .seo-list-space .item-loop.infobox-item {
  position: relative;
}
.seo_wrap .page-template-content .seo-list-space .item-loop.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 0px #dfdfdf;
  background: #fff;
}
.seo_wrap .page-template-content .seo-list-space.layout_normal {
  margin: 40px 0;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-list-space.layout_normal {
    margin: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-space.layout_carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.seo_wrap .page-template-content .seo-list-space .owl-dots {
  display: none;
}
.seo_wrap .page-template-content .seo-list-space .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.seo_wrap .page-template-content .seo-list-space .owl-nav .owl-prev, .seo_wrap .page-template-content .seo-list-space .owl-nav .owl-next {
  font-size: 40px;
  line-height: 33px;
  border: solid 1px #000;
  padding: 0px 10px !important;
  margin-left: 10px;
}
.seo_wrap .page-template-content .seo-list-space .owl-nav .owl-prev span, .seo_wrap .page-template-content .seo-list-space .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
.seo_wrap .page-template-content .seo-form-search-space {
  padding: 120px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-space {
    padding: 120px 0 15px;
  }
}
.seo_wrap .page-template-content .seo-form-search-space .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-space .text-heading {
    font-size: 28px;
  }
}
.seo_wrap .page-template-content .seo-form-search-space .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-space .sub-heading {
    font-size: 14px;
  }
}
.seo_wrap .page-template-content .seo-form-search-space .g-form-control {
  margin: 50px 0 0;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-form-search-space .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-space .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
}
.seo_wrap .page-template-content .seo-featured-box {
  padding: 50px 0;
  background: #f2f2f2;
}
@media (max-width: 460px) {
  .seo_wrap .page-template-content .seo-featured-box {
    padding: 20px 0;
  }
}
.seo_wrap .page-template-content .seo-featured-box .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-featured-box .title {
    font-size: 24px;
  }
}
.seo_wrap .page-template-content .seo-featured-box .sub-title {
  color: #737373;
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 420px;
}
.seo_wrap .page-template-content .seo-featured-box a {
  text-decoration: none;
}
.seo_wrap .page-template-content .seo-featured-box .featured-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  margin: 15px 0;
}
.seo_wrap .page-template-content .seo-featured-box .featured-item .text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #312817;
}
.seo_wrap .page-template-content .seo-featured-box .featured-item img {
  transition: all 0.3s;
  max-width: 100%;
}
.seo_wrap .page-template-content .seo-featured-box .featured-item:hover img {
  transform: scale(1.1);
}
.seo_wrap .page-template-content .seo-form-search-hotel {
  padding: 120px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-hotel {
    padding: 120px 0 15px;
  }
}
.seo_wrap .page-template-content .seo-form-search-hotel .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-hotel .text-heading {
    font-size: 28px;
  }
}
.seo_wrap .page-template-content .seo-form-search-hotel .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-hotel .sub-heading {
    font-size: 14px;
  }
}
.seo_wrap .page-template-content .seo-form-search-hotel .g-form-control {
  margin: 50px 0 0;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-form-search-hotel .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-hotel .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
}
.seo_wrap .page-template-content .seo-form-search-slider {
  position: relative;
}
.seo_wrap .page-template-content .seo-form-search-slider .effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
.testimonial-carousel.owl-carousel.owl-drag .owl-item {
  opacity: .5;
  transform: scale(.9);
  transition: opacity .25s linear, transform .25s linear;
}
.testimonial-carousel.owl-carousel.owl-drag .owl-item.active {
  opacity: 1;
  transform: scale(1);
}
.owl-carousel.owl-drag:not(.testimonial-carousel) .owl-item .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255,255, .5);
  background: linear-gradient(0deg,rgba(0, 0,0, .1) 30%, rgba(0, 0,0, .7) 100%);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.carousel_v2 .owl-carousel.owl-drag:not(.testimonial-carousel) .owl-item .item:before {
  content: '';
  background: rgba(0, 99, 147, 0.75);
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.1) 30%, rgba(0, 99, 147, 0.9) 100%);
}
.seo_wrap .page-template-content .seo-form-search-slider .effect .item {
  width: 100%;
  height: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.seo_wrap .page-template-content .seo-form-search-slider .effect * {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.seo_wrap .page-template-content .seo-form-search-slider .owl-nav, .seo_wrap .page-template-content .seo-form-search-slider .owl-dots {
  display: none !important;
}
.seo_wrap .page-template-content .scene {
  position: relative;
}
.seo_wrap .page-template-content .seo-form-search-all {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
.seo_wrap .page-template-content .bgin {
  width: 100%;
  height: 115%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  top: -8%;
  bottom: 0;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-all {
    padding: 120px 0 15px;
  }
}
.seo_wrap .page-template-content .seo-form-search-all .text-heading {
  font-weight: 500;
  font-size: 54px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-all .text-heading {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
.seo_wrap .page-template-content .seo-form-search-all .sub-heading {
  font-size: 42px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 50px;
  opacity: .85;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-all .sub-heading {
    font-size: 21px;
  }
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control {
  margin: 50px 0 0;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-form-search-all .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-all .g-form-control {
    margin: 20px 0 0;
  }
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs {
  border: none;
  margin-top: 50px;
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs li a {
  display: block;
  background-color: #F7F7F7;
  border-bottom: 1px solid #E1E1E1;
  border-radius: 6px 6px 0 0;
  padding: 12px 30px;
  color: #000;
  font-size: 13px;
  line-height: 1;
  margin-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: all .05s linear;
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs li[role="seo_tour"] {
  border-radius: 6px 6px 0 0;
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs li[role="seo_tour"] a {
  margin-right: 0;
  border-radius: 25px 0 0 0;
  border-right: 1px solid #E1E1E1;
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs li[role="seo_boat"] a {
  margin-right: 0;
  border-radius: 0;
  border-right: 1px solid #E1E1E1;
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs li[role="seo_hotel"] a {
  margin-right: 0;
  border-radius: 0 25px 0 0;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs li a {
    text-align: center;
    padding: 12px 20px;
  }
}
@media (max-width: 460px) {
  .seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs li a {
    padding: 12px 10px;
  }
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs li a i {
  font-size: 16px;
  position: relative;
  top: 1px;
  line-height: 16px;
  margin-right: 2px;
}
body .seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs li a:hover {
  background-color: #F0653B;
  border-color: #D55934;
  color: #fff;
}

body .seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs li a.active {
  background-color: #E86139;
  border-color: #D05733;
  color: #fff;
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control .tab-content {
  position: relative;
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control .tab-content #seo_tour {
  width: 100%;
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control .tab-content #seo_car {
  max-width: 1000px;
}
.seo_wrap .page-template-content .seo-form-search-all .g-form-control .tab-content #seo_event {
  max-width: 1000px;
}
.seo_wrap .page-template-content .seo-form-search-all.carousel_v2 {
  position: relative;
  padding: 250px 0 0 0;
}
.seo_wrap .page-template-content .seo-form-search-all.carousel_v2 > .container {
  pointer-events: none;
}
.seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .text-heading {
  position: relative;
  flex: 0 0 100%;
  z-index: 1;
  text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .sub-heading {
  position: relative;
  flex: 0 0 100%;
  padding-top: 0;
  z-index: 1;
  text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
.seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .effect .item {
  position: relative;
  width: 100%;
  height: 100% !important;
  display: flex;
  align-items: center;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  align-content: center;
  z-index: 1;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .effect .item > .container {
    position: relative;
    margin-bottom: auto;
    margin-top: 125px;
  }
  .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .effect .item .sub-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) and (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-all .text-heading,
  .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .effect .item .sub-heading {
    text-align: center;
  }
  .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .effect .item .btn {
    left: 50%;
    transform: translateX(-50%);
  }
  .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 {
    position: relative;
    padding: 210px 0 0 0;
  }
}
.seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .owl-stage {
  display: flex;
}
.seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .effect .owl-carousel, .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .effect .owl-stage-outer, .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .effect .owl-stage, .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .effect .owl-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .owl-nav, .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .owl-dots {
  display: none !important;
}
.seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .g-form-control {
  position: relative;
  margin-top: 0;
  margin-bottom: -40px;
  pointer-events: all;
  z-index: 1;
}
.seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .g-form-control .nav-tabs {
  border: none;
  margin-top: 300px;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .g-form-control .nav-tabs {
    margin-top: 210px;
  }
  .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .g-form-control {
    margin-bottom: 15px;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-all .g-form-control .nav-tabs li {
    width: 100%;
  }
  .seo_wrap .page-template-content .seo-form-search-all.carousel_v2 .g-form-control .nav-tabs {
    margin-top: 170px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.seo_wrap .page-template-content .seo-form-search-all.bg_video {
  position: relative;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-form-search-all.bg_video .background-video-embed {
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.seo_wrap .page-template-content .seo-offer {
  padding: 70px 0 0;
  background: #fff;
}
.seo_wrap .page-template-content .seo-offer .item {
  padding: 50px 15px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  height: 370px;
  margin-bottom: 20px;
}
.seo_wrap .page-template-content .seo-offer .item .featured-text {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px 20px;
  border-radius: 0 0 0 15px;
  background: #63ab45;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
.seo_wrap .page-template-content .seo-offer .item .featured-icon {
  position: relative;
  min-height: 35px;
  opacity: .75;
  transition: all 0.2s linear;
}
.seo_wrap .page-template-content .seo-offer .item .featured-icon i {
  line-height: normal;
  font-size: 56px;
  color: #fff;
}
.seo_wrap .page-template-content .seo-offer .item .item-title {
  position: relative;
  color: #fff;
  margin: 25px 0 15px;
  font-weight: 500;
  font-size: 31px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.5);
  transition: all 0.4s;
}
.seo_wrap .page-template-content .seo-offer .item .item-sub-title {
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}
.seo_wrap .page-template-content .seo-offer .item a.btn-default {
  position: absolute;
  opacity: 0;
  bottom: 20px;
  background: rgba(255, 255, 255, .85);
  transition: all 0.3s;
  border-radius: 5px;
  padding: 10px 25px;
}
.seo_wrap .page-template-content .seo-offer .item a.btn-default:hover {
  color: #000;
  background: rgba(255, 255, 255, 1);
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-offer .item a.btn-default {
    opacity: 1;
    bottom: -20px !important;
    position: relative;
  }
  .seo_wrap .page-template-content .seo-offer .item .item-sub-title {
    padding-bottom: 0;
  }
  .seo_wrap .page-template-content .seo-offer .item .item-title {
    margin: 30px 0 10px;
  }
  .seo_wrap .page-template-content .seo-offer {
    padding: 10px 0 0;
  }
  .seo_wrap .page-template-content .seo-offer .item {
    padding: 25px 15px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .seo_wrap .page-template-content .seo-offer .item {
    height: auto;
    padding: 25px 15px 30px 15px;
  }
  .seo_wrap .page-template-content .seo-offer .item a.btn-default {
    bottom: -10px !important;
  }
}
body .seo_wrap .page-template-content .seo-offer .item .img-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s;
  background-size: cover !important;
  background-position: center !important;
  background: #1a2b47;
}
.seo_wrap .page-template-content .seo-offer .item .img-cover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  background: linear-gradient(0deg,rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .6) 100%);
}
.seo_wrap .page-template-content .seo-offer .item:hover .img-cover {
  transform: scale(1.1);
  filter: blur(5px);
}
.seo_wrap .page-template-content .seo-offer .item:hover .featured-icon {
  margin-top: -15px;
  opacity: 0;
}
.seo_wrap .page-template-content .seo-offer .item:hover .item-title {
  margin-top: 0px;
}
.seo_wrap .page-template-content .seo-offer .item:hover a.btn-default {
  opacity: 1;
  bottom: 60px;
}
.seo_wrap .page-template-content .seo-form-search-car {
  padding: 150px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-car {
    padding: 120px 0 15px;
  }
}
.seo_wrap .page-template-content .seo-form-search-car .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-car .text-heading {
    font-size: 28px;
  }
}
.seo_wrap .page-template-content .seo-form-search-car .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-car .sub-heading {
    font-size: 14px;
  }
}
.seo_wrap .page-template-content .seo-form-search-car .g-form-control {
  margin: 50px 0 0;
  padding: 0 100px;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-form-search-car .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-car .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
}
.seo_wrap .page-template-content .seo-car-term-featured-box {
  padding: 15px 0 0;
}
.seo_wrap .page-template-content .seo-car-term-featured-box .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-car-term-featured-box .title {
    font-size: 24px;
  }
}
.seo_wrap .page-template-content .seo-car-term-featured-box .sub-title {
  color: #737373;
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 420px;
}
.seo_wrap .page-template-content .seo-car-term-featured-box a {
  text-decoration: none;
}
.seo_wrap .page-template-content .seo-car-term-featured-box .featured-item {
  background: #fff;
  text-align: center;
  margin: 15px 0;
  overflow: hidden;
}
.seo_wrap .page-template-content .seo-car-term-featured-box .featured-item .text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #312817;
}
.seo_wrap .page-template-content .seo-car-term-featured-box .featured-item img {
  transition: all 0.3s;
  max-width: 100%;
}
.seo_wrap .page-template-content .seo-car-term-featured-box .featured-item:hover img {
  transform: scale(1.1);
}
.seo_wrap .page-template-content .seo-list-car {
  margin: 50px 0;
}
.seo_wrap .page-template-content .seo-list-car .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-car .title {
    font-size: 24px;
  }
}
.seo_wrap .page-template-content .seo-list-car .sub-title {
  color: #737373;
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 420px;
}
.seo_wrap .page-template-content .seo-list-car .item-loop {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}
.seo_wrap .page-template-content .seo-list-car .item-loop a {
  text-decoration: none;
  transition: all 0.3s;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -25px;
  color: #fff;
  font-size: 15px;
  background-color: #e86139;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .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;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .featured:after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
  border-bottom: 29px solid #ED0925;
  z-index: 1;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .thumb-image {
  overflow: hidden;
  background: #FFF;
  position: relative;
  padding-bottom: 55%;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .thumb-image:hover a img {
  transform: scale(1.1);
}
.seo_wrap .page-template-content .seo-list-car .item-loop .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 0px;
  color: #000;
  padding: 10px;
  cursor: pointer;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .thumb-image .service-wishlist:hover i, .seo_wrap .page-template-content .seo-list-car .item-loop .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .thumb-image .service-wishlist.active i:before {
  content: "\f004";
}
.seo_wrap .page-template-content .seo-list-car .item-loop .location {
  font-size: 13px;
  color: #5e6d77;
  margin: 0 15px;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .location i {
  position: relative;
  font-size: 16px;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .category {
  margin: 0 15px;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .category .fa {
  color: #687882;
  opacity: 0.6;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .service-review {
  margin: 10px 15px 0;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .service-review .rate {
  color: #e86139;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .service-review .review {
  margin-left: 30px;
  position: relative;
  color: #6A7A84;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .item-title {
  margin: 20px 15px 5px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-car .item-loop .item-title {
    min-height: auto;
  }
}
.seo_wrap .page-template-content .seo-list-car .item-loop .item-title a {
  color: #000;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .item-title i {
  color: #f49625;
  font-size: 15px;
  margin-right: 2px;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .info {
  margin: 0 15px 0;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .info .g-price {
  text-align: left;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .info .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .info .g-price .prefix i {
  font-size: 16px;
  color: #f49625;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .info .g-price .price {
  position: relative;
  display: inline-block;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .info .g-price .price .text-price {
  font-size: 18px;
  color: #312817;
  font-weight: 500;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .info .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .info .g-price .price .unit {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .amenities {
  margin: 10px 15px 5px;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .amenities .amenity {
  align-items: center;
  text-align: center;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .amenities .amenity .input-icon {
  font-size: 20px;
  color: #505050;
  position: relative;
  top: 1px;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .amenities .amenity .text {
  display: block;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .amenities .icon-passenger {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/images/passenger.svg?6f82f69d4c73fd4758c40ee44bb1a9a3);
  background-position: center;
  background-repeat: no-repeat;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .amenities .icon-baggage {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/images/baggage.svg?a4bfd57287b4dcedaad9be413b000bd9);
  background-position: center;
  background-repeat: no-repeat;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .amenities .icon-door {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/images/door.svg?95d09a24b1f87a458f7190a222d0ec64);
  background-position: center;
  background-repeat: no-repeat;
}
.seo_wrap .page-template-content .seo-list-car .item-loop .amenities .icon-gear {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/images/gear.svg?826676a38d810104320cfd08c8cd4ff8);
  background-position: center;
  background-repeat: no-repeat;
}
.seo_wrap .page-template-content .seo-list-car .item-loop.infobox-item {
  position: relative;
}
.seo_wrap .page-template-content .seo-list-car .item-loop.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 0px #dfdfdf;
  background: #fff;
}
.seo_wrap .page-template-content .seo-list-car.layout_normal {
  margin: 40px 0;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-list-car.layout_normal {
    margin: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-car.layout_carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.seo_wrap .page-template-content .seo-list-car .owl-dots {
  display: none;
}
.seo_wrap .page-template-content .seo-list-car .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.seo_wrap .page-template-content .seo-list-car .owl-nav .owl-prev, .seo_wrap .page-template-content .seo-list-car .owl-nav .owl-next {
  font-size: 40px;
  line-height: 33px;
  border: solid 1px #000;
  padding: 0px 10px !important;
  margin-left: 10px;
}
.seo_wrap .page-template-content .seo-list-car .owl-nav .owl-prev span, .seo_wrap .page-template-content .seo-list-car .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
.seo_wrap .page-template-content .seo-list-event {
  margin: 50px 0;
}
.seo_wrap .page-template-content .seo-list-event .title {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-event .title {
    font-size: 24px;
  }
}
.seo_wrap .page-template-content .seo-list-event .sub-title {
  color: #737373;
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 420px;
}
.seo_wrap .page-template-content .seo-list-event .item-loop {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
}
.seo_wrap .page-template-content .seo-list-event .item-loop a {
  text-decoration: none;
  transition: all 0.3s;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .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;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .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;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .thumb-image {
  overflow: hidden;
  background: #FFF;
  position: relative;
  padding-bottom: 80%;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .thumb-image:hover a img {
  transform: scale(1.1);
}
.seo_wrap .page-template-content .seo-list-event .item-loop .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 0px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .thumb-image .service-wishlist:hover i, .seo_wrap .page-template-content .seo-list-event .item-loop .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .thumb-image .service-wishlist.active i {
  color: #d42681;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .thumb-image .service-wishlist.active i:before {
  content: "\f004";
}
.seo_wrap .page-template-content .seo-list-event .item-loop .location {
  font-size: 13px;
  color: #d42681;
  margin: 15px 15px 0px 15px;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .location i {
  position: relative;
  font-size: 16px;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .service-review {
  margin: 0 15px 0;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .service-review .rate {
  color: #d42681;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .service-review .review {
  margin-left: 30px;
  position: relative;
  color: #6A7A84;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .start-time {
  margin: 5px 15px 10px;
  border-bottom: dashed 1px #dfdfdf;
  color: #6a7a84;
  padding-bottom: 10px;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .item-title {
  margin: 0 15px 0px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  min-height: 50px;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-event .item-loop .item-title {
    min-height: auto;
  }
}
.seo_wrap .page-template-content .seo-list-event .item-loop .item-title a {
  color: #000;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .item-title i {
  color: #f49625;
  font-size: 15px;
  margin-right: 2px;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .info {
  margin: 0 15px 0;
  display: flex;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .info .duration {
  flex: 0 0 70px;
  color: #6a7a84;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .info .g-price {
  flex: 1;
  text-align: right;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .info .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .info .g-price .prefix i {
  font-size: 16px;
  color: #f49625;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .info .g-price .price {
  position: relative;
  display: inline-block;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .info .g-price .price .text-price {
  font-size: 18px;
  color: #312817;
  font-weight: 500;
  line-height: 20px;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .info .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.seo_wrap .page-template-content .seo-list-event .item-loop .info .g-price .price .unit {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.seo_wrap .page-template-content .seo-list-event.layout_normal {
  margin: 40px 0;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-list-event.layout_normal {
    margin: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-event.layout_carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.seo_wrap .page-template-content .seo-list-event .owl-dots {
  display: none;
}
.seo_wrap .page-template-content .seo-list-event .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.seo_wrap .page-template-content .seo-list-event .owl-nav .owl-prev, .seo_wrap .page-template-content .seo-list-event .owl-nav .owl-next {
  font-size: 40px;
  line-height: 33px;
  border: solid 1px #000;
  padding: 0px 10px !important;
  margin-left: 10px;
}
.seo_wrap .page-template-content .seo-list-event .owl-nav .owl-prev span, .seo_wrap .page-template-content .seo-list-event .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
.seo_wrap .page-template-content .seo-form-search-event {
  padding: 150px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-event {
    padding: 120px 0 15px;
  }
}
.seo_wrap .page-template-content .seo-form-search-event .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-event .text-heading {
    font-size: 28px;
  }
}
.seo_wrap .page-template-content .seo-form-search-event .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-event .sub-heading {
    font-size: 14px;
  }
}
.seo_wrap .page-template-content .seo-form-search-event .g-form-control {
  margin: 50px 0 0;
  padding: 0 100px;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-form-search-event .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-event .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
}
.seo_wrap .page-template-content .seo-list-news .item-news {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.seo_wrap .page-template-content .seo-list-news .item-news a {
  text-decoration: none;
  transition: all 0.3s;
}
.seo_wrap .page-template-content .seo-list-news .item-news .thumb-image {
  overflow: hidden;
  height: 170px;
  background: #f8f2e7;
  border-radius: 5px;
}
.seo_wrap .page-template-content .seo-list-news .item-news .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.seo_wrap .page-template-content .seo-list-news .item-news .thumb-image a:hover img {
  transform: scale(1.1);
}
.seo_wrap .page-template-content .seo-list-news .item-news .caption {
  padding: 15px 0;
}
.seo_wrap .page-template-content .seo-list-news .item-news .caption .item-date {
  margin-bottom: 5px;
}
.seo_wrap .page-template-content .seo-list-news .item-news .caption .item-date a {
  color: #2a2a2a;
}
.seo_wrap .page-template-content .seo-list-news .item-news .caption .item-date ul li {
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}
.seo_wrap .page-template-content .seo-list-news .item-news .caption .item-date ul li a {
  font-weight: 500;
}
.seo_wrap .page-template-content .seo-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;
}
.seo_wrap .page-template-content .seo-list-news .item-news .caption .item-title {
  font-size: 17px;
  margin-bottom: 15px;
  word-break: break-word;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-news .item-news .caption .item-title {
    min-height: auto;
  }
}
.seo_wrap .page-template-content .seo-list-news .item-news .caption .item-title a {
  color: #000;
}
.seo_wrap .page-template-content .seo-list-news .item-news .caption .item-desc {
  color: #7a7a7a;
  margin-bottom: 15px;
}
.seo_wrap .page-template-content .seo-list-news .item-news .caption .item-more a {
  display: inline-block;
  color: #2a2a2a;
  position: relative;
  z-index: 2;
  padding-bottom: 2px;
  font-weight: 500;
}
.seo_wrap .page-template-content .seo-list-news .item-news .caption .item-more a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e86139;
  bottom: 0;
  transition: all 0.2s;
  z-index: -1;
  opacity: 1;
}
.seo_wrap .page-template-content .seo-vendor-form-register h1 {
  font-size: 2rem;
}
.seo_wrap .page-template-content .seo-form-search-boat {
  padding: 150px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-boat {
    padding: 120px 0 15px;
  }
}
.seo_wrap .page-template-content .seo-form-search-boat .text-heading {
  font-weight: 500;
  font-size: 54px;
  color: #FFF;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-boat .text-heading {
    font-size: 28px;
  }
}
.seo_wrap .page-template-content .seo-form-search-boat .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-boat .sub-heading {
    font-size: 14px;
  }
}
.seo_wrap .page-template-content .seo-form-search-boat .g-form-control {
  margin: 50px 0 0;
  padding: 0 100px;
}
@media (max-width: 990px) {
  .seo_wrap .page-template-content .seo-form-search-boat .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-form-search-boat .g-form-control {
    margin: 20px 0 0;
    background: #fff;
  }
}
.seo_wrap .page-template-content .seo-list-boat {
  padding: 50px 0;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #f0eade;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  transition: box-shadow 0.15s;
  height: 100%;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.seo_wrap .page-template-content .seo-list-boat .item-loop a {
  transition: all 0.3s;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -25px;
  color: #fff;
  font-size: 15px;
  background-color: #e86139;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .featured {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #63ab45;
  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;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .thumb-image {
  overflow: hidden;
  background: #FFF;
  position: relative;
  padding-bottom: 55%;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop:hover .thumb-image a img {
  transform: scale(1.1);
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 0px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .thumb-image .service-wishlist:hover i, .seo_wrap .page-template-content .seo-list-boat .item-loop .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .thumb-image .service-wishlist.active i:before {
  content: "\f004";
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .location {
  font-size: 13px;
  color: #5e6d77;
  padding: 15px 15px 0;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .location i {
  position: relative;
  font-size: 16px;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .category {
  margin: 0 15px;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .category .fa {
  color: #687882;
  opacity: 0.6;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .service-review {
  padding: 0 15px 0;
  font-size: 13px;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .service-review .rate {
  color: #e86139;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .service-review .review {
  margin-left: 15px;
  position: relative;
  color: #e86139;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -10px;
  top: 8px;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .item-title {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-boat .item-loop .item-title {
    min-height: auto;
  }
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .item-title a {
  color: #000;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .item-title i {
  color: #f49625;
  font-size: 15px;
  margin-right: 2px;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .info {
  margin-top: auto;
  padding: 15px;
  text-align: right;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .info .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .info .g-price .prefix i {
  font-size: 16px;
  color: #f49625;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .info .g-price .price {
  position: relative;
  display: inline-block;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .info .g-price .price .text-price {
  font-size: 18px;
  color: #312817;
  font-weight: 500;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .info .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .info .g-price .price .unit {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .amenities {
  margin-top: auto;
  padding: 10px 15px 5px;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .amenities .amenity {
  align-items: center;
  text-align: center;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .amenities .amenity .input-icon {
  font-size: 26px;
  color: #312817;
  position: relative;
  top: 1px;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop .amenities .amenity .text {
  display: block;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop.infobox-item {
  position: relative;
}
.seo_wrap .page-template-content .seo-list-boat .item-loop.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 0px #dfdfdf;
  background: #fff;
}
.seo_wrap .page-template-content .seo-list-boat.layout_normal {
  padding: 50px 0;
}
@media (max-width: 1023px) {
  .seo_wrap .page-template-content .seo-list-boat.layout_normal {
    margin: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-boat.layout_carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.seo_wrap .page-template-content .seo-list-boat .owl-dots {
  display: none;
}
.seo_wrap .page-template-content .seo-list-boat .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.seo_wrap .page-template-content .seo-list-boat .owl-nav .owl-prev, .seo_wrap .page-template-content .seo-list-boat .owl-nav .owl-next {
  font-size: 40px;
  line-height: 33px;
  border: solid 1px #000;
  padding: 0px 10px !important;
  margin-left: 10px;
}
.seo_wrap .page-template-content .seo-list-boat .owl-nav .owl-prev span, .seo_wrap .page-template-content .seo-list-boat .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
.seo_wrap .page-template-content .seo-list-vendor .title {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 766px) {
  .seo_wrap .page-template-content .seo-list-vendor .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.seo_wrap .page-template-content .seo-list-vendor .title .sub-title {
  color: #737373;
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 420px;
}
.seo_wrap .page-template-content .seo-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 300ms ease;
  text-align: center;
}
.seo_wrap .page-template-content .seo-list-vendor .list-item .item .image {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 14px;
}
.seo_wrap .page-template-content .seo-list-vendor .list-item .item .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #202124;
  margin-bottom: 5px;
}
.seo_wrap .page-template-content .seo-list-vendor .list-item .item .designation {
  display: block;
  font-size: 14px;
  color: #1967d2;
  line-height: 19px;
  margin-bottom: 10px;
}
.seo_wrap .page-template-content .seo-list-vendor .list-item .item .text {
  font-size: 14px;
  color: #696969;
}
.seo_wrap .page-template-content .seo-list-vendor .list-item .item .location {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #696969;
  margin-bottom: 25px;
}
.seo_wrap .page-template-content .seo-list-vendor .list-item .item .location i {
  font-size: 14px;
  margin-right: 5px;
}
.seo_wrap .page-template-content .seo-list-vendor .list-item .item:hover {
  box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
}
.seo_wrap .seo_form {
  background: #f2f2f2;
  background: linear-gradient(0deg, #e8e8e8 0%, #fff 50%);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.seo_wrap .tab-content .seo_form {
  border-radius: 0 25px 25px 25px;
}
@media (max-width: 766px) {
  .seo_wrap .tab-content .seo_form {
    border-radius: 0 0 25px 25px;
  }
}
.seo_wrap .seo_form .g-field-search {
  flex: 0 0 90%;
  max-width: 90%;
  flex-grow: 1;
  padding: 0 15px;
}
.seo_wrap .seo_form .g-field-search .fielder {
  border-right: 1px solid #E1E1E1;
  transition: background .15s linear;
}
@media (max-width: 1023px) {
  .seo_wrap .seo_form .g-field-search .fielder {
    border-right: none;
  }
}
.seo_wrap .seo_form .g-field-search .fielder:hover {
  background: rgba(255,255,255,.35);
}
.seo_wrap .seo_form .g-field-search .fielder:first-of-type {
  border-radius: 25px 0 0 25px;
}
.seo_wrap .tab-content .seo_form .g-field-search .fielder:first-of-type {
  border-radius: 25px 0 0 25px;
}
.seo_wrap .seo_form .g-field-search .fielder:last-of-type {
  border-right: none;
}
@media (max-width: 1023px) {
  .seo_wrap .seo_form .g-field-search {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .seo_wrap .seo_form .g-field-search [class*=col-] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.seo_wrap .seo_form .g-button-submit {
  flex: 0 0 10%;
  max-width: 10%;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 1023px) {
  .seo_wrap .seo_form .g-button-submit {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: right;
  }
}
body .seo_wrap .seo_form .g-button-submit button,
body .seo_wrap .seo_form .g-button-submit button:hover,
body .seo_wrap .seo_form .g-button-submit button:active,
body .seo_wrap .seo_form .g-button-submit button:focus {
  height: 100%;
  width: 100%;
  border-radius: 0 25px 25px 0;
  background: #E86139;
  background: linear-gradient(0deg, #BB4E2E 0%, #E86139 50%) !important;
  padding: 0 5px;
  font-size: 12px;
  box-shadow: none !important;
  letter-spacing: .05em;
  line-height: 1.4;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
}
body .seo_wrap .seo_form .g-button-submit button:before {
  content: '';
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s;
}
body .seo_wrap .seo_form .g-button-submit button:hover:before {
  left: 0;
  visibility: visible;
  opacity: 1;
}
body .seo_wrap .seo_form .g-button-submit button i {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  z-index: 1;
  transition: transform 0.15s;
}
body .seo_wrap .seo_form .g-button-submit button:hover i {
  transform: scale(1.15);
}
@media (max-width: 1023px) {
  body .seo_wrap .seo_form .g-button-submit button {
    height: auto;
    position: relative;
    border-radius: 0 0 12px 12px;
    display: inline-block;
    padding: 8px 15px;
    font-weight: normal;
    margin: 0;
  }
}
.seo_wrap .seo_form .form-group {
  height: 100%;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .seo_wrap .seo_form .form-group {
    border-bottom: solid 1px #E1E1E1;
  }
}
.seo_wrap .seo_form .border-right {
  border-right: 1px solid #E1E1E1;
}
@media (max-width: 1023px) {
  .seo_wrap .seo_form {
    border-radius: 12px;
  }
  .seo_wrap .seo_form .border-right {
    border-right: none !important;
  }
}
body .seo_wrap .seo_form .field-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #E86139;
  transition: color .15s linear;
}
.seo_wrap .seo_form .g-field-search .fielder:hover .field-icon {
  color: #F9683D;
}
.seo_wrap .seo_form .dropdown-toggle:after {
  display: none;
}
.seo_wrap .seo_form .form-content {
  position: relative;
  height: 100%;
  padding: 25px 50px 20px 5px;
  transition: all 0.3s;
}
@media (max-width: 766px) {
  .seo_wrap .seo_form .form-content {
    padding: 20px 5px;
  }
}
.seo_wrap .seo_form .form-content label {
  font-size: 14px;
  color: #E86139;
  font-weight: 400;
  margin-bottom: 0px;
}
.seo_wrap .seo_form .form-content .form-date-search .check-in-out, .seo_wrap .seo_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) {
  .seo_wrap .seo_form .form-content .date-wrapper .check-in-wrapper {
    max-height: 45px;
  }
}
.seo_wrap .seo_form .form-content .date-wrapper .check-in-wrapper .check-in-render, .seo_wrap .seo_form .form-content .date-wrapper .check-in-wrapper .check-out-render {
  display: inline-block;
  width: auto;
}
.seo_wrap .seo_form .form-content .date-wrapper .check-in-wrapper span {
  color: #000;
  position: relative;
  top: -7px;
}
.seo_wrap .seo_form .form-content .date-wrapper .check-in-wrapper label {
  display: block;
}
.seo_wrap .seo_form .form-content .date-wrapper .check-in-out {
  position: absolute;
  left: -15px;
  bottom: 1px;
  z-index: -1;
  opacity: 0;
}
.seo_wrap .seo_form .form-content .date-wrapper .wrapper-more label {
  display: block;
}
.seo_wrap .seo_form .form-content .dropdown .form-control {
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  color: #e86139;
  position: relative;
  left: -5px;
  height: 25px !important;
}
@media (max-width: 766px) {
  .seo_wrap .seo_form .form-content .dropdown .form-control {
    font-size: 14px;
  }
}
.seo_wrap .seo_form .form-content .dropdown .form-control option {
  color: #000;
}
.seo_wrap .seo_form .form-content .render {
  font-size: 16px;
  color: #000 !important;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 766px) {
  .seo_wrap .seo_form .form-content .render {
    font-size: 14px;
  }
}
.seo_wrap .seo_form .smart-search, .seo_wrap .seo_form .input-search {
  position: relative;
}
.seo_wrap .seo_form .smart-search:after,
.seo_wrap .seo_form .input-search:after {
  display: none;
}
.seo_wrap .seo_form .smart-search:not(.normal-control) .parent_text, .seo_wrap .seo_form .smart-search:not(.normal-control) .form-control, .seo_wrap .seo_form .input-search:not(.normal-control) .parent_text, .seo_wrap .seo_form .input-search:not(.normal-control) .form-control {
  border: none;
  box-shadow: none;
  font-size: 16px;
  color: #000;
  position: relative;
  left: 0 !important;
  padding: 0 !important;
  height: 25px;
  background: transparent;
}
.seo_wrap .seo_form .smart-search:not(.normal-control) .parent_text::-moz-placeholder, .seo_wrap .seo_form .smart-search:not(.normal-control) .form-control::-moz-placeholder, .seo_wrap .seo_form .input-search:not(.normal-control) .parent_text::-moz-placeholder, .seo_wrap .seo_form .input-search:not(.normal-control) .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.seo_wrap .seo_form .smart-search:not(.normal-control) .parent_text::placeholder, .seo_wrap .seo_form .smart-search:not(.normal-control) .form-control::placeholder, .seo_wrap .seo_form .input-search:not(.normal-control) .parent_text::placeholder, .seo_wrap .seo_form .input-search:not(.normal-control) .form-control::placeholder {
  color: #000;
  opacity: 1;
}
.seo_wrap .seo_form .smart-search:not(.normal-control) .parent_text[readonly], .seo_wrap .seo_form .smart-search:not(.normal-control) .form-control[readonly], .seo_wrap .seo_form .input-search:not(.normal-control) .parent_text[readonly], .seo_wrap .seo_form .input-search:not(.normal-control) .form-control[readonly] {
  cursor: pointer;
}
.seo_wrap .seo_form .smart-search .seo-autocomplete,
.seo_wrap .seo_form .input-search .seo-autocomplete {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  position: absolute;
  background: #fff;
  padding: 0;
  top: 100%;
  margin-top: 22px;
  left: 0;
  border-radius: 0 0 0 25px;
  border: solid 1px #f0eade;
  z-index: 20;
  max-height: 300px;
  overflow-y: auto;
  right: -15px;
}
.seo_wrap .seo_form .smart-search .seo-autocomplete.show, .seo_wrap .seo_form .input-search .seo-autocomplete.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .seo_wrap .seo_form .smart-search .seo-autocomplete, .seo_wrap .seo_form .input-search .seo-autocomplete {
    width: 100%;
    max-width: 260px;
    margin-top: 10px;
    border-radius: 0;
    right: 0;
    left: 0;
    background: #f1f1f1;
  }
}
.seo_wrap .seo_form .smart-search .seo-autocomplete .item, .seo_wrap .seo_form .input-search .seo-autocomplete .item {
  cursor: pointer;
  padding: 7px 15px;
  font-size: 14px;
}
.seo_wrap .seo_form .smart-search .seo-autocomplete .item:nth-child(2n), .seo_wrap .seo_form .input-search .seo-autocomplete .item:nth-child(2n) {
  background: #fff;
}
.seo_wrap .seo_form .smart-search .seo-autocomplete .item:last-child, .seo_wrap .seo_form .input-search .seo-autocomplete .item:last-child {
  margin-bottom: 0;
}
.seo_wrap .seo_form .smart-search .seo-autocomplete .item .h-line, .seo_wrap .seo_form .input-search .seo-autocomplete .item .h-line {
  font-weight: 500;
}
.seo_wrap .seo_form .smart-search .seo-autocomplete .item i,
.seo_wrap .seo_form .input-search .seo-autocomplete .item i {
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 1px;
  color: #e86139;
}
.seo_wrap .seo_form .smart-search .seo-autocomplete .item i:empty,
.seo_wrap .seo_form .input-search .seo-autocomplete .item i:empty {
  margin-right: 0;
}
.seo_wrap .seo_form .smart-search .seo-autocomplete .item:hover, .seo_wrap .seo_form .input-search .seo-autocomplete .item:hover {
  background: #f5f4f7;
}
.seo_wrap .seo_form .smart-search .seo-autocomplete .message, .seo_wrap .seo_form .input-search .seo-autocomplete .message {
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #424242;
}
.seo_wrap .seo_form .smart-search .seo-autocomplete.on-message .list-item, .seo_wrap .seo_form .input-search .seo-autocomplete.on-message .list-item {
  display: none;
}
.seo_wrap .seo_form .smart-search .seo-autocomplete.on-message .message, .seo_wrap .seo_form .input-search .seo-autocomplete.on-message .message {
  display: block;
}
.seo_wrap .seo_form .smart-search.normal-control .form-control, .seo_wrap .seo_form .input-search.normal-control .form-control {
  padding-right: 25px;
}
.seo_wrap .seo_form .smart-search.normal-control .seo-autocomplete, .seo_wrap .seo_form .input-search.normal-control .seo-autocomplete {
  margin-top: 0px;
}
.seo_wrap .seo_form .smart-search.normal-control:after, .seo_wrap .seo_form .input-search.normal-control:after {
  color: #4b4b4b;
  top: 23px;
  right: 15px;
}
.seo_wrap .seo_form .input-search:after {
  display: none;
}

.has-search-map .seo_wrap .seo_form_search_map {
  background: #f9f4e8;
  background: linear-gradient(0deg, #f9f4e8 0%, #fffbf1 100%);
  flex-shrink: 0;
  padding: 12px;
}
.has-search-map .seo_wrap .seo_form_search_map .filter-item {
  padding: 0px 8px;
  flex-grow: 1;
}
@media (max-width: 990px) {
  .has-search-map .seo_wrap .seo_form_search_map .filter-item {
    border-bottom: 1px solid #f0eade;
  }
  .has-search-map .seo_wrap .seo_form_search_map .filter-item:last-child {
    border-bottom: none;
  }
}
.has-search-map .seo_wrap .seo_form_search_map .filter-item .dropdown-menu {
  margin-top: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  min-width: 250px;
  border-radius: 0px;
}
.has-search-map .seo_wrap .seo_form_search_map .filter-item .dropdown-toggle:after {
  display: none;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form {
  background: transparent;
  box-shadow: none;
}
@media (max-width: 990px) {
  .has-search-map .seo_wrap .seo_form_search_map .seo_form {
    display: block !important;
    background: #fff;
    border: solid 1px #ccc;
    border-bottom: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-group {
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #f0eade;
  height: 42px;
  position: relative;
}
@media (max-width: 990px) {
  .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-group {
    border: none;
  }
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .border-right {
  border-right: 1px solid #f0eade;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .field-detination {
  position: relative;
  padding: 8px;
  transition: all 0.3s;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .field-detination #dropdown-destination {
  padding-left: 40px;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .field-detination #dropdown-destination .form-control {
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 14px;
  color: #4b4b4b;
  position: relative;
  left: -5px;
  height: 25px !important;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .field-detination #dropdown-destination .form-control option {
  color: #000;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form label {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0px;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .render {
  font-size: 14px;
  color: #4b4b4b;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .field-icon {
  font-size: 23px;
  color: #5e6d77;
  left: 8px;
  transition: color .15s linear;
}
@media (max-width: 768px) {
  .has-search-map .seo_wrap .seo_form_search_map .seo_form .field-icon {
    color: #e86139;
  }
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel {
  padding: 10px 15px 8px;
  position: relative;
  transition: all 0.3s;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .date-wrapper, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .date-wrapper, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .date-wrapper {
  padding-left: 15px;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .start_date, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .start_date, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .start_date {
  position: absolute;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .check-in-wrapper, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .guest-wrapper, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .check-in-wrapper, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .guest-wrapper, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .check-in-wrapper, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .guest-wrapper {
  padding-left: 10px;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .check-in-wrapper .check-in-render, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .check-in-wrapper .check-out-render, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .guest-wrapper .check-in-render, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .guest-wrapper .check-out-render, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .check-in-wrapper .check-in-render, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .check-in-wrapper .check-out-render, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .guest-wrapper .check-in-render, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .guest-wrapper .check-out-render, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .check-in-wrapper .check-in-render, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .check-in-wrapper .check-out-render, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .guest-wrapper .check-in-render, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .guest-wrapper .check-out-render {
  display: inline-block;
  width: auto;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .check-in-wrapper span, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .guest-wrapper span, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .check-in-wrapper span, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .guest-wrapper span, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .check-in-wrapper span, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .guest-wrapper span {
  color: #000;
  position: relative;
  padding: 0px 5px;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .check-in-wrapper label, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .guest-wrapper label, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .check-in-wrapper label, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .guest-wrapper label, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .check-in-wrapper label, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .guest-wrapper label {
  display: block;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search .check-in-out, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-guest-search .check-in-out, .has-search-map .seo_wrap .seo_form_search_map .seo_form .form-date-search-hotel .check-in-out {
  position: absolute;
  left: -15px;
  bottom: 1px;
  z-index: -1;
  opacity: 0;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .filter-simple .form-group .filter-title {
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0;
  font-weight: normal;
  line-height: 20px;
  font-size: 14px;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .g-button-submit {
  position: relative;
  min-height: 66px;
  margin: 0 -1px 0 -15px;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .g-button-submit button {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  margin-right: -15px;
  border-radius: 0;
  background: #e86139;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-content {
  padding: 8px 8px 8px 40px;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-content .smart-search {
  position: initial;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-content .smart-search .parent_text {
  font-size: 14px;
  color: #4b4b4b;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-content .smart-search .parent_text::-moz-placeholder {
  color: #4b4b4b;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-content .smart-search .parent_text::placeholder {
  color: #4b4b4b;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-content .smart-search:after {
  color: #4b4b4b;
  top: 18px;
  right: 15px;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-content .seo-autocomplete {
  margin-top: 1px;
  right: -1px;
  left: -1px;
}
.has-search-map .seo_wrap .seo_form_search_map .seo_form .form-content .g-map-place > .form-control {
  height: 25px;
}
.has-search-map .seo_search_map {
  display: flex;
  flex-grow: 1;
  min-height: 0px;
  background: #fffbf1;
  border-top: solid 1px #f0eade;
  direction: ltr;
}
@media (max-width: 990px) {
  .has-search-map .seo_search_map {
    display: block;
  }
}
.has-search-map .seo_search_map .results_map {
  flex-shrink: 0;
  width: 40%;
  left: 0;
  border-right: solid 1px #f0eade;
  position: relative;
  order: 1;
}
@media (max-width: 990px) {
  .has-search-map .seo_search_map .results_map {
    width: 100%;
    height: 300px;
    padding: 15px;
    border-right: none;
    background: #fff;
  }
}

.seo_wrap .seo-list-hotel .item-loop {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #f0eade;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.15s;
  height: 100%;
}
.seo_wrap .seo-list-hotel .item-loop:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.seo_wrap .seo-list-hotel .item-loop a {
  transition: all 0.3s;
}
.seo_wrap .seo-list-hotel .item-loop .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -25px;
  color: #fff;
  font-size: 15px;
  background-color: #e86139;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.seo_wrap .seo-list-hotel .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #63ab45;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.seo_wrap .seo-list-hotel .item-loop .thumb-image {
  overflow: hidden;
  height: 185px;
  background: #f8f2e7;
  position: relative;
}
.seo_wrap .seo-list-hotel .item-loop:hover .thumb-image a img {
  transform: scale(1.1);
}
.seo_wrap .seo-list-hotel .item-loop .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.seo_wrap .seo-list-hotel .item-loop .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;
}
.seo_wrap .seo-list-hotel .item-loop .thumb-image .price-wrapper {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-size: 22px;
  z-index: 10;
}
.seo_wrap .seo-list-hotel .item-loop .thumb-image .price-wrapper .price {
  position: relative;
  display: inline-block;
}
.seo_wrap .seo-list-hotel .item-loop .thumb-image .price-wrapper .price .text-price {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.seo_wrap .seo-list-hotel .item-loop .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;
}
.seo_wrap .seo-list-hotel .item-loop .thumb-image .price-wrapper .price .unit {
  font-size: 14px;
  color: #fff;
}
.seo_wrap .seo-list-hotel .item-loop .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.seo_wrap .seo-list-hotel .item-loop .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.seo_wrap .seo-list-hotel .item-loop .thumb-image .service-wishlist:hover i, .seo_wrap .seo-list-hotel .item-loop .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.seo_wrap .seo-list-hotel .item-loop .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.seo_wrap .seo-list-hotel .item-loop .location {
  font-size: 13px;
  color: #5e6d77;
  padding: 0 15px;
}
.seo_wrap .seo-list-hotel .item-loop .location i {
  position: relative;
  font-size: 16px;
}
.seo_wrap .seo-list-hotel .item-loop .category {
  margin: 0 15px;
}
.seo_wrap .seo-list-hotel .item-loop .category .fa {
  color: #687882;
  opacity: 0.6;
}
.seo_wrap .seo-list-hotel .item-loop .service-review {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  padding: 10px 15px 0;
}
.seo_wrap .seo-list-hotel .item-loop .service-review .rate {
  color: #e86139;
}
.seo_wrap .seo-list-hotel .item-loop .service-review .review {
  margin-left: 30px;
  position: relative;
  color: #6A7A84;
}
.seo_wrap .seo-list-hotel .item-loop .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -18px;
  top: 11px;
}
.seo_wrap .seo-list-hotel .item-loop .item-title {
  padding: 20px 15px 5px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop .item-title {
    min-height: auto;
  }
}
.seo_wrap .seo-list-hotel .item-loop .item-title a {
  color: #000;
}
.seo_wrap .seo-list-hotel .item-loop .item-title i {
  color: #f49625;
  font-size: 15px;
  margin-right: 2px;
}
.seo_wrap .seo-list-hotel .item-loop .info {
  margin-top: auto;
  padding: 15px;
}
.seo_wrap .seo-list-hotel .item-loop .info:before, .seo_wrap .seo-list-hotel .item-loop .info:after {
  content: "";
  display: table;
  clear: both;
}
.seo_wrap .seo-list-hotel .item-loop .info .g-price {
  text-align: right;
}
.seo_wrap .seo-list-hotel .item-loop .info .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.seo_wrap .seo-list-hotel .item-loop .info .g-price .prefix i {
  font-size: 16px;
  color: #f49625;
}
.seo_wrap .seo-list-hotel .item-loop .info .g-price .price {
  position: relative;
  display: inline-block;
}
.seo_wrap .seo-list-hotel .item-loop .info .g-price .price .text-price {
  font-size: 18px;
  color: #312817;
  font-weight: 500;
}
.seo_wrap .seo-list-hotel .item-loop .info .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.seo_wrap .seo-list-hotel .item-loop .info .g-price .price .unit {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.seo_wrap .seo-list-hotel .item-loop .star-rate {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 1;
}
.seo_wrap .seo-list-hotel .item-loop .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.seo_wrap .seo-list-hotel .item-loop .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 90px;
}
.seo_wrap .seo-list-hotel .item-loop .list-star .booking-item-rating-stars:before, .seo_wrap .seo-list-hotel .item-loop .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.seo_wrap .seo-list-hotel .item-loop .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.seo_wrap .seo-list-hotel .item-loop .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.seo_wrap .seo-list-hotel .item-loop .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #f49625;
}
.seo_wrap .seo-list-hotel .item-loop.infobox-item {
  position: relative;
}
.seo_wrap .seo-list-hotel .item-loop.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 0px #dfdfdf;
  background: #fff;
}
.seo_wrap .seo-list-hotel .item-loop-list {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list {
    flex-wrap: wrap;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list a {
  text-decoration: none;
  transition: all 0.3s;
}
.seo_wrap .seo-list-hotel .item-loop-list .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -25px;
  color: #fff;
  font-size: 15px;
  background-color: #e86139;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.seo_wrap .seo-list-hotel .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;
}
.seo_wrap .seo-list-hotel .item-loop-list .thumb-image {
  overflow: hidden;
  height: 190px;
  background: #f8f2e7;
  position: relative;
  flex: 0 0 30%;
  padding: 0;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list .thumb-image {
    flex: 0 0 100%;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list .thumb-image:hover a img {
  transform: scale(1.1);
}
.seo_wrap .seo-list-hotel .item-loop-list .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.seo_wrap .seo-list-hotel .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;
}
.seo_wrap .seo-list-hotel .item-loop-list .thumb-image .price-wrapper {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-size: 22px;
  z-index: 10;
}
.seo_wrap .seo-list-hotel .item-loop-list .thumb-image .price-wrapper .price {
  position: relative;
  display: inline-block;
}
.seo_wrap .seo-list-hotel .item-loop-list .thumb-image .price-wrapper .price .text-price {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.seo_wrap .seo-list-hotel .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;
}
.seo_wrap .seo-list-hotel .item-loop-list .thumb-image .price-wrapper .price .unit {
  font-size: 14px;
  color: #fff;
}
.seo_wrap .seo-list-hotel .item-loop-list .thumb-image .service-wishlist {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 0px;
  color: #fff;
  padding: 20px;
  cursor: pointer;
}
.seo_wrap .seo-list-hotel .item-loop-list .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 18px;
}
.seo_wrap .seo-list-hotel .item-loop-list .thumb-image .service-wishlist:hover i, .seo_wrap .seo-list-hotel .item-loop-list .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.seo_wrap .seo-list-hotel .item-loop-list .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.seo_wrap .seo-list-hotel .item-loop-list .service-review {
  padding: 10px 0px 0;
  display: none;
}
.seo_wrap .seo-list-hotel .item-loop-list .service-review .rate {
  color: #e86139;
}
.seo_wrap .seo-list-hotel .item-loop-list .service-review .review {
  margin-left: 30px;
  position: relative;
  color: #6A7A84;
}
.seo_wrap .seo-list-hotel .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) {
  .seo_wrap .seo-list-hotel .item-loop-list .service-review {
    display: block;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list .service-review-pc .head {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #312817;
  font-weight: 400;
  line-height: 25px;
  justify-content: flex-end;
}
.seo_wrap .seo-list-hotel .item-loop-list .service-review-pc .head .left {
  text-align: right;
}
.seo_wrap .seo-list-hotel .item-loop-list .service-review-pc .head .left .head-rating {
  display: block;
  line-height: 13px;
  margin-top: 8px;
  margin-bottom: 1px;
  font-weight: 500;
}
.seo_wrap .seo-list-hotel .item-loop-list .service-review-pc .head .left .text-rating {
  color: #e86139;
  font-size: 14px;
}
.seo_wrap .seo-list-hotel .item-loop-list .service-review-pc .head .score {
  position: relative;
  float: right;
  margin-left: 12px;
  padding: 7px 7px 0px 9px;
  background: #e86139;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  min-height: 38px;
}
.seo_wrap .seo-list-hotel .item-loop-list .service-review-pc .head .score span {
  font-size: 14px;
  color: #FFF;
}
.seo_wrap .seo-list-hotel .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 #e86139;
}
.seo_wrap .seo-list-hotel .item-loop-list .service-review-pc .foot {
  color: #000;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list .service-review-pc {
    display: none;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info {
  flex: 0 0 45%;
  padding: 15px 15px;
  position: relative;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-info {
    flex: 0 0 100%;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .seo_wrap .seo-list-hotel .item-loop-list .g-info > div {
    flex: 0 0 100%;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .item-title {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-info .item-title {
    min-height: auto;
    order: 2;
    margin-bottom: 0;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .item-title a {
  color: #000;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .item-title i {
  color: #f49625;
  font-size: 15px;
  margin-right: 2px;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .location {
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-size: 13px;
  color: #000;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-info .location {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 5px;
    order: 3;
    margin-bottom: 3px;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .location i {
  position: relative;
  font-size: 16px;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .star-rate {
  z-index: 1;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-info .star-rate {
    order: 1;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 90px;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars:before, .seo_wrap .seo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars li .fa {
  font-size: 14px;
  color: #FA5636;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-info .terms {
    order: 4;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .terms .attr-title {
  display: inline-block;
  margin-right: 5px;
  color: #5e6d77;
  font-size: 13px;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .terms .attr-title i {
  margin-right: 2px;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .terms .g-attributes .item {
  margin-right: 5px;
  color: #000;
  font-size: 13px;
}
.seo_wrap .seo-list-hotel .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;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-info .terms .g-attributes span:nth-child(2):before {
  display: none;
}
@media (max-width: 1280px) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-info .terms .g-attributes {
    display: none;
  }
}
@media (max-width: 1280px) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-info .terms .g-attributes:first-child {
    display: block;
  }
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-info .terms .g-attributes {
    display: block;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list .g-rate-price {
  flex: 1;
  padding: 15px 15px 15px 0;
  position: relative;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-rate-price {
    flex: 0 0 100%;
    padding: 0 15px 10px;
  }
}
.seo_wrap .seo-list-hotel .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) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-rate-price:before {
    left: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-rate-price:before {
    display: none;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list .g-rate-price .g-price {
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: 10px;
  float: right;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .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;
  }
}
.seo_wrap .seo-list-hotel .item-loop-list .g-rate-price .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  left: -3px;
  position: relative;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-rate-price .g-price .prefix i {
  font-size: 16px;
  color: #f49625;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-rate-price .g-price .price {
  position: relative;
  display: inline-block;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-rate-price .g-price .price .text-price {
  font-size: 18px;
  color: #312817;
  font-weight: 500;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-rate-price .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-rate-price .g-price .price .unit {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.seo_wrap .seo-list-hotel .item-loop-list .g-rate-price .g-price .text-review {
  float: right;
  position: relative;
  top: 5px;
  color: #4b4b4c;
  display: none;
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel .item-loop-list .g-rate-price .g-price .text-review {
    display: block;
  }
}
.seo_wrap .seo-list-hotel.layout_normal,
.seo_wrap .g-location-module .seo-list-hotel.layout_normal {
  position: relative;
  padding: 50px 0;
}
.seo_wrap .page-template-content .seo-list-hotel.layout_normal {
  background-color: #f8f2e7;
  background-image: url('/images/cta-3-3.webp');
  background-position: center bottom;
  background-size: auto;
  background-repeat: repeat-x;
  padding: 0 0 50px;
}
@media (max-width: 1023px) {
  .seo_wrap .seo-list-hotel.layout_normal {
    margin: 0;
  }
}
@media (max-width: 766px) {
  .seo_wrap .seo-list-hotel.layout_carousel .owl-nav {
    position: relative;
    top: -15px;
    margin: 0;
    text-align: center;
    display: block !important;
  }
}
.seo_wrap .seo-list-hotel .owl-dots {
  display: none;
}
.seo_wrap .seo-list-hotel .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  display: block !important;
}
.seo_wrap .seo-list-hotel .owl-nav .owl-prev, .seo_wrap .seo-list-hotel .owl-nav .owl-next {
  font-size: 40px;
  line-height: 33px;
  border: solid 1px #000;
  padding: 0px 10px !important;
  margin-left: 10px;
}
.seo_wrap .seo-list-hotel .owl-nav .owl-prev span, .seo_wrap .seo-list-hotel .owl-nav .owl-next span {
  position: relative;
  top: -1px;
  outline: none !important;
}
.seo_wrap .select-guests-dropdown,
.seo_wrap .select-seat-type-dropdown {
  transform: none !important;
  border-radius: 0 0 25px 25px;
  top: 100% !important;
  margin-top: 0px;
  right: 0px;
  border-color: #f0eade;
}
@media (max-width: 1023px) {
  .seo_wrap .select-guests-dropdown,
  .seo_wrap .select-seat-type-dropdown {
    transform: translate(0px, -1px) !important;
  }
}
.seo_wrap .select-guests-dropdown .render,
.seo_wrap .select-seat-type-dropdown .render {
  padding-right: 30px;
}
.seo_wrap .select-guests-dropdown .dropdown-item-row,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 24px;
  align-items: center;
  padding-right: 14px;
}
.seo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus, .seo_wrap .select-guests-dropdown .dropdown-item-row .btn-add,
.seo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2, .seo_wrap .select-guests-dropdown .dropdown-item-row .btn-add2,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2 {
  padding: 0px 5px;
  cursor: pointer;
}
.seo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus i, .seo_wrap .select-guests-dropdown .dropdown-item-row .btn-add i,
.seo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2 i, .seo_wrap .select-guests-dropdown .dropdown-item-row .btn-add2 i,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus i,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add i,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2 i,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2 i {
  font-size: 25px;
}
.seo_wrap .select-guests-dropdown .dropdown-item-row .count-display,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .count-display {
  color: #e86139;
  min-width: 25px;
  text-align: center;
}
.seo_wrap .select-guests-dropdown .dropdown-item-row .count-display input,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .count-display input {
  border: none;
  background: none;
  width: 35px;
  text-align: center;
  color: #D76945;
  margin: 0 5px;
}
.seo_wrap .select-guests-dropdown .dropdown-item-row .count-display input[type="number"]::-webkit-inner-spin-button,
.seo_wrap .select-guests-dropdown .dropdown-item-row .count-display input[type="number"]::-webkit-outer-spin-button,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .count-display input[type="number"]::-webkit-inner-spin-button,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .count-display input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}  
.seo_wrap .select-guests-dropdown .dropdown-item-row .count-display input[type="number"],
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .count-display input[type="number"] {
  -moz-appearance: textfield;
}  
.seo_wrap .select-guests-dropdown .dropdown-item-row .val,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .val {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.seo_wrap .select-guests-dropdown .dropdown-item-row .render,
.seo_wrap .select-seat-type-dropdown .dropdown-item-row .render {
  padding-right: 30px;
}
.seo_wrap .seo-video-popup {
  display: inline-block;
  position: relative;
}
.seo_wrap .seo-video-popup .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.seo_wrap .seo-video-popup:hover .play-icon {
  opacity: 1;
}
.seo_wrap .seo-faq-lists .faq-item {
  margin-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 35px;
}
.seo_wrap .seo-faq-lists .faq-item h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.seo_wrap .seo-faq-lists .faq-item h3 img {
  width: 30px;
  height: auto;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.seo_wrap .seo-faq-lists .faq-item p {
  font-size: 15px;
  color: #666;
  margin-top: 15px;
}
.seo_wrap .seo-checkbox {
  margin-bottom: 15px;
}
.seo_wrap .seo-checkbox input {
  margin-right: 5px;
}
.seo_wrap .seo-checkbox label {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: normal;
  margin-bottom: 0px;
}
.seo_wrap .seo-checkbox input[type=checkbox] {
  display: none;
}
.seo_wrap .seo-checkbox .checkmark {
  display: inline-block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
  border: solid 1px #A0A9B2;
  border-radius: 2px;
  background: #fff;
}
.seo_wrap .seo-checkbox input[type=checkbox] + .checkmark {
  background-repeat: no-repeat !important;
  background-position: center;
}
.seo_wrap .seo-checkbox input[type=checkbox]:checked + .checkmark {
  background-repeat: no-repeat !important;
  background-position: center;
}
body .seo_wrap .seo-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 #fa5636;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.seo_wrap .seo-checkbox .fa-star {
  color: #fa5636;
  font-size: 15px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.seo_wrap .main_page{
  background: rgb(249, 243, 232);
}
.seo_wrap .seo-contact-block .section {
  padding: 30px 0;
}
.seo_wrap .seo-contact-block .contact-form .alert ul {
  margin-left: 35px;
}
.seo_wrap .seo-contact-block .form_wrapper .contact-header {
  margin-bottom: 60px;
}
@media (max-width: 990px) {
  .seo_wrap .seo-contact-block .form_wrapper {
    margin-bottom: 60px;
  }
}
.seo-contact-block .form_wrapper .contact-header h3 {
  color: #312817;
}
.seo-contact-block .form_wrapper .contact-header h4 {
  color: #312817;
  opacity: .9;
  font-size: 19px;
}
.page-template-content .seo-testimonial + .seo-contact-block .form_wrapper .contact-header h3 {
  font-size: 42px;
  margin-bottom: 15px;
}
.page-template-content .seo-testimonial + .seo-contact-block .form_wrapper .contact-header h3,
.page-template-content .seo-testimonial + .seo-contact-block .form_wrapper .contact-header h4 {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.seo_wrap .seo-contact-block .contact-info {
  position: relative;
}
.seo_wrap .seo-contact-block .contact-info .info-bg {
  min-height: 500px;
}
@media (max-width: 1023px) {
  .seo_wrap .seo-contact-block .contact-info .info-bg {
    display: none;
  }
}
.page-template-content .seo-testimonial + .seo-contact-block {
  position: relative;
  padding: 50px 0;
}
.seo_wrap .page-template-content .seo-call-to-action.style_3 .bg,
.page-template-content .seo-testimonial + .seo-contact-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #f9f3e8;*/
  background-image: url('/images/cta-1-1.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.seo_wrap .page-template-content .seo-call-to-action.style_3 .bg {
  z-index: -1;
}
.seo_wrap .seo-contact-block .contact-info .info-content {
  position: absolute;
  top: 50%;
  margin-top: -210px;
  margin-left: -130px;
  background: #FA5636;
  padding: 30px;
  min-width: 385px;
  border-radius: 25px;
}
.page-template-content .seo-testimonial + .seo-contact-block .contact-info .info-content {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.page-template-content .seo-testimonial + .seo-contact-block .contact-info .info-content .sub h3,
.page-template-content .seo-testimonial + .seo-contact-block .contact-info .info-content .sub p {
  color: #000;
}
.page-template-content .seo-testimonial + .seo-contact-block .contact-info .info-content .sub a {
  color: #e86139;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .seo_wrap .seo-contact-block .contact-info .info-content {
    position: relative;
    margin: 0;
    min-width: auto;
  }
  .page-template-content .seo-testimonial + .seo-contact-block .contact-info .info-content {
    margin-top: 70px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
.seo_wrap .seo-contact-block .contact-info .info-content h3 {
  font-size: 24px;
  color: #FFFFFF;
  margin: 0;
}
.seo_wrap .seo-contact-block .contact-info .info-content .sub {
  position: relative;
  max-width: 300px;
}
.seo_wrap .seo-contact-block .contact-info .info-content .sub label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .05em;
  padding: 10px 0 10px;
  margin: 0;
}
.seo_wrap .seo-contact-block .contact-info .info-content .sub a {
  color: #fff;
  font-size: 21px;
}
.seo_wrap .seo-contact-block .contact-info .info-content .sub p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 15px;
  letter-spacing: normal;
  width: 100%;
  word-break: break-word;
}
.seo_wrap .seo-contact-block .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 25px;
}
.seo_wrap .seo-contact-block .seo-contact-block-form .text-danger {
  border: solid 1px #dc3545;
  display: block;
  padding: 10px;
  border-radius: 5px;
}
.seo_wrap .seo-contact-block .seo-contact-block-form .text-success {
  border: solid 1px #28a745;
  display: block;
  padding: 10px;
  border-radius: 5px;
}
.seo_wrap .seo-contact-block .seo-contact-block-form .submit {
  width: 100%;
}
.seo_wrap .seo-contact-block-form .fa-spinner {
  display: none;
}
.seo_wrap .seo-contact-block-form.loading .fa-spinner {
  display: inline-block;
}
.seo_wrap .seo-list-item .topbar-search {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .seo_wrap .seo-list-item .topbar-search {
    flex-wrap: wrap;
  }
  .seo_wrap .seo-list-item .topbar-search .text {
    flex: 0 0 100% !important;
  }
  .seo_wrap .seo-list-item .topbar-search .control {
    flex: 0 0 100% !important;
    flex-wrap: wrap;
  }
  .seo_wrap .seo-list-item .topbar-search .control .item {
    margin-bottom: 10px;
    margin-top: 10px;
    flex: 0 0 100% !important;
  }
}
.seo_wrap .seo-list-item .topbar-search .control {
  flex: 1 1 55%;
  color: #312817;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.seo_wrap .seo-list-item .topbar-search .control a {
  color: #312817;
  text-decoration: none;
  cursor: pointer;
}
.seo_wrap .seo-list-item .topbar-search .control .item {
  display: flex;
  align-items: center;
  margin-left: 5px;
  padding-left: 5px;
  border-left: solid 1px #a7a7a7;
}
.seo_wrap .seo-list-item .topbar-search .control .item:first-child {
  border: none;
}
.seo_wrap .seo-list-item .topbar-search .control .item .item-title {
  line-height: normal;
}
.seo_wrap .seo-list-item .topbar-search .control .item .dropdown {
  margin-left: 10px;
  font-weight: 600;
}
.seo_wrap .seo-list-item .topbar-search .control .item .dropdown .dropdown-toggle {
  padding: 7px 15px;
  background: #fff;
  border: solid 1px #f0eade;
  border-radius: 5px;
  cursor: pointer;
}
.seo_wrap .seo-list-item .topbar-search .control .item .dropdown .dropdown-item {
  color: #000;
  font-size: 14px;
}
.seo_wrap .seo-list-item .topbar-search .control .item .dropdown-toggle::after {
  top: 2px;
  position: relative;
}
.seo_wrap .bc_popup .modal-title {
  padding-right: 15px;
}
.seo_wrap .bc_popup .modal-content {
  border: none;
}
.seo_wrap .bc_popup .modal-content p {
  margin-bottom: 0;
}
.seo_wrap .bc_popup .modal-content img {
  max-width: 100%;
}
.seo_wrap .bc_popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: solid 1px #312817;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1 !important;
  color: #312817;
  z-index: 10;
  background: #fff;
}
.page-template-content .g-faq {
  padding-top: 50px;
  padding-bottom: 40px;
}
.seo_content .g-faq {
  margin-bottom: 40px;
}
.seo_content .g-faq .item, .page-template-content .g-faq .item {
  border-bottom: 1px solid #f0eade;
  margin-bottom: 10px;
}
.seo_content .g-faq .item:last-child, .page-template-content .g-faq .item:last-child {
  border: none;
}
.seo_content .g-faq .item .header, .page-template-content .g-faq .item .header {
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 15px;
  cursor: pointer;
}
.seo_content .g-faq .item .header .field-icon, .page-template-content .g-faq .item .header .field-icon {
  float: left;
  font-size: 25px;
  margin-right: 10px;
  top: -3px;
  position: relative;
}
.seo_content .g-faq .item .header h5, .page-template-content .g-faq .item .header h5 {
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #312817;
}
@media (max-width: 990px) {
  .seo_content .g-faq .item .header h5, .page-template-content .g-faq .item .header h5 {
    font-size: 14px;
  }
}
.seo_content .g-faq .item .header .arrow, .page-template-content .g-faq .item .header .arrow {
  float: right;
  font-size: 20px;
  position: relative;
  top: -8px;
}
.seo_content .g-faq .item .body, .page-template-content .g-faq .item .body {
  font-size: 14px;
  color: #000;
  transition: all 0.3s;
  height: 0px;
  overflow: hidden;
  padding-bottom: 0px;
}
.seo_content .g-faq .item.active .header .arrow, .page-template-content .g-faq .item.active .header .arrow {
  transform: rotate(180deg);
}
.seo_content .g-faq .item.active .body,
.page-template-content .g-faq .item.active .body {
  height: auto;
  padding-bottom: 20px;
}
.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;
  margin-bottom: 20px;
  border: 1px solid #f0eade;
}
.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: 600;
  font-size: 14px;
  color: #312817;
  margin-top: 5px;
  margin-bottom: 5px;
}
.owner-info .media-heading a {
  color: inherit;
}
.owner-info p {
  margin-bottom: 5px;
  color: #000;
  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;
}
.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;
  -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;
  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 {
  -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: 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;
}
.paralax {
  position: relative;
}
.paralax .bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 172, 255, 0.6);
  background: linear-gradient(0deg,rgba(0, 195, 255, 0.1) 30%, rgba(0, 172, 255, 0.6) 100%);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.paralax .bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/images/shape-a.webp');
  background-position: center;
  background-size: cover;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
/* 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;
}
ol {
  padding-left: 15px;
}
.clear:before, .clear:after {
  display: table;
  content: "";
  clear: both;
}

[v-cloak] {
  display: none;
}
.seo_wrap.header_sticky {
  padding-top: 90px;
}
.top_header {
  position: relative;
  width: 100%;
  z-index: 99999;
}
.header-transparent .top_header {
  position: absolute;
}
.seo_wrap .seo_topbar {
  background: #fffdf9;
  padding: 6px 0;
}
@media (max-width: 768px) {
  .seo_wrap .seo_topbar {
    display: none;
  }
}
.seo_wrap .seo_topbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seo_wrap .seo_topbar .content .topbar-left {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}
.seo_wrap .seo_topbar .content .topbar-left a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.header-transparent .seo_wrap .seo_topbar .content .topbar-items li a,
.header-transparent .seo_wrap .seo_topbar .content .topbar-left a,
.header-transparent .seo_wrap .seo_topbar .content .topbar-left {
  color: #fff;
}
.social {
  position: absolute;
  right: 15px;
  top: 15px;
}
.social .social-share {
  display: inline-flex;
}
.social .social-share:hover .share-wrapper {
  visibility: visible;
  opacity: 1;
}
.social .social-share a {
  text-decoration: none;
}
.social .social-share .social-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e86139;
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.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;
}
.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;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}
.social .social-share .share-wrapper li a {
  color: #312817;
}
.social .service-wishlist {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e86139;
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.social .service-wishlist.active .fa:before {
  content: "\f004";
}
@media (max-width: 768px) {
  .social .social-share .share-wrapper {
    display: flex;
    position: relative;
    padding-top: 0;
    visibility: visible;
    opacity: 1;
  }
  .social .social-share .social-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .social .social-share .share-wrapper li {
    margin-bottom: 0;
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}
.seo_wrap .seo_topbar .content .socials {
  display: inline-block;
}
.seo_wrap .seo_topbar .content .socials i {
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 4px;
  padding: 2px;
}
.seo_wrap .seo_topbar .content .adr {
  display: flex;
}
.seo_wrap .seo_topbar .content .adr .ico {
  display: flex;
  margin-right: 25px;
}
.seo_wrap .seo_topbar .content .adr .ico span {
  display: flex;
  margin-right: 7px;
  opacity: .75;
}
.seo_wrap .seo_topbar .content .adr .ico span i {
  margin-top: 2px;
}
.header-transparent .seo_wrap .seo_topbar .content .adr .ico span {
  color: #fff;
}
.seo_wrap .seo_topbar .content .socials a {
  padding-right: 18px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}
.seo_wrap .seo_topbar .content .socials a:first-child {
  padding-left: 0;
}
.seo_wrap .seo_topbar .content .socials a:last-child {
  padding-right: 0;
}
.seo_wrap .seo_topbar .content .dropdown-menu .divider {
  margin: 0px 0;
  background-color: #31414a;
}
.seo_wrap .seo_topbar .content .topbar-items {
  display: inline-block;
}
.seo_wrap .seo_topbar .content .topbar-items li {
  padding-left: 18px;
  display: inline-block;
}
.seo_wrap .seo_topbar .content .topbar-items li a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.seo_wrap .seo_topbar .content .topbar-items li:last-child {
  border-right: 0px;
}
.seo_wrap .seo_topbar .content .topbar-left .line {
  min-width: 1px;
  display: inline-block;
  position: relative;
  min-height: 1px;
  margin: 12px 10px 0;
}
.seo_wrap .seo_topbar .content .topbar-left p {
  margin-bottom: 0;
}
.seo_wrap .seo_topbar .content .topbar-left .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  height: 20px;
  border-right: solid 1px rgba(255, 255, 255, .5);
}
.seo_wrap .seo_topbar .content .topbar-right {
  font-size: 12px;
}
.seo_wrap .seo_topbar .content .topbar-right .dropdown-notifications .dropdown-menu {
  left: 0 !important;
  background: transparent;
}
.seo_wrap .seo_topbar .content .topbar-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 240px;
  top: 15px !important;
  border-radius: 6px;
  padding: 0;
  margin: 0;
}
.seo_wrap .seo_topbar .content .topbar-right .dropdown-menu.width-auto {
  min-width: 0px;
}
.seo_wrap .seo_topbar .content .topbar-right .topbar-items li a.is_login {
  font-size: 18px;
}
.seo_wrap .seo_topbar .content .topbar-right .topbar-items li.menu-hr a i,
.seo_wrap .seo_header .content .header-right .dropdown-menu li a i {
  width: 15px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.seo_wrap .seo_topbar .content .dropdown-menu {
  background: #fff;
}
.seo_wrap .seo_topbar .content .dropdown-menu li {
  padding-left: 0;
  padding-right: 10px;
  width: 100%;
}
.seo_wrap .seo_topbar .content .dropdown-menu li.menu-hr {
  border-top: 1px solid #f2f2f2;
}
.seo_wrap .seo_topbar .content .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #000;
  font-weight: 500;
}
.seo_wrap .seo_topbar .content .dropdown-menu li a:hover,
.seo_wrap .seo_topbar .content .dropdown-menu li a:hover {
  background: #f7f7f7;
}
.seo_wrap .seo_header {
  position: relative;
  background: #fffdf9;
  border-bottom: 1px solid #f0eade;
}
.header-transparent .seo_wrap .seo_header {
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.seo_wrap .seo_header .content {
  display: flex;
  align-items: center;
}
.seo_wrap .seo_header .content .header-left {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seo_wrap .seo_header .content .header-left .seo-logo img {
  width: 100%;
  max-width: 210px;
}
.seo_wrap .seo_header .content .header-left .seo-logo img.mob,
.seo_wrap .seo_header .content .header-left .seo-logo img.mob_light {
  max-width: 170px;
}
/*
.seo_wrap .seo_header .content .header-left .seo-logo img {
  max-width: 35px;
  object-fit: cover;
  height: 50px;
  object-position: left;
}
*/
.header-transparent .seo_wrap .seo_header .content .header-left .seo-logo img,
.header-transparent .seo_wrap .seo_header.is_sticky .content .header-left .seo-logo img.fixer {
  display: block;
}
.header-transparent .seo_wrap .seo_header.is_sticky .content .header-left .seo-logo img,
.header-transparent .seo_wrap .seo_header .content .header-left .seo-logo img.fixer,
.header-transparent .seo_wrap .seo_header .content .header-left .seo-logo img.mob,
.header-transparent .seo_wrap .seo_header .content .header-left .seo-logo img.mob_light,
.seo_wrap .seo_header .content .header-left .seo-logo img.mob {
  display: none;
}
.seo_wrap .seo_header .content .header-left .seo-menu {
  display: flex;
  align-items: center;
  padding-left: 20px;
  z-index: 99;
}
@media (max-width: 768px) {
  .seo_wrap .seo_header .content .header-left .seo-menu {
    margin-left: auto;
    margin-right: 10px;
  }
  .seo_wrap .seo_header .content .header-left .seo-menu .main-menu,
  .header-transparent .seo_wrap .seo_header .content .header-left .seo-logo img,
  .header-transparent .seo_wrap .seo_header.is_sticky .content .header-left .seo-logo img.fixer,
  .header-transparent .seo_wrap .seo_header.is_sticky .content .header-left .seo-logo img.mob_light,
  .header-transparent .seo_wrap .seo_header.is_sticky .content .header-left .seo-logo img.mob,
  .seo_wrap .seo_header .content .header-left .seo-logo img {
    display: none;
  }
  .header-transparent .seo_wrap .seo_header .content .header-left .seo-logo img.mob_light,
  .header-transparent .seo_wrap .seo_header.is_sticky .content .header-left .seo-logo img.mob,
  .seo_wrap .seo_header .content .header-left .seo-logo img.mob {
    display: block;
  }
}
.seo_wrap .seo_header .content .header-left .seo-menu a {
  text-decoration: none;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul {
  list-style: none;
  margin: 0 -15px;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li {
  display: inline-block;
  position: relative;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li a {
  position: relative;
  padding: 30px 12px;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #000;
  transition: all 0.3s;
}
.header-transparent .seo_wrap .seo_header .content .header-left .seo-menu ul li a {
  color: #fff;
}
.seo_wrap .seo_header .content .header-left .seo-menu > ul > li > a:before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 12px;
  right: 100%;
  height: 2px;
  background: #e86139;
  transition: all .2s linear;
}
.seo_wrap .seo_header.is_sticky .content .header-left .seo-menu > ul > li > a:before {
  content: '';
  bottom: 15px;
  left: 10px;
}
.seo_wrap .seo_header.is_sticky .content .header-left .seo-menu > ul > li:hover > a:before {
  right: 10px;
}
.seo_wrap .seo_header .content .header-left .seo-menu > ul > li:hover > a:before {
  right: 12px;
}
.seo_wrap .seo_header.is_sticky .content .header-left .seo-menu ul li a {
  padding: 20px 10px;
}
body .seo_wrap .seo_header .content .header-left .seo-menu ul li:hover > a {
  color: #312817;
}
body.header-transparent .seo_wrap .seo_header .content .header-left .seo-menu ul li:hover > a {
  color: #fff;
}
body .seo_wrap .seo_header .content .header-left .seo-menu ul li > .menu-dropdown li a:hover {
  color: #e86139;
}
@media (max-width: 1300px) {
  .seo_wrap .seo_header .content .header-left .seo-menu ul li a {
    padding: 10px 10px;
  }
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li.active {
  color: #e86139;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li > .fa {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 5px;
  font-size: 18px;
  transition: all 0.3s;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li > .menu-dropdown {
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0;
  margin-bottom: 0;
  min-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(255,255,255,1);
  border-radius: 5px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li > .menu-dropdown li {
  display: block;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li > .menu-dropdown li:not(:last-child) a {
  border-bottom: 1px solid #EEEEEE;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li > .menu-dropdown li a {
  padding: 15px 20px;
  display: block;
  font-size: 14px;
  color: #000;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li > .menu-dropdown li .menu-dropdown {
  top: 0px;
  left: 100%;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li:hover > .menu-dropdown {
  top: calc(80% + 1px);
  opacity: 1;
  visibility: visible;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li:hover > .fa {
  color: #e86139;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul .-has-mega-menu {
  position: initial;
}
.seo_wrap .seo_header .content .header-left .seo-menu ul li:nth-child(n+4) > .mega {
  right: 0;
  left: auto;
}
.seo_wrap .seo_header .content .header-right {
  position: relative;
  height: 100%;
  text-align: right;
}
@media (max-width: 1023px) {
  .seo_wrap .seo_header .content .header-right {
    width: auto;
    margin-left: auto;
  }
}
.seo_wrap .seo_header .content .header-right .seo-more-menu {
  display: none;
}
@media (max-width: 768px) {
  .seo_wrap .seo_header .content .header-right .seo-more-menu {
    display: flex;
    margin-right: -15px;
  }
}
.seo_wrap .seo_header .content .header-left .seo-menu .toper .phone a {
  display: block;
  margin-left: 30px;
}
.header-transparent .seo_wrap .seo_header.has_sticky:not(.is_sticky) .content .header-left .seo-menu .toper .phone a {
  color: rgba(255, 255, 255, .75);
}
.seo_wrap .seo_header .content .header-left .seo-menu .toper .phone a svg {
  display: block;
  width: 42px;
  height: 42px;
}
@media (max-width: 768px) {
  .seo_wrap .seo_header .content .header-left .seo-menu .toper .phone a {
    margin-left: 10px;
  }
  .seo_wrap .seo_header .content .header-left .seo-menu .toper .phone a svg {
    width: 32px;
    height: 32px;
  }
}
.seo_wrap .seo_header .content .header-left .seo-menu .toper .phone a:hover .rise-shake {
  animation: none;
}
.seo_wrap .seo_header .content .header-right .topbar-items {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 990px) {
  .seo_wrap .seo_header .content .header-right .topbar-items {
    display: none;
  }
}
.seo_wrap .seo_header .content .header-right .topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.seo_wrap .seo_header .content .header-right .topbar-items li a {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}
.seo_wrap .seo_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.seo_wrap .seo_header .content .header-right .topbar-items .login-item > .is_login {
  padding-right: 50px;
  display: block;
}
.seo_wrap .seo_header .content .header-right .topbar-items .login-item > .is_login .avatar, .seo_wrap .seo_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;
}
.seo_wrap .seo_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  align-items: center;
  background: #312817;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  display: flex;
}
.seo_wrap .seo_header .content .header-right .topbar-items li a {
  font-size: 14px;
}
.seo_wrap .seo_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.seo_wrap .seo_header .content .header-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 240px;
  top: 52px !important;
  border-radius: 6px;
  transform: none !important;
  background: #fff;
  padding: 0;
  margin: 0;
}
.seo_wrap .seo_header .content .header-right .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  border-top: 1px solid #f2f2f2;
}
.seo_wrap .seo_header .content .header-right .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #000;
  font-weight: 500;
}
.seo_wrap .seo_header .content .header-right .dropdown-menu li a:hover,
.seo_wrap .seo_header .content .header-right .dropdown-menu li a:hover {
  background: #f7f7f7;
}
.seo_wrap .seo_header .seo-menu-mobile {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: #fff;
  transform: translate(-105%, 0);
  transition: all 0.3s;
  z-index: 999;
  border-right: solid 1px #eee;
  box-shadow: 30px 0 50px rgba(0, 0, 0, 0.2);
}
.seo_wrap .seo_header .seo-menu-mobile .cont {
  padding: 30px 20px;
  margin: auto 0;
  font-size: 14px;
  color: #5b5b5b;
}
.seo_wrap .seo_header .seo-menu-mobile .cont .line {
  display: block;
  margin: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}
.seo_wrap .seo_header .seo-menu-mobile .cont br {
  display: none !important;
}
.seo_wrap .seo_header .seo-menu-mobile .cont .adr .ico {
  display: flex;
  margin-bottom: 10px;
}
.seo_wrap .seo_header .seo-menu-mobile .cont .adr .ico i {
  color: #e86139;
}
.seo_wrap .seo_header .seo-menu-mobile .cont .adr .ico span {
  min-width: 25px;
}
.seo_wrap .seo_header .seo-menu-mobile .cont a {
  color: #5b5b5b;
}
@media (max-width: 1023px) {
  .seo_wrap .seo_header .seo-menu-mobile {
    display: flex !important;
    flex-direction: column;
  }
}
.seo_wrap .seo_header .seo-menu-mobile.active {
  transform: translate(0);
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile {
  border-bottom: solid 1px #f4f4f4;
}
.seo_wrap .seo_header .seo-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;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile .avatar {
  background: #312817;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile .avatar i {
  font-size: 34px;
  border: solid 2px #fff;
  border-radius: 50%;
  padding: 15px 17px;
  display: inline-block;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile .avatar img {
  max-width: 80px;
  border-radius: 50%;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul {
  padding: 20px 0;
  list-style: none;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul li {
  margin-bottom: 10px;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul li a {
  color: #5b5b5b;
  text-decoration: none;
  padding: 0 20px;
  font-size: 15px;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul li a i {
  min-width: 15px;
  display: inline-block;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul li:last-child {
  margin-bottom: 0;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul.multi-lang {
  padding: 0;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul.multi-lang > li {
  padding: 15px 20px;
  border-top: solid 1px #e6e6e6;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul.multi-lang > li a i {
  float: right;
  position: relative;
  top: 2px;
  text-align: center;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul.multi-lang > li a i:before {
  content: "\f104";
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul.multi-lang > li.show > a i:before {
  content: "\f107";
}
.seo_wrap .seo_header .seo-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;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a {
  font-size: 14px;
}
.seo_wrap .seo_header .seo-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;
}
.seo_wrap .seo_header .seo-menu-mobile .user-profile ul.multi-lang .flag-icon-jp {
  border: solid 1px #adadad;
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu {
  width: 100%;
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul {
  padding: 0;
  list-style: none;
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li a {
  color: #312817;
  border-bottom: solid 1px #f4f4f4;
  display: block;
  transition: all 0.3s;
  text-decoration: none;
  padding: 10px 20px;
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li a .caret {
  float: right;
  padding: 8px 15px 9px 15px;
  margin-top: -11px;
  margin-right: -20px;
  height: 45px;
  background: #e86139;
  color: #fff;
  width: 45px;
  font-size: 1.66em;
  text-align: center;
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li a .caret:before {
  content: "\f105";
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li > .children-menu {
  list-style: none;
  background: rgba(0,0,0,.03);
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li .children-menu a:hover {
  background: rgba(0,0,0,.035);
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu {
  display: none;
  list-style: none;
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu li a {
  padding-left: 30px;
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li.active > a {
  background: rgba(0,0,0,.04);
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li a:hover {
  background: rgba(0,0,0,.045);
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li.active > a > .caret:before {
  content: "\f107";
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li.active > .children-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > .children-menu {
  display: block;
}
.seo_wrap .seo_header .seo-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > a > .caret:before {
  content: "\f107";
}
.seo_wrap .seo_header.is_sticky {
  bottom: auto;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: rgba(255,255,255,.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
body .card-header {
  padding: 0;
  border-bottom: 1px solid #f0eade;
  background-color: #f9f3e8;
}
body .gateways-table .card-header h4 {
  padding: 0.75rem 1.25rem;
}
body .booking-review .booking-review-title,
body .booking-review .booking-review-content .service-info .service-name a {
  color: #312817;
}
body .seo-booking-page .form-title {
  border-bottom: 2px solid #f0eade;
  color: #312817;
}
body .booking-review .booking-review-content {
  background: #fff;
  border-radius: 5px;
}
body .booking-review .booking-review-content,
body .accordion > .card:first-of-type {
  border: 1px solid #f0eade;
}
body .card,
body .accordion > .card:last-of-type,
body .accordion > .card:first-of-type {
  border-radius: 5px;
}
body .booking-review .booking-review-content .review-list li.final-total .val {
  color: #312817;
}
.frontend-page.header-transparent .seo_wrap.header_sticky {
  padding-top: 0;
}
.frontend-page.header-transparent .seo_wrap .seo_topbar {
  background: transparent;
  color: #000;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}
.frontend-page.header-transparent .seo_wrap .seo_topbar .content .topbar-right .topbar-items .dropdown-menu {
  background: #fff;
}
.frontend-page.header-transparent .seo_wrap .seo_topbar .content .topbar-right .topbar-items .dropdown-menu li a {
  color: #312817;
  font-weight: 500;
}
.frontend-page.header-transparent .seo_wrap .seo_topbar .content .topbar-right .topbar-items .dropdown-menu li a:hover {
  background: #f7f7f7;
}
.frontend-page.header-transparent .seo_wrap .seo_topbar .content .topbar-right .topbar-items .dropdown-menu li.menu-hr {
  border-top: 1px solid #f2f2f2;
}
.frontend-page.header-transparent .seo_wrap .seo_header {
  position: relative;
  width: 100%;
  background: transparent;
  color: #000;
}
.frontend-page.header-transparent .seo_wrap .seo_header.is_sticky {
  position: fixed;
  top: 0;
  background: rgba(255,255,255,.85);
  transition: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.frontend-page.header-transparent .seo_wrap .seo_header .content .header-left .seo-menu > ul > li > a:before {
  content: '';
  background: #fff;
}
.frontend-page.header-transparent .seo_wrap .seo_header.is_sticky .content .header-left .seo-menu > ul > li > a:before {
  content: '';
  bottom: 15px;
  left: 10px;
  background: #E86139;
}
.frontend-page.header-transparent .seo_wrap .seo_header.is_sticky .content .header-left .seo-menu > ul > li:hover > a::before {
  right: 10px;
}
.frontend-page.header-transparent .seo_wrap .seo_header .content .header-left .seo-menu > ul > li:hover > a:before {
  right: 12px;
}
.frontend-page.header-transparent .seo_wrap .seo_header.is_sticky .content .header-left .seo-menu > ul > li > a {
  color: #000;
}
.frontend-page.header-transparent .page-template-content .seo-form-search-all.carousel_v2 .g-form-control .nav-tabs {
  border: none;
  margin-top: 200px;
}
.frontend-page.header-transparent .seo_wrap .seo_header {
  background: transparent;
}
.frontend-page.header-transparent .seo_wrap .nav_button .inner div,
.frontend-page.header-transparent .seo_wrap .nav_button .inner div:before,
.frontend-page.header-transparent .seo_wrap .nav_button .inner div:after {
  background: #fff;
}

.frontend-page.header-transparent .seo_wrap.header_sticky .nav_button .inner div,
.frontend-page.header-transparent .seo_wrap.header_sticky .nav_button .inner div:before,
.frontend-page.header-transparent .seo_wrap.header_sticky .nav_button .inner div:after,
.frontend-page.header-transparent .seo_wrap .nav_button.active .inner div,
.frontend-page.header-transparent .seo_wrap .nav_button.active .inner div:before,
.frontend-page.header-transparent .seo_wrap .nav_button.active .inner div:after {
  filter: brightness(0);
}
.seo_header .seo-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;
}
.seo_header .seo-menu .mega.--has-mega-image {
  width: 900px;
}
.seo_header .seo-menu .mega .mega-image {
  width: 30%;
}
.seo_header .seo-menu .mega .mega-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.seo_header .seo-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;
}
.seo_header .seo-menu .mega > .subnav > li {
  width: 25%;
  padding: 15px 15px 0px 15px;
}
.seo_header .seo-menu .mega > .subnav > li > a {
  padding: 0 0 15px 10px !important;
  border-bottom: solid 1px #ccc;
  width: 100%;
  position: relative;
}
.seo_header .seo-menu .mega > .subnav > li > a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  display: inline-block;
  background: #e86139;
  top: -2px;
  left: 0px;
}
.seo_header .seo-menu .mega > .subnav > li > a i {
  display: none;
}
.seo_header .seo-menu .mega > .subnav > li > a:hover {
  background-color: transparent;
}
.seo_header .seo-menu .mega > .subnav .subnav {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  top: 0 !important;
  box-shadow: none !important;
}
.seo_header .seo-menu .mega > .subnav .subnav > li {
  width: 100% !important;
  margin-bottom: 0;
  padding: 0 !important;
}
.seo_header .seo-menu .mega > .subnav .subnav > li > a {
  border-bottom: none !important;
  padding: 15px 0 10px 0 !important;
}
.seo_header .seo-menu .mega > .subnav .subnav > li > a:hover {
  background-color: transparent;
}
.seo_header .seo-menu .mega > .subnav a i.icon {
  display: none;
}
.seo_header .seo-menu .mega.column-3 {
  width: 750px;
}
.seo_header .seo-menu .mega.column-3.--has-mega-image {
  width: 900px;
}
.seo_header .seo-menu .mega.column-3 .mega-image {
  width: 35%;
}
.seo_header .seo-menu .mega.column-3 .subnav > li {
  width: 33.33%;
}
.seo_header .seo-menu .mega.column-2 {
  width: 600px;
}
.seo_header .seo-menu .mega.column-2.--has-mega-image {
  width: 750px;
}
.seo_header .seo-menu .mega.column-2 .mega-image {
  width: 45%;
}
.seo_header .seo-menu .mega.column-2 .subnav > li {
  width: 50%;
}
.seo_header .seo-menu .mega .mega-image img {
  max-width: 100%;
  padding: 15px 10px;
}
.seo_header .seo-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;
  }
}

.seo_wrap .seo_footer .mailchimp {
  padding-top: 65px;
  padding-bottom: 40px;
  background: #f9f3e8;
}
@media (max-width: 766px) {
  .seo_wrap .seo_footer .mailchimp {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
.seo_wrap .seo_footer .mailchimp .media-left {
  padding-right: 30px;
}
@media (max-width: 766px) {
  .seo_wrap .seo_footer .mailchimp .media-left {
    padding-right: 15px;
  }
}
.seo_wrap .seo_footer .mailchimp .media-left i {
  font-size: 80px;
  top: -10px;
  position: relative;
}
@media (max-width: 766px) {
  .seo_wrap .seo_footer .mailchimp .media-left i {
    top: -20px;
  }
}
.seo_wrap .seo_footer .mailchimp .media-body .media-heading {
  font-size: 24px !important;
}
@media (max-width: 766px) {
  .seo_wrap .seo_footer .mailchimp .media-body .media-heading {
    font-size: 18px !important;
  }
}
.seo_wrap .seo_footer .mailchimp .media-body p {
  font-size: 16px !important;
  color: #000 !important;
}
@media (max-width: 766px) {
  .seo_wrap .seo_footer .mailchimp .media-body p {
    font-size: 14px !important;
  }
}
.seo_wrap .seo_footer .mailchimp .subcribe-form {
  position: relative;
}
.seo_wrap .seo_footer .mailchimp .subcribe-form .form-control {
  height: 55px;
  line-height: 53px;
  font-size: 14px;
  box-shadow: none;
  border-color: #f0eade;
}
@media (max-width: 766px) {
  .seo_wrap .seo_footer .mailchimp .subcribe-form .form-control {
    height: 40px;
    line-height: 40px;
  }
}
.seo_wrap .seo_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: #312817;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.seo_wrap .seo_footer .main-footer {
  padding: 40px 0;
  background: #18222f;
}
@media (max-width: 766px) {
  .seo_wrap .seo_footer .mailchimp .subcribe-form .btn-submit {
    height: 40px;
    line-height: 40px;
  }
  .seo_wrap .seo_footer .main-footer {
    text-align: center;
  }
}
@media (max-width: 990px) {
  .seo_wrap .seo_footer .mailchimp .subcribe-form .btn-submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.seo_wrap .seo_footer .main-footer .nav-footer .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .05em;
  color: rgba(255, 255, 255, .85);
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  position: relative;
}
.seo_wrap .seo_footer .main-footer .nav-footer .title a {
  color: rgba(255, 255, 255, .85);
  transition: all 0.3s;
}
.seo_wrap .seo_footer .main-footer .nav-footer .title a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.seo_wrap .seo_footer .main-footer .nav-footer .title:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 120px;
  border-bottom: 1px solid rgba(255,255,255,.075);
  left: 0;
}
@media (max-width: 768px) {
  .seo_wrap .seo_footer .main-footer .nav-footer .title:before {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .seo_wrap .seo_footer .main-footer .nav-footer .title {
    display: inline-block;
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
.seo_wrap .seo_footer .main-footer .nav-footer .context ul {
  list-style: none;
}
.seo_wrap .seo_footer .main-footer .nav-footer .context ul li {
  display: block;
}
body .seo_wrap .seo_footer .main-footer .nav-footer .context ul li a {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: rgba(255, 255, 255, .65);
  text-decoration: none;
  transition: all 0.3s;
}
body .seo_wrap .seo_footer .main-footer .nav-footer .context ul li a:hover {
  color: rgba(255, 255, 255, .85);
}
.seo_wrap .seo_footer .main-footer .abs-footer {
  margin-top: 20px;
}
body .seo_wrap .seo_footer .main-footer .nav-footer .context .contact {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}
body .seo_wrap .seo_footer .main-footer .nav-footer .context .contact:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  body .seo_wrap .seo_footer .main-footer .nav-footer .context .contact:before {
    content: '';
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 2px;
    background: #fff;
  }
  body .seo_wrap .seo_footer .main-footer .nav-footer .context .contact:last-child:before {
    display: none;
  }
  body .seo_wrap .seo_footer .main-footer .nav-footer .context .contact {
    padding: 0 0 15px 0;
    margin-bottom: 40px;
  }
}
body .seo_wrap .seo_footer .main-footer .nav-footer .context .contact .c-title {
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
}
.seo_wrap .seo_footer .main-footer .nav-footer .context .contact .sub {
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, .95);
}
.seo_wrap .seo_footer .main-footer .nav-footer .context .contact small {
  display: block;
  line-height: 1.4;
  opacity: .75;
}
.seo_wrap .seo_footer .main-footer .nav-footer .context .contact .sub a {
  margin-right: 20px;
  color: rgba(255, 255, 255, .95);
  text-decoration: none;
}
.seo_wrap .seo_footer .main-footer .nav-footer .context .contact .sub a:hover {
  color: rgba(255, 255, 255, 1);
}
.seo_wrap .seo_footer .main-footer .nav-footer .context .contact .sub a i {
  color: #312817;
}
.seo_wrap .seo_footer .copy-right {
  font-size: 14px;
  border-top: 1px solid #1a2533;
  background: #18222f;
  color: rgba(255, 255, 255, .75);
}
.seo_wrap .seo_footer .copy-right a {
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
}
.seo_wrap .seo_footer .copy-right p {
  margin-bottom: 0;
}
.seo_wrap .seo_footer .copy-right .context {
  position: relative;
  padding: 35px 15px;
}
.seo_wrap .seo_footer .copy-right .context .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seo_wrap .seo_footer .copy-right .context .f-visa {
  
}
@media (max-width: 766px) {
  .seo_wrap .seo_footer .copy-right .context .col-md-12 {
    justify-content: center;
  }
  .seo_wrap .seo_footer .copy-right .context .f-visa {
    position: initial;
    margin-top: 10px;
    transform: translate(0);
  }
  .seo_wrap .seo_footer .copy-right .context {
    padding: 20px 15px;
    text-align: center;
  }
}
.seo-pagination {
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}
.seo-pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.seo-pagination ul li {
  list-style: none;
  font-size: 16px;
  color: #312817;
  float: left;
  margin-right: 10px;
}
body .seo-pagination ul li a,
body .seo-pagination ul li span {
  display: block;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-decoration: none;
  color: #e86139;
  font-weight: 500;
  float: none;
  padding: 0;
  border: 2px solid #e86139 !important;
  border-radius: 3px;
  cursor: pointer;
}
body .seo-pagination ul li a:hover,
.seo-pagination ul li span:hover {
  color: #000;
}
.seo-pagination ul li a.current, .seo-pagination ul li span.current {
  border: 1px solid #e86139 !important;
  border-radius: 3px;
  background: transparent !important;
  color: #e86139 !important;
}
body .seo-pagination ul li.active a,
body .seo-pagination ul li.active span {
  border: 1px solid #e86139 !important;
  background: #e86139 !important;
  color: #fff !important;
}
.seo-pagination .count-string {
  font-size: 14px;
  color: #312817;
  margin-top: 5px;
  display: block;
}
body .seo-effect-bg,
body .seo-effect-user-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5);
  z-index: 19;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: all .3s ease-in;
  visibility: hidden;
}
body.overflow .seo-effect-bg,
body.overflow .seo-effect-user-bg {
  opacity: 1;
  visibility: visible;
}
.bootbox.modal {
  z-index: 3000;
}

.g-location-module {

}
body .irs--flat .irs-line,
body .irs--flat .irs-min,
body .irs--flat .irs-max {
  background-color: #f0eade;
}
section.seo-list-boat {
  position: relative;
}
.divider_out {
  background-color: #FFFBF1;
}
.divider_out .btn {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin: 10px 0 50px 0;
}
.seo-list-tour .divider_out {
  margin-top: 30px;
  background: transparent;
}
.tab-content .seo-list-tour .divider_out {
  display: none;
}
.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: flex;
  align-items: center;
  justify-content: center;
  width: 10vh;
  height: 10vh;
  border: 3px dashed gray;
}
.has-search-map .seo_search_map .seo-pagination {
  margin-bottom: 0;
  padding-bottom: 50px;
}
#advance_filters {
  margin: 15px 10px 0;
}
@media (max-width: 768px) {
  #advance_filters {
    margin: 15px 0 0;
  }
}
#advance_filters .ad-filter-b {
  overflow: hidden;
}
#advance_filters .ad-filter-b .filter-item {
  border-bottom: 1px solid #f0eade;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
#advance_filters .ad-filter-b .filter-item:last-child {
  border-bottom: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#advance_filters .ad-filter-b .filter-title {
  margin-bottom: 7px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
#advance_filters .ad-filter-b .filter-items {
  padding: 0px;
  list-style: none;
}
#advance_filters .ad-filter-b .filter-items .filter-term-item {
  padding-right: 10px;
  padding-left: 10px;
}
#advance_filters .ad-filter-b .filter-items .filter-term-item label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1;
  user-select: none;
}
@media (max-width: 768px) {
  #advance_filters .ad-filter-b .filter-items .filter-term-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.btn.btn-apply-advances {
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 14px;
}

#contact_widget_button * {
  outline: none;
}
#contact_widget_button *,
#contact_widget_button *::before,
#contact_widget_button *::after {
  box-sizing: border-box;
}
#contact_widget_button {
  display: flex;
  background: #63AB45;
  position: fixed;
  right: 15px;
  bottom: 100px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1001;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.15;
}
.contact-widget-dropdown {
  position: absolute;
  width: 100%;
  bottom: 60px;
  right: 36px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  z-index: -1;
  margin-bottom: 20px;
  transition: margin-bottom .3s ease, opacity .3s ease;
  box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
  visibility: hidden;
  min-width: 280px;
  overflow: hidden;
  cursor: initial;
}
#contact_widget_button.contact_widget_left {
  left: 15px;
  right: auto;
}
#contact_widget_button.contact_widget_left .contact-widget-dropdown {
  left: 36px;
  right: auto;
}
.contact-widget-dropdown.expanded {
  margin-bottom: 0;
  opacity: .98;
  z-index: 1;
  visibility: visible
}
#contact_widget_button .contact-widget-dropdown .heder {
  background: #63AB45;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  user-select: none;
}
#contact_widget_button .contact-widget-dropdown .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}
@keyframes pulsation {
  0% {
    transform: scale(0);
    opacity: 1
  }
  50% {
    opacity: .5
  }
  to {
    transform: scale(1);
    opacity: 0
  }
}
@keyframes iconOpacity {
  0% {
    opacity: .65
  }
  40% {
    opacity: .96
  }
  60% {
    opacity: 1
  }
  80% {
    opacity: .96
  }
  100% {
    opacity: .65
  }
}
#contact_widget_button.clicked {
  z-index: 1041
}
#contact_widget_substrate {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 0;
  display: none
}
#contact_widget_substrate.active {
  z-index: 1020;
  display: block
}
.contact-widget-pulsation {
  background: #63AB45;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: -1;
  transform: scale(0);
  animation: pulsation 2s infinite
}
.contact-widget-icon {
  color: #fff;
  width: 100%;
  font-size: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-widget-icon svg {
  animation: iconOpacity 3s infinite;
  width: 35px;
  height: 35px;
  color: #fff;
}
.contact-widget-icon svg.d-none,
.contact-widget-text.d-none {
  display: none;
}
.contact-widget-text {
  font-size: 7px;
  text-transform: uppercase;
  line-height: 9px;
  color: #fff
}
.contact-widget-item {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.contact-widget-item:hover {
  color: rgb(10, 120, 191);
}
.contact-widget-item:not(:last-child) {
  margin-bottom: 18px
}
.contact-widget-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff;
}
.contact-widget-item-icon svg {
  width: 20px !important;
  height: 20px
}
.contact-widget-messenger {
  background: #0084ff
}
.contact-widget-viber {
  background: #7c529d
}
.contact-widget-telegram {
  background: #2ca5e0
}
.contact-widget-skype {
  background: #31c4ed
}
.contact-widget-whatsapp {
  background: #25d366
}
.contact-widget-email {
  background: #50a8ff
}
.contact-widget-call {
  background: #3cba8b
}
.contact-widget-contacts {
  background: #141e1a
}

@media (min-width: 420px) {
  #contact_widget_button {
    
  }
  .contact-widget-icon {
    font-size: 28px
  }
  .contact-widget-text {
    font-size: 9px;
    line-height: 10px
  }
  .contact-widget-dropdown {
    right: 60px
  }
}
@media (min-width: 992px) {
  #contact_widget_button {
    
  }
}

.description table {
  background: #fff;
  border: 1px solid #dee2e6;
  width: 100%;
  margin-bottom: 20px;
}
.description table thead th {
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 0.75rem;
  font-size: 14px;
  border: 1px solid #dee2e6;
}
.description table tbody td {
  text-align: left;
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  font-size: 14px;
  vertical-align: top;
}
.description table thead tr th:first-child,
.description table tbody tr td:first-child {
  border-left: none;
}
.description table thead tr th p,
.description table tbody tr td p {
  margin-bottom: 0;
}
.description table thead tr th:last-child,
.description table tbody tr td:last-child {
  border-right: none;
}
.description table tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}

.to_top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  visibility: hidden;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .3s cubic-bezier(.19,1,.22,1);
  transition: all .3s cubic-bezier(.19,1,.22,1);
  transform: translateY(100%);
  border-radius: 0 5px 0 0;
}
.to_top:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E86139;
  opacity: 1;
  transition: opacity .15s linear;
}
.to_top:hover:before {
  opacity: .85;
}
.to_top.show {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.to_top:hover .dir-arrow {
  opacity: 1;
}
.dir-arrow {
  width: 12px;
  height: 12px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  z-index: 2;
  transform: rotate(0);
  border-color: #fff;
}
.dir-arrow.dird {
  transform: rotate(180deg)
}
.line_shape {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.line_shape svg {
  width: 100%;
}
@media (max-width: 768px) {
  .line_shape svg {
    transform: scale(4);
    transform-origin: left;
  }
}
.line_shape #paper-plane path {
  transform: translateY(-13px);
}

/* General styles for the modal */
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  padding: 0 10px;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.md-content .md-close {
  position: absolute;
  top: 26px;
  right: 22px;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}
.md-content .md-close svg {
  color: rgba(0, 0, 0, 0.65);
  transition: color .15s linear;
}
.md-content .md-close:hover svg {
  color: rgba(0, 0, 0, 1);
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  color: #000;
  background: #f9f3e8;
  position: relative;
  border-radius: 25px;
  margin: 0 auto;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.md-content .md-header {
  margin: 0;
  padding: 15px 40px;
  background: #f4ede0;
  border-radius: 25px 25px 0 0;
}
.md-content .md-header h3 {
  text-align: center;
  font-size: 1.9em;
  font-weight: 400;
}
.md-content .md-header p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  opacity: .7;
}
.md-content > div {
  padding: 40px;
  margin: 0;
  font-size: 1.15em;
}
.md-content button.btn-more {
  width: 100%;
  background: #fa5636;
  display: block;
  margin: 20px auto 0 auto;
  padding: 15px 25px;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s;
}
.md-content button.btn-more:hover {
  background: #e14e31;
}
.md-content .form-control {
  border: 1px solid #f0eade;
}
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.acc {
  width: 100%;
  max-width: 830px;
  padding: 0 10px;
  margin: auto;
  position: relative;
}
.acc .wrapper {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #f0eade;
  border-radius: 25px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
}
.acc .content {
  position: relative;
  font-size: 15px;
  text-align: justify;
  line-height: 1.3;
  color: #5e6d77;
  height: 0;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.acc .content li {
  margin-bottom: 10px;
}
.acc .content .inner {
  padding: 0 40px 25px;
  transform: translateY(5px);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}
.acc .act + .content .inner {
  transform: translateY(0px);
  opacity: 1;
  transition: all .4s ease-in-out .1s;
}
.acc .content .inner p {
  margin: 0 0 10px;
}
.acc .toggle {
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #111130;
  font-weight: 600;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 30px 40px;
}
.acc .toggle.act {
  color: #E86139;
}
.acc .icon {
  width: 28px;
  height: 28px;
}
.acc .toggle.act .icon svg.plus,
.acc .toggle:not(.act) .icon svg.minus {
  display: none;
}
.acc .icon svg {
  color: #E86139;
}
@media (max-width: 768px) {
  .acc .toggle {
    padding: 15px;
    font-size: 15px;
  }
  .acc .content .inner {
    padding: 0 15px 20px;
  }
  .acc .wrapper {
    margin-bottom: 10px;
  }
}

.map {
  position: relative;
}
.map p {
  margin: 0;
  padding: 0;
}
.map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 111, 255, 0.15);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.map:hover:before {
  background: rgba(0, 111, 255, 0.05);
}
/* Read more */
.read_content {
  text-align: left;
}
.read_tx .read {
  display:none;
}
.read_tx .read_more,
.read_tx .hidden_bt {
  margin-top: 20px;
  background-color: #282828;
}
.read_tx .read_more:hover,
.read_tx .hidden_bt:hover {
  background-color: #212121;
}
.read_tx .hidden_bt {
  display:none;
}

/* Cookies */
#cookie_note {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 450px;
  width: 100%;
  background: rgba(213, 236, 255, 0.51);
  border-radius: 20px;
  padding: 30px;
  transition: right 0.2s ease;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 5px 50px rgba(0, 64, 255, 0.12);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(150%);
  transition: all .6s linear;
}
@media screen and (max-width: 768px) {
  #cookie_note {
    bottom: 0;
    left: 0;
    border-radius: 0;
    padding: 25px 20px;
  }
}
#cookie_note.showed {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition: all .6s cubic-bezier(.08, .82, .17, 1);
}
#cookie_note .cookie_text {
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
}
#cookie_note .cookie_text svg {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: block;
  color: #4e8c34;
}
#cookie_note .cookie_text span {
  display: block;
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
#cookie_note .cookie_text span a {
  color: #000;
}
#cookie_note .cookie_accept {
  display: block;
  border: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 12px;
  margin-top: 20px;
  border-radius: 6px;
  border: none;
  background: #63ab45;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
  font-weight: 500;
}
#cookie_note .cookie_accept:hover {
  background: #4e8c34;
  color: #fff;
}
#cookie_note .cookie_close {
  position: absolute;
  display: block;
  right: 25px;
  bottom: 25px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#cookie_note .cookie_close svg {
  display: block;
  width: 25px;
  height: 25px;
  color: rgba(0, 0, 0, .35);
}
.leaflet-bottom .leaflet-control-attribution {
  display:none!important;
}
svg.rise-shake {
  animation: jump-shaking 1.66s infinite;
}
@keyframes jump-shaking {
  0%, 20% {
    transform: translate3d(0, 0, 0);
  }
  10%, 14%, 18%, 2%, 6% {
    transform: translate3d(-1px, 0, 0);
  }
  12%, 16%, 4%, 8% {
    transform: translate3d(1px, 0, 0);
  }
}