/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** media */
/** breakpoint */
/** */
/** */
/** */
/** media shorthand */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** $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;
      -ms-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;
      -ms-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);
}

header.site-header {
  z-index: 999;
  position: relative;
  width: 100vw;
  top: 0;
  left: 0;
}

.inside-header {
  inline-size: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation-outer {
  width: 100%;
  height: 55px;
}
@media only screen and (max-width: 63.96875rem) {
  .navigation-outer {
    display: none;
  }
}
.navigation-outer .site-navigation {
  height: 100%;
}
.navigation-outer .site-navigation nav {
  height: 100%;
}
.navigation-outer .desktop-menu.menu {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
}
.navigation-outer .desktop-menu.menu .submenu.menu {
  /*border-radius: 4px;*/
}
.navigation-outer .desktop-menu.menu .submenu.menu > li > a {
  /*text-transform: uppercase;*/
  color: #323433;
  font-weight: 400;
  font-size: 15px;
}
.navigation-outer .desktop-menu.menu .submenu.menu > li > a:hover {
  opacity: 0.9;
  color: #323433;
  text-decoration: none;
}

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

/** */
.section.home-partners {
  position: relative;
}
.section.home-partners .title-container .heading-title {
  font-size: 1.5625rem;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (min-width: 40rem) {
  .section.home-partners .title-container .heading-title {
    font-size: 1.8125rem;
  }
}
.section.home-partners .swiper .swiper-slide {
  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;
}
.section.home-partners .swiper .swiper-slide figure {
  /*@include flex-center;*/
}
.section.home-partners .swiper .swiper-slide figure img {
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  max-height: 100%;
  display: block;
  padding: 0 10px;
}
.section.home-partners .swiper article.item .overlay {
  padding: 20%;
}

/** */
/** */
.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;
  opacity: 0.35;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.site-footer .footer-infos {
  position: relative;
}
.site-footer .footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: 1px solid rgba(76, 77, 79, 0.5);
  padding-bottom: 15px;
}
.site-footer .footer-logo img {
  display: block;
  height: 70px;
  padding: 1px;
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .footer-logo img {
    height: 55px;
  }
}
.site-footer .footer-logo .site-title {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .footer-logo .site-title {
    padding-left: 5px;
    margin-left: 5px;
    font-size: 16px;
  }
}
.site-footer .footer-logo .site-title-inner .logo-title {
  display: none;
}
.site-footer .footer-logo .site-title-inner .logo-slogan {
  font-weight: 500;
}
/** */
.footer-widgets {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets {
    padding-bottom: 1.25rem;
  }
}
.footer-widgets .grid-x {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x {
    grid-gap: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x {
    gap: 0.625rem;
  }
}
.footer-widgets .grid-x > .cell {
  width: -webkit-calc(25% - 1.875rem);
  width: calc(25% - 1.875rem);
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x > .cell {
    width: -webkit-calc(50% - 1.25rem);
    width: calc(50% - 1.25rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x > .cell {
    width: 100%;
  }
}
.footer-widgets .grid-x .footer-widget {
  /** */
  /** */
  /** */
}
.footer-widgets .grid-x .footer-widget > * {
  margin-bottom: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget > * {
    margin-bottom: 15px;
  }
}
.footer-widgets .grid-x .footer-widget .widget-title {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  min-height: 35px;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    display: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
            align-items: unset;
    min-height: auto;
  }
}
.footer-widgets .grid-x .footer-widget .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  background-color: #ccc;
  width: 20%;
}
.footer-widgets .grid-x .footer-widget .custom-html-widget {
  color: #ffffff;
  font-weight: 300;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget {
    margin-top: 10px;
  }
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_desc {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_desc {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item i {
  font-size: 1.25rem;
  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;
  margin-right: 10px;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item i {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item i {
    font-size: 1rem;
  }
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item strong {
  display: contents;
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item div span {
  display: block;
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item:last-child {
  margin-bottom: 0;
}
.footer-widgets .grid-x .footer-widget .hb_footer_contacts form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.footer-widgets .grid-x .footer-widget .hb_footer_contacts form .wpcf7-form-control-wrap {
  width: 100%;
}
.footer-widgets .grid-x .footer-widget .hb_footer_contacts form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer-widgets .grid-x .footer-widget .hb_footer_contacts form input {
  margin-bottom: 0;
  height: 36px;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer-widgets .grid-x .footer-widget .hb_footer_contacts form .wpcf7-email {
  -webkit-border-radius: 100px;
          border-radius: 100px;
  padding-left: 15px;
}
.footer-widgets .grid-x .footer-widget .hb_footer_contacts form .wpcf7-submit {
  position: absolute;
  right: 0;
  top: 0%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  padding: 0 20px;
  background: #D42027;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-border-radius: 0 100px 100px 0;
          border-radius: 0 100px 100px 0;
  border: 1px solid #ffffff;
  cursor: pointer;
  font-size: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .hb_footer_contacts form .wpcf7-submit {
    font-size: 14px;
  }
}
.footer-widgets .grid-x .footer-widget .hb_footer_contacts form .wpcf7-submit:hover {
  background: #F97350;
}
.footer-widgets .grid-x .footer-widget .hb_footer_contacts form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: relative;
  top: 0;
  right: 0;
  color: #FFE254;
  margin-top: 5px;
  padding-left: 2px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.footer-widgets .grid-x .footer-widget .hb_footer_contacts form .wpcf7-response-output {
  border-color: #D42027;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffffff;
  color: #D42027;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
}
.footer-widgets .grid-x .footer-widget .newsletter {
  border-bottom: none;
}
.footer-widgets .grid-x .footer-widget .newsletter .wpcf7-form-control-wrap input {
  background-color: rgba(255, 255, 255, 0.8);
  height: 45px;
  padding: 0 10px;
}
.footer-widgets .grid-x .footer-widget .newsletter .wpcf7-form-control-wrap input:focus {
  border-color: #F97350  ;
}
.footer-widgets .grid-x .footer-widget .newsletter button[type=submit] {
  width: 3.125rem;
  height: 2.8125rem;
  background-color: #F97350  ;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widgets .grid-x .footer-widget .newsletter button[type=submit]::before {
  color: #fff;
  font-size: 1.0625rem;
}
.footer-widgets .grid-x .footer-widget .newsletter button[type=submit] span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
}
.footer-widgets .grid-x .footer-widget .newsletter button[type=submit]:hover {
  background-color: #D42027;
}
.footer-widgets .grid-x .footer-widget a {
  color: #ffffff;
}
.footer-widgets .grid-x .footer-widget a:hover {
  opacity: 0.6;
}
.footer-widgets .grid-x .footer-widget ul {
  font-size: 14px;
  margin-left: 1.25rem;
  list-style-type: disc;
  /** */
}
.footer-widgets .grid-x .footer-widget ul li {
  line-height: 1.5;
}
.footer-widgets .grid-x .footer-widget ul li::before {
  font-weight: 900;
  margin-right: 10px;
  color: #093d6d;
}
.footer-widgets .grid-x .footer-widget ul li::marker {
  color: #ffffff;
}
.footer-widgets .grid-x .footer-widget ul li label {
  color: #ffffff;
}
.footer-widgets .grid-x .footer-widget ul li a {
  color: #ffffff;
}
.footer-widgets .grid-x .footer-widget ul li a:hover {
  opacity: 0.8;
}
.footer-widgets .grid-x .footer-widget ul li a::before {
  font-weight: 400;
  margin-right: 5px;
}
.footer-widgets .grid-x .footer-widget ul li a sup {
  font-weight: 200;
  padding: 2px 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  opacity: 0.9;
  margin-left: 5px;
  font-size: 10px;
}
.footer-widgets .grid-x .footer-widget ul.iconbox > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
.footer-widgets .grid-x .footer-widget ul.iconbox > li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-widgets .grid-x .footer-widget ul.iconbox > li .title {
  font-weight: 600;
  margin-right: 5px;
  line-height: normal;
  white-space: nowrap;
}
.footer-widgets .grid-x .footer-widget ul.iconbox > li.line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) {
    display: none;
  }
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li:first-child a {
  padding-top: 0;
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li a {
  padding: 8px 0;
  display: block;
  line-height: normal;
  font-weight: 300;
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.active a {
  background: none;
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon {
  position: relative;
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon a {
  font-weight: 400;
  padding-left: 25px;
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon.icon1::before {
  background-image: url(../img/icon/icon1.png);
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon.icon2::before {
  background-image: url(../img/icon/icon2.png);
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon.icon3::before {
  background-image: url(../img/icon/icon3.png);
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon.icon4::before {
  background-image: url(../img/icon/icon4.png);
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon.icon5::before {
  background-image: url(../img/icon/icon5.png);
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon.icon6::before {
  background-image: url(../img/icon/icon6.png);
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon.icon7::before {
  background-image: url(../img/icon/icon7.png);
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon.icon8::before {
  background-image: url(../img/icon/icon8.png);
}
@media only screen and (min-width: 64rem) {
  .footer-widgets .grid-x .footer-widget .footer-txt {
    padding-right: 60px;
  }
}
.footer-widgets .grid-x .footer-widget .footer-txt.quote {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  font-size: 19px;
  font-size: 1.1875rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .footer-txt.quote {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .footer-txt.quote {
    font-size: 1rem;
  }
}
.footer-widgets .grid-x .footer-widget .footer-txt.quote::before {
  content: "";
  background-image: url("../img/quote.png?v=unfuc6a");
  width: 1.625rem;
  height: 1.625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
  position: relative;
  top: -10px;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .footer-txt.quote::before {
    margin-right: 10px;
    width: 1.375rem;
    height: 1.375rem;
  }
}
.footer-widgets .grid-x .footer-widget .social-menu.menu {
  margin: 15px 0 0 0;
  list-style-type: none;
}
.footer-widgets .grid-x .footer-widget .social-menu.menu li:not(:last-child) {
  margin-right: 10px;
}
.footer-widgets .grid-x .footer-widget.footer-widget-1 .widget_custom_html:last-child {
  margin-bottom: 0;
}
.footer-widgets .grid-x .footer-widget.footer-widget-1 .widget_custom_html:last-child .widget-title {
  min-height: auto;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget.footer-widget-1 .widget_custom_html:last-child {
    margin-bottom: 30px;
  }
}
.footer-widgets .grid-x .footer-widget.footer-widget-4 .widget_custom_html .widget-title {
  min-height: auto;
}
.footer-widgets .grid-x .footer-widget.footer-widget-4 .widget_custom_html:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .footer-widgets .grid-x .footer-widget.footer-widget-1 {
    width: -webkit-calc(38% - 1.875rem);
    width: calc(38% - 1.875rem);
  }
  .footer-widgets .grid-x .footer-widget.footer-widget-2 {
    width: -webkit-calc(17% - 1.875rem);
    width: calc(17% - 1.875rem);
  }
  .footer-widgets .grid-x .footer-widget.footer-widget-3 {
    width: -webkit-calc(20% - 1.875rem);
    width: calc(20% - 1.875rem);
  }
  .footer-widgets .grid-x .footer-widget.footer-widget-4 {
    width: -webkit-calc(25% - 1.875rem);
    width: calc(25% - 1.875rem);
  }
  .footer-widgets .grid-x .footer-widget.footer-widget-4 iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu .widget-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu .widget-title::after {
    content: "+";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: static;
    width: 1.25rem;
    height: 1.25rem;
    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: none;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
  }
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu .widget-title.open::after {
    content: "\f068";
  }
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu ul.menu {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 39.96875rem) and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu ul.menu {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu ul.menu > li > a {
    font-weight: 300;
    font-size: 0.9375rem;
    color: #eee;
  }
}
@media only screen and (max-width: 39.96875rem) and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu ul.menu > li > a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu ul.menu > li > a {
    padding-bottom: 5px;
  }
}
.footer-widgets.has-bg {
  position: relative;
}
.footer-widgets.has-bg::after {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  /* z-index: -1;*/
}
.footer-widgets.has-bg .grid-container {
  position: relative;
  z-index: 9;
}

/** */
.footer-credit {
  bottom: 0;
  font-size: 0.9375rem;
  left: 0;
  width: 100%;
  z-index: 9;
  position: relative;
  background: #093d6d;
}
.footer-credit::before {
  left: 0;
  width: 100%;
  top: 0;
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.footer-credit .copyright-inner {
  font-size: 14px;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-credit .copyright-inner {
    font-size: 13px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-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 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;
  overflow: hidden;
}
.site-outer.site-page .site-footer .footer-credit {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0.625rem;
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .site-footer .footer-credit {
    padding-bottom: 3.75rem;
  }
}
.site-outer.site-page .site-footer .footer-credit .grid-x {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.site-outer.site-page .site-footer .copyright-inner {
  /*font-weight: 400;*/
}
.site-outer.site-page .site-footer .copyright-inner > p {
  line-height: normal;
}
.site-outer.site-page .site-footer .copyright-inner a {
  color: currentColor;
}
.site-outer.site-page .site-footer .copyright-inner a:hover {
  opacity: 0.8;
}
.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: 7.5rem;
  padding-bottom: 7.5rem;
  /** */
}
@media only screen and (max-width: 63.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-top: 6.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-bottom: 3.75rem;
  }
}
.site-outer.site-page .section.section-title .title-inner .title {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.5625rem;
}
@media only screen and (min-width: 40rem) {
  .site-outer.site-page .section.section-title .title-inner .title {
    font-size: 1.8125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title .title-inner .title {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 39.96875rem) and (min-width: 40rem) {
  .site-outer.site-page .section.section-title .title-inner .title {
    font-size: 1.5rem;
  }
}
.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: 0;
  z-index: 2;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs {
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li {
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li {
    font-size: 12px;
  }
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li a {
  color: #323433;
  text-transform: uppercase;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li a:hover {
  opacity: 1;
  color: #093d6d;
  text-decoration: none;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li a:hover {
  text-decoration: none;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li.current {
  color: #F97350  ;
}
.site-outer.site-page .section.section-title.has-background .title-bg, .site-outer.site-page .section.section-title.has-background .title-bg-custom {
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.site-outer.site-page .section.section-title.has-background .title-bg img, .site-outer.site-page .section.section-title.has-background .title-bg-custom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-outer.site-page .section.section-title.has-background .title-bg::before, .site-outer.site-page .section.section-title.has-background .title-bg-custom::before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
.site-outer.site-page .section.section-title.has-background .title-bg-custom .widget_media_image {
  height: 100%;
}
.site-outer.site-page .section.section-title.has-background .title-inner .title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-size: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .site-outer.site-page .section.section-title.has-background .title-inner .title {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title.has-background .title-inner .title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title.has-background .title-inner .title {
    line-height: normal;
    margin-bottom: 3px;
  }
}
.site-outer.site-page .section.section-title.has-background .breadcrumbs-container ul.breadcrumbs li {
  color: #fff;
}
.site-outer.site-page .section.section-title.has-background .breadcrumbs-container ul.breadcrumbs li a {
  color: #eee;
}
.site-outer.site-page .section.section-title.has-background .breadcrumbs-container ul.breadcrumbs li a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.site-outer.site-page .section.section-title.has-background .breadcrumbs-container ul.breadcrumbs li.current {
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

/** */
.section.archives.archive-posts {
  padding-top: 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;
  }
}
.section.archives.archive-posts .term-title {
  margin-bottom: 20px;
  color: #F97350  ;
}
.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;
  /*justify-content: center;*/
  font-weight: 400;
  color: #323433;
  font-size: 1.0625rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .archive-desc {
    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: #323433;
  font-size: 150%;
}
.section.archives.archive-posts.archive-project .grid-posts {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts.archive-project .grid-posts {
    grid-gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts.archive-project .grid-posts {
    gap: 1.25rem;
  }
}
.section.archives.archive-posts.archive-project .grid-posts > .cell {
  width: -webkit-calc(33.3333333333% - 0.8333333333rem);
  width: calc(33.3333333333% - 0.8333333333rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts.archive-project .grid-posts > .cell {
    width: -webkit-calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts.archive-project .grid-posts > .cell {
    width: 100%;
  }
}
.section.archives.archive-posts.archive-blog .grid-posts article.item .cover:before {
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  z-index: 1;
}
.section.archives.archive-posts .grid-posts {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-posts {
    grid-gap: 1.25rem;
  }
}
@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(50% - 0.625rem);
  width: calc(50% - 0.625rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-posts > .cell {
    width: -webkit-calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
}
@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 {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /** */
}
.section.archives.archive-posts .grid-posts article.item .cover {
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.section.archives.archive-posts .grid-posts article.item .cover .after-overlay {
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.section.archives.archive-posts .grid-posts article.item .cover .after-overlay::after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
}
.section.archives.archive-posts .grid-posts article.item .cover .after-overlay img {
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.section.archives.archive-posts .grid-posts article.item:hover .cover .after-overlay {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.section.archives.archive-posts .grid-posts article.item .cover-content {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
  /*padding: 30px 50px;*/
  padding-top: 15px;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .meta {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .h6 a {
  font-size: 18px;
  line-height: 24px;
  color: #131111;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .h6 a:hover {
  color: #093d6d;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .hb_view_button a {
  margin-top: 0;
  text-transform: uppercase;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .hb_view_button a i {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  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;
  color: var(--color1);
}
.section.archives.archive-posts .feature-posts {
  max-width: 81.25rem;
  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: 82.5rem;
  }
}
@media only screen and (min-width: 97.5rem) {
  .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(#FFF));
  background-image: linear-gradient(90deg, #eee 0%, #FFF 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: #323433;
  margin-right: 5px;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content .meta .terms a:hover {
  color: #093d6d;
}
.section.archives.archive-posts .feature-posts .carousel-posts article.item .cover-content h6 {
  font-size: 1rem;
  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: 1.0625rem;
  }
}
.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: #093d6d;
  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: #093d6d;
}
.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.single-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section.single.single-post.single-page .grid-container {
  display: block;
}
.section.single.single-post.single-page .excerpt {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
.section.single.single-post.single-page .excerpt::before {
  font-size: 25px;
  font-weight: 900;
  opacity: 0.7;
  margin-right: 15px;
}

.section.single.single-post {
  padding-top: 30px;
}
.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 .col-content {
  max-width: 100%;
  padding-top: 0px;
}
.section.single.single-post .single-content .single-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #093d6d;
}
.section.single.single-post .single-content .col-content .meta {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 13px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .single-content .col-content .meta {
    padding-top: 0;
    margin-bottom: 15px;
  }
}
.section.single.single-post .single-content .col-content .meta .terms a {
  padding: 5px 5px 5px;
  background: var(--color1);
  color: #ffffff;
  font-size: 13px;
  line-height: initial;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-right: 2px;
}
.section.single.single-post .single-content .col-content .meta .terms a:last-child {
  margin-right: 0;
}
.section.single.single-post .single-content .col-content .meta .time i {
  font-weight: 400;
  margin-right: 5px;
}
@media only screen and (max-width: 48.84375rem) {
  .section.single.single-post .single-content .col-content .content {
    text-align: justify;
  }
}

/** */
.section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner .inner .html-title {
  /*color: #fff;*/
  font-size: 1.5625rem;
  font-weight: 600;
  /*text-transform: uppercase;*/
}
@media only screen and (min-width: 40rem) {
  .section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner .inner .html-title {
    font-size: 1.8125rem;
  }
}
.section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner .inner .html-desc {
  font-weight: 500;
  font-size: 15px;
  margin-top: 1.25rem;
  /*letter-spacing: 0.5px;*/
  /*color: #fff;*/
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner .inner .html-desc {
    margin-top: 0.625rem;
  }
}
.section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner .inner .html-desc p {
  color: currentColor;
}
.section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button {
  font-weight: 400;
  font-size: 13px;
  margin-top: 1.875rem;
  background: none;
  padding: 0;
  height: 38px;
  position: relative;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button {
    margin-top: 0.9375rem;
  }
}
.section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button:hover::before {
  width: 100%;
  opacity: 0.15;
}
.section.home-slides .swiper .swiper-slide article.item .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button span {
  padding: 0 20px;
  background-color: #F97350  ;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.section.home-slides .swiper .swiper-slide.swiper-slide-active article.item .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button {
  background: none;
}
.section.home-slides .swiper .swiper-slide.swiper-slide-active article.item .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section.home-slides .swiper .swiper-slide.swiper-slide-active article.item .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button:hover span {
  /*background-color: #4E5156;*/
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/** */
.section.single-contactpage {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-contactpage {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-contactpage {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage {
    padding-bottom: 1.875rem;
  }
}
.section.single-contactpage .gmap-section {
  padding-top: 2.5rem;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-contactpage .gmap-section {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .gmap-section {
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 90rem) {
  .section.single-contactpage .gmap-section {
    max-width: 82.5rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.single-contactpage .gmap-section {
    max-width: 71.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .gmap-section {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.section.single-contactpage .col-content {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-contactpage .col-content {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .col-content {
    margin-top: 1.25rem;
  }
}
.section.single-contactpage .col-content .heading-title {
  font-size: 1.875rem;
  text-transform: none;
  color: #000000;
  max-width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-contactpage .col-content .heading-title {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .col-content .heading-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .col-content .heading-title {
    max-width: 100%;
  }
}
.section.single-contactpage .col-content .heading-title span {
  color: #093d6d;
}
.section.single-contactpage .col-content .content-html {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .col-content .content-html {
    font-size: 14px;
    max-width: 100%;
  }
}

/** */
.section.single-post.single-page.single-about-page {
  padding-top: 3.75rem;
  padding-bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page {
    padding-top: 1.25rem;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome {
  padding-top: 0;
  padding-bottom: 0;
}
.section.single-post.single-page.single-about-page .hb_aboutshome .grid-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.section.single-post.single-page.single-about-page .hb_aboutshome .grid-container .hb_aboutshome_inner {
  padding-left: 0;
  padding-right: 3.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome .grid-container .hb_aboutshome_inner {
    padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome .grid-container .hb_aboutshome_inner {
    padding-right: 0.9375rem;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome.section-padding {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.section-padding {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.section-padding {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.section-padding {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.section-padding {
    padding-bottom: 1.25rem;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome.sctext-about .hb_aboutshome_inner {
  padding-right: 0;
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about {
  background-size: contain !important;
  background-position: right !important;
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-right: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left {
  padding-right: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left {
    padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left {
    padding-right: 0;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left .hb_aboutshome_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #A3A3A3;
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left .hb_aboutshome_bottom .icon {
  width: 10%;
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left .hb_aboutshome_bottom .content_icon {
  font-family: "Inter", sans-serif;
  padding-left: 1.25rem;
  width: 90%;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left .hb_aboutshome_bottom .content_icon {
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left .hb_aboutshome_bottom .content_icon {
    padding-left: 0.625rem;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left .hb_aboutshome_bottom .content_icon .title_icon p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  line-height: normal;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left .hb_aboutshome_bottom .content_icon .title_icon p {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left .hb_aboutshome_bottom .content_icon .title_icon p {
    font-size: 1.125rem;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_left .hb_aboutshome_bottom .content_icon .desc_icon {
  font-size: 14px;
  font-weight: 400;
  color: #2E2E2E;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  gap: 30px 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul {
    gap: 15px 10px;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul li {
  width: 48%;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul li {
    width: 48%;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul li .img img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 2px 2px 25px #d7d7d7;
          box-shadow: 2px 2px 25px #d7d7d7;
  width: 100%;
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul li:last-child {
  width: 35%;
  position: absolute;
  background: #ffffff;
  padding: 30px 25px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3019607843);
  text-align: center;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul li:last-child {
    padding: 30px 20px;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul li:last-child .content {
  font-family: "Inter", sans-serif;
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul li:last-child .content .title {
  color: #035EC9;
  font-size: 2.8125rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 55px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul li:last-child .content .title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul li:last-child .content .title {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul li:last-child .content .title {
    line-height: normal;
  }
}
.section.single-post.single-page.single-about-page .hb_aboutshome.scexp-about .hb_aboutshome_inner .hb_aboutshome_right ul li:last-child .content .desc {
  color: #000000;
  font-weight: 500;
}
.section.single-post.single-page.single-about-page .teams-outer {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .teams-outer {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .teams-outer {
    padding-top: 2.5rem;
  }
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner {
    grid-gap: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner {
    gap: 1.875rem;
  }
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner > .cell {
  width: -webkit-calc(50% - 1.25rem);
  width: calc(50% - 1.25rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner > .cell {
    width: -webkit-calc(50% - 1.25rem);
    width: calc(50% - 1.25rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner > .cell {
    width: 100%;
  }
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner .item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner .item figure .cover.after-overlay {
  overflow: visible;
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner .item figure .cover.after-overlay img {
  display: block;
  width: 320px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner .item figure .cover.after-overlay::after {
  width: 100vw;
  position: absolute;
  top: 0;
  height: 100%;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d5dce2;
  z-index: 0;
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner .item figure figcaption {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner .item figure figcaption .icon {
  width: 2.5rem;
  height: 2.5rem;
  top: 4px;
  position: relative;
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner .item figure figcaption .icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner .item figure figcaption .infos {
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner .item figure figcaption .infos .name {
  font-weight: 500;
  line-height: 1.4;
}
.section.single-post.single-page.single-about-page .teams-outer .teams .teams-inner .item figure figcaption .infos .position {
  font-weight: 400;
}
@media only screen and (min-width: 64rem) {
  .section.single-post.single-page.single-about-page .col-content .left {
    padding-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
            flex: 1 1 0;
    min-width: 0;
  }
}
@media only screen and (min-width: 75rem) {
  .section.single-post.single-page.single-about-page .col-content .left {
    padding-right: 60px;
  }
}
.section.single-post.single-page.single-about-page .col-content .right {
  margin-top: 30px;
}
@media only screen and (min-width: 64rem) {
  .section.single-post.single-page.single-about-page .col-content .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 480px;
  }
}
.section.single-post.single-page.single-about-page .col-content .heading-title {
  font-size: 2.375rem;
}
@media only screen and (min-width: 40rem) {
  .section.single-post.single-page.single-about-page .col-content .heading-title {
    font-size: 2.9375rem;
  }
}
/** */
.linkbox .linkbox-inner {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.linkbox .linkbox-inner::before {
  line-height: 1;
  margin-right: 5px;
  font-weight: 600;
}
.linkbox.phonebox .linkbox-inner::before {
  color: #F97350  ;
}
.linkbox.phonebox .linkbox-inner > div {
  font-weight: 500;
}

.top-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  grid-gap: 15px;
  gap: 15px;
  max-width: 100%;
}
@media only screen and (max-width: 48.84375rem) {
  .top-header-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 5px 0;
  }
}
.top-header-inner .widget_custom_html, .top-header-inner .textwidget {
  width: 100%;
  height: 100%;
}
.top-header-inner .widget_text.widget_custom_html {
  display: block;
}
@media only screen and (max-width: 48.84375rem) {
  .top-header-inner .widget_text.widget_custom_html {
    display: none;
  }
}
.top-header-inner .widget_text {
  display: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 48.84375rem) {
  .top-header-inner .widget_text {
    display: block;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .top-header-inner .widget_text {
    font-size: 12px;
  }
}
.top-header-inner .linkbox .linkbox-inner {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}
.top-header-inner .linkbox .linkbox-inner > div {
  line-height: normal;
}
.top-header-inner .linkbox .linkbox-inner > div p {
  line-height: inherit;
}
.top-header-inner .linkbox .linkbox-inner a {
  color: currentColor;
}
.top-header-inner .linkbox .linkbox-inner::before {
  font-weight: 400;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px;
}
.top-header-inner .top_header_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  gap: 0 30px;
}
.top-header-inner .top_header_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 15px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
.top-header-inner .top_header_item i {
  padding-right: 7px;
}
.top-header-inner .widget_polylang {
  width: 10%;
}
@media only screen and (max-width: 39.96875rem) {
  .top-header-inner .widget_polylang {
    width: 15%;
  }
}
.top-header-inner .widget_polylang ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  gap: 0 10px;
}
.top-header-inner .widget_polylang ul li a img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-header {
  /*border-bottom: 1px solid rgb(0 0 0 / 10%);*/
  overflow: hidden;
  position: relative;
  background-color: #093d6d;
}
.top-header::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 100%;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), color-stop(70%, #fff));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, #fff 70%);
}
.top-header > .grid-container {
  height: 100%;
}

/** */
.section.home-news-slides > * {
  position: relative;
}
.section.home-news-slides .title-container {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news-slides .title-container {
    margin-bottom: 1.25rem;
  }
}
.section.home-news-slides .title-container .heading-title {
  /*color: #fff;*/
}
.section.home-news-slides .viewmore.viewmore-button {
  color: #eee;
}
.section.home-news-slides .viewmore.viewmore-button::before {
  width: 100%;
  opacity: 0.9;
}
.section.home-news-slides .viewmore.viewmore-button::after {
  background-color: #fff;
  color: rgb(0, 184, 54);
}
.section.home-news-slides .swiper-wrapper .swiper-slide {
  height: auto;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item {
  background-color: #fff;
  display: block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content {
  padding: 20px 0 0 0;
  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-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content {
    padding: 15px 0 0 0;
  }
}
.section.home-news-slides .swiper-wrapper .swiper-slide 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-left: -5px;
  margin-right: -5px;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 5px;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .meta .time {
  padding-right: 5px;
  padding-left: 5px;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .meta .terms {
  padding-right: 5px;
  padding-left: 5px;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .meta .terms a {
  margin-right: 5px;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .meta .terms a:hover {
  color: #F97350  ;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 1.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    font-weight: 500;
  }
  @supports (-webkit-line-clamp: 2) {
    .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6 a, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 a {
  color: #323433;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6 a:hover, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 a:hover {
  opacity: 1;
  color: #093d6d;
  text-decoration: none;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .excerpt {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-weight: 300;
  font-size: 14px;
}
@supports (-webkit-line-clamp: 2) {
  .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail {
  font-size: 13px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 15px;
  opacity: 0.8;
  color: #093d6d;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail::before {
  width: 1.1875rem;
  height: 1.1875rem;
  background-color: #093d6d;
  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%;
  color: #fff;
  font-weight: 400;
  margin-right: 8px;
  font-size: 13px;
  line-height: 1;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail span {
  line-height: normal;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail:hover {
  color: #D42027;
  opacity: 1;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail:hover::before {
  background-color: #D42027;
}
.section.home-news-slides .carousel-posts.grid-posts .swiper-controls .swiper-button {
  background-color: rgba(146, 14, 30, 0.9) !important;
  border-color: rgba(146, 14, 30, 0.9);
}
.section.home-news-slides .carousel-posts.grid-posts .swiper-controls .swiper-button::before {
  color: #fff;
}
.section.home-news-slides .carousel-posts.grid-posts .swiper-controls .swiper-button:hover {
  background-color: #F97350 !important;
  border-color: #F97350;
}

/************************/
.select-style {
  position: relative;
}
.select-style > .trigger {
  margin-bottom: 20px;
}

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

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

.select-style .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-style .dropdown-pane {
  padding: 0;
  z-index: 99999;
  width: 100%;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.select-style .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(0, 0%, 94%, 0.8);
  /*overflow-x: hidden;
  overflow-y: scroll;*/
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: y mandatory;
      -ms-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-style .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-style .dropdown-pane ul li.lvl0 {
  font-weight: 500;
}

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

/** */
.mega_menu {
  position: relative;
  z-index: 999;
}
.mega_menu .mega-menu-title {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(146, 14, 30, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 50px;
  padding: 0 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
}
.mega_menu .mega-menu-title.is-active + nav > ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.mega_menu .mega-menu-title.is-active + nav > ul.menu > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.mega_menu .mega-menu-title.is-active + nav > ul.menu > li > a {
  height: 100%;
  width: 100%;
  position: relative;
  color: #323433;
}
.mega_menu .mega-menu-title::before {
  font-size: 18px;
  margin-right: 15px;
  font-weight: 300;
}
.mega_menu .mega-menu-title::after {
  width: 10px;
  margin-right: 0;
  position: absolute;
  right: 15px;
}
.mega_menu .mega-menu-title span {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
}
.mega_menu .mega-menu-description {
  display: none !important;
}
.mega_menu nav > .desktop-menu.menu, .mega_menu nav > .mobile-menu.menu {
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  background: rgba(241, 241, 241, 0.95);
  /*        background: rgba(255, 255, 255, 0.9);*/
  display: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  height: auto;
}
.mega_menu nav > .desktop-menu.menu > li:not(:last-child), .mega_menu nav > .mobile-menu.menu > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 79, 37, 0.1);
}
.mega_menu nav > .desktop-menu.menu > li > a, .mega_menu nav > .mobile-menu.menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 12px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 400;
}
.mega_menu nav > .desktop-menu.menu > li > a:hover, .mega_menu nav > .mobile-menu.menu > li > a:hover {
  opacity: 0.9;
}
.mega_menu nav > .desktop-menu.menu > li > a img, .mega_menu nav > .mobile-menu.menu > li > a img {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.mega_menu nav > .desktop-menu.menu > li > a span, .mega_menu nav > .mobile-menu.menu > li > a span {
  display: inline-block;
  margin-left: 10px;
  line-height: normal;
}
.mega_menu nav > .desktop-menu.menu > li.is-dropdown-submenu-parent.opens-right > a::after, .mega_menu nav > .mobile-menu.menu > li.is-dropdown-submenu-parent.opens-right > a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  border: none;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: auto;
  height: auto;
}
.mega_menu nav > .desktop-menu.menu > li.is-dropdown-submenu-parent ul li a, .mega_menu nav > .mobile-menu.menu > li.is-dropdown-submenu-parent ul li a {
  line-height: 1.45;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
}
.mega_menu nav > .desktop-menu.menu > li.is-dropdown-submenu-parent ul li:not(:last-child), .mega_menu nav > .mobile-menu.menu > li.is-dropdown-submenu-parent ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 79, 37, 0.1);
}
.mega_menu nav > .desktop-menu.menu > li.is-dropdown-submenu-parent ul li.is-dropdown-submenu-parent.opens-right > a::after, .mega_menu nav > .mobile-menu.menu > li.is-dropdown-submenu-parent ul li.is-dropdown-submenu-parent.opens-right > a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  border: none;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: auto;
  height: auto;
}
.mega_menu nav > .desktop-menu.menu > li.is-dropdown-submenu-parent ul li.is-active > a, .mega_menu nav > .desktop-menu.menu > li.is-dropdown-submenu-parent ul li.active > a, .mega_menu nav > .desktop-menu.menu > li.is-dropdown-submenu-parent ul li:hover > a, .mega_menu nav > .mobile-menu.menu > li.is-dropdown-submenu-parent ul li.is-active > a, .mega_menu nav > .mobile-menu.menu > li.is-dropdown-submenu-parent ul li.active > a, .mega_menu nav > .mobile-menu.menu > li.is-dropdown-submenu-parent ul li:hover > a {
  background: none;
  color: #093d6d;
}
.mega_menu nav > .desktop-menu.menu.home_mega_menu, .mega_menu nav > .desktop-menu.menu.mobile-menu, .mega_menu nav > .mobile-menu.menu.home_mega_menu, .mega_menu nav > .mobile-menu.menu.mobile-menu {
  /*border-color: var(--color3);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.mega_menu nav > .desktop-menu.menu.home_mega_menu > li, .mega_menu nav > .desktop-menu.menu.mobile-menu > li, .mega_menu nav > .mobile-menu.menu.home_mega_menu > li, .mega_menu nav > .mobile-menu.menu.mobile-menu > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.mega_menu nav > .desktop-menu.menu.home_mega_menu > li > a, .mega_menu nav > .desktop-menu.menu.mobile-menu > li > a, .mega_menu nav > .mobile-menu.menu.home_mega_menu > li > a, .mega_menu nav > .mobile-menu.menu.mobile-menu > li > a {
  height: 100%;
}
.mega_menu nav > .desktop-menu.menu .menu.vertical, .mega_menu nav > .mobile-menu.menu .menu.vertical {
  display: none;
}
.mega_menu nav > .desktop-menu.menu .menu.vertical.js-dropdown-active, .mega_menu nav > .mobile-menu.menu .menu.vertical.js-dropdown-active {
  display: block;
  top: 0;
}
.mega_menu nav > .desktop-menu.menu .menu.submenu, .mega_menu nav > .mobile-menu.menu .menu.submenu {
  -webkit-box-shadow: 0 0 24px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 24px rgba(51, 51, 51, 0.1);
  min-width: 250px;
  border: none;
}

.mega_menu .mobile-menu.menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding-bottom: 50px;
  padding-top: 50px;
}
.mega_menu .mobile-menu.menu > li.is-dropdown-submenu-parent > a::after {
  display: none;
}

.mega_menu .mobile-menu.menu .menu.submenu {
  min-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mega_menu ul.menu .active > a {
  background: none;
}

/** */
.header-content {
  background-color: #093d6d;
}
@media only screen and (max-width: 63.96875rem) {
  .header-content {
    display: none !important;
  }
}
.header-content .col-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 280px;
  /*min-width: 250px;*/
}
.header-content .col-left.col-menu .mega_menu {
  position: relative;
  z-index: 999;
}
.header-content .col-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.header-content .col-right .widget-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.header-content .col-right .widget-group-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.header-content .col-right .widget-group-inner > * {
  margin-left: 30px;
}
.header-content .col-right .widget-group-inner .inside-search {
  /*width: 100%;*/
}
.header-content .col-right .widget-group-inner .inside-search .frm-search {
  /*display: inline-flex;*/
}
.header-content .col-right .widget-group-inner .linkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header-content .col-right .widget-group-inner .linkbox:not(:first-child)::before {
  content: "|";
  /*font-size: 14px;*/
  font-weight: 30;
  /* margin-left: 8px;
   margin-right: 8px;*/
  position: absolute;
  top: 2px;
  font-size: 0;
}
.header-content .col-right .widget-group-inner .linkbox.hotline .linkbox-inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: linear-gradient(135deg, #D42027 0%, #d43720 100%);
  height: 36px;
  padding: 0 15px 0 5px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.header-content .col-right .widget-group-inner .linkbox.hotline .linkbox-inner::before {
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
  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;
}
.header-content .col-right .widget-group-inner .linkbox.hotline .linkbox-inner > div {
  color: #fff;
}
.header-content .col-right .widget-group-inner .linkbox.hotline .linkbox-inner > div span {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
}
.header-content .col-right .widget-group-inner .linkbox.hotline .linkbox-inner > div p {
  line-height: 1;
}
.header-content .col-right .widget-group-inner .linkbox.hotline .linkbox-inner:hover {
  opacity: 0.8;
}
.header-content::after {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.02);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: -1;
}

/** */
.grid-posts article.item > a {
  position: relative;
}
.grid-posts article.item .cover + .logo-overlay {
  position: absolute;
  max-width: 30%;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  background-color: #fff;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 80px;
  bottom: -10px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.grid-posts article.item .cover-content {
  padding: 15px 0 0;
}
.grid-posts article.item .cover-content .meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 0.7px solid #C7C7C7;
}
.grid-posts article.item .cover-content .meta .terms {
  margin-right: 5px;
}
.grid-posts article.item .cover-content .meta .terms a {
  padding: 3px 5px;
  color: #ffffff;
  background: #D42027;
  font-size: 12px;
  font-weight: 500;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.grid-posts article.item .cover-content .meta .time {
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px;
  background: #093d6d;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #ffffff;
}
.grid-posts article.item .cover-content .meta .time i {
  margin-right: 5px;
}
.grid-posts article.item .cover-content .h6 {
  font-family: "Inter", sans-serif;
}
.grid-posts article.item .cover-content .h6 a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .grid-posts article.item .cover-content .h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-posts article.item .cover-content .excerpt {
  font-size: 14px;
  color: #2E2E2E;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .grid-posts article.item .cover-content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
/** */
.homepage-inner .widget_media_image {
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media only screen and (min-width: 90rem) {
  .homepage-inner .widget_media_image {
    max-width: 82.5rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .homepage-inner .widget_media_image {
    max-width: 71.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .homepage-inner .widget_media_image {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.homepage-inner .widget_media_image a {
  display: block;
}
.homepage-inner .widget_media_image img {
  display: block;
  width: 100%;
}
/** */
.site-footer {
  color: #323433;
  background-color: #fff;
}
.site-footer ul.social-menu.menu {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
.site-footer ul.social-menu.menu li {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0 !important;
}
.site-footer ul.social-menu.menu li a {
  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;
  width: 2rem;
  height: 2rem;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.site-footer ul.social-menu.menu li a svg, .site-footer ul.social-menu.menu li a path {
  width: 1.5rem;
  height: 1.5rem;
}
.site-footer ul.social-menu.menu li a:hover {
  background-color: #093d6d;
}
.site-footer ul.social-menu.menu li a:hover svg, .site-footer ul.social-menu.menu li a:hover path {
  color: #ffffff;
  fill: #ffffff;
  opacity: 1;
}
.site-footer ul.social-menu.menu li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.site-footer ul.social-menu.menu li a .text {
  text-align: center;
}
.site-footer ul.social-menu.menu li a .text img {
  width: 70%;
}
.site-footer ul.social-menu.menu li a .text span {
  display: none;
}

/** */
.section.add_this-section.mobile-all {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 79, 37, 0.9);
  max-width: 100vw;
  overflow: hidden;
}
@media only screen and (max-width: 39.96875rem) {
  .section.add_this-section.mobile-all {
    background-color: rgba(0, 79, 37, 0.8);
  }
}
.section.add_this-section.mobile-all ul.add_this {
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  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-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  padding-top: 5px;
  padding-bottom: 5px;
  background: none;
}
@media only screen and (min-width: 90rem) {
  .section.add_this-section.mobile-all ul.add_this {
    max-width: 82.5rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.add_this-section.mobile-all ul.add_this {
    max-width: 71.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.add_this-section.mobile-all ul.add_this {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.add_this-section.mobile-all ul.add_this {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.add_this-section.mobile-all ul.add_this {
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.add_this-section.mobile-all ul.add_this {
    padding: 5px;
  }
}
.section.add_this-section.mobile-all ul.add_this li {
  margin: 0;
}
.section.add_this-section.mobile-all ul.add_this li a.add_this-inner {
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 2px;
}
.section.add_this-section.mobile-all ul.add_this li a.add_this-inner > img {
  opacity: 1;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .section.add_this-section.mobile-all ul.add_this li a.add_this-inner > img {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.section.add_this-section.mobile-all ul.add_this li a.add_this-inner > .title {
  position: static;
  visibility: visible;
  opacity: 1;
  background: none;
  font-weight: 400;
  font-size: 13px;
}
.section.add_this-section.mobile-all ul.add_this li a.add_this-inner > .title::after {
  display: none;
}
@media only screen and (max-width: 39.96875rem) {
  .section.add_this-section.mobile-all ul.add_this li a.add_this-inner > .title {
    padding: 5px;
    font-weight: 400;
    font-size: 12px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.add_this-section.mobile-all ul.add_this li a.add_this-inner {
    background: rgba(255, 255, 255, 0.1);
  }
}

/** mega menu */
#mega-menu-wrap-main-nav {
  height: 100%;
  background: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
#mega-menu-wrap-main-nav .mega-menu-toggle {
  display: none;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item {
  height: 100%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
  height: 100% !important;
  line-height: normal !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 8px 18px 5px 18px !important;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 89.96875rem) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    padding: 8px 10px 5px 10px !important;
  }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:focus {
  background: #093d6d !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current_page_ancestor > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current_page_item > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: #093d6d !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu {
  background-color: #fff !important;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu > li:first-child {
  padding-top: 10px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu > li:last-child {
  padding-bottom: 10px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu > li > a {
  background-color: #fff !important;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: normal !important;
  color: #323433 !important;
  padding: 10px 15px !important;
  /* text-transform: uppercase !important;*/
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu > li > a:hover, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu > li > a:focus {
  color: #000000 !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu {
  background-color: #fff !important;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column a.mega-menu-link sup {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 300;
  margin-left: 4px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column a.mega-menu-link .menu-thumb {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column a.mega-menu-link .mega-indicator {
  display: none !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 20px !important;
}
@media only screen and (max-width: 74.96875rem) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 15px;
  }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > figure > a, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-media-thumb > figure > a {
  display: block;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > figure > a img, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-media-thumb > figure > a img {
  display: block;
  width: 100%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > figure figcaption.wp-caption-text, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-media-thumb > figure figcaption.wp-caption-text {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > figure figcaption.wp-caption-text .desc, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-media-thumb > figure figcaption.wp-caption-text .desc {
  display: block;
  font-weight: 300;
  text-transform: none;
  opacity: 0.9;
  line-height: normal;
  font-size: 14px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 15px;
  font-weight: 600 !important;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  font-size: 15px;
  padding: 6px 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::before {
  content: ".";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  position: relative;
  top: -3px;
  display: block;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 8px;
}

/** */
.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores {
  font-size: 14px;
}

.dgwt-wcas-st > span {
  font-size: 14px;
  display: block;
  padding-right: 10px;
}

/** */
/** */
@media only screen and (max-width: 63.96875rem) {
  .sidebar--wrap .contact-list-container .contact-list > li {
    /*width: 100%;*/
  }
}

/** */
#ez-toc-container {
  padding: 25px !important;
  margin: 25px auto !important;
  -webkit-box-shadow: inset 0 0 0 1px #e6e6e6 !important;
          box-shadow: inset 0 0 0 1px #e6e6e6 !important;
  border: none !important;
  width: 500px !important;
  max-width: 100% !important;
}
#ez-toc-container a:hover {
  text-decoration: none !important;
}
#ez-toc-container .ez-toc-title {
  text-transform: uppercase;
  display: inline-block !important;
}
#ez-toc-container .ez-toc-title::before {
  content: "\f303";
  background-color: rgba(0, 184, 54, 0.9);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-right: 10px;
  padding: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
#ez-toc-container .ez-toc-title-container {
  position: relative;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a.ez-toc-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
#ez-toc-container ul.ez-toc-list {
  margin-top: 15px !important;
}
#ez-toc-container ul.ez-toc-list > li > a {
  font-weight: 600;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#ez-toc-container ul.ez-toc-list > li > a::before {
  margin-right: 8px !important;
}
#ez-toc-container ul.ez-toc-list > li ul li a {
  font-weight: 400;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#ez-toc-container ul.ez-toc-list > li ul li a::before {
  margin-right: 8px !important;
}

/** */
.sidebar--wrap {
  /** */
}
.sidebar--wrap .sidebar.woocommerce.widget_product_categories ul.product-categories {
  margin: 0;
  list-style: none;
}
.sidebar--wrap .sidebar.woocommerce.widget_product_categories ul.product-categories > li {
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar--wrap .sidebar.woocommerce.widget_product_categories ul.product-categories > li:last-child {
  border-bottom: none;
}
.sidebar--wrap .sidebar.woocommerce.widget_product_categories ul.product-categories > li > .count {
  font-size: 13px;
  font-weight: 300;
  color: #FF9110;
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item {
  margin-bottom: 20px;
  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;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28%;
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content h6, .sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content .h6 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content h6, .sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content .h6 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content .excerpt {
  display: none;
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content .view-detail {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  font-size: 13px;
  font-weight: 300;
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list .second article.item:last-child {
  margin-bottom: 0;
}

/** */
.woo-description.product-desc-inner {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .woo-description.product-desc-inner {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .woo-description.product-desc-inner {
    margin-top: 1.875rem;
  }
}
/** */
.section.filter-productcat .grid-productcat {
  margin-top: 30px;
}
.section.filter-productcat .grid-productcat .product-category .item .cover-content .view-more {
  display: none;
}
.section.filter-productcat.sidebar-product-cat .list-productcat, .section.filter-productcat.sidebar-productcat .list-productcat {
  margin-top: 0;
  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;
  grid-gap: 0;
  gap: 0;
}
.section.filter-productcat.sidebar-product-cat .list-productcat .product-category, .section.filter-productcat.sidebar-productcat .list-productcat .product-category {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.filter-productcat.sidebar-product-cat .list-productcat .product-category .cover, .section.filter-productcat.sidebar-productcat .list-productcat .product-category .cover {
  /*border: none;*/
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15%;
  min-width: 45px;
  position: relative;
}
.section.filter-productcat.sidebar-product-cat .list-productcat .product-category .cover-content, .section.filter-productcat.sidebar-productcat .list-productcat .product-category .cover-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  width: auto;
  text-align: left;
}
.section.filter-productcat.sidebar-product-cat .list-productcat .product-category .cover-content h6, .section.filter-productcat.sidebar-product-cat .list-productcat .product-category .cover-content .h6, .section.filter-productcat.sidebar-productcat .list-productcat .product-category .cover-content h6, .section.filter-productcat.sidebar-productcat .list-productcat .product-category .cover-content .h6 {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  grid-column-gap: 5px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.section.filter-productcat.sidebar-product-cat .list-productcat .product-category .cover-content h6 .count, .section.filter-productcat.sidebar-product-cat .list-productcat .product-category .cover-content .h6 .count, .section.filter-productcat.sidebar-productcat .list-productcat .product-category .cover-content h6 .count, .section.filter-productcat.sidebar-productcat .list-productcat .product-category .cover-content .h6 .count {
  color: #ff9110;
  font-size: 13px;
  font-weight: 300;
}
.section.filter-productcat.sidebar-product-cat .list-productcat > .cell, .section.filter-productcat.sidebar-productcat .list-productcat > .cell {
  width: 100%;
}
.section.filter-productcat.sidebar-product-cat .list-productcat > .cell:last-child .product-category, .section.filter-productcat.sidebar-productcat .list-productcat > .cell:last-child .product-category {
  border-bottom: none;
}

/** */
.section.reviews-carousels.home-reviews .reviews-outer .w-swiper.swiper {
  padding: 0;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .overlay {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 20px 50px 0;
  position: relative;
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .overlay {
    margin: 20px 0 0 30px;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .overlay picture {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  height: 0;
  padding-bottom: 75%;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .overlay picture > img {
  display: block;
  height: 100% !important;
  /*width: auto;*/
  width: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@supports (aspect-ratio: 1/1) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .overlay picture {
    aspect-ratio: 4 / 3;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item.has-video .overlay::before {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: -webkit-calc(50% - 1.5625rem);
  top: calc(50% - 1.5625rem);
  left: -webkit-calc(50% - 1.5625rem);
  left: calc(50% - 1.5625rem);
  font-size: 50px;
  color: #093d6d;
  font-weight: 300;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .content-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  width: auto;
  padding-bottom: 20px;
  padding-top: 40px;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .content-wrap .content-inner .inner .sub-title {
  color: #093d6d;
  margin-bottom: 10px;
  padding-left: 5px;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .content-wrap .content-inner .inner .html-title {
  font-size: 1.5625rem;
  font-weight: 500;
  padding-left: 5px;
}
@media only screen and (min-width: 40rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .content-wrap .content-inner .inner .html-title {
    font-size: 1.8125rem;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .content-wrap .content-inner .inner .html-desc {
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
  width: auto;
  max-width: 450px;
  font-size: 1.25rem;
  font-weight: 300;
  padding-left: 10px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .content-wrap .content-inner .inner .html-desc {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .content-wrap .content-inner .inner .html-desc {
    font-size: 1.0625rem;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .content-wrap .content-inner .inner .html-desc::before {
  margin-bottom: 15px;
  display: block;
  content: "\f10d";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: 110%;
  font-weight: 900;
  margin-right: 15px;
}
@media only screen and (max-width: 48.84375rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .overlay {
    margin-left: 0;
    width: 100%;
  }
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper.fraction .swiper-slide article.item .content-wrap .content-inner .inner .html-desc {
    max-width: -webkit-calc(100% - 5px);
    max-width: calc(100% - 5px);
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-controls {
  margin-top: 1.875rem;
  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-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: -webkit-calc(50% + 100px);
  width: calc(50% + 100px);
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-controls {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-controls {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-controls {
    padding-right: 0;
    padding-left: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-controls {
    width: 100%;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-controls .swiper-button {
  position: static;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
  border: none;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-controls .swiper-button::before {
  color: #F97350;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-controls .swiper-button.swiper-button-next {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-controls .swiper-pagination {
  color: #F97350;
  margin-top: 0;
  position: static;
  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-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  border: none;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-controls .swiper-pagination .swiper-pagination-current {
  color: currentColor;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-controls .swiper-pagination .swiper-pagination-total {
  color: currentColor;
}

/** */
.video-js iframe {
  height: -webkit-calc(100% + 105px) !important;
  height: calc(100% + 105px) !important;
  top: -55px !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/** */
.inside-header {
  border-bottom-width: 0;
  background: #ffffff;
}
.inside-header.sticky.is-stuck {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header {
    top: 0 !important;
  }
}
.inside-header::before {
  position: absolute;
  top: 0;
  height: 50vh;
  max-height: 400px;
  will-change: background-color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
  background-image: linear-gradient(to top, transparent 0%, #000 100%);
  opacity: 0.85;
  content: "";
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.inside-header::after {
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  /*box-shadow: 0 0 6px 1px rgb(0 0 0 / 10%);*/
  opacity: 0.94;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  display: none;
}
.inside-header .header-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;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.inside-header .header-inner .left {
  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;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .left {
    display: none;
  }
}
.inside-header .header-inner .left .widget-group {
  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;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .left .widget-group .header_logo_extra {
    width: 150px;
  }
}
.inside-header .header-inner .left .widget-group .off-canvas-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.inside-header .header-inner .left .widget-group .off-canvas-content .menu-lines {
  border: none;
}
.inside-header .header-inner .left .widget-group .off-canvas-content .menu-lines::before {
  color: #ccc;
}
.inside-header .header-inner .left .widget-group .off-canvas-content .menu-lines:hover::before {
  color: #fff;
}
.inside-header .header-inner .left .widget-group .hb_header_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .left .widget-group .hb_header_left {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
.inside-header .header-inner .left .widget-group .hb_header_left .hb_header_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.inside-header .header-inner .left .widget-group .hb_header_left .hb_header_item .hb_header_icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.inside-header .header-inner .left .widget-group .hb_header_left .hb_header_item .hb_header_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .left .widget-group .hb_header_left .hb_header_item .hb_header_icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}
.inside-header .header-inner .left .widget-group .hb_header_left .hb_header_item span {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .left .widget-group .hb_header_left .hb_header_item span {
    font-size: 12px;
  }
}
.inside-header .header-inner .left .widget-group .hb_header_left .hb_header_item .hb_header_content {
  line-height: 1.3;
}
.inside-header .header-inner .left .widget-group .hb_header_left .hb_header_item:last-child span:first-child {
  color: red;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .left .desktop-menu.menu {
    display: none;
  }
}
.inside-header .header-inner .site-logo .logo {
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .site-logo .logo {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .site-logo .logo {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
.inside-header .header-inner .right {
  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;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.inside-header .header-inner .right .grid-container {
  position: static;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .right .widget_custom_html {
    display: none;
  }
}
.inside-header .header-inner .right .hb_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  list-style: none;
  padding: 0 10px;
  margin: 0 10px 0 0;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.inside-header .header-inner .right .hb_social li {
  margin-right: 10px;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .right .hb_social li {
    margin-right: 5px;
  }
}
.inside-header .header-inner .right .hb_social li a {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  font-size: 14px;
  color: #ffffff;
  background: var(--color1);
  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: 63.96875rem) {
  .inside-header .header-inner .right .hb_social li a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
.inside-header .header-inner .right .hb_social li:last-child {
  margin-right: 0;
}
.inside-header .header-inner .right .widget-group {
  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;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .right .widget-group {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
.inside-header .header-inner .right .widget-group .search-dropdown--wrap .trigger-s::before {
  font-weight: 400;
  color: #000000;
  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: 48.84375rem) {
  .inside-header .header-inner .right .widget-group .search-dropdown--wrap .trigger-s::before {
    color: #ffffff;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .right .widget-group .search-dropdown--wrap {
    display: block;
  }
}
.inside-header .header-inner .right .widget-group .header-map-icon .linkbox-inner::before {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  margin-right: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .right .widget-group .header-widgets.widget_block {
    display: none;
  }
}
.inside-header .header-inner .right .widget-group .hb_header_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.inside-header .header-inner .right .widget-group .hb_header_phone svg {
  margin-right: 10px;
}
.inside-header .header-inner .right .widget-group .hb_header_phone .hb_phone_content span {
  font-family: "Barlow", sans-serif;
  display: block;
}
.inside-header .header-inner .right .widget-group .hb_header_phone .hb_phone_content span:first-child {
  font-size: 16px;
  line-height: 16px;
}
.inside-header .header-inner .right .widget-group .hb_header_phone .hb_phone_content span:last-child {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .right .widget-group .hb_header_phone {
    display: none;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .right .desktop-menu.menu {
    display: none;
  }
}
.inside-header.is-stuck::before {
  opacity: 0;
}
/** */
body:not(.page-template-page-homepage) .site-header {
  position: relative;
}
body:not(.page-template-page-homepage) .site-header .inside-header::before {
  height: 0;
}
body:not(.page-template-page-homepage) .site-header .inside-header:not(.is-stuck) {
  top: 0 !important;
}
body:not(.page-template-page-homepage) .site-header .inside-header:not(.is-stuck)::after {
  background-color: #093d6d;
}
body:not(.page-template-page-homepage) .site-header .inside-header .header-inner .site-logo .logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

/** */
.section.filter-products .grid-products {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.filter-products .grid-products {
    grid-gap: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.filter-products .grid-products {
    gap: 0.625rem;
  }
}
.section.filter-products .grid-products > .cell {
  width: -webkit-calc(25% - 0.9375rem);
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.filter-products .grid-products > .cell {
    width: -webkit-calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.filter-products .grid-products > .cell {
    width: -webkit-calc(50% - 0.3125rem);
    width: calc(50% - 0.3125rem);
  }
}
.section.filter-products .grid-products article.product {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section.filter-products .grid-products article.product .cover-content .h6 a {
  display: block;
  line-height: 1.3;
  text-align: center;
  position: relative;
  margin: 15px 0 0;
  font-size: 1.125rem;
  color: #323433;
}
.section.filter-products.home-products .title-container {
  margin-bottom: 30px;
}

/** */
.section.home-map {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.section.home-map::after {
  content: "";
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

/*# sourceMappingURL=app.css.map*/