/** font **/
@font-face {
  font-family: "RalewayRegular";
  src: url("fonts/RalewayRegular/RalewayRegular.eot");
  src: url("fonts/RalewayRegular/RalewayRegular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/RalewayRegular/RalewayRegular.woff") format("woff"),
    url("fonts/RalewayRegular/RalewayRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewayThin";
  src: url("fonts/RalewayThin/RalewayThin.eot");
  src: url("fonts/RalewayThin/RalewayThin.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/RalewayThin/RalewayThin.woff") format("woff"),
    url("fonts/RalewayThin/RalewayThin.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewayExtraLight";
  src: url("fonts/RalewayExtraLight/RalewayExtraLight.eot");
  src: url("fonts/RalewayExtraLight/RalewayExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/RalewayExtraLight/RalewayExtraLight.woff") format("woff"),
    url("fonts/RalewayExtraLight/RalewayExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewayLight";
  src: url("fonts/RalewayLight/RalewayLight.eot");
  src: url("fonts/RalewayLight/RalewayLight.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/RalewayLight/RalewayLight.woff") format("woff"),
    url("fonts/RalewayLight/RalewayLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewayMedium";
  src: url("fonts/RalewayMedium/RalewayMedium.eot");
  src: url("fonts/RalewayMedium/RalewayMedium.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/RalewayMedium/RalewayMedium.woff") format("woff"),
    url("fonts/RalewayMedium/RalewayMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewaySemiBold";
  src: url("fonts/RalewaySemiBold/RalewaySemiBold.eot");
  src: url("fonts/RalewaySemiBold/RalewaySemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/RalewaySemiBold/RalewaySemiBold.woff") format("woff"),
    url("fonts/RalewaySemiBold/RalewaySemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewayBold";
  src: url("fonts/RalewayBold/RalewayBold.eot");
  src: url("fonts/RalewayBold/RalewayBold.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/RalewayBold/RalewayBold.woff") format("woff"),
    url("fonts/RalewayBold/RalewayBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewayExtraBold";
  src: url("fonts/RalewayExtraBold/RalewayExtraBold.eot");
  src: url("fonts/RalewayExtraBold/RalewayExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/RalewayExtraBold/RalewayExtraBold.woff") format("woff"),
    url("fonts/RalewayExtraBold/RalewayExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewayBlack";
  src: url("fonts/RalewayBlack/RalewayBlack.eot");
  src: url("fonts/RalewayBlack/RalewayBlack.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/RalewayBlack/RalewayBlack.woff") format("woff"),
    url("fonts/RalewayBlack/RalewayBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

/** Scrollbar **/
::-webkit-scrollbar {
  width: 14px;
  background: #446d81;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #254a5e;
}

/** Common **/
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "RalewayRegular";
  font-size: 18px;
  color: #000;
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
  text-transform: uppercase;
  font-family: "RalewayExtraBold";
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em {
  font-style: normal;
}
section h1,
section h2,
section h3,
section h4,
section h5 {
  text-transform: none;
}
a {
  color: #63b7ff;
  text-decoration: none;
}
a:hover {
  color: #77ecf0;
  text-decoration: none;
}

/** theme button **/
.btn-theme {
  color: #fff;
  background-color: #edb053;
  border-radius: 0;
}
.btn-theme:focus {
  outline: none;
  box-shadow: none;
}

.bg-white {
  background-color: #fff;
}
.bg-theme1 {
  background-color: #69a1a6;
}
.bg-bottom-img {
  position: relative;
  background-image: url(../img/bottom.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-theme-img {
  background-image: url(../img/footer.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-theme1 .page-title,
.bg-theme-img .page-title {
  color: #fff;
}

/** single content **/
.container-bordered {
  border: 20px solid #daf1ee;
  padding: 0 20px;
  position: relative;
}
.container-bordered h1,
.container-bordered h2,
.container-bordered h3,
.container-bordered h4 {
  margin: 0 -20px;
  text-align: center;
  font-size: 24px;
  padding: 30px 0 40px;
  margin-bottom: 16px;
  background: #daf1ee;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.page-title {
  text-align: center;
  font-size: 24px;
  padding: 0 0 40px;
}
.shadow-box {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
  padding: 30px 15px;
}

/** Header **/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-image: url(../img/header.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16px 0 16px;
  min-height: 112px;
  transition: all 0.5s;
}
.header + div,
.header + section,
.header + main,
.header + h1,
.header + .footer {
  margin-top: 132px;
}
.header .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header.shadow {
  top: -90px;
}
.header.shadow #navbarContent {
  border-color: transparent;
}
.home-title {
  text-transform:none;
}

/** Main Menu **/
#main_menu {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-content: center;
  justify-content: space-around;
  text-transform: uppercase;
  font-family: "RalewayMedium";
}
#main_menu li {
  margin-left: 0;
  padding-left: 0;
}
#main_menu > li {
  display: flex;
  align-items: center;
  position: relative;
  height: 70px;
}
#main_menu > li > ul {
  position: absolute;
  top: 70px;
  left: -15px;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 12px 1rem;
  min-width: 326px;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
#main_menu li ul a {
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: #000;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
#main_menu ul li {
  padding-top: 0;
  color: #000;
}
#main_menu ul ul li::before {
  display: inline;
  content: " - ";
}
#main_menu .toggle {
  display: none;
}
#main_menu > li > a .toggle {
  display: inline-block;
  transition: color 0.5s;
  position: relative;
  padding-left: 10px;
  margin-right: -24px;
}
#main_menu > li ul a:hover {
  border-color: #d4a54d;
}
#main_menu li > a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  white-space: nowrap;
  transition: border 0.5s;
}
#main_menu > li > a:hover,
#main_menu > li.active > a {
  border-color: #d4a54d;
}

/** Navbar Toggler **/
.navbar-toggler {
  position: relative;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
  color: #000;
  background: transparent;
  border: none;
  padding: 0;
}
.navbar-toggler:hover span,
.navbar-toggler:hover span:before,
.navbar-toggler:hover span::after {
  background: #d4a54d;
}
.navbar-toggler:hover span:before {
  top: -15px;
}
.navbar-toggler:hover span::after {
  top: 15px;
}
.navbar-toggler span {
  position: relative;
  display: block;
}
.navbar-toggler span:after,
.navbar-toggler span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  transition: 0.3s all ease;
}
.navbar-toggler span:after {
  top: 20px;
}
.navbar-toggler span,
.navbar-toggler span:after,
.navbar-toggler span:before {
  width: 60px;
  height: 3px;
  background: #fff;
  backface-visibility: hidden;
  border-radius: 2px;
}
.navbar-toggler[aria-expanded="true"] span {
  background: transparent;
}
.navbar-toggler[aria-expanded="true"] span:after,
.navbar-toggler[aria-expanded="true"] span:before {
  top: 0;
}
.navbar-toggler[aria-expanded="true"] span:before {
  transform-origin: center;
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] span:after {
  transform-origin: center;
  transform: rotate(45deg);
}
.navbar-toggler:focus {
  outline: 0;
}

/** Header Address */
.top_address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #d4a54d;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: 270px;
  height: 80px;
  margin-left: 4rem;
  flex-grow: 1;
}
.top_address > * {
  padding: 0 0 0 2rem;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_address .phone {
  background-image: url(../img/telephone.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
}
.top_address a {
  text-decoration: none;
  color: #d4a54d;
  border: none;
}
.top_address .map {
  background-image: url(../img/map.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}

/** Header Logo **/
.logo {
  border: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  width: 186px;
  height: 80px;
  left: -200px;
}
.logo img {
  width: 100%;
  max-height: 50px;
  margin-top: 9px;
}

/** Siblings Menu **/
.menu-siblings {
  border-bottom: 3px solid #d4a54d;
}
.menu-siblings a {
  border-radius: 0;
  padding: 12px 12px 6px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-family: "RalewayBold";
  border-bottom: 1px solid #e5c27e !important;
  background-color: rgba(225, 202, 158, 0.6);
}
.menu-siblings a:hover,
.menu-siblings a.active {
  background-color: #e5c27e;
}
.menu-siblings a.active {
  pointer-events: none;
}

/** Bottom Menu **/
.bottom_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  font-family: "RalewayBold";
  text-transform: uppercase;
}
.bottom_menu__item {
  padding-left: 26px;
  padding-bottom: 20px;
  position: relative;
}
.bottom_menu__item::before {
  content: "";
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/bottom_menu.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.bottom_menu__item__link {
  color: #fff;
  border-color: #fff;
}
.bottom_menu__item__link:hover {
  color: #fff;
  border-color: #d4a54d;
}
.bottom_menu__item .active {
  color: #fff;
  border-color: #d4a54d;
  pointer-events: none;
  cursor: default;
}
.bottom_menu .title {
  color: #c59d5f;
}
.bottom_menu .title::before {
  background-color: #94774a;
  border-radius: 50%;
  background-image: url(../img/bottom_menu_title.png);
}

/** Footer **/
.footer {
  padding: 82px 0;
  background-image: url(../img/footer.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
.footer h3 {
  padding-bottom: 22px;
  font-size: 18px;
}
.footer .container {
  display: flex;
  flex-wrap: wrap;
}
.footer_info {
  padding-left: 0;
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-bottom: 20px;
}
.footer_info > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer_info .fa {
  margin-right: 1rem;
}

/** Scroll Button **/
.scroll_top {
  position: fixed;
  right: 5%; bottom: 5%;
  cursor: pointer;
  max-width: 120px;
  margin: 40px auto 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #c59d5f;
  z-index: 10;
}
.scroll_top::before {
  content: "";
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow_top.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #94774a;
  transition: all 0.5s;
}
.scroll_top:hover {
  color: #edb053;
}
.scroll_top:hover::before {
  background-color: #edb053;
}
.scroll_top:active {
  color: #fed390;
}
.scroll_top:active::before {
  background-color: #edb053;
}

.card-theme {
  border-radius: 0;
  border: none;
  overflow: hidden;
}
.card-theme .card-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  border: none;
  transition: all 0.5s;
}
.card-theme .card-header {
  position: relative;
  background: none;
  background-color: #50819a;
  color: #fff;
  text-align: center;
  border-radius: 0;
  border-bottom: 6px solid transparent;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.card-theme .card-body {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  align-items: flex-end;
  min-height: 400px;
  z-index: 0;
  transition: all 0.5s;
  background-color: #50819a;
}
.card-theme .card-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(8, 28, 38, 0.68);
  transition: background-color 0.5s;
  z-index: 2;
}
.card-theme .card-body > img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  z-index: 1;
}
.card-body .card-text {
  color: #fff;
  opacity: 1;
  transition: all 0.5s;
  z-index: 3;
}
.card-theme:hover .card-header {
  background-color: #1f3c4c;
  border-color: #d4a54d;
}
.card-theme:hover .card-body::before {
  display: none;
}
.card-theme:hover .card-body {
  transform: scale(1.1);
}
.card-theme:hover .card-text {
  transform: scale(1.1);
  opacity: 0;
}

.archive-items > div:first-child {
  background-color: #f5fae4;
  margin-bottom: 16px;
  padding: 20px;
}
.archive-items > div:last-child {
  padding-right: 0;
  padding-left: 15px;
}
.archive-items.reverse > div:last-child {
  padding-left: 0;
  padding-right: 15px;
}
.archive-items.reverse {
  flex-direction: row-reverse;
}
.archive-items .card {
  padding: 8px 20px;
  background-color: #f5fae4;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  width: 100%;
}
.archive-items .card .card-title {
  color: #000;
  font-size: 18px;
  margin-top: 0.5rem;
}
.archive-items .card img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.archive-items .card p {
  font-size: 14px;
  max-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive-items .card .btn {
  float: right;
}

/** price-page  */
#price-page table {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
}
#price-page table th {
  text-align: center;
  vertical-align: middle;
}
#price-page table tr td:first-child {
  text-align: center;
  width: 30px;
}
#price-page table tr td:nth-child(2) {
  font-weight: bold;
}
#price-page table:last-child tr td {
  font-weight: normal !important;
}
#price-page .price-buttons div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
}

