@import "../fonts/stylesheet.css";
body {
  font-family: "SVN-Gilroy", sans-serif;
}
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1170px;
}
@media (max-width: 1920px) {
  .full-width .ubermenu-nav,
  .container,
  .row {
    max-width: 1600px;
  }
}
@media (max-width: 1700px) {
  .full-width .ubermenu-nav,
  .container,
  .row {
    max-width: 1350px;
  }
}
.trajan {
  font-family: "Trajan Pro 3", serif;
}
.handscript {
  font-family: "MTD Attention Script", serif;
  font-weight: 400;
}
.text-bg {
  background: -webkit-linear-gradient(90deg, #b6893e 35%, #f3df8b 85%);
  background: -moz-linear-gradient(90deg, #b6893e 35%, #f3df8b 85%);
  background: linear-gradient(
    135deg,
    rgba(154, 80, 75, 1) 0%,
    rgba(233, 146, 107, 1) 13%,
    rgba(233, 146, 107, 1) 19%,
    rgba(191, 111, 90, 1) 31%,
    rgba(191, 111, 90, 1) 34%,
    rgba(154, 80, 75, 1) 52%,
    rgba(181, 102, 86, 1) 80%,
    rgba(156, 80, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -moz-background-clip: text;
  background-clip: text;
  line-height: 2 !important;
  display: inline-block;
}
.header-main .nav > li.current-menu-item > a,
.nav-box > li.active > a {
  background: -webkit-linear-gradient(90deg, #b6893e 35%, #f3df8b 85%);
  background: -moz-linear-gradient(90deg, #b6893e 35%, #f3df8b 85%);
  background: linear-gradient(0deg, #b6893e 35%, #f3df8b 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -moz-background-clip: text;
  background-clip: text;
  line-height: 2;
}
.header-main .nav > li .header-button a {
  background: linear-gradient(0deg, #b6893e 15%, #f3df8b 58%);
  border-radius: 5px;
  color: #093030;
}
.nav-pills > li.active > a,
.header-main .nav > li > a:hover {
  background: rgba(0, 0, 0, 0);
}
.mb-1 {
  margin-bottom: 0.7em !important;
}
.intro .banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    62deg,
    rgba(0, 0, 0, 0.84) 23%,
    transparent 133%
  ) !important;
}
.intro .banner .bg-fill {
  animation-name: zoom-in-out;
  animation-direction: alternate;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.btn__dang-ky {
  border: none !important;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(154, 80, 75, 1) 0%, rgba(233, 146, 107, 1) 13%, rgba(233, 146, 107, 1) 19%, rgba(191, 111, 90, 1) 31%, rgba(191, 111, 90, 1) 34%, rgba(154, 80, 75, 1) 52%, rgba(181, 102, 86, 1) 80%, rgba(156, 80, 75, 1) 100%) !important;
  color: #ffffff !important;
  line-height: 2 !important;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 5px 5px rgba(11, 54, 55, 0.7294117647);
  animation-name: zoom-in-out-short;
  animation-direction: alternate-reverse;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.btn__dang-ky:hover {
  box-shadow: 0 3px 2px rgba(253, 230, 138, 0.7098039216);
}
.btn_cta {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  color: #ff6900 !important;
}
.btn_cta span {
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-duration: 0.9s;
}
.btn_cta span:first-child {
  border: 1px solid #ff6900;
  width: 130px;
  height: 130px;
  display: block;
  position: absolute;
  border-radius: 50%;
  animation-delay: 0.4s;
  z-index: -1;
  animation-name: zoom1;
}
.btn_cta span:first-child:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  filter: blur(4px);
  background-color: rgba(243, 240, 237, 0.3);
  border-radius: 50%;
  overflow: hidden;
}
.btn_cta span:nth-child(2) {
  animation-name: zoom2;
  border: 1px solid #ff6900;
  width: 130px;
  height: 130px;
  display: block;
  position: absolute;
  border-radius: 50%;
  animation-delay: 0.6s;
}
.btn_cta span:nth-child(2):after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  filter: blur(4px);
  background-color: rgba(243, 240, 237, 0.1);
  border-radius: 50%;
  overflow: hidden;
}
.btn_cta span:nth-child(3) {
  animation-name: zoom3;
  border: 1px solid #ff6900;
  width: 130px;
  height: 130px;
  display: block;
  position: absolute;
  border-radius: 50%;
  animation-delay: 0.8s;
}
.table-reponsive {
  overflow-x: auto;
  width: 100%;
}
@media (max-width: 1920px) {
  .table-reponsive table {
    width: 1200px;
  }
}
@media (max-width: 1400px) {
  .table-reponsive table {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .table-reponsive table {
    width: 600px;
  }
}
#footer .wpcf7-form .wpcf7-text,
#footer .wpcf7-form .wpcf7-select {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border-radius: 5px;
  border-color: rgba(255, 255, 255, 0.5019607843);
  height: 50px;
}
#footer .wpcf7-form .wpcf7-text::-webkit-input-placeholder,
#footer .wpcf7-form .wpcf7-select::-webkit-input-placeholder {
  color: #fff;
}
#footer .wpcf7-form .wpcf7-select {
  -webkit-appearance: auto;
}
#footer .wpcf7-form .wpcf7-submit {
  background-color: #f3df8b;
  border-radius: 5px;
  color: #0a3636;
}
.lightbox-content {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.p-0 {
  padding: 0 !important;
}
.btn-close:hover {
  cursor: pointer;
}
.mfp-close {
  display: none;
}
.call-us-button {
  position: fixed;
  bottom: 0;
  left: 50px;
  z-index: 10;
}
.call-us-button .plain .icon-box .icon-inner {
  position: relative;
}
.call-us-button .plain .icon-box .icon-inner img {
  padding-top: 0;
}
.call-us-button .plain .icon-box .icon-inner:before,
.call-us-button .plain .icon-box .icon-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #f3df8b;
  animation-duration: 0.9s;
}
.call-us-button .plain .icon-box .icon-inner:before {
  animation-name: zoom1;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.3s;
}
.call-us-button .plain .icon-box .icon-inner:after {
  animation-name: zoom2;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
}
.wpcf7-form .wpcf7-submit {
  color: #ff5603 !important;
}
.vertical-form .wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 25%;
  margin-bottom: 10px;
}
.vertical-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .vertical-form .wpcf7-form .wpcf7-form-control-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .vertical-form .wpcf7-form .wpcf7-form-control-wrap {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .vertical-form .wpcf7-form .wpcf7-form-control-wrap {
    width: 33%;
  }
}
@media (max-width: 600px) {
  .vertical-form .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.vertical-form .wpcf7-form .wpcf7-submit {
  margin-bottom: 0;
}
.vertical-form .wpcf7-form .wpcf7-spinner {
  display: block;
}
@keyframes zoom1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
@keyframes zoom3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}
@keyframes zoom-in-out-short {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}


.section-location{
    background: #04253f url('../images/bg-location-full.jpg') no-repeat center left;
    background-size: auto 100%;
}

#location{
    overflow: hidden;
}
#location .section-image-wrapper{

}
#location.active .section-image-wrapper{

}
#location .section-image{
}
#location .section-image img.map-img{width: 100%; position: relative; z-index: 2; }
#location .section-image > object:not(.logo-map),
#location .section-image > svg{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
#location .section-image > object{pointer-events: none;}
#location .section-image > svg{z-index: 3;}

