@charset "UTF-8";
/** */
/** */
/*$color3: #FFB10F;*/
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** media */
/** breakpoint */
/** */
/** */
/** */
/** media shorthand */
/** */
/** */
/** */
/** */
/** $gap_support : auto, true, false */
/** */
/** */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** */
/** */
/** padding-left, padding-right, left, right ... */
/** */
/** */
/** */
/** */
/** */
/** */
/** Button hover effect*/
/** */
/** functions to urlencode the svg string*/
/** $string - svg */
/** add unique id image url */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** */
/** */
.site-outer {
  -webkit-scroll-snap-destination: 0 0;
          scroll-snap-destination: 0 0;
  display: block;
  height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
  -webkit-transition: opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out 0.5s;
  transition: transform 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  transition: transform 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out 0.5s;
  min-block-size: 100vh;
  min-block-size: -webkit-fill-available;
}
.site-outer main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-block-size: -webkit-calc(100vh - 68px);
  min-block-size: calc(100vh - 68px);
}
.site-outer main section.section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
}

header.site-header {
  z-index: 999;
  position: relative;
  width: 100vw;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(3px);
  transform: translateZ(3px);
}

.inside-header {
  inline-size: 100%;
}

.inner-header {
  inline-size: 100%;
  -webkit-animation: fadeIn 0.5s ease;
  animation: fadeIn 0.5s ease;
}
.inner-header .off-canvas-content {
  /*margin-left: 15px;*/
}
.inner-header .widget_polylang {
  position: relative;
  /** */
  /** */
}
@media only screen and (max-width: 39.96875rem) {
  .inner-header .widget_polylang {
    display: none;
  }
}
.inner-header .widget_polylang::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 0;
  opacity: 0;
  color: #eee;
}
.inner-header .widget_polylang select.pll-switcher-select {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  height: auto;
  margin-bottom: 0;
  padding-left: 9px;
  display: block;
  cursor: pointer;
  padding-right: 18px;
  font-size: 15px;
  font-weight: 300;
}
.inner-header .widget_polylang select.pll-switcher-select option {
  color: #000000;
  font-size: 14px;
}
.inner-header .widget_polylang select.pll-switcher-select option:hover, .inner-header .widget_polylang select.pll-switcher-select option:focus, .inner-header .widget_polylang select.pll-switcher-select option:active, .inner-header .widget_polylang select.pll-switcher-select option:checked {
  color: #fff;
  background-color: #1765ad;
}
.inner-header .widget_polylang ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.inner-header .widget_polylang ul li {
  /*padding-left: 12px;*/
}
.inner-header .widget_polylang ul li a {
  display: block;
  font-size: 15px;
  border-bottom: 1px solid transparent;
  color: #eee;
}
.inner-header .widget_polylang ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.inner-header .widget_polylang ul li img {
  display: block;
  width: 16px;
}
.inner-header .widget_polylang ul li.current-lang a {
  color: #fff;
  /*border-bottom-color: rgba(238, 238, 238, 0.5);*/
}
.inner-header .widget_polylang ul li:not(:last-child) {
  position: relative;
}
.inner-header .widget_polylang ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -6px;
  height: 49%;
  width: 1px;
  top: 7px;
  background-color: #eee;
}
.inner-header .widget_nav_menu {
  margin-right: 15px;
}
.inner-header .widget_nav_menu ul.menu > li > a {
  color: #eee;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.inner-header .widget_nav_menu ul.menu > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.inner-header .widget_nav_menu ul.menu > li.active > a {
  background: none;
}
.inner-header .linkbox .linkbox-inner {
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
  height: 42px;
  padding: 0 15px;
}
.inner-header .linkbox .linkbox-inner:hover {
  color: #fff;
  text-decoration: none;
}
.inner-header .linkbox .linkbox-inner * {
  line-height: 1;
}
.inner-header .linkbox .linkbox-inner::before {
  margin-right: 10px;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34px;
          flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .inner-header .linkbox .linkbox-inner::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: block;
  }
}
.inner-header .linkbox .linkbox-inner:hover::before {
  color: #fff;
}
.inner-header .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .inner-header .grid-container {
    padding-bottom: 5px;
  }
}
.inner-header .grid-container .site-navigation {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media only screen and (max-width: 48.84375rem) {
  .inner-header .grid-container .site-navigation {
    display: none;
  }
}
.inner-header .center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.inner-header .center .site-logo img {
  display: block;
}
.inner-header .left {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.inner-header .right {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  /*& > * {
      padding-left: 20px;
  }*/
}
@media only screen and (max-width: 39.96875rem) {
  .inner-header .right {
    margin-left: 0;
    margin-right: 0;
  }
}
.inner-header .right .widget-group .widget-group-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.inner-header .right .widget-group .widget-group-inner .linkbox {
  margin-left: 20px;
}
@media only screen and (max-width: 63.96875rem) {
  .inner-header .right .widget-group .widget-group-inner .linkbox {
    display: none;
  }
}
.inner-header .right .widget-group .widget-group-inner .newsletter {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ff2f32;
}
.inner-header .right .widget-group .widget-group-inner .newsletter .linkbox-inner::before {
  font-weight: 300;
}
.inner-header .right .widget-group .widget-group-inner .newsletter .linkbox-inner > div > span {
  display: block;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}
.inner-header .right .widget-group .widget-group-inner .hotline {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #1765ad;
}
.inner-header .right .widget-group .widget-group-inner .hotline .linkbox-inner::before {
  font-weight: 300;
}
.inner-header .right .widget-group .widget-group-inner .hotline .linkbox-inner > div {
  font-weight: 400;
}
.inner-header .right .widget-group .widget-group-inner .hotline .linkbox-inner > div > span {
  display: block;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  font-size: 12px;
}
.inner-header .right .widget-group .widget-group-inner .hotline .linkbox-inner > div > p {
  margin-top: 5px;
}
.inner-header .right .widget-group .widget-group-inner .hotline .linkbox-inner:hover {
  opacity: 0.9;
}

.admin-bar .inside-header {
  top: 32px;
}
@media only screen and (max-width: 48.84375rem) {
  .admin-bar .inside-header {
    top: 46px;
  }
}

/** */
.section.home-partners {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-partners {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-partners {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-partners {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-partners {
    padding-bottom: 1.875rem;
  }
}
.section.home-partners::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bg-1111.jpg");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.home-partners .grid-container {
  position: relative;
}
.section.home-partners .title-container .heading-title {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.section.home-partners .title-container .html-desc {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section.home-partners .swiper article.item .overlay {
  padding: 20%;
}

/** */
.before-footer {
  background-color: #595959;
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .before-footer {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .before-footer {
    padding-bottom: 1.25rem;
  }
}
.before-footer p {
  margin-bottom: 0;
}

/** */
.site-footer {
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: -webkit-calc(100% - 12px);
  width: calc(100% - 12px);
  z-index: 1;
}
.site-footer::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
  }
}

/** */
.footer-widgets .grid-x {
  /*@include grid-flex(3, 2, 1, 30, 20);*/
}
.footer-widgets .footer-widget .widget-title {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 40rem) {
  .footer-widgets .footer-widget .widget-title {
    font-size: 1rem;
  }
}
.footer-widgets .footer-widget .custom-html-widget {
  font-weight: 300;
  font-size: 0.875rem;
}
.footer-widgets .footer-widget .custom-html-widget strong {
  font-weight: 500;
  color: inherit;
}
.footer-widgets .footer-widget a {
  color: #ddd;
}
.footer-widgets .footer-widget a:hover {
  color: #eee;
  text-decoration: none;
}
.footer-widgets .footer-widget ul {
  margin: 0;
  list-style: none;
}
.footer-widgets .footer-widget ul li {
  line-height: 1.5;
}
.footer-widgets .footer-widget ul li:not(:last-child) {
  margin-bottom: 5px;
}
.footer-widgets .footer-widget ul li::before {
  font-weight: 400;
  margin-right: 5px;
}
.footer-widgets .footer-widget ul li a::before {
  font-weight: 400;
  margin-right: 5px;
}
.footer-widgets.has-bg {
  /*margin-bottom: -1px;*/
  padding-bottom: 180px;
  position: relative;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets.has-bg {
    padding-bottom: 100px;
  }
}
.footer-widgets.has-bg::after {
  background-image: url(../img/footer-bg2.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  /* z-index: -1;*/
}
@media only screen and (max-width: 48.84375rem) {
  .footer-widgets.has-bg::after {
    background-size: auto 220px;
  }
}
.footer-widgets.has-bg .grid-container {
  position: relative;
  z-index: 9;
}
.footer-widgets.has-bg .elementor-element {
  background: none !important;
}

.w-bottom .section.add_this-section ul.add_this {
  display: none !important;
}

/** */
.footer-credit {
  bottom: 0;
  font-size: 0.9375rem;
  left: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.footer-credit .copyright-inner {
  font-size: 1rem;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
}

/** */
.site-outer.site-page {
  min-height: 100vh;
  overflow: initial;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  /** */
}
.site-outer.site-page header.site-header {
  width: 100%;
  -webkit-transition: top 0.4s cubic-bezier(0, 0.46, 1, 1), background-color 0.3s ease-in;
  transition: top 0.4s cubic-bezier(0, 0.46, 1, 1), background-color 0.3s ease-in;
}
.site-outer.site-page header.site-header.w-sticky {
  position: fixed;
  z-index: 100;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.site-outer.site-page header.site-header.scroll-up {
  top: -125px;
}
@media only screen and (max-width: 63.96875rem) {
  .site-outer.site-page header.site-header.scroll-up {
    top: -70px;
  }
}
.site-outer.site-page header.site-header .inner-header {
  background-color: #fff;
}
.site-outer.site-page main {
  min-block-size: 100vh;
  min-block-size: -webkit-fill-available;
  min-height: 100vh;
  display: block;
}
.site-outer.site-page .site-footer {
  width: 100%;
  position: relative;
}
.site-outer.site-page .site-footer .footer-credit {
  /*background: none;*/
}
.site-outer.site-page .site-footer .copyright-inner {
  /*color: $header-color;*/
  text-align: center;
}
.site-outer.site-page .site-footer .copyright-inner > p {
  line-height: normal;
  font-size: 0.875rem;
}
.site-outer.site-page .site-footer .copyright-inner a {
  color: #ccc;
}
.site-outer.site-page .site-footer .copyright-inner a:hover {
  color: #eee;
  text-decoration: none;
}
.site-outer.site-page .section.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  /*justify-content: center;*/
  position: relative;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-bottom: 1.25rem;
  }
}
.site-outer.site-page .section.section-title.has-background .title-bg {
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.site-outer.site-page .section.section-title .grid-container.title-inner, .site-outer.site-page .section.section-title .breadcrumbs-container {
  position: relative;
}
.site-outer.site-page .section.section-title .breadcrumbs-container {
  position: relative;
  margin-top: 5px;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 0;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li {
  font-size: 0.875rem;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li a {
  color: #eee;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li a:hover {
  color: #fff;
  text-decoration: none;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li.current {
  color: #fff;
}
.site-outer.site-page .section.section-title .title-inner .title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #fff;
}
@media only screen and (min-width: 40rem) {
  .site-outer.site-page .section.section-title .title-inner .title {
    font-size: 1.4375rem;
  }
}

/** */
.treatment-outer {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .treatment-outer {
    margin-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .treatment-outer {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .treatment-outer {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .treatment-outer {
    margin-bottom: 1.875rem;
  }
}
.treatment-outer .treatment-item {
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: 0 0 16px;
}
.treatment-outer .treatment-item details summary {
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  position: relative;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.treatment-outer .treatment-item details summary::after {
  content: "";
  -webkit-border-radius: 4px;
          border-radius: 4px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: background 0.1s cubic-bezier(0.694, 0, 0.335, 1);
  transition: background 0.1s cubic-bezier(0.694, 0, 0.335, 1);
}
.treatment-outer .treatment-item details .summary-content {
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  padding: 20px;
}
.treatment-outer .treatment-item details .summary-content .content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 64rem) {
  .treatment-outer .treatment-item details .summary-content .content-inner {
    margin-top: 50px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .treatment-outer .treatment-item details .summary-content .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.treatment-outer .treatment-item details .summary-content .content-inner .page-thumbs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-right: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .treatment-outer .treatment-item details .summary-content .content-inner .page-thumbs {
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .treatment-outer .treatment-item details .summary-content .content-inner .page-thumbs {
    padding-right: 0;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .treatment-outer .treatment-item details .summary-content .content-inner .page-thumbs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.treatment-outer .treatment-item details .summary-content .content-inner .page-thumbs img {
  display: block;
  width: 100%;
}
.treatment-outer .treatment-item details .summary-content .content-inner .page-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 39.96875rem) {
  .treatment-outer .treatment-item details .summary-content .content-inner .page-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.treatment-outer .treatment-item details .summary-content .content-inner .page-content .view-more-inner {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .treatment-outer .treatment-item details .summary-content .content-inner .page-content .view-more-inner {
    margin-top: 1.875rem;
  }
}
.treatment-outer .treatment-item details .summary-content .content-inner .page-content .view-more-inner .view-more {
  padding: 0 30px;
  height: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase;
  background-color: #000000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.treatment-outer .treatment-item details .summary-content .content-inner .page-content .view-more-inner .view-more:hover {
  background-color: #1765ad;
}
.treatment-outer .treatment-item details[open] summary {
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.treatment-outer .treatment-item details[open] .summary-content {
  border: 2px solid #000000;
  border-top: 0;
}

/** */
.section.archives.archive-posts {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  /** */
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts {
    padding-bottom: 1.875rem;
  }
}
.section.archives.archive-posts .archive-desc {
  opacity: 0.9;
  margin-bottom: 30px;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-weight: 300;
  color: #444444;
  font-size: 1rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .archive-desc {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.section.archives.archive-posts .archive-desc::before {
  font-weight: 900;
  margin-right: 15px;
  color: #444444;
  font-size: 150%;
}
@supports not (aspect-ratio: 1/1) {
  .section.archives.archive-posts .grid-posts {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archives.archive-posts .grid-posts {
      margin-left: -0.625rem;
      margin-right: -0.625rem;
    }
  }
  .section.archives.archive-posts .grid-posts > .cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archives.archive-posts .grid-posts > .cell {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archives.archive-posts .grid-posts {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem;
    }
  }
  .section.archives.archive-posts .grid-posts > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archives.archive-posts .grid-posts > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
    }
  }
  .section.archives.archive-posts .grid-posts > .cell {
    width: 33.3333333333%;
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.archives.archive-posts .grid-posts > .cell {
      width: 50%;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archives.archive-posts .grid-posts > .cell {
      width: 100%;
    }
  }
}
@supports (aspect-ratio: 1/1) {
  .section.archives.archive-posts .grid-posts {
    gap: 1.875rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archives.archive-posts .grid-posts {
      gap: 1.25rem;
    }
  }
  .section.archives.archive-posts .grid-posts > .cell {
    width: -webkit-calc(33.3333333333% - 1.25rem);
    width: calc(33.3333333333% - 1.25rem);
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.archives.archive-posts .grid-posts > .cell {
      width: -webkit-calc(50% - 0.9375rem);
      width: calc(50% - 0.9375rem);
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archives.archive-posts .grid-posts > .cell {
      width: 100%;
    }
  }
}
.section.archives.archive-posts .grid-posts article.item .cover-content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .meta .time {
  font-size: 12px;
  margin-right: 10px;
  background-color: #1ca55d;
  color: #fff;
  padding: 0 5px;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .meta .terms a {
  font-weight: 400;
  color: #ff2f32;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .meta .terms a:not(:last-child) {
  margin-right: 5px;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .meta .terms a:hover {
  color: #1765ad;
}
.section.archives.archive-posts .grid-posts article.item .cover-content h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .excerpt {
  margin-top: 0.5rem;
  color: #444444;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section.archives.archive-posts .grid-posts article.item .cover-content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archives.archive-posts .grid-posts article.item .cover-content .view-detail {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  font-size: 13px;
  font-weight: 300;
  background-color: #1ca55d;
  color: #fff;
  padding: 5px 15px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .view-detail::before {
  margin-left: 5px;
}
.section.archives.archive-posts .feature-posts {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 90rem) {
  .section.archives.archive-posts .feature-posts {
    max-width: 85rem;
  }
}
@media only screen and (min-width: 101.25rem) {
  .section.archives.archive-posts .feature-posts {
    max-width: 100%;
    padding-left: -webkit-calc(165px + 15px);
    padding-left: calc(165px + 15px);
    padding-right: -webkit-calc(165px + 15px);
    padding-right: calc(165px + 15px);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.archives.archive-posts .feature-posts {
    max-width: 71.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .feature-posts {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts {
    padding-right: 10px;
  }
}
.section.archives.archive-posts .feature-posts .carousel-posts {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.section.archives.archive-posts .feature-posts .carousel-posts .swiper {
  background-image: -webkit-gradient(linear, left top, right top, from(#eee), to(#ffffff));
  background-image: linear-gradient(90deg, #eee 0%, #ffffff 100%);
  background-size: cover;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts .carousel-posts article.item {
    display: block;
  }
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item > a {
  width: 66.6666666667%;
  height: 100%;
}
@media only screen and (max-width: 89.96875rem) {
  .section.archives.archive-posts .feature-posts .carousel-posts article.item > a {
    width: 60%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts .carousel-posts article.item > a {
    height: auto;
    max-width: 100%;
  }
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  padding: 60px 80px 60px 60px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 74.96875rem) {
  .section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content {
    padding: 40px 60px 40px 40px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content {
    padding: 20px;
  }
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content > * {
  margin-bottom: 10px;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8125rem;
  gap: 10px;
  padding-top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .meta .terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .meta .terms a {
  font-weight: 400;
  color: #444444;
  margin-right: 5px;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .meta .terms a:hover {
  color: #1765ad;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content h6 {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media only screen and (min-width: 40rem) {
  .section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content h6 {
    font-size: 1rem;
  }
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .excerpt {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 4) {
  .section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .excerpt {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
  }
  @supports (-webkit-line-clamp: 2) {
    .section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .excerpt {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .view-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .view-detail::before {
  width: 1.625rem;
  height: 1.625rem;
  background-color: #1765ad;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .view-detail > span {
  font-weight: 500;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .view-detail:hover {
  color: #1765ad;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover {
  height: 100%;
}
@media only screen and (min-width: 40rem) {
  .section.archives.archive-posts .feature-posts .carousel-posts article.item .cover .res {
    padding-bottom: 0;
    height: 100%;
  }
}

/** */
.section.single.single-post > .grid-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.section.single.single-post .sharing_toolbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  margin-top: 110px;
  padding-right: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .sharing_toolbox {
    display: none;
  }
}
.section.single.single-post .single-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.section.single.single-post .single-content .single-title, .section.single.single-post .single-content .single-thumbnail {
  display: none;
}
.section.single.single-post .single-content .col-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 980px;
}
@media only screen and (min-width: 101.25rem) {
  .section.single.single-post .single-content .col-content {
    width: 85%;
  }
}
.section.single.single-post .single-content .excerpt {
  opacity: 0.9;
  margin-bottom: 30px;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  font-weight: 300;
  color: #444444;
  font-size: 1rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .single-content .excerpt {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.section.single.single-post .single-content .excerpt::before {
  font-weight: 900;
  margin-right: 15px;
  color: #444444;
  font-size: 150%;
}
.section.single.single-post .single-content .excerpt blockquote {
  background-color: rgba(177, 177, 177, 0.1);
  border-left: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(177, 177, 177, 0.1);
          box-shadow: inset 0 0 0 1px rgba(177, 177, 177, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1a1a1a;
  font-weight: 300;
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 30px 30px 30px 80px;
  position: relative;
}
.section.single.single-post .single-content .excerpt blockquote::first-letter {
  font-size: 18px;
  font-weight: 700;
  margin-right: 1px;
}
.section.single.single-post .single-content .excerpt blockquote::before {
  color: #5e5e5e;
  content: "“";
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150px;
  font-style: normal;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: -16px;
}
.section.single.single-post .single-content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 13px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.section.single.single-post .single-content .meta .time {
  margin-right: 10px;
}
.section.single.single-post .single-content .meta .time::before {
  margin-right: 10px;
}
.section.single.single-post .single-content .meta .terms a {
  background-color: #1765ad;
  color: #fff;
  padding: 0 5px;
  font-weight: 300;
}
.section.single.single-post .single-content .meta .terms a:not(:last-child) {
  margin-right: 10px;
}

/** */
.section.images_carousel.home-reviews {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.images_carousel.home-reviews {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.images_carousel.home-reviews {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.images_carousel.home-reviews {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.images_carousel.home-reviews {
    padding-bottom: 1.875rem;
  }
}
.section.images_carousel.home-reviews .swiper .swiper-slide article.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media only screen and (max-width: 48.84375rem) {
  .section.images_carousel.home-reviews .swiper .swiper-slide article.item {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
}
.section.images_carousel.home-reviews .swiper .swiper-slide article.item .overlay {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 48.84375rem) {
  .section.images_carousel.home-reviews .swiper .swiper-slide article.item .overlay {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.images_carousel.home-reviews .swiper .swiper-slide article.item .overlay picture {
  display: block;
}
.section.images_carousel.home-reviews .swiper .swiper-slide article.item .content-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: relative;
  padding-left: 40px;
}
@media only screen and (min-width: 64rem) {
  .section.images_carousel.home-reviews .swiper .swiper-slide article.item .content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.images_carousel.home-reviews .swiper .swiper-slide article.item .content-wrap {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.images_carousel.home-reviews .swiper .swiper-slide article.item .content-wrap {
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.section.images_carousel.home-reviews .swiper .swiper-slide article.item .content-wrap .content-inner {
  padding-left: 0;
  max-width: 100%;
}
.section.images_carousel.home-reviews .swiper .swiper-slide article.item .content-wrap .content-inner .inner {
  max-width: 100%;
}
.section.images_carousel.home-reviews .swiper .swiper-slide article.item .content-wrap .content-inner .inner .sub-title {
  color: #1ca55d;
}
.section.images_carousel.home-reviews .swiper .swiper-slide article.item .content-wrap .content-inner .inner .html-title {
  color: #1765ad;
  font-weight: 600;
}
.section.images_carousel.home-reviews .swiper .swiper-slide article.item .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-top: 30px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.images_carousel.home-reviews .swiper .swiper-slide article.item .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button {
    margin-top: 20px;
  }
}

/** */
.section.home-news {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news {
    padding-bottom: 1.875rem;
  }
}
.section.home-news .heading-title {
  margin-bottom: 15px;
}
.section.home-news article.item .cover {
  overflow: hidden;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.section.home-news article.item .cover-content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 15px -8px 5px;
  font-size: 13px;
  font-weight: 300;
}
.section.home-news article.item .cover-content .meta .time {
  padding-left: 4px;
  padding-right: 4px;
}
.section.home-news article.item .cover-content .meta .terms {
  display: none;
  padding-left: 4px;
  padding-right: 4px;
}
.section.home-news article.item .cover-content .meta .terms a {
  color: #ff2f32;
}
.section.home-news article.item .cover-content h6 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news article.item .cover-content h6 {
    font-size: 15px;
  }
}
.section.home-news article.item .cover-content .excerpt, .section.home-news article.item .cover-content .view-detail {
  display: none;
}

/** */
.section.brief-introduction {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-image: url(../img/bg-2x.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 80%;
  /** */
}
@media only screen and (max-width: 63.96875rem) {
  .section.brief-introduction {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.brief-introduction {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.brief-introduction {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.brief-introduction {
    padding-bottom: 1.875rem;
  }
}
.section.brief-introduction .title-container .heading-title::before {
  display: none;
}
.section.brief-introduction .title-container .sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  color: #1ca55d;
}
.section.brief-introduction .title-container .sub-title::before {
  content: "";
  background-image: url(../img/icon111.png);
  width: 100%;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 10px;
}
.section.brief-introduction .title-container .html-desc {
  margin-bottom: 0;
}
.section.brief-introduction .gallery-col.swiper-section {
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
}
.section.brief-introduction .gallery-col.swiper-section .swiper-slide {
  width: 33.3333333333%;
}
@media only screen and (max-width: 63.96875rem) {
  .section.brief-introduction .gallery-col.swiper-section .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.brief-introduction .gallery-col.swiper-section .swiper-slide {
    width: 100%;
  }
}
.section.brief-introduction .gallery-col.swiper-section .swiper-slide .after-overlay {
  display: block;
  padding: 1px 10px;
}
.section.brief-introduction .gallery-col.swiper-section .swiper-slide figure {
  display: block;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #fff;
  position: relative;
}
.section.brief-introduction .gallery-col.swiper-section .swiper-slide figure figcaption {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  border: 1px solid transparent;
  background-color: #1765ad;
  color: #fff;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  bottom: 0;
}
.section.brief-introduction .gallery-col.swiper-section .swiper-slide figure figcaption h6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px;
  color: currentColor;
}

/** */
.navigation-outer {
  background-color: #1765ad;
}
@media only screen and (max-width: 63.96875rem) {
  .navigation-outer {
    display: none;
  }
}
.navigation-outer .site-navigation {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (min-width: 90rem) {
  .navigation-outer .site-navigation {
    max-width: 85rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .navigation-outer .site-navigation {
    max-width: 71.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .navigation-outer .site-navigation {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.navigation-outer .site-navigation nav.navigation {
  height: 50px;
}
.navigation-outer .site-navigation .dropdown-search a {
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: red;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.navigation-outer .site-navigation .dropdown-search a::before {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}
.navigation-outer .site-navigation .dropdown-search a span {
  display: none;
}
.navigation-outer .site-navigation .dropdown-search .dropdown-pane .frm-container .btn-s {
  display: none;
}
.navigation-outer .site-navigation .dropdown-search .dropdown-pane .frm-container .trigger-s-close {
  display: none;
}
.navigation-outer .site-navigation .desktop-menu.menu li a {
  text-transform: unset;
  font-weight: 400;
  font-size: 15px;
}
@media only screen and (max-width: 89.96875rem) {
  .navigation-outer .site-navigation .desktop-menu.menu li a {
    font-size: 14px;
  }
}
.navigation-outer .site-navigation .desktop-menu.menu li a::before {
  height: 0;
  opacity: 0;
}
.navigation-outer .site-navigation .desktop-menu.menu > li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.navigation-outer .site-navigation .desktop-menu.menu > li > a {
  color: #fff;
}

/** */
.section.images_carousel.home-slides {
  position: relative;
}
.section.images_carousel.home-slides::after {
  background-image: url(../img/slides-1.png);
  background-position: bottom center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

/** */
.section.single.single-post {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post {
    padding-bottom: 1.875rem;
  }
}

/** */
/************************/
.location-list--outer {
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
  -webkit-transition: opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out 0.5s;
  transition: transform 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  transition: transform 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out 0.5s;
}

.location-list {
  list-style: none;
  margin: 0;
  /*padding-top: 20px;*/
  border: 1px solid rgba(28, 165, 93, 0.3);
  background-color: rgba(239, 239, 239, 0.2);
  position: relative;
}
.location-list li {
  display: block;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.location-list .wp-loading {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: rgba(24, 24, 24, 0.1);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.location-list .wp-loading i {
  color: #ff2f32;
}

.location-list li {
  border-bottom: 1px solid rgba(28, 165, 93, 0.3);
  cursor: pointer;
  -webkit-text-stroke-color: rgb(255, 254, 250);
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.location-list li .location-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
          flex: 0 0 50px;
  position: relative;
  margin-right: 10px;
  max-width: 50px;
}
.location-list li .location-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  color: #1765ad;
}

.location-list li:last-child {
  border-bottom: none;
}

.location-list li:hover,
.location-list li.current {
  background-color: rgba(239, 239, 239, 0.8);
  /*color: #fff;*/
}

.location-list li h6 {
  color: currentColor;
  opacity: 0.9;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
}

.location-list li address {
  color: currentColor;
  opacity: 0.9;
  font-size: 13px;
  line-height: 1.4;
}

.location-list li .info {
  font-size: 12px;
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
}
.location-list li .info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
.location-list li .info a::before {
  font-weight: 900;
  width: 20px;
  display: block;
}

.location-list li .info a {
  color: currentColor;
  -webkit-transition: none;
  transition: none;
}

/** */
.location-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 48.84375rem) {
  .location-wrapper {
    padding-top: 0;
  }
}

.location-wrapper .location--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media only screen and (max-width: 39.96875rem) {
  .location-wrapper .location--inner {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.location-wrapper .location--inner > .cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (max-width: 39.96875rem) {
  .location-wrapper .location--inner > .cell {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.location-wrapper .location--inner .location--title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
}
@media only screen and (max-width: 48.84375rem) {
  .location-wrapper .location--inner .location--title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

.location-wrapper .location--inner .location--title > h2 {
  color: #1765ad;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: none;
}

.location-wrapper .location--inner .location--content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  position: relative;
}
@media only screen and (max-width: 48.84375rem) {
  .location-wrapper .location--inner .location--content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
}

.location-wrapper .location--inner .location--content .wp-loading {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.location-wrapper .location--inner .location--content .wp-loading i {
  color: #ff2f32;
}

.location-wrapper .location--inner .location--content .w-target > .cover:not(:first-child) {
  display: none;
}

/************************/
.select-options {
  position: relative;
}

.select-options .trigger {
  padding-bottom: 20px;
}

.select-options .trigger > label {
  font-size: 14px;
  margin-right: 10px;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.select-options .trigger > a {
  position: relative;
  border: 1px solid #1765ad;
  display: block;
  padding: 8px 12px;
  width: 100%;
  color: #1765ad;
  line-height: 1.6;
  /*background-color: #fff;*/
  background-color: rgba(239, 239, 239, 0.8);
  font-size: 15px;
}

.select-options .trigger > a::after {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E);
  cursor: pointer;
  padding-right: 0;
  background-repeat: no-repeat;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  height: 15px;
  width: 15px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  right: 10px;
}

.select-options .dropdown-pane {
  padding: 0;
  z-index: 99999;
  width: 100%;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.select-options .dropdown-pane ul {
  list-style: none;
  margin: 0;
  max-height: 350px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  background-color: hsla(0deg, 0%, 94%, 0.8);
  /*overflow-x: hidden;
  overflow-y: scroll;*/
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
  transition: transform 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out 0.5s;
}

.select-options .dropdown-pane ul li {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  font-size: 15px;
  display: block;
  padding: 6px 12px;
  position: relative;
  line-height: 1.5;
}

.select-options .dropdown-pane ul li.active,
.select-options .dropdown-pane ul li:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1765ad;
}

/** */
.section.listbox-section.home-listbox {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 20px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.listbox-section.home-listbox {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.listbox-section.home-listbox {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.listbox-section.home-listbox {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.listbox-section.home-listbox {
    padding-bottom: 2.5rem;
  }
}
.section.listbox-section.home-listbox::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bg-listbox.jpg");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.listbox-section.home-listbox .grid-container {
  position: relative;
}
.section.listbox-section.home-listbox .listbox {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
@supports not (aspect-ratio: 1/1) {
  .section.listbox-section.home-listbox .listbox {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .section.listbox-section.home-listbox .listbox > li {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .section.listbox-section.home-listbox .listbox > li {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .section.listbox-section.home-listbox .listbox > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 25%;
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.listbox-section.home-listbox .listbox > li {
      width: 25%;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.listbox-section.home-listbox .listbox > li {
      width: 50%;
    }
  }
}
@supports (aspect-ratio: 1/1) {
  .section.listbox-section.home-listbox .listbox {
    gap: 1.25rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.listbox-section.home-listbox .listbox {
      gap: 0.9375rem;
    }
  }
  .section.listbox-section.home-listbox .listbox > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: -webkit-calc(25% - 0.9375rem);
    width: calc(25% - 0.9375rem);
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.listbox-section.home-listbox .listbox > li {
      width: -webkit-calc(25% - 0.9375rem);
      width: calc(25% - 0.9375rem);
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.listbox-section.home-listbox .listbox > li {
      width: -webkit-calc(50% - 0.46875rem);
      width: calc(50% - 0.46875rem);
    }
  }
}
.section.listbox-section.home-listbox .listbox .linkbox-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.section.listbox-section.home-listbox .listbox .linkbox-inner .overlay {
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: 60px;
  padding: 15px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media only screen and (max-width: 39.96875rem) {
  .section.listbox-section.home-listbox .listbox .linkbox-inner .overlay {
    padding: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
            flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
  }
}
.section.listbox-section.home-listbox .listbox .linkbox-inner .overlay img {
  display: block;
}
.section.listbox-section.home-listbox .listbox .linkbox-inner > div {
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  padding-left: 20px;
  color: #fff;
}
.section.listbox-section.home-listbox .listbox .linkbox-inner > div .title {
  font-size: 1.0625rem;
  font-weight: 600;
}
@media only screen and (min-width: 40rem) {
  .section.listbox-section.home-listbox .listbox .linkbox-inner > div .title {
    font-size: 1.1875rem;
  }
}
.section.listbox-section.home-listbox .listbox .linkbox-inner > div .desc {
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (max-width: 63.96875rem) {
  .section.listbox-section.home-listbox .listbox .linkbox-inner > div {
    padding-left: 10px;
  }
  .section.listbox-section.home-listbox .listbox .linkbox-inner > div .title {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 63.96875rem) and (min-width: 40rem) {
  .section.listbox-section.home-listbox .listbox .linkbox-inner > div .title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.listbox-section.home-listbox .listbox .linkbox-inner > div .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.listbox-section.home-listbox .listbox .linkbox-inner > div .title {
    font-size: 18px;
  }
  .section.listbox-section.home-listbox .listbox .linkbox-inner > div .desc {
    font-size: 12px;
  }
}

/** */
.section.multi-post-section.home-multi-post {
  position: relative;
  padding-bottom: 200px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.multi-post-section.home-multi-post {
    padding-bottom: 150px;
  }
}
.section.multi-post-section.home-multi-post::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.section.multi-post-section.home-multi-post::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  background-image: url(../img/bg-222.png);
  bottom: -30%;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 89.96875rem) {
  .section.multi-post-section.home-multi-post::after {
    bottom: -23%;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.multi-post-section.home-multi-post::after {
    bottom: -20%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.multi-post-section.home-multi-post::after {
    bottom: -200px;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.multi-post-section.home-multi-post::after {
    bottom: -150px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.multi-post-section.home-multi-post::after {
    bottom: -100px;
  }
}
.section.multi-post-section.home-multi-post .grid-container {
  position: relative;
}
.section.multi-post-section.home-multi-post .grid-x {
  /*@include grid-x;*/
}
@supports not (aspect-ratio: 1/1) {
  .section.multi-post-section.home-multi-post .grid-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.multi-post-section.home-multi-post .grid-x {
      margin-left: -0.625rem;
      margin-right: -0.625rem;
    }
  }
  .section.multi-post-section.home-multi-post .grid-x > .cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.multi-post-section.home-multi-post .grid-x > .cell {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.multi-post-section.home-multi-post .grid-x {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem;
    }
  }
  .section.multi-post-section.home-multi-post .grid-x > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.multi-post-section.home-multi-post .grid-x > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
    }
  }
  .section.multi-post-section.home-multi-post .grid-x > .cell {
    width: 50%;
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.multi-post-section.home-multi-post .grid-x > .cell {
      width: 100%;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.multi-post-section.home-multi-post .grid-x > .cell {
      width: 100%;
    }
  }
}
@supports (aspect-ratio: 1/1) {
  .section.multi-post-section.home-multi-post .grid-x {
    gap: 1.875rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.multi-post-section.home-multi-post .grid-x {
      gap: 1.25rem;
    }
  }
  .section.multi-post-section.home-multi-post .grid-x > .cell {
    width: -webkit-calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.multi-post-section.home-multi-post .grid-x > .cell {
      width: 100%;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.multi-post-section.home-multi-post .grid-x > .cell {
      width: 100%;
    }
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.multi-post-section.home-multi-post .cell.cell_2 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 48.875rem) {
  .section.multi-post-section.home-multi-post .block-outer .title-section .html-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    min-height: 63px;
  }
  @supports (-webkit-line-clamp: 3) {
    .section.multi-post-section.home-multi-post .block-outer .title-section .html-desc {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.section.multi-post-section.home-multi-post .block-outer .block-inner > article.item {
  background-color: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.section.multi-post-section.home-multi-post .block-outer .block-inner > article.item .cover-content {
  padding: 15px 20px;
}
.section.multi-post-section.home-multi-post .block-outer .block-inner > article.item .cover-content .meta {
  font-size: 13px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 5px;
}
.section.multi-post-section.home-multi-post .block-outer .block-inner > article.item .cover-content .meta .time {
  /*margin-right: 10px;*/
}
.section.multi-post-section.home-multi-post .block-outer .block-inner > article.item .cover-content .meta .terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: none;
}
.section.multi-post-section.home-multi-post .block-outer .block-inner > article.item .cover-content .meta .terms a {
  color: #ff2f32;
}
.section.multi-post-section.home-multi-post .block-outer .block-inner > article.item .cover-content h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  min-height: 45px;
}
@supports (-webkit-line-clamp: 2) {
  .section.multi-post-section.home-multi-post .block-outer .block-inner > article.item .cover-content h6 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.multi-post-section.home-multi-post .block-outer .block-inner > article.item .cover-content h6 {
    font-weight: 500;
  }
}
.section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container {
    margin-top: 0.625rem;
  }
}
.section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container .grid-posts .swiper-slide {
  height: auto;
  width: 50%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container .grid-posts .swiper-slide > article.item {
  background-color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container .grid-posts .swiper-slide > article.item .cover-content {
  padding: 15px;
}
.section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container .grid-posts .swiper-slide > article.item .cover-content .meta {
  font-size: 13px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 5px;
}
.section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container .grid-posts .swiper-slide > article.item .cover-content .meta .time {
  /*margin-right: 10px;*/
}
.section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container .grid-posts .swiper-slide > article.item .cover-content .meta .terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: none;
}
.section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container .grid-posts .swiper-slide > article.item .cover-content .meta .terms a {
  color: #ff2f32;
}
.section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container .grid-posts .swiper-slide > article.item .cover-content h6 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  min-height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container .grid-posts .swiper-slide > article.item .cover-content h6 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.multi-post-section.home-multi-post .block-outer .block-inner .swiper-container .grid-posts .swiper-slide > article.item .cover-content h6 {
    font-weight: 400;
  }
}

/** */
.section.single-post.single-page {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page {
    padding-bottom: 1.875rem;
  }
}

/** */
.grid-news-outer .col-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.grid-news-outer .col-sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
          flex: 0 0 380px;
  max-width: 380px;
}

/** */
@media only screen and (min-width: 40rem) {
  .section.archives.archive-posts.items .section.grid-posts, .section.archives.archive-posts.items_1 .section.grid-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 0;
  }
  .section.archives.archive-posts.items .section.grid-posts .cell, .section.archives.archive-posts.items_1 .section.grid-posts .cell {
    width: 100%;
  }
  .section.archives.archive-posts.items .section.grid-posts .cell article.item, .section.archives.archive-posts.items_1 .section.grid-posts .cell article.item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .section.archives.archive-posts.items .section.grid-posts .cell article.item > a, .section.archives.archive-posts.items_1 .section.grid-posts .cell article.item > a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .section.archives.archive-posts.items .section.grid-posts .cell article.item .cover-content, .section.archives.archive-posts.items_1 .section.grid-posts .cell article.item .cover-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
            flex: 1 1 0;
    min-width: 0;
    padding-left: 30px;
  }
  .section.archives.archive-posts.items .section.grid-posts .cell:not(:last-child), .section.archives.archive-posts.items_1 .section.grid-posts .cell:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/** */
.location-list--outer, .select-options .dropdown-pane > ul {
  overflow-x: hidden;
  overflow-y: scroll;
}
.location-list--outer::-webkit-scrollbar, .select-options .dropdown-pane > ul::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .location-list--outer::-webkit-scrollbar, .select-options .dropdown-pane > ul::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.location-list--outer::-webkit-scrollbar-track, .select-options .dropdown-pane > ul::-webkit-scrollbar-track {
  background-color: rgba(230, 230, 230, 0.6);
}
.location-list--outer::-webkit-scrollbar-thumb, .select-options .dropdown-pane > ul::-webkit-scrollbar-thumb {
  background-color: #9a9a9a;
}

.elementor-element.footer-map-inner .elementor-image-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

/** */
.section.home-customers .swiper .swiper-slide {
  height: 100%;
}
.section.home-customers .swiper .swiper-slide article.item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  /*overflow: hidden;*/
}
.section.home-customers .swiper .swiper-slide article.item .overlay {
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.section.home-customers .swiper .swiper-slide article.item .content-wrap {
  width: auto;
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: rgba(23, 101, 173, 0.9);
  padding: 20px;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.section.home-customers .swiper .swiper-slide article.item .content-wrap .content-inner .inner .html-title {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.section.home-customers .swiper .swiper-slide article.item:hover .content-wrap .content-inner .html-title {
  color: #fff;
}