/** main promotion */
#main-promo {
  background-color: #daf1ee;
  padding: 1rem;
  display: flex;
  align-items: center;
}
#main-promo span {
  font-size: 18px;
}
#main-promo span::before {
  display: inline-block;
  width: 18px; height: 18px;
  margin-right: .25rem;
}
#main-promo span.fa-flag::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23edb053' width='16' height='16' viewBox='0 0 512 512'%3E%3Cpath d='M349.565 98.783C295.978 98.783 251.721 64 184.348 64c-24.955 0-47.309 4.384-68.045 12.013a55.947 55.947 0 0 0 3.586-23.562C118.117 24.015 94.806 1.206 66.338.048 34.345-1.254 8 24.296 8 56c0 19.026 9.497 35.825 24 45.945V488c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-94.4c28.311-12.064 63.582-22.122 114.435-22.122 53.588 0 97.844 34.783 165.217 34.783 48.169 0 86.667-16.294 122.505-40.858C506.84 359.452 512 349.571 512 339.045v-243.1c0-23.393-24.269-38.87-45.485-29.016-34.338 15.948-76.454 31.854-116.95 31.854z'/%3E%3C/svg%3E");
}
#main-promo span.fa-thumbs-up::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23edb053' width='16' height='16' viewBox='0 0 512 512'%3E%3Cpath d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'/%3E%3C/svg%3E");

}
@media (min-width: 1849.98px) {
  .header .container {
    flex-wrap: nowrap;
    overflow: visible;
  }
  .header + div,
  .header + section,
  .header + main,
  .header + h1,
  .header + .footer {
    margin-top: 112px;
  }
  #navbarContent {
    min-width: 1170px;
  }
  #main_menu {
    max-width: 1200px;
  }
  .top_address {
    order: 3;
  }
  .logo {
    left: -250px;
  }
}
@media (max-width: 1850px) {
  .header {
    background-image: url(../img/header2.jpg);
  }
  .header + div,
  .header + section,
  .header + main,
  .header + h1,
  .header + .footer {
    margin-top: 184px;
  }
  .header .logo,
  .header .top_address {
    position: static;
  }
  #navbarContent {
    border-top: 2px solid #d4a54d;
    width: 100%;
  }
  .top_address {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    flex: 1 0 66%;
    max-width: 66%;
    justify-content: space-between;
  }

  .top_address > * {
    padding-left: 50px;
    background-size: auto !important;
  }
  .top_address .map {
    transition: all 0.5s;
  }
}
@media (min-width: 992px) {
  #main_menu > li:hover > ul {
    opacity: 1;
    pointer-events: auto;
  }
  #main_menu > li:hover > ul li {
    line-height: 2;
  }
}
@media (max-width: 991.98px) {
  .header {
    min-height: 112px;
    padding: 16px 0;
  }
  .header + div,
  .header + section,
  .header + main,
  .header + h1,
  .header + .footer {
    margin-top: 112px;
  }
  .top_address {
    flex-direction: column;
    flex: 0 0 auto;
    margin-left: 1rem;
  }
  .top_address > * {
    background-size: 22px !important;
  }
  .logo {
    margin-right: 0;
  }

  #navbarContent {
    position: fixed;
    display: block !important;
    left: -400px;
    top: 112px;
    margin: 0;
    padding: 0;
    border: none;
    height: 100%;
    max-width: 400px;
    background-image: url(../img/mobile-menu.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow-x: hidden;
    overflow-y: auto;
    transition: left 0.5s;
  }
  #navbarContent.collapsing {
    position: fixed;
    height: 100%;
    overflow: hidden;
    transition: height 0s, left 0.5s;
  }
  #navbarContent.show {
    left: 0;
  }

  #main_menu {
    padding: 15px;
    display: block;
  }
  #main_menu li {
    color: #fff;
    padding: 0;
  }
  #main_menu ul li {
    color: #fff;
  }
  #main_menu > li {
    display: block;
    height: auto;
    padding: 0;
    margin-bottom: 14px;
  }
  #main_menu > li:last-child {
    margin-bottom: 112px;
  }
  #main_menu li a {
    display: inline-block;
  }
  #main_menu li ul a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }
  #main_menu > li > a .toggle {
    position: absolute;
    margin: 6px 0 0 0;
    padding: 2px 12px;
    border-radius: 10px;
    border: 1px solid #fff;
    right: 0;
  }
  #main_menu a .toggle::before {
    display: block;
    transition: all 0.5s;
  }
  #main_menu a .toggle:hover {
    color: #d4a54d;
    border-color: #d4a54d;
    transition: none;
  }
  #main_menu a .toggle.open::before {
    transform: rotate(180deg);
  }
  #main_menu > li > ul {
    padding: 0;
    position: static;
    top: 0;
    left: 0;
    border: none;
    pointer-events: auto;
    border-radius: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    background: transparent;
  }
  #main_menu > li > ul.show {
    max-height: 500px;
  }
  #main_menu ul ul a {
    border-bottom: 2px solid #fff;
  }
  #main_menu > li > ul > li {
    padding-top: 12px;
  }

  .card-theme .card-body {
    min-height: 406px;
  }
  .card-icon {
    min-width: 33%;
  }

  .archive-items > div:last-child,
  .archive-items.reverse > div:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .navbar-toggle {
    flex-grow: 1;
  }
  .card-theme .card-body {
    min-height: 406px;
  }
  .card-icon {
    min-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .top_address {
    display: none;
  }
  .header .container {
    flex-wrap: nowrap;
  }
  .card-theme .card-body {
    min-height: 300px;
  }
  .card-group {
    display: flex;
    flex-wrap: wrap;
  }
  .archive-items .card {
    flex-wrap: wrap;
  }
  .archive-items .card > div:first-child {
    width: 100%;
    text-align: center;
  }
  #price-page table {
    font-size: 14px;
  }
}
@media (max-width: 399.98px) {
  .card-icon {
    min-width: 100%;
  }
}

