/*
Theme Name: kmarmedia
Theme URI:
Author: kmarmedia
Version: 2.0
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Font face
--------------------------------------------------------------*/

@font-face {
  font-family: 'Futura';
  src: url('fonts/FuturaBT-Book.eot');
  src: url('fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/FuturaBT-Book.woff2') format('woff2'),
    url('fonts/FuturaBT-Book.woff') format('woff'),
    url('fonts/FuturaBT-Book.ttf') format('truetype'),
    url('fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
  font-weight: 400;
}

@font-face {
  font-family: 'Futura';
  src: url('fonts/FuturaBT-Bold.eot');
  src: url('fonts/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/FuturaBT-Bold.woff2') format('woff2'),
    url('fonts/FuturaBT-Bold.woff') format('woff'),
    url('fonts/FuturaBT-Bold.ttf') format('truetype'),
    url('fonts/FuturaBT-Bold.svg#FuturaBT-Bold') format('svg');
  font-weight: 700;
}

@font-face {
  font-family: 'Mercury';
  src: url('fonts/Mercury-DisplayRoman.eot');
  src: url('fonts/Mercury-DisplayRoman.eot?#iefix') format('embedded-opentype'),
    url('fonts/Mercury-DisplayRoman.woff2') format('woff2'),
    url('fonts/Mercury-DisplayRoman.woff') format('woff'),
    url('fonts/Mercury-DisplayRoman.ttf') format('truetype'),
    url('fonts/Mercury-DisplayRoman.svg#Mercury-DisplayRoman') format('svg');
  font-weight: 400;
}

@font-face {
  font-family: 'Mercury';
  src: url('fonts/Mercury-DisplayBoldItalic.eot');
  src: url('fonts/Mercury-DisplayBoldItalic.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/Mercury-DisplayBoldItalic.woff2') format('woff2'),
    url('fonts/Mercury-DisplayBoldItalic.woff') format('woff'),
    url('fonts/Mercury-DisplayBoldItalic.ttf') format('truetype'),
    url('fonts/Mercury-DisplayBoldItalic.svg#Mercury-DisplayBoldItalic')
      format('svg');
  font-weight: 700;
}

@font-face {
  font-family: 'utm-avo';
  src: url('fonts/utm-avo.ttf');
}

@font-face {
  font-family: 'utm-avobold';
  src: url('fonts/utm-avobold.ttf');
  font-weight: 700;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.row-small {
  margin-left: -8px;
  margin-right: -8px;
}

.col-small {
  padding-left: 8px;
  padding-right: 8px;
}

.embed-responsive-21by9::before {
  padding-top: 46%;
}

@media (min-width: 1200px) {
  .container-small {
    max-width: 970px;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col-lg-4.col-12.text-lg-left.text-center {
    display: none !important;
  }
  .container,
  .container-fluid,
  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
  #wpadminbar {
    position: fixed;
  }
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
  /*font-family: 'Noto Serif TC', serif;*/
  font-family: 'utm-avo';
  font-weight: 300;
  color: #000;
  line-height: 1.6;
}

* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #9c1107;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  text-decoration: none;
  color: #9c1107;
}

b,
strong {
  font-weight: 700;
}

small,
.small {
  font-size: 0.875em;
}

.font-size-mini {
  font-size: 0.875rem;
}

.font-size-min {
  font-size: 0.75rem;
}

.smaller {
  font-size: 0.625rem;
}

.display-4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

/*
[lang="vi"] .font-family-secondary,
[lang="vi"] .entry-content *,
[lang="vi"] .btn,
[lang="vi"] .btn-link {
	font-family: 'Futura', sans-serif !important;
}*/

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-size-body {
  font-size: 1rem !important;
}

.lead {
  font-size: 1.125rem !important;
  font-weight: 400;
}

.text-body {
  color: #000 !important;
}

a.text-body:hover,
a.text-body.active {
  color: #9c1107 !important;
}

.text-primary {
  color: #9c1107 !important;
}

a.text-primary:hover {
  color: #a97738 !important;
}

.text-muted {
  color: #666 !important;
}

.text-shadow {
  text-shadow: 0 0 0.75rem #000;
}

.bg-primary {
  background-color: #9c1107 !important;
}

.bg-dark {
  background-color: #000 !important;
}

a.bg-dark:hover {
  background-color: #9c1107 !important;
}

.bg-cover {
  background-color: #00554c;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.border-primary {
  border-color: #9c1107 !important;
}

.border-secondary {
  border-color: #bfbebe !important;
}

.img-cover {
  object-fit: cover;
}

.img-hover {
  background-color: #9c1107;
}

.img-hover img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

.img-hover:hover img {
  opacity: 0.8;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.lh-12 {
  line-height: 1.2;
}

.separator {
  border-top: 2px solid #ccc;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.embed-responsive-14by9::before {
  padding-top: 64.285714%;
}

.embed-responsive-2by3::before {
  padding-top: 150%;
}

.icon-play {
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  padding-left: 2px;
  margin-top: -2.25rem;
  margin-left: -2.25rem;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
}

.icon-play svg {
  fill: #fff;
  height: 2rem;
}

.icon-play-small {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding-left: 2px;
}

.icon-play-small svg {
  fill: #fff;
  height: 1.25rem;
}

svg {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.svg {
  height: 0.875rem;
}

.svg-1 {
  height: 2.5rem;
}

.svg-2 {
  height: 2rem;
}

.svg-3 {
  height: 1.75rem;
}

.svg-4 {
  height: 1.5rem;
}

.svg-5 {
  height: 1.25rem;
}

.svg-6 {
  height: 1rem;
}

.svg-body {
  fill: #000;
}

a:hover .svg-body {
  fill: #9c1107;
}

.svg-primary {
  fill: #9c1107;
}

.svg-white {
  fill: #fff;
}

.svg-muted {
  fill: #888;
}

@media (max-width: 767.98px) {
  h1,
  .h1,
  .display-4 {
    font-size: 1.75rem;
  }
  h2,
  .h2,
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  h4,
  .h4 {
    font-size: 1.25rem;
  }
  .embed-responsive-2by3::before {
    padding-top: 100%;
  }
}

/*--------------------------------------------------------------
# Popover
--------------------------------------------------------------*/

.popover {
  border-radius: 0;
}

.popover-body {
  color: #4a4a4a;
  padding: 1rem;
}

@media (min-width: 768px) {
  .popover {
    min-width: 20rem;
    max-width: 22.5rem;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.form-control::-moz-placeholder {
  color: #fff;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control:-moz-placeholder {
  color: #fff;
}

form label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.25rem;
}

.col-form-label {
  font-size: 0.8125rem;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-control,
.custom-select,
.input-group-text {
  font-size: 0.875rem;
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #000;
}

textarea.form-control {
  height: auto;
}

.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
  color: #fff;
  background-color: #000;
  border-color: #9c1107;
  box-shadow: none;
}

.custom-select {
  background-position: right 0.25rem center;
  padding-right: 1rem;
}

.btn-link {
  text-decoration: underline;
  color: #9c1107;
}

.btn-link:hover {
  color: #9c1107;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
}

.btn-sm {
  padding: 5px 20px;
}

.btn-md {
  padding: 0 35px;
  line-height: 40px;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background-color: #9c1107;
  border-color: #9c1107;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #675853;
  border-color: #675853;
}

.btn-outline-dark:hover {
  background: #bfbebe;
  border-color: #bfbebe;
  color: #fff;
}

.btn-outline-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-white:hover {
  background: #fff;
  border-color: #fff;
  color: #333;
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  color: #9c1107;
  background-color: transparent;
  border-color: #9c1107;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #9c1107;
  border-color: #9c1107;
}

.btn-outline-primary svg,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus svg {
  fill: #9c1107;
}

.btn-outline-primary:hover svg,
.btn-outline-primary:focus svg,
.btn-outline-primary:not(:disabled):not(.disabled):active svg,
.btn-outline-primary:not(:disabled):not(.disabled).active svg {
  fill: #fff;
}

.fancybox-thumbs__list a:before {
  border-width: 4px;
}

.popup-form > a:hover svg {
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .btn-1 {
    min-width: 10rem;
  }
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/

.breadcrumb {
  font-size: 0.875rem;
  background-color: transparent;
  max-width: 100%;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item:before {
  color: #000;
}

.breadcrumb-item a:hover {
  color: #9c1107;
}

.single-offer .breadcrumb {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 1.5rem;
}

.single-offer .breadcrumb-item a,
.single-offer .breadcrumb-item.active,
.single-offer .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
  justify-content: center;
  margin: 1.25rem 0 0;
}

.pagination .page-item {
  margin: 0 0.1875rem 0.375rem;
}

.pagination .page-link {
  color: #cba871;
  background: transparent;
  border: 0.125rem solid #cba871;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.25rem;
  padding: 0;
}

.pagination .page-link:hover {
  color: #fff;
  background: #cba871;
  border-color: #cba871;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background: #cba871;
  border-color: #cba871;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/

.tab-nav {
  justify-content: center;
  flex-wrap: nowrap;
  overflow: auto;
}

.tab-nav a {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  border-bottom: 3px solid transparent;
  display: block;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.tab-nav a:hover {
  color: #9c1107;
}

.tab-nav a.active {
  color: #9c1107;
  border-bottom-color: #9c1107;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

.modal-dialog {
  min-height: calc(100vh - 3.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  justify-content: center;
  border-bottom: 0;
}

.modal-close {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}

.modal-close svg {
  fill: #000;
  height: 1.25rem;
}

.modal-close:hover svg {
  fill: #9c1107;
}

.modal-header {
  padding: 1.5rem 1.5rem 0;
}

.modal-title {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.modal-body {
  padding: 1.5rem;
}

.modal-prev,
.modal-next {
  display: block;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.modal-prev {
  left: 1.5rem;
}

.modal-next {
  right: 2.5rem;
}

.modal-prev svg,
.modal-next svg {
  fill: #fff;
  height: 3rem;
}

.modal-prev svg {
  transform: rotate(180deg);
}

.modal-prev:hover svg,
.modal-next:hover svg {
  fill: #9c1107;
}

.modal-backdrop.show {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .modal-md {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .modal-scroll .modal-dialog {
    overflow: hidden;
    height: calc(100vh - 3.75rem);
  }
  .modal-scroll .modal-content,
  .modal-scroll .modal-content > .row,
  .modal-scroll .info {
    height: 100%;
  }
  .modal-scroll .info {
    overflow: auto;
  }
}

/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/

.spin {
  -webkit-animation: spin 1.2s infinite linear;
  -moz-animation: spin 1.2s infinite linear;
  -ms-animation: spin 1.2s infinite linear;
  -o-animation: spin 1.2s infinite linear;
  animation: spin 1.2s infinite linear;
}

@keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes "spin" {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes "spin" {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*--------------------------------------------------------------
# site
--------------------------------------------------------------*/

.site {
  padding-top: 110px;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/

.site-header {
  background-color: #fff;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
}

.head-top {
  padding: 0 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
  width: 100%;
}

.head-main {
  line-height: 84px;
  background-color: #f8f8f8;
}

.admin-bar .site-header {
  top: 32px;
}

.site-logo {
  _max-height: 110px;
}

.site-logo img,
.site-logo a {
  max-height: 90px;
  line-height: 60px;
}

@media (max-width: 1199.98px) {
  .site-logo img,
  .site-logo a {
    max-height: 50px;
    line-height: 50px;
  }
  .site-header {
    margin-top: 0 !important;
  }
  .head-top {
    height: 0 !important;
    display: none;
  }
  .head-main {
    padding: 5px 0 12px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/*--------------------------------------------------------------
# hotel nav
--------------------------------------------------------------*/

.hotel-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hotel-nav .menu {
  background-color: #fff;
  border: 1px solid #dee2e6;
  display: none;
  padding: 0.5rem;
  position: absolute;
  z-index: 12;
  top: 100%;
  left: 0;
}

.footer-bar .hotel-nav .menu,
.footer-bar-mobile .hotel-nav .menu {
  top: auto;
  bottom: 100%;
}

.hotel-nav:hover > .menu {
  display: block;
}

.hotel-nav .menu li a {
  font-size: 0.8125rem;
  white-space: nowrap;
  color: #000;
  display: block;
  padding: 0.25rem;
}

.hotel-nav .menu li a:hover {
  color: #9c1107;
}

/*--------------------------------------------------------------
# lang nav
--------------------------------------------------------------*/

.lang-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang-nav > ul > li {
  position: relative;
}

.lang-nav > ul > li > a {
  font-size: 0.8125rem;
  white-space: nowrap;
  color: #000;
  display: block;
  min-width: 3.75rem;
  padding: 0;
}

.lang-nav > ul > li > a::after {
  content: '';
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: -0.375rem;
  margin-left: 0.375rem;
  transform: rotate(45deg);
}

.lang-nav img {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin-top: -2px;
}

.lang-nav .sub-menu {
  background-color: #fff;
  border: 1px solid #dee2e6;
  display: none;
  padding: 0.5rem;
  position: absolute;
  z-index: 12;
  top: 100%;
  right: 0;
}

.lang-nav li:hover > .sub-menu {
  display: block;
}

.lang-nav .sub-menu li a {
  font-size: 0.8125rem;
  white-space: nowrap;
  color: #000;
  display: block;
  padding: 0.25rem;
}

.lang-nav .sub-menu li a:hover {
  color: #9c1107;
}

/*--------------------------------------------------------------
# site nav
--------------------------------------------------------------*/

.site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-nav .menu {
  display: flex;
}

.site-nav-left .menu {
  justify-content: flex-end;
}

.site-nav .menu > li {
  position: relative;
}

.site-nav .menu > li > a {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding: 0 28px;
  font-weight: bold;
}

.site-nav .menu > li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #9c1006;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -2px;
  top: 50%;
  margin: -2px 0 0 0;
}

.site-nav .menu > li:last-child:before {
  display: none;
}

.site-nav .menu > li:hover > a {
  color: #9c1107;
}

.site-nav .sub-menu {
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #000;
  display: none;
  padding: 1rem;
  position: absolute;
  z-index: 12;
  top: 100%;
  left: 0;
  min-width: 15rem;
}

.site-nav li:hover > .sub-menu {
  display: block;
}

.site-nav .sub-menu > li {
  position: relative;
}

.site-nav .sub-menu > li > a {
  font-size: 0.875rem;
  color: #000;
  display: block;
  padding: 0.25rem 0.75rem;
  line-height: 25px;
}

.site-nav .sub-menu > li:hover > a {
  color: #9c1107;
}

.site-nav .sub-menu > li > .sub-menu {
  top: 0;
  left: 100%;
}

.aside-nav-toggler {
  width: 20px;
  height: 15px;
  display: block;
  position: relative;
  line-height: 22px;
}

.aside-nav-toggler .aside-nav-icon {
  background-color: #9c1107;
  height: 2px;
  display: block;
  position: relative;
  transition: all 500ms ease-in-out;
}

.aside-nav-toggler .aside-nav-icon + .aside-nav-icon {
  margin-top: 4px;
}

body.active-aside-nav .aside-nav-toggler .aside-nav-icon:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

body.active-aside-nav .aside-nav-toggler .aside-nav-icon:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}

body.active-aside-nav .aside-nav-toggler .aside-nav-icon:nth-of-type(2) {
  background-color: transparent;
}

.aside-nav {
  background-color: #fff;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: -100%;
  height: 100%;
  bottom: 0;
  transition: all 0.6s ease 0s;
  z-index: 1032;
}

.admin-bar .aside-nav {
  top: 32px;
}

body.active-aside-nav .aside-nav {
  left: 0;
  top: 60px;
}

.aside-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aside-nav .menu {
  display: block;
}

.aside-nav .menu > li {
  padding: 0.5rem 0;
  position: relative;
}

.aside-nav .menu > li + li {
  border-top: 1px solid #dee2e6;
}

.aside-nav .menu > li > a {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #000;
}

.aside-nav .menu > li:hover > a {
  color: #9c1107;
}

.aside-nav .menu > li.menu-item-has-children:after {
  content: ' ';
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  cursor: pointer;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 1rem;
  right: 0.25rem;
  transform: rotateZ(-135deg);
  transition: all 0.3s ease 0s;
}

.aside-nav .menu > li.menu-item-has-children:hover:after {
  border-top-color: #9c1107;
  border-left-color: #9c1107;
}

.aside-nav .menu > li.menu-item-has-children.active:after {
  top: 1.25rem;
  transform: rotateZ(45deg);
}

.aside-nav .menu .sub-menu {
  display: none;
  padding: 0.5rem 1rem;
}

.aside-nav .menu .sub-menu > li > a {
  font-size: 0.875rem;
}

@media (max-width: 782px) {
  .admin-bar .aside-nav {
    top: 46px;
  }
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/

.swiper .swiper-pagination-bullets,
.swiper ~ .swiper-pagination-bullets {
  bottom: 1.25rem;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper ~ .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background-color: #8f9291;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper ~ .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #eae8e8;
}

.section-offer .swiper-pagination .swiper-pagination-bullet {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: transparent;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 14px;
}

.section-offer
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #9c1107;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.75rem;
  font-weight: 300;
}

.swiper-others ~ .swiper-button-next {
  right: -3rem;
}

.swiper-others ~ .swiper-button-prev {
  left: -2.25rem;
}

.swiper-others ~ .swiper-pagination {
  bottom: -2.25rem;
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/

.site-slider .swiper-slide {
  height: calc(100vh - 110px);
}

.admin-bar .site-slider .swiper-slide {
  height: calc(100vh - 32px - 110px);
}

.content-slide {
  margin-top: 1.5rem;
}

.content-slide p,
.content-slide span {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  font-weight: 200;
}

@media (max-width: 991.98px) {
  .site-slider .swiper-slide {
    height: calc(100vh - 66px);
  }
}

@media (max-width: 782px) {
  .admin-bar .site-slider .swiper-slide {
    height: calc(100vh - 46px - 66px);
  }
}

@media (max-width: 767.98px) {
  .site-slider .swiper-slide {
    height: calc(100vh - 130px);
  }
  .admin-bar .site-slider .swiper-slide {
    height: calc(100vh - 46px - 50px);
  }
}

@media (min-width: 768px) {
  .site-slider .swiper-button-next {
    right: 3rem;
  }
  .site-slider .swiper-button-prev {
    left: 3rem;
  }
}

.site-slider-subtitle {
  font-size: 1.6875rem;
  text-shadow: 0px 0px 10px #333;
  line-height: 40px;
}

/*--------------------------------------------------------------
# Home page
--------------------------------------------------------------*/

.section-about {
  background-image: url(images/pattern.svg);
  background-position: center center;
  background-color: rgba(239, 238, 238, 0.6);
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}

.content-about {
  background: #efeeee;
  padding: 50px 30px;
  margin: 90px auto;
  width: 50%;
  display: block;
}
.content-about .ab {
  width: 35%;
}
.title-about {
  font-size: 20px;
}

.content-about h2 {
  text-align: center;
  color: #000;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 25px auto 0 auto;
  width: 70%;
}

.btn-modal-about {
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.2s all;
}

.subtitle-page {
  font-size: 2.188rem;
}

@media (min-width: 992px) {
  .col-page:nth-child(2n + 1) {
    padding-right: 70px;
  }
  .col-page:nth-child(2n + 2) {
    padding-left: 70px;
  }
}

@media (max-width: 991.98px) {
  .content-about {
    padding: 30px 20px;
    margin: 40px auto;
    width: 90%;
  }
  .content-about h2 {
    font-size: 24px;
  }
  .subtitle-page {
    font-size: 1.5rem;
  }
  .title-line {
    width: 60% !important;
  }
}

@media (max-width: 767.98px) {
  .swiper-slide .content-img,
  .swiper-slide .content-info {
    width: 100% !important;
  }
  .content-about .ab {
    width: 75%;
  }
  .content-about h2 {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Accommodation
--------------------------------------------------------------*/

.content-info {
  background: #daa03e;
  padding: 50px 0;
  background-image: url(images/pattern_square_bottom.png);
  background-repeat: repeat-x;
  background-size: 30px;
  background-position: left bottom;
}

.content-info .swiper-button-prev:after,
.content-info .swiper-button-next:after {
  display: none;
}

.content-info .button-fixed {
  top: auto;
  bottom: -140px;
  width: auto;
  font-size: 12px;
  font-weight: 300;
  margin: 60px 40px;
  text-transform: uppercase;
  padding: 0 10px;
  height: 17px;
}

.content-info .button-fixed:before {
  width: 0%;
  height: 1px;
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: inline-block;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}

.content-info .button-fixed:hover:before {
  width: 100%;
}

.content-info .button-fixed:hover {
  color: #fff !important;
}

.section-offer .content-info {
  background: #9c1107;
  background-image: url(images/pattern_offer.png);
  background-repeat: repeat-x;
  background-size: 30px;
  background-position: left top;
}

@media (max-width: 767px) {
  .section-offer .rooms-content {
    height: 270px;
  }
}
/*--------------------------------------------------------------
# Page restaurants
--------------------------------------------------------------*/

@media (min-width: 992px) {
  .col-archive-rest:nth-child(2n + 1) {
    padding-right: 37px;
  }
  .col-archive-rest:nth-child(2n + 2) {
    padding-left: 37px;
  }
}

/*--------------------------------------------------------------
# Page offers
--------------------------------------------------------------*/

.archive-offer img {
  -webkit-transition: 0.14s ease-in;
  transition: 0.14s ease-in;
}

.archive-offer:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.archive-offer .overlay {
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.85) 100%
  );
  font-size: 27px;
  font-weight: 500;
}

.archive-offer .hover-bg {
  content: '';
  background-repeat: no-repeat;
  background-color: rgba(103, 88, 83, 0.7);
  background-size: cover;
  background-position: center center;
  transition: all 200ms ease-in-out;
  display: inline-block;
  background-image: url('images/bg.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}

.archive-offer:hover .hover-bg {
  opacity: 1;
}

.archive-offer:hover .overlay {
  background-color: transparent;
}

.archive-offer:hover .overlay .title-over {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .swiper-pagination-offers {
    width: 100% !important;
  }
}

/*------------------
# Service
-------------------*/

.btn-rorate {
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  display: inline-block;
  position: relative;
  height: 240px;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.btn-rorate:before {
  width: 100%;
  height: 100%;
  background: rgba(103, 88, 83, 0.9);
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all;
}

.btn-rorate:after {
  width: 90%;
  height: 90%;
  border: 2px solid transparent;
  position: absolute;
  content: '';
  left: 5%;
  top: 5%;
  opacity: 1;
  transition: 0.3s all;
  background-color: rgba(0, 0, 0, 0.6);
}

.btn-rorate:hover:before,
.btn-rorate:hover:after {
  opacity: 1;
}

.btn-rorate:hover:after {
  border-color: #fff;
}

.item-rotate {
  height: 320px;
  top: 50%;
  left: 50%;
  margin: -160px 0 0 -160px;
  width: 320px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  position: absolute;
}

.btn-rorate h4 {
  font-size: 20px;
  top: 50%;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  margin-top: -10px;
  width: 90%;
  left: 50%;
  transition: 0.3s all;
  position: absolute;
  transform: translateX(-50%) rotate(-20deg);
  z-index: 10;
}

.btn-rorate:hover h4 {
  opacity: 1;
}

/*--------------------------------------------------------------
# fancybox
--------------------------------------------------------------*/

.fancybox-thumbs__list a::before {
  border-color: #9c1107;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/

.entry-content {
  font-size: 1.125rem;
}

.entry-content a {
  color: #9c1107;
}

.entry-content a:hover {
  color: #9c1107;
}

.entry-content cite {
  font-style: normal;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1rem;
}

.entry-content blockquote {
  font-weight: 500;
  background-color: #f8f9fa;
  border-left: 0.25rem solid #00554c;
  padding: 1rem 1.5rem 1px 1.5rem;
}

.entry-content ul > li,
.entry-content ol > li {
  margin-bottom: 0.25rem;
}

.entry-content table {
  background-color: transparent;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
}

.entry-content table th,
.entry-content table td {
  padding: 0.75rem;
}

.entry-content table tr + tr th,
.entry-content table tr + tr td {
  border: 1px solid #ccc;
}

.entry-content img.centered,
.entry-content .aligncenter {
  display: block;
  margin: 0 auto 1rem;
}

.entry-content img.alignnone {
  margin-bottom: 0;
}

.entry-content .alignleft {
  float: left;
  text-align: left;
}

.entry-content .alignright {
  float: right;
  text-align: right;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  margin: 0 1rem 1rem 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  margin: 0 0 1rem 1rem;
}

.entry-content .wp-caption {
  max-width: 100%;
}

.entry-content .wp-caption-text {
  font-size: 0.875rem;
  background-color: #f8f9fa;
  padding: 0.5rem 0.75rem;
}

.entry-content iframe {
  width: 100%;
  height: 500px;
}

.entry-more {
  text-decoration: none !important;
  text-transform: uppercase;
  color: #9c1107;
  border-bottom: 1px solid #e4e2df;
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.entry-more::before {
  content: '-';
  text-align: center;
  border: 1px solid #9c1107;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  line-height: 0.875rem;
  margin-top: -0.25rem;
  margin-right: 0.75rem;
  transition: border 0.3s ease 0s;
}

.entry-more.collapsed::before {
  content: '+';
}

.entry-more:hover::before {
  border-color: #00554c;
}

/*--------------------------------------------------------------
# fixed contact
--------------------------------------------------------------*/

.fixed-contact {
  position: fixed;
  z-index: 1030;
  bottom: 1.25rem;
  left: 1.25em;
}

.fixed-phone,
.fixed-book {
  background-color: #00554c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.75rem;
}

.fixed-phone img,
.fixed-book img {
  max-height: 1.875rem;
}

/*--------------------------------------------------------------
# footer bar
--------------------------------------------------------------*/

.footer-bar {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.footer-bar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bar-nav .menu {
  display: flex;
}

.footer-bar-nav .menu li {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.footer-bar-nav .menu > li > a {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #000;
}

.footer-bar-nav .menu > li > a:hover {
  color: #9c1107;
}

.footer-bar-contacts a {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  position: relative;
}

.footer-bar-contacts img + img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.footer-bar-contacts a:hover img + img {
  opacity: 1;
}

@media (max-width: 767px) {
  .footer-bar {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  color: #9c1107;
}

.topfooter p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.topfooter {
  width: 100%;
  padding: 80px 0;
  background-image: url(images/pattern_square_gray.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 30px;
  display: none;
}

.content-footer h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 20px 0;
}

.content-footer p {
  margin-bottom: 0.5rem;
}

.swiper-brand {
  margin: 40px 0;
}

.swiper-brand a img {
  transition: all 0.5s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.swiper-brand a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.footer-social-networks a {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.footer-social-networks svg {
  fill: #4a3b36;
  height: 1.5rem;
}

.footer-social-networks a:hover svg {
  fill: #333;
}

.footer-nav .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.footer-nav .menu > li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 0.5rem;
}

.footer-nav a {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.footer-copyright p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .popup-mobile-hidden {
    display: none !important;
  }
}

.custom-btn-rotate {
  transform: rotate(0deg) !important;
  width: 90%;
}

.custom-btn-rotate .item-rotate {
  transform: rotate(0deg) !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
}

.custom-btn-rotate::before {
  z-index: 9;
  background: rgb(0 0 0 / 63%) !important;
}

.custom-btn-rotate:after {
  background: #fff0 !important;
  border-color: #fff !important;
}

.p-5px {
  padding: 1px !important;
}

.custom-gallery_a img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .topfooter p {
    font-size: 15px;
  }
  .section-restaurant > .row > .mb-3 {
    margin-bottom: 0 !important;
  }
  .tab-nav a {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
.button-contact {
  position: fixed;
  bottom: 100px;
  right: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9c1107;
  cursor: pointer;
  z-index: 9999;
}
.button-contact img {
  max-width: 30px;
}
ul.gnws_language li img {
  width: 20px;
  height: auto;
  object-fit: contain;
}

ul.gnws_language li {
  list-style: none;
  line-height: 10px;
  margin: 0 5px;
}

ul.gnws_language {
  padding: 0;
  display: flex;
  margin: 0;
}
.modal-open .modal {
  z-index: 9999999999999999;
}
.header__left-language .language-switcher {
  position: relative;
  display: flex;
}

.header__left-language .language-switcher li {
  list-style: none;
}

.header__left-language .language-switcher li a {
  align-items: center;
}

.header__left-language .language-switcher li a img {
  width: 20px !important;
  height: auto !important;
}

.header__left-language .language-switcher .language-dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 20px;
  overflow: hidden;
}

.header__left-language .language-switcher .language-dropdown li {
  padding: 8px 10px;
  color: var(--primary-color);
}

.header__left-language .language-switcher .language-dropdown li.current-lang,
.header__left-language .language-switcher .language-dropdown li:hover {
  background-color: var(--primary-color);
}

.header__left-language .language-switcher .language-dropdown li.current-lang a,
.header__left-language .language-switcher .language-dropdown li:hover a {
  color: #ffffff;
}

.header__left-language .language-switcher .language-dropdown.active {
  opacity: 1;
  visibility: visible;
  margin-top: 30px;
}
button.language-toggle li:not(.current-lang) {
  display: none;
}
button.language-toggle {
  border: none;
  background: none;
}
.header__left-language .language-switcher .language-dropdown li {
  line-height: 0;
}
.header__left-language {
  margin-left: 50px;
}
/*Call*/
.kmar-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 120px;
  height: 69px;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
  right: -5px;
  bottom: 125px;
}

.kmar-alo-phone.kmar-alo-show {
  visibility: visible;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.kmar-alo-phone.kmar-alo-static {
  opacity: 0.6;
}

.kmar-alo-phone.kmar-alo-hover,
.kmar-alo-phone:hover {
  opacity: 1;
}

.kmar-alo-ph-circle {
  width: 100px;
  height: 100px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #bfebfc 9;
  opacity: 0.1;
  -webkit-animation: kmar-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: kmar-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: kmar-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: kmar-alo-circle-anim 1.2s infinite ease-in-out;
  animation: kmar-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.kmar-alo-phone.kmar-alo-active .kmar-alo-ph-circle {
  -webkit-animation: kmar-alo-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: kmar-alo-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: kmar-alo-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: kmar-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: kmar-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.kmar-alo-phone.kmar-alo-static .kmar-alo-ph-circle {
  -webkit-animation: kmar-alo-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: kmar-alo-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: kmar-alo-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: kmar-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: kmar-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.kmar-alo-phone.kmar-alo-hover .kmar-alo-ph-circle,
.kmar-alo-phone:hover .kmar-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.kmar-alo-phone.kmar-alo-green.kmar-alo-hover .kmar-alo-ph-circle,
.kmar-alo-phone.kmar-alo-green:hover .kmar-alo-ph-circle {
  border-color: #f20000;
  border-color: #baf5a7 9;
  opacity: 0.5;
}

.kmar-alo-phone.kmar-alo-green .kmar-alo-ph-circle {
  border-color: #9c1107;
  opacity: 0.5;
}

.kmar-alo-phone.kmar-alo-gray.kmar-alo-hover .kmar-alo-ph-circle,
.kmar-alo-phone.kmar-alo-gray:hover .kmar-alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}

.kmar-alo-phone.kmar-alo-gray .kmar-alo-ph-circle {
  border-color: #f20000;
  opacity: 0.5;
}

.kmar-alo-ph-circle-fill {
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: kmar-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: kmar-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: kmar-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: kmar-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: kmar-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.kmar-alo-phone.kmar-alo-active .kmar-alo-ph-circle-fill {
  -webkit-animation: kmar-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: kmar-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: kmar-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: kmar-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: kmar-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.kmar-alo-phone.kmar-alo-static .kmar-alo-ph-circle-fill {
  -webkit-animation: kmar-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: kmar-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: kmar-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: kmar-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: kmar-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.kmar-alo-phone.kmar-alo-hover .kmar-alo-ph-circle-fill,
.kmar-alo-phone:hover .kmar-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #00aff2 9;
  opacity: 0.75 !important;
}

.kmar-alo-phone.kmar-alo-green.kmar-alo-hover .kmar-alo-ph-circle-fill,
.kmar-alo-phone.kmar-alo-green:hover .kmar-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.kmar-alo-phone.kmar-alo-green .kmar-alo-ph-circle-fill {
  background-color: rgb(156 17 7 / 85%);
  opacity: 0.75 !important;
}

.kmar-alo-phone.kmar-alo-gray.kmar-alo-hover .kmar-alo-ph-circle-fill,
.kmar-alo-phone.kmar-alo-gray:hover .kmar-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.kmar-alo-phone.kmar-alo-gray .kmar-alo-ph-circle-fill {
  background-color: rgb(242 0 0 / 85%);
  opacity: 0.75 !important;
}

.kmar-alo-ph-img-circle {
  width: 40px;
  height: 40px;
  top: 40px;
  left: 40px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1)
    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==')
    no-repeat center center;
  background-size: 30px 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  -webkit-animation: kmar-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: kmar-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: kmar-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: kmar-alo-circle-img-anim 1s infinite ease-in-out;
  animation: kmar-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.kmar-alo-phone.kmar-alo-active .kmar-alo-ph-img-circle {
  -webkit-animation: kmar-alo-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: kmar-alo-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: kmar-alo-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: kmar-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: kmar-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.kmar-alo-phone.kmar-alo-static .kmar-alo-ph-img-circle {
  -webkit-animation: kmar-alo-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: kmar-alo-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: kmar-alo-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: kmar-alo-circle-img-anim 0s infinite ease-in-out !important;
  animation: kmar-alo-circle-img-anim 0s infinite ease-in-out !important;
}

.kmar-alo-phone.kmar-alo-hover .kmar-alo-ph-img-circle,
.kmar-alo-phone:hover .kmar-alo-ph-img-circle {
  background-color: #00aff2;
}

.kmar-alo-phone.kmar-alo-green.kmar-alo-hover .kmar-alo-ph-img-circle,
.kmar-alo-phone.kmar-alo-green:hover .kmar-alo-ph-img-circle {
  background-color: #f20000;
  background-color: #f20000;
}

.kmar-alo-phone.kmar-alo-green .kmar-alo-ph-img-circle {
  background-color: #9c1107;
}

.kmar-alo-phone.kmar-alo-gray.kmar-alo-hover .kmar-alo-ph-img-circle,
.kmar-alo-phone.kmar-alo-gray:hover .kmar-alo-ph-img-circle {
  background-color: #ccc;
}

.kmar-alo-phone.kmar-alo-gray .kmar-alo-ph-img-circle {
  background-color: #f20000;
}

@-moz-keyframes kmar-alo-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}

@-webkit-keyframes kmar-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-o-keyframes kmar-alo-circle-anim {
  0% {
    -o-transform: rotate(0) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}

@-moz-keyframes kmar-alo-circle-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes kmar-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes kmar-alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-moz-keyframes kmar-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes kmar-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-o-keyframes kmar-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-moz-keyframes kmar-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes kmar-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-o-keyframes kmar-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes kmar-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-moz-keyframes kmar-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes kmar-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes kmar-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes kmar-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-moz-keyframes kmar-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes kmar-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-o-keyframes kmar-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes kmar-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

#kmar-alo-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2000000;
  overflow: visible;
  display: none;
  color: #383838;
}

#kmar-alo-wrapper.night-mode {
  color: #fff;
}

.kmar-alo-popup-close {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute !important;
  right: -15px !important;
  top: -15px !important;
  height: 30px !important;
  width: 30px !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjRGMTI2QTcxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjRGMTI2QTYxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iCEbHAAABl0lEQVR42sSXS07DMBCGnSKyDorEAVjACTgCIEVlXU5R9QjlCk3VAzTrLhMJ2NIVJ2DDuo9EsKUszEw0kaIQbI+bxy/9UhRP5pMcjz12pJTCQKfgO/AN+Bp8AfZo7Av8AX4Dv4CfwD/ajAhW2ANPwTtprj1946lyq6AP4I2014ZyGINPwAvZnBaUUwnGgJVsXqsqvAoOZXua/wceyfY1KngOlROWxjv4XLSrHfgKS3BALyYdQAUxJkUdu7o6jeNYZlmmnUeMwViNkOUieKiLTNNURlGkhOPYcrnMYw00RPDMJFIFZ0JRIYJfTaPr4BZQ1Fow9+EcgCAEWkLz/4zl9A1rzOUsTQCKJEny5yAIhO/73NV9GNjUhOM4tc8scae6PL3laedONYLXNtC6f85dXDNb6BHw0GgDKaCqxEz4fbFlpk1smQjnbJmCeqSuNO3jWNyDL8vHIrao4w6OxTGx/rQ+8z5an16bvd7a22pDvz0CuOU29NUrzKOuzqvlTN8orzAO89J2W7q0ndHYZ+nS9kw+6BL+CjAAEvDTBJC9qhAAAAAASUVORK5CYII=');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  -webkit-transition: 0.3s ease-out !important;
  -moz-transition: 0.3s ease-out !important;
  -o-transition: 0.3s ease-out !important;
  transition: 0.3s ease-out !important;
}

#kmar-alo-wrapper.night-mode .kmar-alo-popup-close {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY2REUyNDQxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY2REUyNDMxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56uyuzAAABfUlEQVR42sSXvU7DMBDHYxCdw8IDMMCWTDwCdClznLcJr9BUfYs+ALDSqXMisTD3S4K1MBx3kS1ZVuqvNslf+kuRfL5f5OTsMwOAyEFX6DH6Ef2AvkXHYuwH/YVeod/Rr+g/a0YCGxyjC/QW3LUTc2JTbhOUo9cQrrXI4Qy+RM/hfJqLnEYwBSzg/FrocB1cQneaHQNn0L0yyWOinKg0PtE3Ubfaou+bEhRvUEB/KuRSj2x1muc51HVtzUgxnHNbGLFGBJ7YIquqgjRNjXAaS5KkiXXQhMBTl0gT3BNKKgn84RrdBg+AkpaR5z7cAAhEwEBo850JfPCdJeGBUNLhIqQYGWOtz17yXWp1edVlD1nqZQi07Zv7/lzTUOgJ8NJpA5FQU2JP+LPcMvfGIyXLnBISnGJdt8xBDom+j8Ud+k49FvtqBPix1mc2ROszaLM3WHurN/SbE4Ab34Zev8K82Opc017MMV5hmOel7Um5tF2LsW/l0vYm/GtL+C/AAAHy+OD95QLeAAAAAElFTkSuQmCC');
}

#kmar-alo-wrapper .kmar-alo-popup-close:hover {
  opacity: 0.6 !important;
}

.kmar-alo-popup {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyIUPNCUUwAAAA1JREFUCNdj+P///2cACe8D8SyfS4EAAAAASUVORK5CYII=');
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  margin: 0 auto;
  z-index: 200001;
  text-align: center;
  padding: 60px 75px;
}

#kmar-alo-wrapper.night-mode .kmar-alo-popup {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyAMHYpuhwAAAA1JREFUCNdjMDY2/gwAAsMBjX/tf+YAAAAASUVORK5CYII=');
}

#kmar-alo-wrapper .kmar-alo-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=');
  top: 0;
  left: 0;
  z-index: 200000;
}

.kmar-alo-popup h3 {
  font-size: 24px;
  margin: 0 0 40px;
  font-family: 'Open Sans';
  font-weight: 300;
  white-space: nowrap;
}

.night-mode .kmar-alo-popup h3 {
  font-size: 23px;
}

.night-mode .kmar-alo-message {
  padding-bottom: 0;
}

.kmar-alo-message {
  height: 32px;
  padding: 18px 0 13px 0;
  text-align: center;
  clear: both;
  font-size: 14px;
}

#kmar-alo-wrapper .kmar-alo-popup .kmar-alo-input-wrapper .label,
#kmar-alo-wrapper .kmar-alo-popup .kmar-alo-input-wrapper .label + .input {
  float: left;
  width: 49%;
}

#kmar-alo-wrapper .kmar-alo-popup .kmar-alo-input-wrapper .input {
  padding: 0 13px;
}

#kmar-alo-wrapper .kmar-alo-popup .kmar-alo-input-wrapper label {
  color: #616161;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  padding-right: 15px;
}

.kmar-alo-number {
  color: #00bed5;
  font-size: 28px;
  font-family: Montserrat, 'Lucida Console', Monaco, monospace, sans-serif;
  font-weight: normal;
  background-color: transparent;
  border: none;
  border-width: 0;
  display: inline-block;
  border-bottom: #00bed5 solid 1px;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 221px;
}

kmar-alo-number::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.night-mode .kmar-alo-number {
  border: #00bed5 solid 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 31px;
}

#kmar-alo-wrapper
  .kmar-alo-popup
  .kmar-alo-input-wrapper
  input[type='text'].valid-invalid {
  color: #ff496b;
}

#kmar-alo-wrapper
  .kmar-alo-popup
  .kmar-alo-input-wrapper
  input[type='text']:focus {
  outline: 0;
}

#kmar-alo-wrapper
  .kmar-alo-popup
  .kmar-alo-input-wrapper
  input[type='text']::-webkit-input-placeholder {
  color: #d1d1d1;
}

#kmar-alo-wrapper
  .kmar-alo-popup
  .kmar-alo-input-wrapper
  input[type='text']::-moz-placeholder {
  color: #d1d1d1;
}

#kmar-alo-wrapper
  .kmar-alo-popup
  .kmar-alo-input-wrapper
  input[type='text']::-ms-input-placeholder {
  color: #d1d1d1;
}

#kmar-alo-wrapper
  .kmar-alo-popup
  .kmar-alo-input-wrapper
  input[type='text']::-moz-placeholder {
  color: #d1d1d1;
}

#kmar-alo-wrapper.night-mode
  .kmar-alo-popup
  .kmar-alo-input-wrapper
  input[type='text']::-webkit-input-placeholder {
  color: #60615f;
}

#kmar-alo-wrapper.night-mode
  .kmar-alo-popup
  .kmar-alo-input-wrapper
  input[type='text']::-moz-placeholder {
  color: #60615f;
}

#kmar-alo-wrapper.night-mode
  .kmar-alo-popup
  .kmar-alo-input-wrapper
  input[type='text']::-ms-input-placeholder {
  color: #60615f;
}

#kmar-alo-wrapper.night-mode
  .kmar-alo-popup
  .kmar-alo-input-wrapper
  input[type='text']::-moz-placeholder {
  color: #60615f;
}

#kmar-alo-wrapper .kmar-alo-popup .kmar-alo-submit {
  border: none;
  border-width: 0;
  padding: 20px 40px;
  background-color: #333;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  border-radius: 68px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  outline: none !important;
}

#kmar-alo-wrapper.night-mode .kmar-alo-popup .kmar-alo-submit {
  background-color: #00bed5;
}

#kmar-alo-wrapper .kmar-alo-popup .kmar-alo-submitavtive,
#kmar-alo-wrapper .kmar-alo-popup .kmar-alo-submitvisited {
  outline: none !important;
}

#kmar-alo-wrapper .kmar-alo-popup .kmar-alo-submit-moz-focus-inner {
  border: 0;
}

#kmar-alo-wrapper .kmar-alo-popup .kmar-alo-submit:hover {
  background-color: #00aff2;
  background-color: #00aff2;
}

.kmar-alo-blur {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  filter: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImJsdXIiPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiLz48L2ZpbHRlcj48L3N2Zz4jYmx1cg==#blur');
}

#kmar-countdown {
  padding-top: 20px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.kmar-alo-request-time {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 6px 12px;
  font-size: 18px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#kmar-alo-wrapper.night-mode .kmar-alo-request-time {
  color: #fff;
  background-color: #515350;
  border: 1px solid #606260;
}

#kmar-alo-wrapper.night-mode .kmar-alo-popup h3 {
  margin-bottom: 15px;
}

#kmar-alo-wrapper.night-mode .kmar-alo-form .kmar-alo-select-wrapper {
  margin-bottom: 35px;
}

.kmar-alo-table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.kmar-alo-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.valid-invalid-message {
  font-size: 13px;
  color: #ff496b;
}

.valid-invalid-message:before {
  content: '* ';
}

.phone_text {
  position: absolute;
  top: 90%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 37px;
  background: #ededed;
  padding: 9px 17px;
  border-radius: 50px;
  font-size: 23px;
  border: 1px solid #ccc;
  font-weight: bold;
  color: red;
  padding-left: 42px;
  text-align: right;
  z-index: -1;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#modal-book-custom .wpforms-container .wpforms-field {
  padding: 5px 0 !important;
}
#modal-book-custom .wpforms-container-full textarea {
  height: 99px !important;
}
#modal-book-custom .modal-body {
  padding: 0 1.5rem;
}
#modal-book-custom
  .wpforms-container-full
  .wpforms-form
  .wpforms-field-date-time
  .wpforms-field-row
  .wpforms-field-row-block:first-child:not(:only-child) {
  margin-bottom: 0 !important;
}
.modal-open .modal#modal-book-custom {
  z-index: 9999;
}
#modal-book-custom .wpforms-submit {
  color: #fff;
  background-color: #9c1107;
  border-color: #9c1107;
}
.footer-brand {
  display: none !important;
}

.map-footer {
  margin-bottom: 25px !important;
}
/* CSS cho section video */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: 100vh;
  width: 100vw;
}

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

.leodigi-popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1040;
}

.leodigi-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 90%;
  z-index: 1050;
  border-radius: 8px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.leodigi-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.6);
}

.leodigi-popup-header .logo img {
  max-height: 50px;
}

.leodigi-popup-close {
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
}

.leodigi-popup-body {
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .embed-container {
    height: auto !important;
  }
  .leodigi-popup {
    max-height: 500px;
  }
  .leodigi-popup-body {
    max-height: 450px;
    overflow-x: scroll;
  }
}
