@charset "UTF-8";
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** 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);
}

.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;
  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: 1.875rem;
}
@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.875rem;
  }
}
.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;
  padding-bottom: 0.1875rem;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    padding-bottom: 0.1875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    padding-bottom: 0.1875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    font-size: 1.125rem;
  }
}
@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;
  background-color: #ffffff;
  height: 2px;
  width: 50px;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    font-weight: 500;
  }
}
.footer-widgets .grid-x .footer-widget .custom-html-widget {
  color: #ffffff;
}
@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;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item {
    line-height: 18px;
  }
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item i {
  margin-right: 10px;
  font-size: 16px;
}
.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:last-child {
  margin-bottom: 0;
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_mxh {
  padding-top: 1.25rem;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_mxh {
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_mxh {
    padding-top: 0.625rem;
  }
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_mxh .hb_footer_text {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_mxh .hb_footer_text {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_mxh .hb_footer_text {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_mxh .hb_footer_text {
    margin-bottom: 0.3125rem;
  }
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_title {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  margin-top: 1.25rem;
  line-height: 28px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_title {
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_title {
    margin-top: 0.625rem;
  }
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #ffffff;
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_social ul {
  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;
  list-style: none !important;
  margin: 0 !important;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_social ul {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_social ul {
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_social ul li a {
  width: 35px;
  height: 35px;
  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: 100%;
          border-radius: 100%;
  color: #004A8D;
  background: #ffffff;
  font-size: 16px;
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_social ul li a img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-widgets .grid-x .footer-widget .custom-html-widget .hb_social ul li a:hover {
  opacity: 0.7;
}
.footer-widgets .grid-x .footer-widget .site-logo img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.footer-widgets .grid-x .footer-widget form.wpcf7-form {
  position: relative;
}
.footer-widgets .grid-x .footer-widget form.wpcf7-form .form-email input {
  height: 36px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding-left: 15px;
}
.footer-widgets .grid-x .footer-widget form.wpcf7-form .form-submit {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-widgets .grid-x .footer-widget form.wpcf7-form .form-submit input {
  height: 36px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ffffff;
  background: #004A8D;
  color: #ffffff;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  padding: 0 40px;
  cursor: pointer;
}
.footer-widgets .grid-x .footer-widget form.wpcf7-form .form-submit input:hover {
  opacity: 0.7;
}
.footer-widgets .grid-x .footer-widget form.wpcf7-form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 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;
}
.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: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 20px;
  background: #146EBF;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 0 100px 100px 0;
          border-radius: 0 100px 100px 0;
  border: 1px solid #ffffff;
  cursor: pointer;
}
@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 {
  opacity: 0.7;
}
.footer-widgets .grid-x .footer-widget .hb_footer_contacts form .wpcf7-response-output {
  border-color: #ffffff;
  width: 100%;
}
.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: #00A651;
}
.footer-widgets .grid-x .footer-widget .newsletter button[type=submit] {
  width: 3.125rem;
  height: 2.8125rem;
  background-color: #00A651;
  -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: #146EBF;
}
.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 {
  margin: 0;
  list-style: none;
  font-size: 14px;
  /** */
}
.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: #004A8D;
}
.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;
  font-weight: 400;
}
.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;
  list-style: disc;
  margin-left: 1.25rem;
}
@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 a {
  padding: 8px 0;
  display: block;
  line-height: normal;
}
.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=uaiwerw");
  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-top: 15px;
}
.footer-widgets .grid-x .footer-widget .social-menu.menu li:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget.footer-widget-1 .widget_media_image {
    text-align: center;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget.footer-widget-1 .widget_media_image a {
    text-align: center;
  }
}
.footer-widgets .grid-x .footer-widget.footer-widget-1 .widget_media_image img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-widgets .grid-x .footer-widget.footer-widget-1 .widget_custom_html:last-child {
  margin-bottom: 0;
}
@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-1 .widget_block {
  margin-bottom: 15px;
}
.footer-widgets .grid-x .footer-widget.footer-widget-2 iframe {
  width: 350px;
  height: 200px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.footer-widgets .grid-x .footer-widget.footer-widget-2 iframe:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget.footer-widget-2 iframe {
    width: 100%;
  }
}
.footer-widgets .grid-x .footer-widget.footer-widget-3 ul {
  margin: 0;
}
.footer-widgets .grid-x .footer-widget.footer-widget-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #ffffff;
  position: relative;
  padding: 8px 0 8px 1.25rem;
}
.footer-widgets .grid-x .footer-widget.footer-widget-3 ul li::before {
  position: absolute;
  content: "";
  width: 4.5px;
  height: 4.5px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
}
.footer-widgets .grid-x .footer-widget.footer-widget-3 iframe {
  width: 100%;
}
.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(35% - 1.875rem);
    width: calc(35% - 1.875rem);
  }
  .footer-widgets .grid-x .footer-widget.footer-widget-2 {
    width: -webkit-calc(35% - 1.875rem);
    width: calc(35% - 1.875rem);
    padding-left: 5%;
  }
  .footer-widgets .grid-x .footer-widget.footer-widget-3 {
    width: -webkit-calc(30% - 1.875rem);
    width: calc(30% - 1.875rem);
  }
}
@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;
  }
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu ul.menu > li > a {
    font-weight: 300;
    font-size: 15px;
    color: #eee;
  }
}
.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: 12px;
  left: 0;
  width: 100%;
  z-index: 9;
  position: relative;
}
.footer-credit::before {
  left: 0;
  width: 100%;
  top: 0;
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  content: "";
}
.footer-credit .copyright-inner {
  font-size: 14px;
  font-weight: 400;
  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: 0;
  }
}
/** */
.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: 10px;
}
.site-outer.site-page .site-footer .footer-credit .grid-x {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.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: 6.25rem;
  padding-bottom: 6.25rem;
  /** */
}
@media only screen and (max-width: 63.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title {
    padding-bottom: 2.5rem;
  }
}
.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;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 0;
  -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: #004A8D;
  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 {
  text-transform: uppercase;
}
.site-outer.site-page .section.section-title.has-background .title-bg {
  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::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-inner .title {
  color: #fff;
}
.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;
}