/** owlCarousel */
.card-carousel {
  position: relative;
}
.card-carousel .card-image {
  width: 100%;
  text-align: center;
}
.card-carousel .card-body {
  max-width: 80%;
  min-width: 350px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(4, 13, 22, 0.5);
  border-radius: 10px;
  color: #fff;
}
#dynamicslideshow {
  z-index: 0;
}

/** Content */
.page-content {
  padding-bottom: 90px;
  position: relative;
}
.page-content > p,
.page-content > ul,
.page-content > ol,
.page-content > .block,
.page-content > figure {
  background-color: #fff;
  padding: 20px 1.5rem;
  margin-bottom: 0;
  font-size: 20px;
  font-family: "RalewayRegular";
}
.page-content > ul,
.page-content > ol {
  padding-left: 2.5rem;
}
.page-content > h1,
.page-content > h2,
.page-content > h3 {
  text-align: center;
  font-size: 24px;
  padding: 30px 0 20px;
  background-color: #fff;
  margin-right: -15px;
  margin-left: -15px;
}
.page-content a {
  border-bottom: 1px solid #63b7ff;
}
.page-content a:hover {
  border-bottom: 1px solid #77ecf0;
}

/** Page Back **/
.pageBack {
  background-color: #daf1ee;
  -webkit-box-shadow: 0 2px 2.88px 0.12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 2.88px 0.12px rgba(0, 0, 0, 0.35);
  width: 98px;
  height: 40px;
  color: #000;
  border: none;
  display: block;
  padding: 8px 10px 6px 14px;
  position: absolute;
  top: -20px;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pageBack:before {
  content: "<< ";
}
.pageBack:hover {
  background-color: #8eb3ae;
  color: #000;
  border: none;
}
.pageBack:active {
  background-color: #a6dddb;
}

#main_menu .fa-angle-down {
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#main_menu .fa-angle-down:before {
  content: "a";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 320 512'%3e%3cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  color: transparent;
}