#location .section-content{

}
#location .section-items .item{margin-top: 1rem;}

@media(min-width:1200px){
    #location .location-content-inner{max-height: 75vh;
        margin-right: -4.5rem;
        position: relative;
        z-index: 5;
    }
    #location .location-content-inner:before{
        content: '';
        pointer-events: none;
        position: absolute;
        top: 50%;
        aspect-ratio: 1;
        transform: translateY(-50%);
        left: -5rem;
        right: -5rem;
        border-radius: 50%;
        background: RGBA(4, 38, 64, 0.6);
        filter: blur(4rem);
    }

}





@media (min-width:992px) {

}
@media (min-width:1200px) {
    #location .section-image-wrapper{
        opacity: 0;
    }
    #location.active .section-image-wrapper{
        animation: scaleOut;
        animation-duration: 2s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }
    .logo-map{
        opacity: 0;
        transform: scale(0);
        transition: var(--d-transition);
        transition-delay: 1.5s;
    }
    #location.active .logo-map{
       opacity: 1;
       transform: scale(1);
    }
}

.section-location-link .section-content{
    min-width: 20vw;
}
.section-location-link .section-slide{
    --numberH: 9rem;
    padding-left: 25vw;
    color: #fff;
    margin-top: calc(var(--numberH) * -1);
}
.section-location-link .item .item-body{
    height: var(--numberH);
    display: flex;  align-items: flex-end;   padding-bottom: 1rem; gap: 1rem;
    margin-bottom: 0.5rem;
}
.section-location-link .item .item-body .number{display: flex; gap: 0.25rem}
.section-location-link .item .item-body .number strong{
    font-size: calc(2* var(--fz-80));
    color: var(--color-1);
      -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: var(--color-1);
      font-weight: 600;
      font-family: 'Noto Serif Display', sans-serif;
      line-height: 0.75em;
}
.section-location-link .item .item-body .number small{
    font-size: var(--fz-20);
    color: rgba(255, 255, 255, 0.6);
}
.section-location-link .item .item-body ul{margin: 0; padding: 0; list-style: none;}
.section-location-link .item .item-body ul li:last-child{margin-bottom: 0;}
.section-location-link .item .item-body ul li:before {
    display: inline-flex;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 0.5rem;
}
.section-location-link .item .item-thumb{padding-top: calc(100% * 618 / 1000);}