/** */
.section.archives.archive-posts {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  /** */
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts {
    padding-bottom: 2.5rem;
  }
}
.section.archives.archive-posts .term-title {
  margin-bottom: 20px;
  color: #00A651;
}
.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 .grid-posts {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-posts {
    grid-gap: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-posts {
    gap: 1.875rem;
  }
}
.section.archives.archive-posts .grid-posts > .cell {
  width: -webkit-calc(33.3333333333% - 1.25rem);
  width: calc(33.3333333333% - 1.25rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-posts > .cell {
    width: -webkit-calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-posts > .cell {
    width: 100%;
  }
}
.section.archives.archive-posts .grid-posts article.item {
  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 .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;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  min-height: 48px;
  color: #004A8D;
}
@supports (-webkit-line-clamp: 2) {
  .section.archives.archive-posts .grid-posts article.item .cover-content .h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
  }
}
.section.archives.archive-posts .grid-posts article.item .cover-content .h6 a:hover {
  color: #146EBF;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .excerpt {
  line-height: 24px;
  display: none !important;
  margin-bottom: 0;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .hb_view_button {
  display: none;
}
.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 .grid-posts article.item .cover-content .view-detail {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  background: #146EBF;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  border: 1.5px solid #FFFFFF;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 0 15px;
  height: 32px;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 15px;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .view-detail span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .view-detail:hover {
  background: #004A8D;
}
.section.archives.archive-posts .feature-posts {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 90rem) {
  .section.archives.archive-posts .feature-posts {
    max-width: 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: 68.75rem;
  }
}
@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 .feature-desgin.feature-post {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts .feature-desgin.feature-post {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.section.archives.archive-posts .feature-posts .feature-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts .feature-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.section.archives.archive-posts .feature-posts .feature-inner article.item a.hb_adds {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.section.archives.archive-posts .feature-posts .feature-inner article.item a.hb_adds .cover {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.section.archives.archive-posts .feature-posts .feature-inner article.item a.hb_adds .cover .res {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.section.archives.archive-posts .feature-posts .feature-inner article.item a.hb_adds .cover .res img {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.section.archives.archive-posts .feature-posts .feature-inner article.item .cover-content {
  padding-top: 15px;
}
.section.archives.archive-posts .feature-posts .feature-inner article.item .cover-content .h6 a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  color: #004A8D;
}
@supports (-webkit-line-clamp: 2) {
  .section.archives.archive-posts .feature-posts .feature-inner article.item .cover-content .h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
  }
}
.section.archives.archive-posts .feature-posts .feature-inner article.item .cover-content .h6 a:hover {
  color: #146EBF;
}
.section.archives.archive-posts .feature-posts .feature-inner article.item .cover-content .meta .time {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #C5C5C5;
}
.section.archives.archive-posts .feature-posts .feature-inner article.item .cover-content .excerpt {
  display: none !important;
}
.section.archives.archive-posts .feature-posts .feature-inner .feature-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56.266%;
          flex: 0 0 56.266%;
  max-width: 56.266%;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts .feature-inner .feature-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.section.archives.archive-posts .feature-posts .feature-inner .feature-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.694%;
          flex: 0 0 41.694%;
  max-width: 41.694%;
  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) {
  .section.archives.archive-posts .feature-posts .feature-inner .feature-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts .feature-inner .feature-right .add_gop {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts .feature-inner .feature-right .add_gop:last-child {
    margin-bottom: 0;
  }
}
.section.archives.archive-posts .feature-posts .feature-inner .feature-right article.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.section.archives.archive-posts .feature-posts .feature-inner .feature-right article.item a.hb_adds {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
  height: 148px;
  margin-right: 20px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts .feature-inner .feature-right article.item a.hb_adds {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-right: 10px;
  }
}
.section.archives.archive-posts .feature-posts .feature-inner .feature-right article.item a.hb_adds .cover {
  height: 100%;
}
.section.archives.archive-posts .feature-posts .feature-inner .feature-right article.item a.hb_adds .cover .res {
  height: 100%;
}
.section.archives.archive-posts .feature-posts .feature-inner .feature-right article.item a.hb_adds .cover .res img {
  height: 100%;
}
.section.archives.archive-posts .feature-posts .feature-inner .feature-right article.item .cover-content {
  padding-top: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.section.archives.archive-posts .feature-posts .feature-inner .feature-right article.item .cover-content .h6 a {
  -webkit-line-clamp: unset;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts .feature-inner .feature-right article.item .cover-content .h6 a {
    -webkit-line-clamp: 2;
  }
}
.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: #004A8D;
}
.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 !important;
  }
}
@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 !important;
    }
  }
}
.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: #004A8D;
  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: #004A8D;
}
.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.archives.archive-services {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  /** */
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-services {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-services {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-services {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-services {
    padding-bottom: 2.5rem;
  }
}
.section.archives.archive-services .term-title {
  margin-bottom: 20px;
  color: #00A651;
}
.section.archives.archive-services .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-services .archive-desc {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-services .archive-desc {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.section.archives.archive-services .archive-desc::before {
  font-weight: 900;
  margin-right: 15px;
  color: #323433;
  font-size: 150%;
}
.section.archives.archive-services .grid-posts {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-services .grid-posts {
    grid-gap: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-services .grid-posts {
    gap: 1.875rem;
  }
}
.section.archives.archive-services .grid-posts > .cell {
  width: -webkit-calc(33.3333333333% - 1.25rem);
  width: calc(33.3333333333% - 1.25rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-services .grid-posts > .cell {
    width: -webkit-calc(33.3333333333% - 1.25rem);
    width: calc(33.3333333333% - 1.25rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-services .grid-posts > .cell {
    width: 100%;
  }
}
.section.archives.archive-services .grid-posts article.item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  height: 100%;
}
.section.archives.archive-services .grid-posts article.item .cover {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.section.archives.archive-services .grid-posts article.item .cover .after-overlay {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.section.archives.archive-services .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-services .grid-posts article.item .cover .after-overlay img {
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.section.archives.archive-services .grid-posts article.item .cover-content {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
  /*padding: 30px 50px;*/
  padding: 30px;
}
.section.archives.archive-services .grid-posts article.item .cover-content .h6 a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  text-transform: uppercase;
}
@supports (-webkit-line-clamp: 2) {
  .section.archives.archive-services .grid-posts article.item .cover-content .h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
  }
}
.section.archives.archive-services .grid-posts article.item .cover-content .h6 a:hover {
  color: var(--color1);
}
.section.archives.archive-services .grid-posts article.item .cover-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
@supports (-webkit-line-clamp: 2) {
  .section.archives.archive-services .grid-posts article.item .cover-content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
  }
}
.section.archives.archive-services .grid-posts article.item .cover-content .hb_view_button {
  text-align: center;
}
.section.archives.archive-services .grid-posts article.item .cover-content .hb_view_button a {
  font-size: 15px;
  padding: 8px 25px 3px;
}
.section.archives.archive-services .feature-posts {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 90rem) {
  .section.archives.archive-services .feature-posts {
    max-width: 82.5rem;
  }
}
@media only screen and (min-width: 97.5rem) {
  .section.archives.archive-services .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-services .feature-posts {
    max-width: 68.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-services .feature-posts {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-services .feature-posts {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-services .feature-posts {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-services .feature-posts {
    padding-right: 10px;
  }
}
.section.archives.archive-services .feature-posts .carousel-posts {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.section.archives.archive-services .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-services .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-services .feature-posts .carousel-posts article.item {
    display: block;
  }
}
.section.archives.archive-services .feature-posts .carousel-posts article.item > a {
  width: 66.6666666667%;
  height: 100%;
}
@media only screen and (max-width: 89.96875rem) {
  .section.archives.archive-services .feature-posts .carousel-posts article.item > a {
    width: 60%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-services .feature-posts .carousel-posts article.item > a {
    height: auto;
    max-width: 100%;
  }
}
.section.archives.archive-services .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-services .feature-posts .carousel-posts article.item .cover-content {
    padding: 40px 60px 40px 40px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-services .feature-posts .carousel-posts article.item .cover-content {
    padding: 20px;
  }
}
.section.archives.archive-services .feature-posts .carousel-posts article.item .cover-content > * {
  margin-bottom: 10px;
}
.section.archives.archive-services .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-services .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-services .feature-posts .carousel-posts article.item .cover-content .meta .terms a {
  font-weight: 400;
  color: #323433;
  margin-right: 5px;
}
.section.archives.archive-services .feature-posts .carousel-posts article.item .cover-content .meta .terms a:hover {
  color: #004A8D;
}
.section.archives.archive-services .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-services .feature-posts .carousel-posts article.item .cover-content h6 {
    font-size: 1.0625rem;
  }
}
.section.archives.archive-services .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-services .feature-posts .carousel-posts article.item .cover-content .excerpt {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-services .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-services .feature-posts .carousel-posts article.item .cover-content .excerpt {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box !important;
    }
  }
}
.section.archives.archive-services .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-services .feature-posts .carousel-posts article.item .cover-content .view-detail::before {
  width: 1.625rem;
  height: 1.625rem;
  background-color: #004A8D;
  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-services .feature-posts .carousel-posts article.item .cover-content .view-detail > span {
  font-weight: 500;
}
.section.archives.archive-services .feature-posts .carousel-posts article.item .cover-content .view-detail:hover {
  color: #004A8D;
}
.section.archives.archive-services .feature-posts .carousel-posts article.item .cover {
  height: 100%;
}
@media only screen and (min-width: 40rem) {
  .section.archives.archive-services .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;
  padding-bottom: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section.single.single-post > .grid-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.section.single.single-post .sharing_toolbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  margin-top: 110px;
  padding-right: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .sharing_toolbox {
    display: none;
  }
}
.section.single.single-post .single-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.section.single.single-post .single-content .single-thumbnail {
  display: none;
}
.section.single.single-post .single-content .col-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1000px;
  padding-top: 30px;
}
@media only screen and (min-width: 97.5rem) {
  .section.single.single-post .single-content .col-content {
    width: 90%;
  }
}
.section.single.single-post .single-content .excerpt {
  opacity: 0.9;
  margin-bottom: 30px;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  font-weight: 300;
  color: #323433;
  font-size: 1rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .single-content .excerpt {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.section.single.single-post .single-content .excerpt::before {
  font-weight: 900;
  margin-right: 15px;
  color: #323433;
  font-size: 150%;
}
.section.single.single-post .single-content .excerpt blockquote {
  background-color: rgba(177, 177, 177, 0.1);
  border-left: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(177, 177, 177, 0.1);
          box-shadow: inset 0 0 0 1px rgba(177, 177, 177, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1a1a1a;
  font-weight: 300;
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 30px 30px 30px 80px;
  position: relative;
}
.section.single.single-post .single-content .excerpt blockquote::first-letter {
  font-size: 18px;
  font-weight: 700;
  margin-right: 1px;
}
.section.single.single-post .single-content .excerpt blockquote::before {
  color: #4b4e4d;
  content: "“";
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150px;
  font-style: normal;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: -16px;
}
.section.single.single-post .single-content .single-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #004A8D;
}
.section.single.single-post .single-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: 12px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .single-content .meta {
    margin-bottom: 15px;
  }
}
.section.single.single-post .single-content .meta .terms {
  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;
}
.section.single.single-post .single-content .meta .terms a {
  padding: 5px 5px 2px;
  background: var(--color1);
  color: #ffffff;
  font-size: 12px;
  line-height: initial;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}
.section.single.single-post .single-content .meta .time i {
  font-weight: 300;
  margin-right: 5px;
}

/** */
.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: #00A651;
  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: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .gmap-sections {
    z-index: -1;
    position: relative;
  }
  .section.single-contactpage .gmap-sections .res.res-map {
    padding-bottom: 50%;
  }
}
.section.single-contactpage .content-html {
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .content-html figure {
    z-index: -1;
    position: relative;
  }
}
.section.single-contactpage .content-html figure img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .content-html figure img {
    max-height: 350px;
  }
}
.section.single-contactpage .content-html .inner-contents {
  width: 600px;
  padding: 50px 33px;
  background: #004A8D;
  color: #ffffff;
  -webkit-border-radius: 30px 0px;
          border-radius: 30px 0px;
  position: absolute;
  right: 20%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .content-html .inner-contents {
    position: unset;
    width: 90%;
    -webkit-transform: unset;
            transform: unset;
    margin: -40px auto 0;
    z-index: 1;
    padding: 15px;
  }
}
.section.single-contactpage .content-html .inner-contents .heading-title {
  color: #ffffff;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
}
.section.single-contactpage .content-html .inner-contents .lists_info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.single-contactpage .content-html .inner-contents .lists_info li .lists-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #004A8D;
}
.section.single-contactpage .content-html .inner-contents .lists_info li .list_addres .list_item {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
.section.single-contactpage .content-html .inner-contents .lists_info li .list_addres .list_item i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
}
.section.single-contactpage .content-html .inner-contents .lists_info li .list_addres .list_item:last-child {
  margin-bottom: 0;
}
.section.single-contactpage .content-html .inner-contents .lists_info li .list_addres .list_item p a {
  color: #00A651;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .content-html .inner-contents .lists_info li .list_addres .list_item p a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .content-html .inner-contents .lists_info li .list_addres .list_item {
    font-size: 14px;
    line-height: 20px;
  }
}
.section.single-contactpage .hb_contacts_design {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-contactpage .hb_contacts_design {
    padding-top: 6.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .hb_contacts_design {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-contactpage .hb_contacts_design {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .hb_contacts_design {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .hb_contacts_design {
    background: transparent !important;
  }
}
.section.single-contactpage .content-form {
  max-width: 515px;
}
.section.single-contactpage .content-form .heading-title {
  margin-bottom: 20px !important;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
}
.section.single-contactpage .content-form .form-desc {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section.single-contactpage .content-form form .form-group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .content-form form .form-group {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
  }
}
.section.single-contactpage .content-form form input::-webkit-input-placeholder, .section.single-contactpage .content-form form textarea::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.section.single-contactpage .content-form form input::-moz-placeholder, .section.single-contactpage .content-form form textarea::-moz-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.section.single-contactpage .content-form form input::-ms-input-placeholder, .section.single-contactpage .content-form form textarea::-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.section.single-contactpage .content-form form input::placeholder, .section.single-contactpage .content-form form textarea::placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.section.single-contactpage .content-form form [type=text], .section.single-contactpage .content-form form [type=password], .section.single-contactpage .content-form form [type=date], .section.single-contactpage .content-form form [type=datetime], .section.single-contactpage .content-form form [type=datetime-local], .section.single-contactpage .content-form form [type=month], .section.single-contactpage .content-form form [type=week], .section.single-contactpage .content-form form [type=email], .section.single-contactpage .content-form form [type=number], .section.single-contactpage .content-form form [type=search], .section.single-contactpage .content-form form [type=tel], .section.single-contactpage .content-form form [type=time], .section.single-contactpage .content-form form [type=url], .section.single-contactpage .content-form form [type=color], .section.single-contactpage .content-form form textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 50px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 0.7px solid #878686;
  padding-left: 20px;
  background-color: #ffffff;
  border-color: #e2e4e5;
  border-width: 1px 1px 1px 1px;
  -webkit-border-radius: 35px 35px 35px 35px;
          border-radius: 35px 35px 35px 35px;
}
.section.single-contactpage .content-form form textarea {
  height: 115px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 0.7px solid #878686;
  padding-left: 20px;
  background-color: #ffffff;
  border-color: #e2e4e5;
  border-width: 1px 1px 1px 1px;
  -webkit-border-radius: 35px 35px 35px 35px;
          border-radius: 35px 35px 35px 35px;
}
.section.single-contactpage .content-form form .form-submit {
  position: relative;
}
.section.single-contactpage .content-form form .form-submit span {
  display: inline-block;
}
.section.single-contactpage .content-form form .form-submit button {
  background-color: #004A8D;
  color: #ffffff;
  font-size: 17px;
  -webkit-border-radius: 35px 35px 35px 35px;
          border-radius: 35px 35px 35px 35px;
  padding: 1px 32px 1px 32px;
  min-height: 59px;
  text-transform: capitalize;
}
.section.single-contactpage .content-form form .form-submit button:hover {
  background-color: #00A651;
}
.section.single-contactpage .content-form form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.section.single-contactpage .content-form form .wpcf7-not-valid-tip {
  top: 10px;
}
.section.single-contactpage .content-form form .wpcf7-response-output {
  background: #004A8D;
  border-color: #004A8D;
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}
.section.single-contactpage .col-content .content {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .col-content .content {
    grid-gap: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .col-content .content {
    gap: 1.875rem;
  }
}
.section.single-contactpage .col-content .content > .cell {
  width: -webkit-calc(50% - 1.25rem);
  width: calc(50% - 1.25rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-contactpage .col-content .content > .cell {
    width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .col-content .content > .cell {
    width: 100%;
  }
}
.section.single-contactpage .col-content .content .content-html strong {
  font-weight: 600;
}
.section.single-contactpage .col-content .content .content-html i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  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: 100%;
          border-radius: 100%;
  border: 1px solid var(--color1);
  color: var(--color1);
  margin-right: 5px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .col-content .content .content-html i {
    margin-right: 10px;
  }
}
.section.single-contactpage .col-content .content .content-html .contacts_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 15px;
  line-height: 20px;
}
.section.single-contactpage .col-content .content .contact-form-inner .item label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  text-transform: uppercase;
}
.section.single-contactpage .col-content .content .contact-form-inner .item label .wpcf7-form-control-wrap input, .section.single-contactpage .col-content .content .contact-form-inner .item label .wpcf7-form-control-wrap select, .section.single-contactpage .col-content .content .contact-form-inner .item label .wpcf7-form-control-wrap textarea {
  background-color: hsla(0, 0%, 70%, 0.1);
  height: 42px;
  line-height: normal;
  margin-bottom: 20px;
  padding: 0 15px;
}
.section.single-contactpage .col-content .content .contact-form-inner .item label .wpcf7-form-control-wrap textarea {
  height: auto;
  padding: 15px;
}
.section.single-contactpage .col-content .content .content-form .item.btn button[type=submit] {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 18px;
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  height: 38px;
  padding: 0 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 10px;
  z-index: 1;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s, background-color 0.1s;
  transition: all 0.3s, background-color 0.1s;
  width: 100%;
}
.section.single-contactpage .col-content .content .content-form .item.btn button[type=submit]::after {
  display: none;
}
.section.single-contactpage .col-content .content .content-form .item.btn button[type=submit]:hover {
  opacity: 0.7;
}
.section.single-contactpage .col-content .content .content-form .item.btn .alert-txt {
  display: none;
}
.section.single-contactpage .col-content .content .content-form .wpcf7-response-output {
  margin: 30px 0 0;
  border-color: var(--color1);
}

/** */
.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: 2.5rem;
  }
}
.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;
}
.section.single-post.single-page.single-about-page .hb_about_title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #146EBF;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_title {
    font-size: 18px;
    line-height: 24px;
  }
}
.section.single-post.single-page.single-about-page .hb_abouts_desc {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
.section.single-post.single-page.single-about-page figure img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: 0.3s;
          transform: 0.3s;
  vertical-align: middle;
  display: inline-block;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.section.single-post.single-page.single-about-page figure img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section.single-post.single-page.single-about-page .hb_about_us {
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_us {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_us {
    padding-bottom: 1.875rem;
  }
}
.section.single-post.single-page.single-about-page .hb_about_us .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_us .grid-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.section.single-post.single-page.single-about-page .hb_about_us .grid-container .hb_abouts_left, .section.single-post.single-page.single-about-page .hb_about_us .grid-container .hb_abouts_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_us .grid-container .hb_abouts_left, .section.single-post.single-page.single-about-page .hb_about_us .grid-container .hb_abouts_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_us .grid-container .hb_abouts_left {
    margin-top: 30px;
  }
}
.section.single-post.single-page.single-about-page .hb_about_us .grid-container .hb_abouts_left .hb_abouts_desc {
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
}
.section.single-post.single-page.single-about-page .hb_about_us .grid-container .hb_abouts_left .hb_abouts_desc::before {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 6 Pro";
  left: 0;
  top: 0;
  color: #146EBF;
  font-size: 45px;
  font-weight: 600;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_us .grid-container .hb_abouts_left .hb_abouts_desc::before {
    font-size: 22px;
  }
}
.section.single-post.single-page.single-about-page .hb_about_us .grid-container .hb_abouts_left .hb_abouts_desc::after {
  position: absolute;
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  right: 0;
  bottom: 0;
  color: #146EBF;
  font-size: 45px;
  font-weight: 600;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_us .grid-container .hb_abouts_left .hb_abouts_desc::after {
    font-size: 22px;
  }
}
.section.single-post.single-page.single-about-page .hb_about_MViss {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: rgba(20, 110, 191, 0.0784313725);
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_MViss {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_MViss {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_MViss {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_MViss {
    padding-bottom: 1.875rem;
  }
}
.section.single-post.single-page.single-about-page .hb_about_MViss .heading-title {
  text-align: center;
  margin-bottom: 40px;
}
.section.single-post.single-page.single-about-page .hb_about_MViss .hb_abouts_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 1054px;
  margin: 0 auto;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_MViss .hb_abouts_inner {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.section.single-post.single-page.single-about-page .hb_about_MViss .hb_abouts_inner .hb_abouts_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_about_MViss .hb_abouts_inner .hb_abouts_item {
    -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_about_MViss .hb_abouts_inner .hb_abouts_item figure {
  margin-bottom: 30px;
}
.section.single-post.single-page.single-about-page .hb_about_MViss .hb_abouts_inner .hb_abouts_item figure img {
  width: 100%;
  height: 100%;
}

/** */
.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: #00A651;
}
.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 wrap;
          flex-flow: row wrap;
  width: 100%;
  height: 100%;
  grid-gap: 5px;
  gap: 5px;
  max-width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.top-header-inner .widget_custom_html, .top-header-inner .textwidget {
  width: 100%;
  height: 100%;
}
.top-header-inner .search-dropdown--wrap {
  border: none;
  width: auto;
  height: auto;
  margin-left: 0;
}
.top-header-inner .widget_nav_menu {
  position: relative;
}
.top-header-inner .widget_nav_menu::before {
  position: absolute;
  content: "|";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2.5px;
  color: #ffffff;
}
.top-header-inner .widget_nav_menu ul li a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
.top-header-inner .widget_nav_menu ul li a::after {
  position: absolute;
  content: "|";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.5px;
  color: #ffffff;
}
.top-header-inner .widget_nav_menu ul li:last-child a::after {
  display: none;
}
.top-header-inner .widget_nav_menu ul li.active a {
  background: transparent;
}
.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 .hb_header_box {
  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;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.top-header-inner .hb_header_box .hb_header_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .top-header-inner .hb_header_box .hb_header_right {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .top-header-inner .hb_header_box .hb_header_right {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}

.top-header {
  /*border-bottom: 1px solid rgb(0 0 0 / 10%);*/
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  position: static;
  background-color: #00A651;
}
@media only screen and (max-width: 39.96875rem) {
  .top-header {
    display: none !important;
  }
}
.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%;
}
.top-header > .grid-container .hb_header_address {
  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;
  padding: 15px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
.top-header .search-dropdown--wrap .trigger-s {
  background: transparent;
}
.top-header .search-dropdown--wrap .trigger-s::before {
  color: #ffffff;
}

/** */
.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: #00A651;
}
.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 !important;
    }
  }
}
.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: #004A8D;
  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 !important;
  }
}
.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: #004A8D;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail::before {
  width: 1.1875rem;
  height: 1.1875rem;
  background-color: #004A8D;
  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: #146EBF;
  opacity: 1;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail:hover::before {
  background-color: #146EBF;
}
.section.home-news-slides .carousel-posts.grid-posts .swiper-controls .swiper-button {
  background-color: rgba(0, 166, 81, 0.9) !important;
  border-color: rgba(0, 166, 81, 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: #00a651 !important;
  border-color: #00a651;
}

/************************/
.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 #00A651;
  display: block;
  padding: 8px 12px;
  width: 100%;
  color: #146EBF;
  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: #00A651;
}

/** */
.mega_menu {
  position: relative;
  z-index: 999;
}
.mega_menu .mega-menu-title {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 166, 81, 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, 74, 141, 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, 74, 141, 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: #004A8D;
}
.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: #004A8D;
}
@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, #146EBF 0%, #1452bf 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 {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.grid-posts article.item > a {
  position: relative;
}
.grid-posts article.item .cover {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.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);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.grid-posts article.item .cover-content {
  padding: 15px 0 0;
}
.grid-posts article.item .cover-content .meta {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.grid-posts article.item .cover-content .meta .terms {
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.grid-posts article.item .cover-content .meta .terms a {
  padding: 3px 5px 1px;
  color: #ffffff;
  background: #146EBF;
  font-size: 12px;
  font-weight: 500;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.grid-posts article.item .cover-content .meta .time {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #C5C5C5;
}
.grid-posts article.item .cover-content .h6 a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  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 !important;
  }
}
.grid-posts article.item .cover-content .h6 a:hover {
  color: #004A8D;
}
.grid-posts article.item .cover-content .excerpt {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .grid-posts article.item .cover-content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
  }
}
/** */
.homepage-inner .widget_media_image {
  max-width: 75rem;
  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: 68.75rem;
  }
}
@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;
}
.site-footer ul.social-menu.menu {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
.site-footer ul.social-menu.menu li {
  background-color: #004A8D;
  /*border-radius: 50%;*/
  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: 2.125rem;
  height: 2.125rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.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 svg, .site-footer ul.social-menu.menu li a:hover path {
  color: #ccc;
  fill: #ccc;
  opacity: 1;
}

/** */
.section.add_this-section.mobile-all {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 74, 141, 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, 74, 141, 0.8);
  }
}
.section.add_this-section.mobile-all ul.add_this {
  max-width: 75rem;
  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: 68.75rem;
  }
}
@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: #004A8D !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: #004A8D !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 !important;
  }
}
.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: #004A8D;
  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: #004A8D;
  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: #00A651;
}
.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: #00A651;
  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: -webkit-gradient(linear, left top, left bottom, from(#E7F2D6), to(#FFFFFF));
  background: linear-gradient(180deg, #E7F2D6 0%, #FFFFFF 100%);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2588235294);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.2588235294);
}
.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 .hb_header_bottom {
  background: var(--color2);
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .hb_header_bottom {
    display: none;
  }
}
.inside-header .hb_header_bottom .grid-container {
  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;
}
.inside-header .hb_header_bottom .grid-container .widget-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.inside-header .hb_header_bottom .grid-container .widget-group .search-dropdown--wrap {
  border: none;
}
.inside-header .hb_header_top {
  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: 39.96875rem) {
  .inside-header .hb_header_top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}
/* .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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
} */
@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 .search-dropdown--wrap {
  border: none;
  margin-left: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .left .widget-group .search-dropdown--wrap {
    display: none;
  }
}
.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: #000000;
}
.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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.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: 10px;
    padding-top: 10px;
  }
}
.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;
}
.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.625rem;
  gap: 0.625rem;
  -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.625rem;
    gap: 0.625rem;
  }
}
.inside-header .header-inner .right .widget-group .widget_nav_menu ul li a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.inside-header .header-inner .right .widget-group .widget_nav_menu ul li.active a {
  background: transparent;
  color: #000000;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .right .widget-group .widget_nav_menu {
    display: none;
  }
}
.inside-header .header-inner .right .widget-group .search-dropdown--wrap .trigger-s::before {
  font-weight: 500;
  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: 39.96875rem) {
  .inside-header .header-inner .right .widget-group .search-dropdown--wrap .trigger-s::before {
    color: #000000;
  }
}
.inside-header .header-inner .right .widget-group .mini-cart-section {
  display: none;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .right .widget-group .mini-cart-section {
    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 .widget_custom_html {
    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 img {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55px;
          flex: 0 0 55px;
  max-width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.inside-header .header-inner .right .widget-group .hb_header_phone .hb_header_content span {
  display: block;
}
.inside-header .header-inner .right .widget-group .hb_header_phone .hb_header_content span:first-child {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.inside-header .header-inner .right .widget-group .hb_header_phone .hb_header_content span:last-child {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #00A651;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .right .widget-group .hb_header_phone {
    width: 29px;
    height: 29px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    border: 1px solid #004A8D;
  }
  .inside-header .header-inner .right .widget-group .hb_header_phone svg {
    width: 12px;
    height: 12px;
    margin: 0 auto;
    fill: #ffffff;
  }
  .inside-header .header-inner .right .widget-group .hb_header_phone .hb_phone_content span {
    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: #004A8D;
}
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 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.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*/