/** modal */
#modal-popup .modal-content {
  background-image: url(../img/modal.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 38px;
}
#modal-popup .close {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 32px;
  height: 32px;
  font-size: 2rem;
  font-weight: 100;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  background-color: #edb053;
  border: 2px solid #fff;
  border-radius: 16px;
  opacity: 1;
}
#modal-popup .close:focus {
  outline: none;
}

/** accordion **/
.accordion {
  padding-bottom: 1rem;
}
.accordion .card {
  margin-bottom: 1rem;
}
.accordion .card-header {
  display: flex;
  align-items: center;
  background-color: #50819a;
}
.accordion .card-header a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: none;
  font-family: "RalewayRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.accordion .card-header a .fa {
  display: flex;
  align-items: center;
  color: #444;
  text-align: center;
  line-height: inherit;
  font-size: 20px;
  margin: 0 10px 0 0;
}
.accordion .card-header a .fa::before {
  content: "a";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 256 512'%3e%3cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  color: transparent;
}
.accordion .card-header a.collapsed .fa::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 256 512'%3e%3cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3e%3c/svg%3e");
}
.accordion .card-header a .fa.right {
  order: 1;
  margin-right: 0;
  margin-left: auto;
  display: flex;
}

.col-count-1 {
  column-count: 1;
  column-gap: 0;
}
.col-count-2 {
  column-count: 2;
  column-gap: 0;
}
.col-count-3 {
  column-count: 3;
  column-gap: 0;
}
.col-count-4 {
  column-count: 4;
  column-gap: 0;
}
.col-count-5 {
  column-count: 5;
  column-gap: 0;
}
.col-count-6 {
  column-count: 6;
  column-gap: 0;
}
.col-count-7 {
  column-count: 8;
  column-gap: 0;
}
.col-count-8 {
  column-count: 8;
  column-gap: 0;
}
.col-count-9 {
  column-count: 9;
  column-gap: 0;
}
.col-count-10 {
  column-count: 10;
  column-gap: 0;
}
.col-count-11 {
  column-count: 11;
  column-gap: 0;
}
.col-count-12 {
  column-count: 12;
  column-gap: 0;
}
@media (min-width: 576px) {
  .col-count-sm-1 {
    column-count: 1;
  }
  .col-count-sm-2 {
    column-count: 2;
  }
  .col-count-sm-3 {
    column-count: 3;
  }
  .col-count-sm-4 {
    column-count: 4;
  }
  .col-count-sm-5 {
    column-count: 5;
  }
  .col-count-sm-6 {
    column-count: 6;
  }
  .col-count-sm-7 {
    column-count: 8;
  }
  .col-count-sm-8 {
    column-count: 8;
  }
  .col-count-sm-9 {
    column-count: 9;
  }
  .col-count-sm-10 {
    column-count: 10;
  }
  .col-count-sm-11 {
    column-count: 11;
  }
  .col-count-sm-12 {
    column-count: 12;
  }
}

