@charset "UTF-8";
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** media */
/** breakpoint */
/** */
/** */
/** */
/** media shorthand */
/** */
/** */
/** */
/** */
/** $gap_support : auto, true, false */
/** */
/** */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** */
/** */
/** padding-left, padding-right, left, right ... */
/** */
/** */
/** */
/** */
/** */
/** */
/** Button hover effect*/
/** */
/** functions to urlencode the svg string*/
/** $string - svg */
/** add unique id image url */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** */
/** */
.top-header {
  background-color: #E71D26;
}
@media only screen and (max-width: 39.96875rem) {
  .top-header {
    display: none;
  }
}
.top-header .grid-container {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top-header .grid-container .top-header-inner {
  padding-top: 0.9375rem;
  padding-bottom: 0.8125rem;
}
@media only screen and (max-width: 39.96875rem) {
  .top-header .grid-container .top-header-inner {
    padding-top: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .top-header .grid-container .top-header-inner {
    padding-bottom: 0.625rem;
  }
}
.top-header .grid-container .top-header-inner.left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 39.96875rem) {
  .top-header .grid-container .top-header-inner.right {
    display: none;
  }
}
.top-header .grid-container .top-header-inner .social-menu.menu li svg, .top-header .grid-container .top-header-inner .social-menu.menu li path {
  color: #119B45;
  fill: #119B45;
}
.top-header .grid-container .top-header-inner .linkbox {
  margin-right: 15px;
  font-weight: 300;
  font-size: 0.9375rem;
}
.top-header .grid-container .top-header-inner .linkbox .linkbox-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 48.84375rem) {
  .top-header .grid-container .top-header-inner .linkbox .linkbox-inner {
    font-size: 0.875rem;
  }
}
.top-header .grid-container .top-header-inner .linkbox .linkbox-inner::before {
  font-weight: 900;
}
.top-header .grid-container .top-header-inner .linkbox .linkbox-inner a {
  position: relative;
  display: inline-block;
}
.top-header .grid-container .top-header-inner .linkbox .linkbox-inner a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
}
.top-header .grid-container .top-header-inner .linkbox .linkbox-inner a:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.top-header .grid-container .top-header-inner .menu a {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
}
@media only screen and (max-width: 63.96875rem) {
  .top-header .grid-container .top-header-inner .menu a {
    font-size: 0.875rem;
  }
}
.top-header .grid-container .top-header-inner .widget_polylang {
  margin-left: 20px;
}
.top-header .grid-container .top-header-inner .widget_polylang ul {
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.top-header .grid-container .top-header-inner .widget_polylang ul li {
  padding-left: 8px;
}
.top-header .grid-container .top-header-inner .widget_polylang ul li a {
  display: block;
}
.top-header .grid-container .top-header-inner .widget_polylang ul li img {
  display: block;
  width: 16px;
}

/** */
.bot-header {
  background: #fdf0f0;
}
@media only screen and (max-width: 39.96875rem) {
  .bot-header {
    display: none;
  }
}

.inside-header .inner-header {
  position: absolute;
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .inner-header {
    /*position: fixed;*/
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
  }
}
.inside-header .row-cen {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.inside-header .row-cen .site-logo {
  background: #fff;
  padding: 15px 20px;
  border-radius: 0 0 20px 20px;
}
@supports (aspect-ratio: 1/1) {
  .inside-header .row-cen .site-logo {
    width: calc(16.6666666667% - 1.5625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .inside-header .row-cen .site-logo {
    width: 16.6666666667%;
  }
}
@supports (aspect-ratio: 1/1) {
  .inside-header .row-cen .right-header {
    width: calc(83.3333333333% - 0.3125rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .inside-header .row-cen .right-header {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  @supports (aspect-ratio: 1/1) {
    .inside-header .row-cen .site-logo {
      width: calc(33.3333333333% - 1.25rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .inside-header .row-cen .site-logo {
      width: 33.3333333333%;
    }
  }
  @supports (aspect-ratio: 1/1) {
    .inside-header .row-cen .right-header {
      width: calc(66.6666666667% - 0.625rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .inside-header .row-cen .right-header {
      width: 66.6666666667%;
    }
  }
}
@media only screen and (max-width: 89.96875rem) {
  .inside-header .site-logo {
    padding-left: 0;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .site-logo .logo {
    width: 100%;
  }
}
.inside-header .site-navigation .menu {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 89.96875rem) {
  .inside-header .site-navigation {
    padding-right: 0;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .site-navigation {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}
.inside-header .site-navigation.sticky.is-stuck {
  position: fixed;
}
.inside-header .site-navigation.sticky.is-stuck::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  content: "";
}
@media only screen and (max-width: 991px) {
  .inside-header .site-navigation nav.navigation {
    display: none;
  }
}
.inside-header .site-navigation nav.navigation .desktop-menu.menu > li {
  transition: 0.3s;
  padding-top: 15px;
}
.inside-header .site-navigation nav.navigation .desktop-menu.menu > li > a {
  transition: hover 0.1s, opacity 0.1s, background-color 0.1s, color 0.1s;
  text-transform: uppercase;
}
.inside-header .site-navigation nav.navigation .desktop-menu.menu > li.active {
  background: #119B45;
  border-radius: 0 0 16px 16px;
}
.inside-header .site-navigation nav.navigation .desktop-menu.menu > li.active > a {
  color: #fff;
  background: transparent;
}
.inside-header .site-navigation nav.navigation .desktop-menu.menu > li:hover::after, .inside-header .site-navigation nav.navigation .desktop-menu.menu > li.is-active::after {
  display: block;
}
.inside-header .widget-group {
  display: -webkit-flex;
  display: flex;
  /** */
}
.inside-header .widget-group .widget-group-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .widget-group.left {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
}
.inside-header .widget-group.right {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .widget-group.right {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.inside-header .widget-group.right .widget-group-inner > * {
  padding-left: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .widget-group.right .widget-group-inner > * {
    padding-left: 0.625rem;
  }
}
@media only screen and (min-width: 40rem) {
  .inside-header .widget-group.right .widget-group-inner > * {
    position: relative;
  }
}
.inside-header .widget-group.right .widget-group-inner > *:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -15px;
  height: 80%;
  width: 0;
  background-color: #E71D26;
  top: 10%;
  opacity: 0.2;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .widget-group.right .widget-group-inner > *:not(:last-child)::before {
    width: 0;
    height: 0;
  }
}
.inside-header .widget-group .inside-search {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.inside-header .widget-group .linkbox.hotline > a {
  transition: 0.3s;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.inside-header .widget-group .linkbox.hotline > a::before {
  font-weight: 300;
  line-height: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #E71D26;
  color: #119B45;
  border-radius: 50%;
  font-size: 1.125rem;
  width: 2.25rem;
  height: 2.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .widget-group .linkbox.hotline > a::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.inside-header .widget-group .linkbox.hotline > a > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .widget-group .linkbox.hotline > a > div {
    display: none;
  }
}
.inside-header .widget-group .linkbox.hotline > a > div span {
  display: block;
  line-height: normal;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.9;
  font-size: 0.75rem;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .widget-group .linkbox.hotline > a > div span {
    font-size: 0.6875rem;
  }
}
.inside-header .widget-group .linkbox.hotline > a > div p {
  font-weight: 600;
  line-height: normal;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 40rem) {
  .inside-header .widget-group .linkbox.hotline > a > div p {
    letter-spacing: 1px;
  }
}

/** */
.site-header {
  position: relative;
  z-index: 9996;
  /** */
}
.site-header::before {
  position: absolute;
  top: 0;
  height: 0;
  max-height: 130px;
  will-change: background-color;
  background-image: linear-gradient(to top, transparent 0%, #000 100%);
  opacity: 0;
  content: "";
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 4;
  transition: 0.3s;
}
.site-header .sticky-container, .site-header [data-sticky-container] {
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 39.96875rem) {
  .site-header .sticky-container .inside-header, .site-header [data-sticky-container] .inside-header {
    top: 0 !important;
  }
}
.site-header .inline-search .inside-search {
  width: 100%;
  margin-top: 0.9375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .site-header .inline-search .inside-search {
    margin-top: 0.625rem;
  }
}
.site-header .inline-search .inside-search .frm-search {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.site-header .inline-search .inside-search .frm-search input {
  width: 100%;
  max-width: 100%;
  border: none;
  padding-top: 0;
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 2.5rem;
}
@media only screen and (max-width: 39.96875rem) {
  .site-header .inline-search .inside-search .frm-search input {
    height: 2.125rem;
  }
}

/** */
.footer-widgets {
  position: relative;
  padding-top: 60px;
  /** */
}
.footer-widgets .grid-container {
  position: relative;
  z-index: 1;
}
.footer-widgets.has-bg {
  margin-bottom: -1px;
  padding-bottom: 60px;
}
.footer-widgets.has-bg::after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-position: left bottom;
  background-size: 100% auto;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
}
.footer-widgets .grid-x .cell {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.footer-widgets .footer-widget .site-logo a {
  height: auto;
}
.footer-widgets .footer-widget .site-logo img {
  height: auto;
  width: 200px;
  max-width: 100%;
  margin-bottom: 20px;
}
.footer-widgets .footer-widget .footer-title, .footer-widgets .footer-widget .widget-title {
  color: #119B45;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-widgets .footer-widget .footer-text, .footer-widgets .footer-widget .footer-txt {
  font-size: 0.875rem;
  font-weight: 300;
}
.footer-widgets .footer-widget .menu {
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.footer-widgets .footer-widget .menu li a {
  color: #119B45;
  color: #119B45;
  background: none;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 300;
  padding: 0;
}
.footer-widgets .footer-widget .menu li a:hover {
  color: #119B45;
  text-decoration: none;
}
.footer-widgets .footer-widget .menu.social-menu {
  -webkit-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}
.footer-widgets .footer-widget .menu.social-menu li a {
  padding: 0;
}
.footer-widgets .footer-widget .iconbox {
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.footer-widgets .footer-widget .iconbox li {
  display: -webkit-flex;
  display: flex;
}
.footer-widgets .footer-widget .iconbox li:not(:last-child) {
  margin-bottom: 5px;
}
.footer-widgets .footer-widget .iconbox li i, .footer-widgets .footer-widget .iconbox li em, .footer-widgets .footer-widget .iconbox li::before {
  top: -1px;
  position: relative;
  -webkit-flex: 0 0 28px;
          flex: 0 0 28px;
  max-width: 28px;
  font-size: 0.9375rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 28px;
  margin-right: 5px;
  border-radius: 50%;
  font-weight: 900;
}
.footer-widgets .footer-widget .iconbox li .iconbox-title {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}
.footer-widgets .footer-widget .iconbox li .iconbox-title > span {
  opacity: 0.8;
  margin-right: 5px;
  font-weight: 300;
}
.footer-widgets .footer-widget .iconbox li .iconbox-title a {
  color: #eee;
  position: relative;
  display: inline-block;
}
.footer-widgets .footer-widget .iconbox li .iconbox-title a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-widgets .footer-widget .iconbox li .iconbox-title a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eee;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
}
.footer-widgets .footer-widget .iconbox li .iconbox-title a:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.footer-widgets .footer-widget .iconbox li .iconbox-title .title, .footer-widgets .footer-widget .iconbox li .iconbox-title > p {
  line-height: 1.5;
}
.footer-widgets .footer-widget .section.cf7-section::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 48.84375rem) {
  .footer-widgets .footer-widget .section.cf7-section::before {
    height: 0;
  }
}
.footer-widgets .footer-widget .section.cf7-section .heading-title {
  color: #454545;
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
}
.footer-widgets .footer-widget .section.cf7-section .newsletter {
  position: relative;
  margin-top: 15px;
  padding: 0;
  width: 320px;
  max-width: 100%;
}
.footer-widgets .footer-widget .section.cf7-section .newsletter .wpcf7-form-control-wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.footer-widgets .footer-widget .section.cf7-section .newsletter .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 12px;
  font-weight: 300;
}
.footer-widgets .footer-widget .section.cf7-section .newsletter input {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  line-height: normal;
  padding: 0 35px 0 15px;
  height: 40px;
  border-radius: 40px;
  font-size: 0.875rem;
}
.footer-widgets .footer-widget .section.cf7-section .newsletter button[type=submit] {
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.125rem;
  height: 2.125rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #E71D26;
  border-radius: 50%;
}
.footer-widgets .footer-widget .section.cf7-section .newsletter button[type=submit]::before {
  color: #fff;
  font-weight: 400;
  font-size: 0.9375rem;
}
.footer-widgets .footer-widget .section.cf7-section .newsletter button[type=submit] span {
  display: none;
}
.footer-widgets .footer-widget .section.cf7-section .wpcf7-response-output {
  border-width: 1px;
  color: rgba(231, 29, 38, 0.8);
  font-size: 14px;
  font-weight: 300;
  padding: 10px 15px;
  border-color: rgba(0, 0, 0, 0.05);
}
.footer-widgets .footer-widget .widget.widget_media_image img {
  display: block;
  width: 250px;
  max-width: 100%;
}
.footer-widgets .row-1 {
  overflow: hidden;
}
@supports not (aspect-ratio: 1/1) {
  .footer-widgets .row-1 .grid-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .footer-widgets .row-1 .grid-x {
      margin-left: -0.625rem;
      margin-right: -0.625rem;
    }
  }
  .footer-widgets .row-1 .grid-x > .cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .footer-widgets .row-1 .grid-x > .cell {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .footer-widgets .row-1 .grid-x {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem;
    }
  }
  .footer-widgets .row-1 .grid-x > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .footer-widgets .row-1 .grid-x > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
    }
  }
  .footer-widgets .row-1 .grid-x > .cell {
    width: 25%;
  }
  @media only screen and (max-width: 63.96875rem) {
    .footer-widgets .row-1 .grid-x > .cell {
      width: 50%;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .footer-widgets .row-1 .grid-x > .cell {
      width: 100%;
    }
  }
}
@supports (aspect-ratio: 1/1) {
  .footer-widgets .row-1 .grid-x {
    gap: 1.875rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .footer-widgets .row-1 .grid-x {
      gap: 1.25rem;
    }
  }
  .footer-widgets .row-1 .grid-x > .cell {
    width: calc(25% - 1.40625rem);
  }
  @media only screen and (max-width: 63.96875rem) {
    .footer-widgets .row-1 .grid-x > .cell {
      width: calc(50% - 0.9375rem);
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .footer-widgets .row-1 .grid-x > .cell {
      width: 100%;
    }
  }
}

/** */
.footer-credit {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 9;
  left: 0;
  width: 100%;
  bottom: 0;
  font-weight: 300;
}
.footer-credit .hd {
  opacity: 0.8;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-credit .hd {
    display: none;
  }
}
.footer-credit .hd a {
  color: #eee;
}
.footer-credit .hd a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-credit .grid-x .cell {
  width: auto;
}
.footer-credit .grid-x .cell.copyright .copyright-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.footer-credit .grid-x .cell.copyright .copyright-inner p {
  margin-bottom: 0;
}
.footer-credit .grid-x .cell.copyright .copyright-inner .gpkd::before {
  font-weight: 300;
  margin-right: 5px;
}
.footer-credit .grid-x .cell.extra {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 48.84375rem) {
  .footer-credit .grid-x .cell.extra {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-order: -1;
            order: -1;
  }
}
.footer-credit .grid-x .cell.extra .menu {
  -webkit-justify-content: center;
          justify-content: center;
}
.footer-credit .grid-x .cell.extra .menu li a {
  line-height: normal;
  color: #ccc;
}
.footer-credit .grid-x .cell.extra .menu li a:hover {
  color: #eee;
  text-decoration: none;
}

/** */
.site-footer {
  position: relative;
  overflow: hidden;
  background-color: rgb(21, 24, 25);
  color: #fff;
  border-top: 4px solid #fff;
}
.site-footer::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.site-footer.has-fixed-bar {
  margin-bottom: 40px;
}

/** */
.section.single-post {
  padding-top: 30px;
  padding-bottom: 30px;
  /*background-color: #f8f8f8;*/
}
.section.single-post .sharing_toolbox {
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  margin-top: 110px;
  padding-right: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: none;
}
.section.single-post .terms {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 10px;
}
.section.single-post .terms a {
  border: 1px solid rgba(17, 155, 69, 0.2);
  border-radius: 7px;
  font-size: 0.875rem;
  padding: 0 10px;
  transition: 0.3s;
  color: #119B45;
  line-height: normal;
  font-weight: 300;
}
.section.single-post .terms a:hover {
  color: #ff0000;
  text-decoration: none;
}
.section.single-post .terms a:hover {
  border-color: #ff0000;
}
.section.single-post .excerpt {
  opacity: 0.9;
  margin-bottom: 30px;
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  font-weight: 300;
  color: #454545;
  font-size: 1rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post .excerpt {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.section.single-post .excerpt::before {
  font-weight: 900;
  margin-right: 15px;
  color: #ff0000;
  font-size: 150%;
}
.section.single-post .excerpt blockquote {
  background-color: rgba(177, 177, 177, 0.1);
  border-left: none;
  box-shadow: inset 0 0 0 1px rgba(177, 177, 177, 0.1);
  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-post .excerpt blockquote::first-letter {
  font-size: 18px;
  font-weight: 700;
  margin-right: 1px;
}
.section.single-post .excerpt blockquote::before {
  color: #ec4b52;
  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-post .single-content .col-content .single-title {
  padding-top: 20px;
  display: block;
  font-weight: 600;
}
.section.single-post .single-content .col-content .meta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 20px;
}
.section.single-post .single-content .col-content .meta .time {
  font-size: 0.8125rem;
  color: #454545;
  font-weight: 300;
}
.section.single-post .single-content .col-content .meta .time::before {
  margin-right: 5px;
  font-weight: 400;
  color: #454545;
}
.section.single-post .single-content .col-content .meta .terms {
  margin-left: 10px;
}
.section.single-post .single-content .col-content .single-thumbnail {
  margin-bottom: 20px;
}
.section.single-post .single-content .col-content .single-thumbnail img {
  display: inline-block;
  width: 100%;
}
.section.single-post .single-content .col-content .content {
  margin-bottom: 3.125rem;
}
.section.single-post .single-content .col-content .content a {
  color: #119B45;
}
.section.single-post .single-content .col-content .content a:hover {
  color: #E71D26;
  text-decoration: none;
}
.section.single-post .single-content .col-sidebar {
  -webkit-flex: 0 0 350px;
          flex: 0 0 350px;
  max-width: 350px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-post .single-content .col-sidebar {
    display: none;
  }
}
.section.single-post .single-content .col-sidebar .sidebar--wrap {
  margin-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.section.single-post .single-content .col-sidebar .sidebar--wrap .sidebar:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 48.875rem) {
  .header-search-dropdown {
    display: none;
  }
}

@media only screen and (max-width: 48.84375rem) {
  .inside-search .frm-search {
    display: none;
  }
}

/** */
.site-logo.footer-logo a {
  display: block;
}
.site-logo.footer-logo img {
  display: block;
  max-width: 200px;
}

/** */
.grid-posts.carousel-posts {
  padding-top: 10px;
}
.grid-posts article.item {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.grid-posts article.item .cover-content {
  padding: 0;
}
.grid-posts article.item .cover-content h6 {
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 5px;
}
.grid-posts article.item .cover-content h6 a {
  color: #000;
}
.grid-posts article.item .cover-content h6 a:hover {
  color: #119B45;
  text-decoration: none;
}
.grid-posts article.item .cover-content .terms {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 10px;
}
.grid-posts article.item .cover-content .terms a {
  font-size: 0.875rem;
  font-weight: 300;
  color: #E71D26;
  /*border: 1px solid $color2;
  padding: 0 10px;*/
  border-radius: 15px;
}
.grid-posts article.item .cover-content .terms a:hover {
  opacity: 0.8;
}
.grid-posts article.item .cover-content .excerpt {
  font-weight: 300;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-top: 10px;
  margin-bottom: 0;
}
@supports (-webkit-line-clamp: 2) {
  .grid-posts article.item .cover-content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-posts article.item .cover-content .meta {
  padding-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 300;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.grid-posts article.item .cover-content .meta .time, .grid-posts article.item .cover-content .meta .terms {
  margin-left: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.grid-posts article.item .cover-content .view-detail {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 15px;
  margin-top: 15px;
  transition: 0.3s;
}
.grid-posts article.item .cover-content .view-detail::before {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
}
.grid-posts article.item .cover-content .view-detail:hover {
  color: #E71D26;
}

/** */
.section.archive-posts {
  position: relative;
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-posts {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-posts {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-posts .grid-container {
    width: 100%;
  }
}
.section.archive-posts .feature-posts .carousel-posts {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.section.archive-posts .feature-posts .carousel-posts .swiper {
  background-image: linear-gradient(90deg, #f7f7f7 0%, #fff 100%);
  background-size: cover;
}
.section.archive-posts .feature-posts .carousel-posts article.item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-posts .feature-posts .carousel-posts article.item {
    display: block;
  }
}
.section.archive-posts .feature-posts .carousel-posts article.item > a {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 89.96875rem) {
  .section.archive-posts .feature-posts .carousel-posts article.item > a {
    width: 60%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-posts .feature-posts .carousel-posts article.item > a {
    height: auto;
    max-width: 100%;
  }
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover-content {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  padding: 30px;
  -webkit-order: -1;
          order: -1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 74.96875rem) {
  .section.archive-posts .feature-posts .carousel-posts article.item .cover-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-posts .feature-posts .carousel-posts article.item .cover-content {
    padding: 20px;
  }
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover-content .meta {
  display: -webkit-flex;
  display: flex;
  font-size: 0.8125rem;
  padding-top: 0;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 5px;
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover-content .meta .terms {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: 10px;
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover-content .meta .terms a {
  font-weight: 400;
  color: #E71D26;
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover-content h6 {
  margin-bottom: 10px;
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover-content .excerpt {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 0.9375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 5) {
  .section.archive-posts .feature-posts .carousel-posts article.item .cover-content .excerpt {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.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.archive-posts .feature-posts .carousel-posts article.item .cover-content .excerpt {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover-content .view-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 15px;
  font-size: 0.9375rem;
  background: #119B45;
  color: #fff;
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover-content .view-detail::before {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #119B45;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover-content .view-detail > span {
  font-weight: 500;
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover-content .view-detail:hover {
  color: #E71D26;
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover {
  height: 100%;
}
@media only screen and (min-width: 40rem) {
  .section.archive-posts .feature-posts .carousel-posts article.item .cover .res {
    padding-bottom: 0;
    height: 100%;
  }
}
@supports not (aspect-ratio: 1/1) {
  .section.archive-posts .grid-posts {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts {
      margin-left: -0.625rem;
      margin-right: -0.625rem;
    }
  }
  .section.archive-posts .grid-posts > .cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts > .cell {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem;
    }
  }
  .section.archive-posts .grid-posts > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
    }
  }
  .section.archive-posts .grid-posts > .cell {
    width: 33.3333333333%;
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.archive-posts .grid-posts > .cell {
      width: 33.3333333333%;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts > .cell {
      width: 50%;
    }
  }
}
@supports (aspect-ratio: 1/1) {
  .section.archive-posts .grid-posts {
    gap: 1.875rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts {
      gap: 1.25rem;
    }
  }
  .section.archive-posts .grid-posts > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.archive-posts .grid-posts > .cell {
      width: calc(33.3333333333% - 1.25rem);
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts > .cell {
      width: calc(50% - 0.625rem);
    }
  }
}
.section.archive-posts .grid-posts article.item {
  /* box-shadow: 0 0 8px rgb(0 0 0 / 15%);*/
  /*background-color: rgb(255 255 255 / 90%);*/
  /*backdrop-filter: blur(6px);*/
  height: 100%;
  /*border-radius: 10px;*/
  overflow: hidden;
}
.section.archive-posts .grid-posts article.item .meta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 0.75rem;
  padding-top: 10px;
}
.section.archive-posts .grid-posts article.item .meta .terms {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: 10px;
}
.section.archive-posts .grid-posts article.item .meta .terms a {
  font-weight: 400;
  color: #E71D26;
}
.section.archive-posts .grid-posts article.item h6 {
  padding-top: 5px;
}
.section.archive-posts .grid-posts article.item h6 a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
.section.archive-posts .grid-posts article.item h6 a:hover {
  color: #454545;
  text-decoration: none;
}
@supports (-webkit-line-clamp: 2) {
  .section.archive-posts .grid-posts article.item h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive-posts .grid-posts article.item .excerpt {
  display: block;
  font-weight: 300;
  font-size: 0.875rem;
  color: #454545;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 0;
}
@supports (-webkit-line-clamp: 2) {
  .section.archive-posts .grid-posts article.item .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-posts .grid-posts article.item .excerpt {
    display: none;
  }
}
.section.archive-posts .grid-posts article.item .view-more {
  color: #ff0000;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.875rem;
  margin-top: 15px;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  font-weight: 300;
  padding: 0 15px 20px 15px;
}
.section.archive-posts .grid-posts article.item .view-more span {
  color: currentColor;
}
.section.archive-posts .grid-posts article.item .view-more i {
  margin-left: 5px;
  color: currentColor;
}
@supports not (aspect-ratio: 1/1) {
  .section.archive-posts .grid-posts.grid-cong-trinh {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts.grid-cong-trinh {
      margin-left: -0.625rem;
      margin-right: -0.625rem;
    }
  }
  .section.archive-posts .grid-posts.grid-cong-trinh > .cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts.grid-cong-trinh > .cell {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts.grid-cong-trinh {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem;
    }
  }
  .section.archive-posts .grid-posts.grid-cong-trinh > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts.grid-cong-trinh > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
    }
  }
  .section.archive-posts .grid-posts.grid-cong-trinh > .cell {
    width: 50%;
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.archive-posts .grid-posts.grid-cong-trinh > .cell {
      width: 50%;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts.grid-cong-trinh > .cell {
      width: 100%;
    }
  }
}
@supports (aspect-ratio: 1/1) {
  .section.archive-posts .grid-posts.grid-cong-trinh {
    gap: 1.875rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts.grid-cong-trinh {
      gap: 1.25rem;
    }
  }
  .section.archive-posts .grid-posts.grid-cong-trinh > .cell {
    width: calc(50% - 0.9375rem);
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.archive-posts .grid-posts.grid-cong-trinh > .cell {
      width: calc(50% - 0.9375rem);
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts.grid-cong-trinh > .cell {
      width: 100%;
    }
  }
}
@supports (aspect-ratio: 1/1) {
  .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n-2), .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n-1), .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n) {
    width: calc(33.3333333333% - 1.25rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n-2), .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n-1), .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n) {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  @supports (aspect-ratio: 1/1) {
    .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n-2), .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n-1), .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n) {
      width: calc(50% - 0.9375rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n-2), .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n-1), .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n) {
      width: 50%;
    }
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n-2), .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n-1), .section.archive-posts .grid-posts.grid-cong-trinh > .cell:nth-child(5n) {
    width: 100%;
  }
}
.section.archive-posts .grid-posts.grid-giai-phap article.item h6 a {
  text-transform: uppercase;
}
.section.archive-posts .grid-news-outer .grid-posts article.item h6 {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media only screen and (min-width: 40rem) {
  .section.archive-posts .grid-news-outer .grid-posts article.item h6 {
    font-size: 1rem;
  }
}
.section.archive-posts .grid-news-outer .grid-posts article.item .meta {
  padding-top: 0;
  padding-bottom: 10px;
}
.section.archive-posts .grid-news-outer .grid-posts article.item .cover-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .section.archive-posts .grid-news-outer .grid-posts article.item .cover-content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive-posts .grid-news-outer .grid-posts article.item .cover-content .view-detail {
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 16px;
  -webkit-align-items: center;
          align-items: center;
  background: #119B45;
  color: #fff;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-posts .grid-news-outer .grid-posts article.item .cover-content .view-detail {
    padding: 5px 10px;
  }
}
.section.archive-posts .grid-news-outer .grid-posts article.item .cover-content .view-detail:hover {
  background-color: #fff;
  border-color: #119B45;
  color: #119B45;
}

/** */
.marquee.marquee-enable {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

/** */
.image-tossing, .hover_tossing:hover {
  animation-name: content_effect_tossing;
  -webkit-animation-name: content_effect_tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.image-rotating {
  -webkit-animation-name: rotating;
          animation-name: rotating;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/** */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes content_effect_tossing {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes content_effect_tossing {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
/** */
.section.section-title {
  /*background-color: $color1;*/
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 63.96875rem) {
  .section.section-title {
    padding-top: 9.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.section-title {
    padding-top: 6.25rem;
  }
}
.section.section-title .title-bg {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section.section-title .title-bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.section.section-title .breadcrumbs-container {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
.section.section-title .breadcrumbs-container::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
.section.section-title .breadcrumbs-container .grid-container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.section.section-title .breadcrumbs-container .breadcrumbs {
  margin-bottom: 0;
}
.section.section-title .breadcrumbs-container .breadcrumbs li {
  text-transform: unset;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
}
@media only screen and (max-width: 39.96875rem) {
  .section.section-title .breadcrumbs-container .breadcrumbs li {
    font-size: 0.8125rem;
  }
}
.section.section-title .breadcrumbs-container .breadcrumbs li a {
  color: #eee;
}
.section.section-title .breadcrumbs-container .breadcrumbs li a:hover {
  color: #fff;
  text-decoration: none;
}
.section.section-title .breadcrumbs-container .breadcrumbs li:not(:last-child)::after {
  opacity: 0.8;
}
@media only screen and (max-width: 39.96875rem) {
  .section.section-title .breadcrumbs-container .breadcrumbs li:not(:last-child)::after {
    margin: 0 5px;
    font-size: 0.75rem;
  }
}
.section.section-title .title-inner {
  position: relative;
}
.section.section-title .title-inner .title {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 39.96875rem) {
  .section.section-title .title-inner .title {
    margin-bottom: 20px;
  }
}

/** */
.section.single-contactpage {
  padding-top: 3.75rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-contactpage {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage {
    padding-top: 2.5rem;
  }
}
.section.single-contactpage .heading-title {
  font-size: 1.25rem;
  color: #119B45;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 40rem) {
  .section.single-contactpage .heading-title {
    font-size: 1.4375rem;
  }
}
.section.single-contactpage .heading-title::after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  position: absolute;
  background-color: rgba(17, 155, 69, 0.5);
  bottom: 0;
}
.section.single-contactpage .content-html .contact-info {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.section.single-contactpage .content-html .contact-info ul {
  list-style: none;
  margin: 0;
}
.section.single-contactpage .content-html .contact-info ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 15px;
}
.section.single-contactpage .content-html .contact-info ul li p {
  margin-bottom: 0;
}
.section.single-contactpage .content-html .contact-info ul li br {
  display: none;
}
.section.single-contactpage .content-html .contact-info ul li > i {
  color: #fff;
  border: 1px solid #E71D26;
  max-width: 35px;
  height: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 35px;
  background-color: #E71D26;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-flex: 0 0 35px;
          flex: 0 0 35px;
  position: relative;
  top: 8px;
}
.section.single-contactpage .content-html .contact-info ul li a {
  color: #E71D26;
  font-weight: 600;
}
.section.single-contactpage .content-html .contact-info ul li address {
  font-weight: 600;
  font-style: normal;
}
.section.single-contactpage .content-html .contact-info ul li address > span {
  font-weight: normal;
}
.section.single-contactpage .content-html .contact-info ul li .i--wrap p {
  margin-bottom: 0;
}
.section.single-contactpage .content-html .contact-info ul li .i--wrap > mark {
  color: #999;
  background: none;
  display: block;
  line-height: normal;
}
.section.single-contactpage .content-form .contact-form-inner {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .content-form .contact-form-inner {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.section.single-contactpage .content-form .contact-form-inner > .cell {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-contactpage .content-form .contact-form-inner > .cell {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.section.single-contactpage .content-form .contact-form-inner .item input {
  height: 45px;
  padding: 0 15px;
  line-height: normal;
  box-shadow: none;
  border-width: 2px;
}
.section.single-contactpage .content-form .contact-form-inner .item textarea {
  padding: 15px;
  line-height: normal;
  box-shadow: none;
  height: 165px;
  resize: none;
  border-width: 2px;
}
.section.single-contactpage .content-form .contact-form-inner .item.btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.section.single-contactpage .content-form .contact-form-inner .item.btn .wpcf7-submit {
  white-space: nowrap;
  background-color: #E71D26;
  color: #fff;
  border: 1px solid #E71D26;
  border-radius: 25px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 400;
  padding: 10px 30px;
  line-height: normal;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
  border-radius: 1.5625rem;
}
.section.single-contactpage .content-form .contact-form-inner .item.btn .wpcf7-submit::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000;
  transition: 0.5s;
  opacity: 0;
  border-radius: 1.5625rem;
}
.section.single-contactpage .content-form .contact-form-inner .item.btn .wpcf7-submit:hover::before {
  width: 100%;
  opacity: 0.15;
}
.section.single-contactpage .content-form .contact-form-inner .item.btn .wpcf7-submit::after {
  display: none;
}
.section.single-contactpage .content-form .contact-form-inner .item.btn .alert-txt {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875rem;
}

/** */
.section.section-reviews .summary-bars .glsr-summary {
  /*max-width: 440px;*/
}
.section.section-reviews .summary-bars .glsr-summary-percentages {
  /*max-width: 440px;*/
}
.section.section-reviews .summary-bars .glsr-summary-percentages .glsr-bar .glsr-bar-label {
  font-size: 13px;
  padding: 6px 18px 6px 0;
  color: var(--light-gray);
}
.section.section-reviews .summary-bars .glsr-summary-percentages .glsr-bar .glsr-bar-background::before {
  height: 5px;
  margin-top: -2.5px;
  background-color: var(--light-gray);
  opacity: 0.9;
}
.section.section-reviews .summary-bars .glsr-summary-percentages .glsr-bar .glsr-bar-background .glsr-bar-background-percent {
  height: 5px;
  color: var(--color2);
}
.section.section-reviews .summary-bars .glsr-summary-percentages .glsr-bar .glsr-bar-percent {
  font-size: 13px;
  padding-left: 12px;
  color: var(--light-gray);
}
.section.section-reviews .review-header {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: var(--color1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.section.section-reviews .review-header::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
.section.section-reviews .review-header .left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  max-width: 530px;
}
.section.section-reviews .review-header .left > .thumb {
  margin-right: 15px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--light-gray);
  background-color: rgba(255, 255, 255, 0.76);
}
.section.section-reviews .review-header .left > .thumb img {
  display: block;
  width: 5.625rem;
  height: 5.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section.section-reviews .review-header .left > .info {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.section.section-reviews .review-header .left > .info h1 {
  color: var(--white);
  margin-bottom: 0;
  line-height: 1.4;
}
.section.section-reviews .review-header .left > .info .summary {
  margin-top: 15px;
}
.section.section-reviews .review-header .left > .info .summary .glsr-summary .glsr-summary-text {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  margin-top: 5px;
  width: auto;
  color: var(--light-gray);
}
.section.section-reviews .review-header .right {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .section.section-reviews .review-header .right.summary-bars {
    margin-top: 30px;
  }
}
.section.section-reviews .review-body {
  background-color: #f7f7f7;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media only screen and (max-width: 48.84375rem) {
  .section.section-reviews .review-body .wp-reverse {
    margin-bottom: 30px;
    -webkit-order: -1;
            order: -1;
  }
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews-wrap {
  gap: 0;
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews {
  gap: 30px;
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  min-height: 179px;
  gap: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review > div {
    margin-left: 25%;
  }
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-title {
  margin-top: 10px;
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-title .glsr-tag-value {
  margin-bottom: 0;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 40rem) {
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-title .glsr-tag-value {
    font-size: 1.1875rem;
  }
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-rating {
  -webkit-order: -2;
          order: -2;
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-rating .glsr-star {
  background-size: 18px;
  width: 1.125rem;
  height: 1.125rem;
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-assigned_links {
  margin-top: 10px;
  font-size: 13px;
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-date {
  -webkit-order: -1;
          order: -1;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  font-size: 12px;
  color: var(--medium-black);
}
@media only screen and (min-width: 64rem) {
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-date {
    -webkit-flex-basis: calc(50% - 110px);
            flex-basis: calc(50% - 110px);
  }
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-content {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-content p {
  line-height: inherit;
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-avatar {
  -webkit-order: -4;
          order: -4;
  margin-bottom: 15px;
  border-radius: 99px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-flex: inherit;
          flex: inherit;
}
@media only screen and (min-width: 64rem) {
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-avatar {
    position: absolute;
    top: 30px;
    left: 30px;
    margin-left: 0;
  }
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-author {
  -webkit-order: -3;
          order: -3;
  font-size: 15px;
  font-weight: 400;
  color: var(--medium-black);
  -webkit-flex-basis: calc(100% - 120px);
          flex-basis: calc(100% - 120px);
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 63.96875rem) {
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-author {
    padding-left: 10px;
    margin-bottom: 15px;
  }
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-author > span > span {
  margin-left: 0;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  color: var(--color1);
}
@media only screen and (max-width: 63.96875rem) {
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-author > span > span::before {
    content: " - ";
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-author > span > span {
    display: block;
    font-size: 13px;
  }
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-author > span > span::before {
    display: none;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-author > span {
    display: block;
  }
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-author > span > span {
    display: block;
    font-size: 13px;
    color: var(--color1);
    font-weight: 500;
    font-style: normal;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-author {
    position: absolute;
    left: 30px;
    top: 100px;
    margin-left: 0;
    max-width: calc(25% - 30px);
  }
  .section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-author span {
    margin-left: 0;
  }
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-response .glsr-review-response-inner p:first-child strong {
  font-size: 16px;
}
.section.section-reviews .review-body .left .body-reviews .glsr-reviews .glsr-review .glsr-review-response .glsr-review-response-inner p:not(:first-child) {
  font-size: 15px;
  line-height: 1.7;
}
.section.section-reviews .review-body .review-form {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.section-reviews .review-body .review-form {
    padding: 30px 15px;
  }
}
.section.section-reviews .review-body .review-form h3 {
  margin-bottom: 20px;
}
.section.section-reviews .review-body .review-form .glsr-field.glsr-field-rating {
  margin-bottom: 20px;
}
.section.section-reviews .review-body .review-form .glsr-field.glsr-field-rating .glsr-star-rating--stars > span {
  width: 1.5rem;
  height: 1.5rem;
}
.section.section-reviews .review-body .review-form .glsr-field .glsr-label {
  display: none;
}
.section.section-reviews .review-body .review-form .glsr-field .glsr-toggle label {
  font-size: 13px;
  font-weight: 300;
  color: var(--medium-black);
  margin-top: 2px;
}
.section.section-reviews .review-body .review-form .glsr-field-error {
  font-size: 13px;
  display: none;
}
.section.section-reviews .review-body .review-form .glsr-form-failed {
  color: var(--color);
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
}
.section.section-reviews .review-body .review-form .glsr-recaptcha-holder {
  margin-top: 0;
}
.section.section-reviews .review-body .review-form .glsr-review-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.section.section-reviews .review-body .review-form .glsr-review-form [type=submit] {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: normal;
  height: 40px;
  padding: 0 30px;
  border-radius: 99px;
  margin-top: 20px;
  background-color: #E71D26;
  font-size: 1rem;
}
.section.section-reviews .review-body .review-form .glsr-review-form [type=submit]:hover {
  background-color: rgba(231, 29, 38, 0.8);
}
.section.section-reviews .review-body .review-form .glsr-review-form [type=submit]:focus {
  outline: none;
  box-shadow: 0 0 12px 0 #eee;
}
.section.section-reviews .review-body .review-form .glsr-review-form input,
.section.section-reviews .review-body .review-form .glsr-review-form textarea {
  font-size: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.section.section-reviews .review-body .review-form .glsr-review-form input:focus,
.section.section-reviews .review-body .review-form .glsr-review-form textarea:focus {
  outline: none;
  box-shadow: 0 0 12px 0 #eee;
}
.section.section-reviews .review-body .review-form .glsr-review-form input.glsr-is-invalid,
.section.section-reviews .review-body .review-form .glsr-review-form textarea.glsr-is-invalid {
  border-color: var(--color);
}
.section.section-reviews .review-body .review-form .glsr-review-form input[type=checkbox] {
  height: 1.1rem;
  width: calc(2.2rem - 6px);
}
.section.section-reviews .review-body .review-form .glsr-review-form input[type=checkbox] + .glsr-toggle-track {
  height: 1.1rem;
  width: calc(2.2rem - 6px);
}
.section.section-reviews .review-body .review-form .glsr-review-form input[type=checkbox] + .glsr-toggle-track::after {
  height: calc(1.1rem - 6px);
  width: calc(1.1rem - 6px);
}
.section.section-reviews .review-body .review-form .glsr-review-form input[type=checkbox]:focus + .glsr-toggle-track {
  outline: none;
  box-shadow: 0 0 12px 0 #eee;
}
.section.section-reviews .review-body .review-form .glsr-review-form input[type=checkbox]:checked + .glsr-toggle-track {
  color: var(--global-color1);
}
.section.section-reviews .review-body .review-form .glsr-review-form input[type=checkbox]:checked + .glsr-toggle-track::after {
  -webkit-transform: translateX(calc(1.1rem - 6px));
          transform: translateX(calc(1.1rem - 6px));
}
.section.section-reviews .review-body .review-form .glsr-review-form input[type=checkbox].glsr-is-invalid + .glsr-toggle-track::before {
  opacity: 1;
  border: 1px solid var(--color2);
  background-color: #ccc;
}
.section.section-reviews .review-body .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
.section.section-reviews .review-body .sidebar .recent-reviews {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 30px;
  margin-top: 30px;
  display: none;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews .glsr-review:not(:last-child) {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews .glsr-review .glsr-review-title {
  -webkit-order: 0;
          order: 0;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews .glsr-review .glsr-review-title h3 {
  margin-bottom: 5px;
  font-size: 17px;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews .glsr-review .glsr-review-rating {
  -webkit-order: 2;
          order: 2;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews .glsr-review .glsr-review-rating .glsr-star {
  background-size: 14px;
  height: 14px;
  width: 14px;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews .glsr-review .glsr-review-assigned_links {
  -webkit-order: 1;
          order: 1;
  margin-top: 0;
  font-size: 12px;
  margin-bottom: 10px;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews .glsr-review .glsr-review-content {
  font-size: 14px;
  line-height: 1.7;
  -webkit-order: 3;
          order: 3;
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 0;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews .glsr-review .glsr-review-content p {
  line-height: inherit;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews .glsr-review .glsr-review-avatar {
  -webkit-order: 4;
          order: 4;
  margin-top: 15px;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews .glsr-review .glsr-review-avatar img {
  width: 30px !important;
  height: 30px !important;
  display: block;
}
.section.section-reviews .review-body .sidebar .recent-reviews .glsr-reviews .glsr-review .glsr-review-author {
  -webkit-order: 5;
          order: 5;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 300;
}
.section.section-reviews .review-body .glsr-pagination .nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
}
.section.section-reviews .review-body .glsr-pagination .nav-links a.next,
.section.section-reviews .review-body .glsr-pagination .nav-links a.prev {
  font-size: 0;
  position: relative;
}
.section.section-reviews .review-body .glsr-pagination .nav-links a.next::after,
.section.section-reviews .review-body .glsr-pagination .nav-links a.prev::after {
  content: ">";
  font-size: 20px;
}
.section.section-reviews .review-body .glsr-pagination .nav-links a.prev::after {
  content: "<";
}

/** */
@media only screen and (min-width: 48.875rem) {
  .grid-x > .wp-auto {
    -webkit-flex: 1 1 0;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .wp-4 {
    width: 33.3333333333%;
  }
  .grid-x > .wp-8 {
    width: 66.6666666667%;
  }
}
/** */
body.single-post .section-title .title-inner, body.single-product .section-title .title-inner {
  display: none;
}

/** */
.section.single-post.single-page .col-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 60rem;
}
.section.single-post.single-page .col-content .content {
  margin-bottom: 50px;
}

/** */
.section.home-news-slides {
  overflow: hidden;
}
.section.home-news-slides::before {
  content: "";
  background-image: url("../img/news-bg.png");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 30px;
  aspect-ratio: 1/1;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
@supports not (aspect-ratio: 1/1) {
  .section.home-news-slides::before {
    width: 33%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news-slides .title-container .heading-title {
    text-align: center;
  }
}
.section.home-news-slides .swiper-container {
  overflow: visible;
  padding-left: calc(50vw - 37.5rem);
  /** */
  /** */
  /** */
}
@media only screen and (min-width: 90rem) {
  .section.home-news-slides .swiper-container {
    padding-left: calc(50vw - 42.5rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-news-slides .swiper-container {
    padding-left: calc(50vw - 35.625rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news-slides .swiper-container {
    padding-left: 0;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.home-news-slides .swiper-container {
    padding-right: calc(50vw - 37.5rem);
    /** */
    /** */
    /** */
  }
}
@media only screen and (max-width: 74.96875rem) and (min-width: 90rem) {
  .section.home-news-slides .swiper-container {
    padding-right: calc(50vw - 42.5rem);
  }
}
@media only screen and (max-width: 74.96875rem) and (max-width: 89.96875rem) {
  .section.home-news-slides .swiper-container {
    padding-right: calc(50vw - 35.625rem);
  }
}
@media only screen and (max-width: 74.96875rem) and (max-width: 39.96875rem) {
  .section.home-news-slides .swiper-container {
    padding-right: 0;
  }
}
.section.home-news-slides .swiper-container .swiper-section {
  padding-left: 0.9375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section {
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section {
    padding-right: 0.9375rem;
  }
}
@media only screen and (max-width: 74.96875rem) and (max-width: 63.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section {
    padding-right: 0.625rem;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 6px;
  }
}
.section.home-news-slides .swiper-container .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: 6px;
}
.section.home-news-slides .swiper-container .swiper-section .swiper-slide {
  width: calc(33.3333333333% + 3.75rem);
}
@media only screen and (max-width: 74.96875rem) {
  @supports (aspect-ratio: 1/1) {
    .section.home-news-slides .swiper-container .swiper-section .swiper-slide {
      width: calc(50% - 0.625rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .section.home-news-slides .swiper-container .swiper-section .swiper-slide {
      width: 50%;
    }
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper-slide {
    width: 100%;
  }
}
.section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover {
  border-radius: 15px;
}
.section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  pointer-events: none;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content {
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content {
    padding-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content {
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content {
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content {
    padding-right: 0.9375rem;
  }
}
.section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content h6 {
  padding: 0;
  font-size: 1.0625rem;
  font-weight: 500;
}
@media only screen and (min-width: 40rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content h6 {
    font-size: 1.1875rem;
  }
}
.section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content h6 a {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 0 0 rgba(24, 27, 49, 0.1), -1px 0 0 rgba(24, 27, 49, 0.1), 0 1px 0 rgba(24, 27, 49, 0.1), 0 -1px 0 rgba(24, 27, 49, 0.1), 1px 1px rgba(24, 27, 49, 0.1), -1px -1px 0 rgba(24, 27, 49, 0.1), 1px -1px 0 rgba(24, 27, 49, 0.1), -1px 1px 0 rgba(24, 27, 49, 0.1);
}
.section.home-news-slides .swiper-container .swiper-section .swiper-slide article.item .cover-content .view-detail {
  display: none;
}
.section.home-news-slides .swiper-container .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button-next {
  right: calc(50vw - 37.5rem + 0.9375rem);
  /** */
  /** */
  /** */
}
@media only screen and (min-width: 90rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button-next {
    right: calc(50vw - 42.5rem + 0.9375rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button-next {
    right: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button-next {
    right: 0.625rem;
  }
}
/** */
.section.grid-cong-trinh article.item {
  position: relative;
}
.section.grid-cong-trinh article.item .cover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88px;
  padding: 25px 15px 10px 25px;
  transition: all 1.2s, height 0.4s;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}
.section.grid-cong-trinh article.item .cover-content .meta {
  display: none;
}
.section.grid-cong-trinh article.item .cover-content .excerpt {
  height: 0;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 4) {
  .section.grid-cong-trinh article.item .cover-content .excerpt {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.grid-cong-trinh article.item .cover-content h6 {
  padding-top: 0;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 0 0 rgba(24, 27, 49, 0.1), -1px 0 0 rgba(24, 27, 49, 0.1), 0 1px 0 rgba(24, 27, 49, 0.1), 0 -1px 0 rgba(24, 27, 49, 0.1), 1px 1px rgba(24, 27, 49, 0.1), -1px -1px 0 rgba(24, 27, 49, 0.1), 1px -1px 0 rgba(24, 27, 49, 0.1), -1px 1px 0 rgba(24, 27, 49, 0.1);
}
@media only screen and (min-width: 40rem) {
  .section.grid-cong-trinh article.item .cover-content h6 {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 40rem) and (min-width: 40rem) {
  .section.grid-cong-trinh article.item .cover-content h6 {
    font-size: 1.1875rem;
  }
}
.section.grid-cong-trinh article.item > a:hover .cover-content {
  height: 100%;
}
.section.grid-cong-trinh article.item > a:hover .cover-content .excerpt {
  height: auto;
  opacity: 1;
}

/** */
@-webkit-keyframes to_bottom {
  0% {
    top: 0;
  }
  100% {
    top: 90%;
  }
}
@keyframes to_bottom {
  0% {
    top: 0;
  }
  100% {
    top: 90%;
  }
}
@-webkit-keyframes to_top {
  0% {
    top: 98%;
  }
  100% {
    top: 0;
  }
}
@keyframes to_top {
  0% {
    top: 98%;
  }
  100% {
    top: 0;
  }
}
/** */
.grid-news-outer .col-sidebar {
  -webkit-flex: 0 0 350px;
          flex: 0 0 350px;
  max-width: 350px;
}
@media only screen and (max-width: 63.96875rem) {
  .grid-news-outer .col-sidebar {
    display: none;
  }
}
.grid-news-outer .col-sidebar .sidebar--wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.grid-news-outer .col-sidebar .sidebar--wrap .sidebar:not(:last-child) {
  margin-bottom: 1.25rem;
}
.grid-news-outer .col-content {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}

/** */
.mobile-menu.menu .submenu > .active > a,
.mobile-menu.menu .submenu > li > a:hover,
.mobile-menu.menu .active > a,
.mobile-menu.menu a:hover {
  color: #E71D26;
}

.search-dropdown--wrap .dropdown-pane .frm-container .btn-s:hover {
  background-color: #E71D26;
}

/** */
@media only screen and (max-width: 39.96875rem) {
  .section .heading-title {
    text-align: center;
  }
}

.glsr-default .glsr-review-avatar img {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .glsr-default .glsr-review-avatar img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.slide-home .video {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 39.96875rem) {
  .slide-home .video iframe {
    height: 215px;
  }
}
.slide-home .swiper-slide {
  background: rgba(215, 136, 144, 0.1098039216);
}
.slide-home img {
  width: 100%;
}
@media only screen and (max-width: 39.96875rem) {
  .slide-home img {
    height: 215px;
  }
}
.slide-home .content-wrap .btn-linkk a {
  background: #119B45;
  color: #fff;
  padding: 12px 65px;
  border-radius: 50px;
  font-size: 1.375rem;
  text-transform: capitalize;
  border: 1px solid #119B45;
  transition: 0.3s;
}
.slide-home .content-wrap .btn-linkk a:hover {
  background: #fff;
  color: #119B45;
}

@media only screen and (max-width: 39.96875rem) {
  .info-header {
    display: none;
  }
}
.info-header .linkbox-inner {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-align-items: center;
          align-items: center;
  color: #119B45;
}
.info-header .linkbox-inner img,
.info-header .linkbox-inner svg {
  width: 64px;
  height: 64px;
}
.info-header .linkbox-inner img path,
.info-header .linkbox-inner svg path {
  fill: #119B45;
}
.info-header .linkbox-inner .info {
  width: calc(100% - 74px);
}
.info-header .linkbox-inner .info span {
  font-weight: 500;
}

.gia-tri {
  padding: 40px 0 40px 0;
}
.gia-tri .row {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.gia-tri .row .col-item {
  border-radius: 30px;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  -webkit-align-items: center;
          align-items: center;
  padding: 12px;
  border: 2px dotted #E71D26;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 1px 4px rgba(0, 0, 0, 0.6);
  transition: 0.3s all;
}
@supports (aspect-ratio: 1/1) {
  .gia-tri .row .col-item {
    width: calc(25% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .gia-tri .row .col-item {
    width: 25%;
  }
}
.gia-tri .row .col-item svg {
  width: 30px;
  height: 30px;
}
.gia-tri .row .col-item svg path {
  fill: #119B45;
}
.gia-tri .row .col-item:hover {
  background: #119B45;
  color: #fff;
}
.gia-tri .row .col-item:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.gia-tri .row .col-item:hover svg path {
  fill: #fff;
}
@media only screen and (max-width: 39.96875rem) {
  .gia-tri .row .col-item {
    border: 1px solid #E71D26;
    padding: 5px;
  }
  @supports (aspect-ratio: 1/1) {
    .gia-tri .row .col-item {
      width: calc(50% - 0.3125rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .gia-tri .row .col-item {
      width: 50%;
    }
  }
}
.gia-tri .row .col-item img {
  width: 30px;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
.gia-tri .row .col-item .ct {
  width: calc(100% - 25px);
}
@media only screen and (max-width: 39.96875rem) {
  .gia-tri .row .col-item .ct {
    font-size: 0.6875rem;
  }
}

.box-content {
  position: relative;
  padding: 50px;
}
@media only screen and (max-width: 39.96875rem) {
  .box-content {
    padding: 0;
  }
}
.box-content .grid-container {
  position: relative;
}
.box-content .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@supports (aspect-ratio: 1/1) {
  .box-content .row .col-left {
    width: calc(33.3333333333% - 1.25rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .box-content .row .col-left {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .box-content .row .col-left {
    display: none;
  }
}
.box-content .row .col-left .elementor-widget-container {
  border: 1px solid #119B45;
}
.box-content .row .col-left .uael-nav-menu.uael-layout-vertical.uael-nav-menu-layout {
  width: 100%;
}
.box-content .row .col-left .uael-nav-menu.uael-layout-vertical.uael-nav-menu-layout ul li {
  border-bottom: 1px solid #ccc;
}
.box-content .row .col-left .uael-nav-menu.uael-layout-vertical.uael-nav-menu-layout ul li:last-child() {
  border-bottom: unset;
}
@supports (aspect-ratio: 1/1) {
  .box-content .row .col-right {
    width: calc(66.6666666667% - 0.625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .box-content .row .col-right {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .box-content .row .col-right {
    width: 100%;
  }
}
.box-content .heading-title {
  color: #119B45;
  text-align: center;
  font-size: 2.1875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .box-content .heading-title {
    font-size: 1.5625rem;
  }
}
.box-content .subtitle {
  text-align: center;
  display: block;
  width: 70%;
  margin: 40px auto;
}
@media only screen and (max-width: 39.96875rem) {
  .box-content .subtitle {
    width: 100%;
  }
}
.box-content .ct-box {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 1px 4px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  padding: 40px 40px;
  border: 2px dotted #000;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  .box-content .ct-box {
    width: 100%;
    padding: 20px;
  }
}
.box-content .ct-box .img_ct {
  position: absolute;
  bottom: 0;
  right: -180px;
}
@media only screen and (max-width: 39.96875rem) {
  .box-content .ct-box .img_ct {
    display: none;
  }
}
.box-content .btn-ntv {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.box-content .btn-ntv a {
  color: #fff;
  background: #119B45;
  padding: 15px 50px;
  border-radius: 40px;
  transition: 0.3s;
}
.box-content .btn-ntv a:hover {
  background: #E71D26;
}
.box-content .bg_section {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.box-content.nhap-khau .ct-box {
  padding: 0;
}
.box-content.nhap-khau .ct-box img {
  width: 100%;
}

.home-center {
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
}

.why_choose {
  padding: 50px 0;
  background: rgba(215, 136, 144, 0.1098039216);
}
.why_choose .sub-title {
  text-align: center;
  color: #E71D26;
  display: block;
  font-size: 1.0625rem;
  text-transform: uppercase;
}
.why_choose .heading-title {
  text-align: center;
  color: #119B45;
  font-size: 2.1875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .why_choose .heading-title {
    font-size: 1.5625rem;
  }
}
.why_choose .row {
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  width: 70%;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 40px auto;
}
@media only screen and (max-width: 39.96875rem) {
  .why_choose .row {
    width: 100%;
  }
}
.why_choose .row .col-left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
}
@supports (aspect-ratio: 1/1) {
  .why_choose .row .col-left {
    width: calc(50% - 0.9375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .why_choose .row .col-left {
    width: 50%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .why_choose .row .col-left {
    width: 100%;
  }
}
.why_choose .row .col-left .btn-ntv {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.why_choose .row .col-left .btn-ntv a {
  color: #fff;
  background: #119B45;
  padding: 15px 50px;
  border-radius: 40px;
  transition: 0.3s;
}
.why_choose .row .col-left .btn-ntv a:hover {
  background: #E71D26;
}
@supports (aspect-ratio: 1/1) {
  .why_choose .row .col-right {
    width: calc(50% - 0.9375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .why_choose .row .col-right {
    width: 50%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .why_choose .row .col-right {
    width: 100%;
  }
}
.why_choose .row .col-right img {
  width: 100%;
}
.why_choose.col_img_left .row {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@supports (aspect-ratio: 1/1) {
  .why_choose.col_img_left .row .col-left {
    width: calc(41.6666666667% - 1.09375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .why_choose.col_img_left .row .col-left {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .why_choose.col_img_left .row .col-left {
    width: 100%;
  }
}
@supports (aspect-ratio: 1/1) {
  .why_choose.col_img_left .row .col-right {
    width: calc(58.3333333333% - 0.78125rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .why_choose.col_img_left .row .col-right {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .why_choose.col_img_left .row .col-right {
    width: 100%;
  }
}

.ho-tro {
  padding: 50px 0 260px 0;
  position: relative;
}
.ho-tro .bg_section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ho-tro .grid-container {
  position: relative;
}
.ho-tro .heading-title {
  text-align: center;
  color: #E71D26;
  font-size: 2.1875rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 39.96875rem) {
  .ho-tro .heading-title {
    font-size: 1.5625rem;
  }
}
.ho-tro .subtitle {
  text-align: center;
  color: #119B45;
  display: block;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .ho-tro .subtitle {
    font-size: 1.25rem;
  }
}
.ho-tro .btn-ntv {
  text-align: center;
  margin-bottom: 20px;
}
.ho-tro .btn-ntv a {
  color: #fff;
  padding: 15px 60px;
  border-radius: 40px;
  background: #119B45;
}

.cover-content.g-new {
  padding: 15px !important;
}
.cover-content.g-new .view {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
.cover-content.g-new .view i {
  margin-right: 6px;
}

.post_home {
  padding: 50px 0;
}
.post_home .heading-title {
  color: #119B45;
  text-align: center;
  font-size: 2.1875rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .post_home .heading-title {
    font-size: 1.5625rem;
  }
}
.post_home .posts-list {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@supports not (aspect-ratio: 1/1) {
  .post_home .posts-list {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .post_home .posts-list {
      margin-left: -0.625rem;
      margin-right: -0.625rem;
    }
  }
  .post_home .posts-list > .cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .post_home .posts-list > .cell {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .post_home .posts-list {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem;
    }
  }
  .post_home .posts-list > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .post_home .posts-list > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
    }
  }
  .post_home .posts-list > .cell {
    width: 25%;
  }
  @media only screen and (max-width: 63.96875rem) {
    .post_home .posts-list > .cell {
      width: 25%;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .post_home .posts-list > .cell {
      width: 50%;
    }
  }
}
@supports (aspect-ratio: 1/1) {
  .post_home .posts-list {
    gap: 1.875rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .post_home .posts-list {
      gap: 1.25rem;
    }
  }
  .post_home .posts-list > .cell {
    width: calc(25% - 1.40625rem);
  }
  @media only screen and (max-width: 63.96875rem) {
    .post_home .posts-list > .cell {
      width: calc(25% - 1.40625rem);
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .post_home .posts-list > .cell {
      width: calc(50% - 0.625rem);
    }
  }
}
.post_home .posts-list .meta,
.post_home .posts-list .excerpt,
.post_home .posts-list .view-detail {
  display: none !important;
}
.post_home .posts-list .cover-content {
  padding: 15px !important;
}
.post_home .posts-list .cover-content .view {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
.post_home .posts-list .cover-content .view i {
  margin-right: 6px;
}

.chuong-trinh-ud {
  padding: 50px 0;
}
.chuong-trinh-ud .heading-title {
  color: #119B45;
  text-align: center;
  font-size: 2.1875rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .chuong-trinh-ud .heading-title {
    font-size: 1.5625rem;
  }
}
.chuong-trinh-ud .list-ud {
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.chuong-trinh-ud .list-ud .col-item {
  border: 1px solid #000;
  padding: 0 20px 20px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 1px 4px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
@supports (aspect-ratio: 1/1) {
  .chuong-trinh-ud .list-ud .col-item {
    width: calc(33.3333333333% - 1.25rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .chuong-trinh-ud .list-ud .col-item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .chuong-trinh-ud .list-ud .col-item {
    width: 100%;
  }
}
.chuong-trinh-ud .list-ud .col-item .tl h3 {
  color: #fff;
  font-size: 1.375rem;
  background: #119B45;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 20px;
  text-align: center;
}
.chuong-trinh-ud .list-ud .col-item .tl .des {
  text-align: center;
  display: block;
  font-style: italic;
  margin-top: 20px;
}
.chuong-trinh-ud .list-ud .col-item .tl .gia {
  font-size: 1.625rem;
  color: #119B45;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}
.chuong-trinh-ud .list-ud .col-item .tl .gia .dv {
  font-size: 0.9375rem;
  font-weight: 400;
}
.chuong-trinh-ud .list-ud .col-item .tl .btn-dh {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.chuong-trinh-ud .list-ud .col-item .tl .btn-dh a {
  color: #119B45;
  background: #fff;
  border: 2px solid #119B45;
  padding: 10px 20px;
  font-size: 1rem;
  transition: 0.3s;
}
.chuong-trinh-ud .list-ud .col-item .tl .btn-dh a:hover {
  background: #119B45;
  color: #fff;
}
.chuong-trinh-ud .list-ud .col-item .tl .content {
  margin-top: 20px;
}
.chuong-trinh-ud .list-ud .col-item .tl .content .bgom {
  text-align: center;
  display: block;
  font-size: 1.1875rem;
}
.chuong-trinh-ud .list-ud .col-item .tl .content .bgom ul {
  list-style: none;
}
.chuong-trinh-ud .list-ud .col-item .tl .content .bgom ul li {
  position: relative;
}
.chuong-trinh-ud .list-ud .col-item .tl .content .bgom ul li::before {
  content: "/f30b";
  font-family: "Font Awesome 6 Pro";
}

.form-home {
  padding: 50px 0;
  position: relative;
}
.form-home .bg_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-home .heading-title {
  color: #119B45;
  font-size: 2.1875rem;
  text-align: center;
}
@media only screen and (max-width: 39.96875rem) {
  .form-home .heading-title {
    font-size: 1.5625rem;
  }
}
.form-home .html-title {
  font-size: 1.25rem;
  font-style: italic;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 39.96875rem) {
  .form-home .html-title {
    font-size: 1rem;
  }
}
.form-home .grid-container {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 39.96875rem) {
  .form-home .grid-container {
    width: 100%;
  }
}
.form-home .grid-container .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 30px;
}
@supports (aspect-ratio: 1/1) {
  .form-home .grid-container .row .col {
    width: calc(58.3333333333% - 0.78125rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .form-home .grid-container .row .col {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .form-home .grid-container .row .col {
    width: 100%;
  }
}
.form-home .grid-container .row .col.form-section {
  background: rgba(255, 171, 171, 0.6392156863);
  padding: 40px;
  border-radius: 30px;
}
.form-home .grid-container .row .col.form-section .title-form {
  color: #119B45;
  text-align: center;
  margin-bottom: 25px;
}
.form-home .grid-container .row .col.form-section .row-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
@supports (aspect-ratio: 1/1) {
  .form-home .grid-container .row .col.form-section .row-form .item {
    width: calc(50% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .form-home .grid-container .row .col.form-section .row-form .item {
    width: 50%;
  }
}
.form-home .grid-container .row .col.form-section .row-form .item.sub {
  width: 100%;
}
.form-home .grid-container .row .col.form-section .row-form .item.sub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.form-home .grid-container .row .col.form-section .row-form .item input {
  margin-bottom: 0;
  height: 50px;
  border: 2px solid #119B45;
}
.form-home .grid-container .row .col.form-section .row-form .item input::-webkit-input-placeholder {
  color: #000;
  font-weight: 500;
}
.form-home .grid-container .row .col.form-section .row-form .item input::-moz-placeholder {
  color: #000;
  font-weight: 500;
}
.form-home .grid-container .row .col.form-section .row-form .item input::placeholder {
  color: #000;
  font-weight: 500;
}
.form-home .grid-container .row .col.form-section .row-form .item .wpcf7-checkbox .first {
  margin-left: 0;
}
.form-home .grid-container .row .col.form-section .row-form .item .wpcf7-checkbox .first label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.form-home .grid-container .row .col.form-section .row-form .item .wpcf7-checkbox .first label .wpcf7-list-item-label {
  font-weight: 500;
}
.form-home .grid-container .row .col.form-section .row-form .item .wpcf7-submit {
  cursor: pointer;
  color: #fff;
  background: #119B45;
  padding: 15px 50px;
  border-radius: 30px;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  border: 3px solid #119B45;
  transition: 0.3s;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 1.25rem;
}
.form-home .grid-container .row .col.form-section .row-form .item .wpcf7-submit:hover {
  background: #E71D26;
  border: 3px solid #E71D26;
}

.info_footer .heading-title {
  color: #119B45;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1rem;
}
.info_footer ul {
  list-style: none;
  margin-left: 0;
}
.info_footer ul li {
  margin-bottom: 6px;
}
.info_footer ul li a,
.info_footer ul li span {
  color: #119B45;
  background: none;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 300;
  padding: 0;
}
.info_footer ul li [data-glyph]::before {
  color: #119B45;
}
.info_footer ul li .linkbox-inner {
  display: -webkit-flex;
  display: flex;
  gap: 5px;
}

section.section.archives.archive-posts .archive-desc.heading-desc {
  margin-bottom: 40px;
}

.des-archive-pro {
  width: 100%;
  padding-top: 40px;
}
.des-archive-pro h2,
.des-archive-pro h1 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

section.section.archive-products .grid-container .archive-products-inner.cell {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 39.96875rem) {
  section.section.archive-products .grid-container .archive-products-inner.cell {
    width: 100%;
  }
}
section.section.archive-products .grid-container .controls.input-number-group {
  -webkit-justify-content: center;
          justify-content: center;
}
section.section.archive-products .grid-container button.single_add_to_cart_button.button.alt {
  background: #119B45;
  padding: 10px 50px;
}
@media only screen and (max-width: 39.96875rem) {
  section.section.archive-products .grid-container button.single_add_to_cart_button.button.alt {
    padding: 10px 20px;
  }
}

.title_bt_ft {
  position: relative;
  color: #119B45;
  font-style: italic;
  padding-top: 20px;
  display: block;
}

section.section.carousels-section.related.recently-viewed.products form {
  -webkit-flex-direction: column;
          flex-direction: column;
}
section.section.carousels-section.related.recently-viewed.products form .controls.input-number-group button {
  height: 20px;
}

button {
  cursor: pointer;
}

.row-post {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .row-post {
    gap: 15px;
  }
}

.section.ar-title img {
  width: 100%;
}

.product-description-inner h1, .product-description-inner h2, .product-description-inner h3, .product-description-inner h4, .product-description-inner h5,
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5 {
  font-weight: 600;
}
.product-description-inner h1,
.single-content h1 {
  font-size: 1.75rem;
}
.product-description-inner h2,
.single-content h2 {
  font-size: 1.625rem;
}
@media only screen and (max-width: 39.96875rem) {
  .product-description-inner h2,
  .single-content h2 {
    font-size: 1.5rem;
  }
}
.product-description-inner h3,
.single-content h3 {
  font-size: 1.375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .product-description-inner h3,
  .single-content h3 {
    font-size: 1.25rem;
  }
}
.product-description-inner h4,
.single-content h4 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .product-description-inner h4,
  .single-content h4 {
    font-size: 1.125rem;
  }
}
.product-description-inner h5,
.single-content h5 {
  font-size: 1.125rem;
}
@media only screen and (max-width: 39.96875rem) {
  .product-description-inner h5,
  .single-content h5 {
    font-size: 1.0625rem;
  }
}
.product-description-inner h6,
.single-content h6 {
  font-size: 1rem;
}
@media only screen and (max-width: 39.96875rem) {
  .product-description-inner h6,
  .single-content h6 {
    font-size: 1rem;
  }
}

.grid-container {
  position: relative;
}