@media (min-width: 768px) {
  .col-count-md-1 {
    column-count: 1;
  }
  .col-count-md-2 {
    column-count: 2;
  }
  .col-count-md-3 {
    column-count: 3;
  }
  .col-count-md-4 {
    column-count: 4;
  }
  .col-count-md-5 {
    column-count: 5;
  }
  .col-count-md-6 {
    column-count: 6;
  }
  .col-count-md-7 {
    column-count: 8;
  }
  .col-count-md-8 {
    column-count: 8;
  }
  .col-count-md-9 {
    column-count: 9;
  }
  .col-count-md-10 {
    column-count: 10;
  }
  .col-count-md-11 {
    column-count: 11;
  }
  .col-count-md-12 {
    column-count: 12;
  }
}

@media (min-width: 992px) {
  .col-count-lg-1 {
    column-count: 1;
  }
  .col-count-lg-2 {
    column-count: 2;
  }
  .col-count-lg-3 {
    column-count: 3;
  }
  .col-count-lg-4 {
    column-count: 4;
  }
  .col-count-lg-5 {
    column-count: 5;
  }
  .col-count-lg-6 {
    column-count: 6;
  }
  .col-count-lg-7 {
    column-count: 8;
  }
  .col-count-lg-8 {
    column-count: 8;
  }
  .col-count-lg-9 {
    column-count: 9;
  }
  .col-count-lg-10 {
    column-count: 10;
  }
  .col-count-lg-11 {
    column-count: 11;
  }
  .col-count-lg-12 {
    column-count: 12;
  }
}

@media (min-width: 1200px) {
  .col-count-xl-1 {
    column-count: 1;
  }
  .col-count-xl-2 {
    column-count: 2;
  }
  .col-count-xl-3 {
    column-count: 3;
  }
  .col-count-xl-4 {
    column-count: 4;
  }
  .col-count-xl-5 {
    column-count: 5;
  }
  .col-count-xl-6 {
    column-count: 6;
  }
  .col-count-xl-7 {
    column-count: 8;
  }
  .col-count-xl-8 {
    column-count: 8;
  }
  .col-count-xl-9 {
    column-count: 9;
  }
  .col-count-xl-10 {
    column-count: 10;
  }
  .col-count-xl-11 {
    column-count: 11;
  }
  .col-count-xl-12 {
    column-count: 12;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: inline;
  width: auto;
  height: auto;
  max-width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/** Themes **/
.owl-dots {
  text-align: center;
  position: relative;
  z-index: 10;
}
.owl-dot span {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ddd;
  margin: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.owl-dot.active span {
  background-color: #edb053;
}

.owl-stage {
  display: flex;
  align-items: center;
}

.fa-envelope::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23edb053' width='16' height='16' viewBox='0 0 512 512'%3E%3Cpath d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3E%3C/svg%3E");
}
.fa-phone-alt::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23edb053' width='16' height='16' viewBox='0 0 512 512'%3E%3Cpath d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3E%3C/svg%3E");
}
.fa-map-marker-alt::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23edb053' width='16' height='16' viewBox='0 0 512 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E");
}
.fa-instagram::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23edb053' width='16' height='16' viewBox='0 0 384 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
}