@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: #ff4e42;
}
@media only screen and (max-width: 39.96875rem) {
  .top-header {
    display: none;
  }
}
.top-header .grid-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -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: #593432;
  fill: #593432;
}
.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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -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);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -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;
}

/** */
.inside-header {
  background: none;
}
.inside-header::after {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
}
.inside-header .inner-header {
  position: relative;
  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 .inner-header .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.inside-header .right-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@supports (aspect-ratio: 1/1) {
  .inside-header .right-header {
    width: -webkit-calc(75% - 0.46875rem);
    width: calc(75% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .inside-header .right-header {
    width: 75%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .right-header {
    display: none;
  }
}
@supports (aspect-ratio: 1/1) {
  .inside-header .right-header .col-3 {
    width: -webkit-calc(33.3333333333% - 1.25rem);
    width: calc(33.3333333333% - 1.25rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .inside-header .right-header .col-3 {
    width: 33.3333333333%;
  }
}
@supports (aspect-ratio: 1/1) {
  .inside-header .right-header .col-2 {
    width: -webkit-calc(22.2222222222% - 1.4583333333rem);
    width: calc(22.2222222222% - 1.4583333333rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .inside-header .right-header .col-2 {
    width: 22.2222222222%;
  }
}
@supports (aspect-ratio: 1/1) {
  .inside-header .right-header .col-1 {
    width: -webkit-calc(11.1111111111% - 1.6666666667rem);
    width: calc(11.1111111111% - 1.6666666667rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .inside-header .right-header .col-1 {
    width: 11.1111111111%;
  }
}
.inside-header .header-account-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.inside-header .header-auth-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 6px;
}
.inside-header .header-auth-links .auth-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  padding: 4px 8px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  line-height: 1;
}
.inside-header .header-auth-links .auth-link i {
  font-size: 11px;
}
.inside-header .header-auth-links .auth-link:hover {
  color: #ff4e42;
  background-color: rgba(0, 0, 0, 0.04);
}
.inside-header .header-auth-links .auth-link--login i::before {
  font-weight: 400;
}
.inside-header .header-auth-links .auth-sep {
  color: #ddd;
  font-size: 12px;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.inside-header .header-social-icons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  margin-left: 0;
}
.inside-header .header-social-icons .social-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid transparent;
  padding: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
          box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.inside-header .header-social-icons .social-icon svg, .inside-header .header-social-icons .social-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.inside-header .header-social-icons .social-icon:hover {
  -webkit-transform: scale(1.18) translateY(-2px);
          transform: scale(1.18) translateY(-2px);
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.22);
          box-shadow: 0 6px 18px rgba(0,0,0,0.22);
}
.inside-header .header-social-icons .social-icon--facebook {
  color: #fff;
  background-color: #1877F2;
  border-color: #1877F2;
}
.inside-header .header-social-icons .social-icon--facebook:hover {
  background-color: #0d65d9;
  border-color: #0d65d9;
  -webkit-box-shadow: 0 6px 18px rgba(24, 119, 242, 0.45);
          box-shadow: 0 6px 18px rgba(24, 119, 242, 0.45);
}
.inside-header .header-social-icons .social-icon--tiktok {
  color: #fff;
  background-color: #010101;
  border-color: #333;
}
.inside-header .header-social-icons .social-icon--tiktok:hover {
  background-color: #222;
  border-color: #555;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}
.inside-header .header-social-icons .social-icon--zalo {
  padding: 0;
  overflow: hidden;
  background-color: #0068FF;
  border-color: #0068FF;
}
.inside-header .header-social-icons .social-icon--zalo:hover {
  background-color: #0055d4;
  border-color: #0055d4;
  -webkit-box-shadow: 0 6px 18px rgba(0, 104, 255, 0.45);
          box-shadow: 0 6px 18px rgba(0, 104, 255, 0.45);
}
.inside-header .header-social-icons .social-icon--zalo img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 42px;
  height: 42px;
}
.inside-header .site-logo {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  .inside-header .site-logo {
    width: -webkit-calc(25% - 0.9375rem);
    width: calc(25% - 0.9375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .inside-header .site-logo {
    width: 25%;
  }
}
.inside-header .site-logo .txt-logo {
  display: none;
}
.inside-header .site-logo .mini-cart-section {
  display: none;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .site-logo {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
  .inside-header .site-logo .off-canvas-content,
  .inside-header .site-logo .mini-cart-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  @supports (aspect-ratio: 1/1) {
    .inside-header .site-logo .off-canvas-content,
    .inside-header .site-logo .mini-cart-section {
      width: -webkit-calc(25% - 1.40625rem);
      width: calc(25% - 1.40625rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .inside-header .site-logo .off-canvas-content,
    .inside-header .site-logo .mini-cart-section {
      width: 25%;
    }
  }
  @supports (aspect-ratio: 1/1) {
    .inside-header .site-logo .custom-logo-link {
      width: -webkit-calc(50% - 0.9375rem);
      width: calc(50% - 0.9375rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .inside-header .site-logo .custom-logo-link {
      width: 50%;
    }
  }
}
@media only screen and (max-width: 89.96875rem) {
  .inside-header .site-logo {
    padding-left: 0;
  }
}
.inside-header .site-logo img {
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .site-logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.inside-header .site-logo a {
  width: 100%;
}
.inside-header .site-logo .logo {
  width: 100%;
}
.inside-header .widget-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-right: 0.9375rem;
  /** */
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .widget-group {
    padding-right: 0.625rem;
  }
}
.inside-header .widget-group .widget-group-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .widget-group.left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
}
.inside-header .widget-group.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.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: #ff4e42;
  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-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.inside-header .widget-group .linkbox.hotline > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.inside-header .widget-group .linkbox.hotline > a::before {
  font-weight: 300;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #ff4e42;
  color: #593432;
  -webkit-border-radius: 50%;
          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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
  background-image: linear-gradient(to top, transparent 0%, #000 100%);
  opacity: 0;
  content: "";
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 4;
  -webkit-transition: 0.3s;
  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-box;
  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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.footer-widgets .footer-widget .site-logo a {
  height: auto;
  color: #000;
}
.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: #000;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.25rem;
  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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.footer-widgets .footer-widget .menu li a {
  color: #e8ae70;
  background: none;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 300;
  padding: 0;
  color: #000;
}
.footer-widgets .footer-widget .menu li a:hover {
  color: #e8ae70;
  text-decoration: none;
}
.footer-widgets .footer-widget .menu.social-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.footer-widgets .footer-widget .iconbox li {
  display: -webkit-box;
  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-box-flex: 0;
  -webkit-flex: 0 0 28px;
          flex: 0 0 28px;
  max-width: 28px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 28px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
          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);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  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-box;
  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;
  -webkit-border-radius: 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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #ff4e42;
  -webkit-border-radius: 50%;
          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(255, 78, 66, 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: -webkit-calc(25% - 1.40625rem);
    width: calc(25% - 1.40625rem);
  }
  @media only screen and (max-width: 63.96875rem) {
    .footer-widgets .row-1 .grid-x > .cell {
      width: -webkit-calc(50% - 0.9375rem);
      width: calc(50% - 0.9375rem);
    }
  }
  @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 .footer-widget-1 {
    width: -webkit-calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .footer-widgets .row-1 .grid-x .footer-widget-1 {
    width: 50%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  @supports (aspect-ratio: 1/1) {
    .footer-widgets .row-1 .grid-x .footer-widget-1 {
      width: -webkit-calc(50% - 0.9375rem);
      width: calc(50% - 0.9375rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .footer-widgets .row-1 .grid-x .footer-widget-1 {
      width: 50%;
    }
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .row-1 .grid-x .footer-widget-1 {
    width: 100%;
  }
}
.footer-widgets .row-1 .grid-x .footer-widget-1 .textwidget {
  font-size: 14px;
}
@supports (aspect-ratio: 1/1) {
  .footer-widgets .row-1 .grid-x .footer-widget-2 {
    width: -webkit-calc(25% - 1.40625rem);
    width: calc(25% - 1.40625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .footer-widgets .row-1 .grid-x .footer-widget-2 {
    width: 25%;
  }
}
@media only screen and (max-width: 63.96875rem) and (max-width: 63.96875rem) {
  @supports (aspect-ratio: 1/1) {
    .footer-widgets .row-1 .grid-x .footer-widget-2 {
      width: -webkit-calc(50% - 0.9375rem);
      width: calc(50% - 0.9375rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .footer-widgets .row-1 .grid-x .footer-widget-2 {
      width: 50%;
    }
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .row-1 .grid-x .footer-widget-2 {
    width: 100%;
  }
}
@supports (aspect-ratio: 1/1) {
  .footer-widgets .row-1 .grid-x .footer-widget-3 {
    width: -webkit-calc(25% - 1.40625rem);
    width: calc(25% - 1.40625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .footer-widgets .row-1 .grid-x .footer-widget-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  @supports (aspect-ratio: 1/1) {
    .footer-widgets .row-1 .grid-x .footer-widget-3 {
      width: -webkit-calc(50% - 0.9375rem);
      width: calc(50% - 0.9375rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .footer-widgets .row-1 .grid-x .footer-widget-3 {
      width: 50%;
    }
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .row-1 .grid-x .footer-widget-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  @supports (aspect-ratio: 1/1) {
    .footer-widgets .row-1 .grid-x .footer-widget-4 {
      width: -webkit-calc(50% - 0.9375rem);
      width: calc(50% - 0.9375rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .footer-widgets .row-1 .grid-x .footer-widget-4 {
      width: 50%;
    }
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .row-1 .grid-x .footer-widget-4 {
    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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -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-box-flex: 1;
  -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-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
}
.footer-credit .grid-x .cell.extra .menu {
  -webkit-box-pack: center;
  -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: #f7f7f7;
  padding-top: 50px;
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer {
    padding-top: 30px;
  }
}
.site-footer::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  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-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  margin-top: 110px;
  padding-right: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: none;
}
.section.single-post .grid-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.section.single-post .terms {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.section.single-post .terms a {
  border: 1px solid rgba(89, 52, 50, 0.2);
  -webkit-border-radius: 7px;
          border-radius: 7px;
  font-size: 0.875rem;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #593432;
  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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -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;
  -webkit-box-shadow: inset 0 0 0 1px rgba(177, 177, 177, 0.1);
          box-shadow: inset 0 0 0 1px rgba(177, 177, 177, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1a1a1a;
  font-weight: 300;
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 30px 30px 30px 80px;
  position: relative;
}
.section.single-post .excerpt blockquote::first-letter {
  font-size: 18px;
  font-weight: 700;
  margin-right: 1px;
}
.section.single-post .excerpt blockquote::before {
  color: #ff7e75;
  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 {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post .single-content {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.section.single-post .single-content > .cell {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post .single-content > .cell {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.section.single-post .single-content .col-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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: #593432;
}
.section.single-post .single-content .col-content .content a:hover {
  color: #ff4e42;
  text-decoration: none;
}
.section.single-post .single-content .col-sidebar {
  -webkit-box-flex: 0;
  -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: #593432;
  text-decoration: none;
}
.grid-posts article.item .cover-content .terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 10px;
}
.grid-posts article.item .cover-content .terms a {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ff4e42;
  /*border: 1px solid $color2;
  padding: 0 10px;*/
  -webkit-border-radius: 15px;
          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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 300;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 15px;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  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: #ff4e42;
}

/** */
.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;
  }
}
.section.archive-posts .feature-posts {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 90rem) {
  .section.archive-posts .feature-posts {
    max-width: 85rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.archive-posts .feature-posts {
    max-width: 71.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-posts .feature-posts {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-posts .feature-posts {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-posts .feature-posts {
    margin-bottom: 1.25rem;
  }
}
.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: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#fff));
  background-image: linear-gradient(90deg, #f7f7f7 0%, #fff 100%);
  background-size: cover;
}
.section.archive-posts .feature-posts .carousel-posts article.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-posts .feature-posts .carousel-posts article.item {
    display: block;
  }
}
.section.archive-posts .feature-posts .carousel-posts article.item > a {
  width: 70%;
  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-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  padding: 60px 80px 60px 60px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 81.21875rem) {
  .section.archive-posts .feature-posts .carousel-posts article.item .cover-content {
    padding: 40px 60px 40px 40px;
  }
}
@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-box;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8125rem;
  padding-top: 0;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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: #ff4e42;
}
.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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 15px;
  font-size: 0.9375rem;
}
.section.archive-posts .feature-posts .carousel-posts article.item .cover-content .view-detail::before {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ff4e42;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  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: #ff4e42;
}
.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 > .cell {
    width: 100%;
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.archive-posts .grid-posts > .cell {
      width: 100%;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts > .cell {
      width: 100%;
    }
  }
}
@supports (aspect-ratio: 1/1) {
  .section.archive-posts .grid-posts {
    gap: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts {
      gap: 0.9375rem;
    }
  }
  .section.archive-posts .grid-posts > .cell {
    width: 100%;
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.archive-posts .grid-posts > .cell {
      width: 100%;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .section.archive-posts .grid-posts > .cell {
      width: 100%;
    }
  }
}
.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;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  border: 1px solid #dee2e6;
  padding: 15px;
}
@supports (aspect-ratio: 1/1) {
  .section.archive-posts .grid-posts article.item .d-block {
    width: -webkit-calc(25% - 1.40625rem);
    width: calc(25% - 1.40625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .section.archive-posts .grid-posts article.item .d-block {
    width: 25%;
  }
}
@supports (aspect-ratio: 1/1) {
  .section.archive-posts .grid-posts article.item .cover-content {
    width: -webkit-calc(75% - 0.46875rem);
    width: calc(75% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .section.archive-posts .grid-posts article.item .cover-content {
    width: 75%;
  }
}
.section.archive-posts .grid-posts article.item .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 0.75rem;
  padding-top: 10px;
}
.section.archive-posts .grid-posts article.item .meta .terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: 10px;
}
.section.archive-posts .grid-posts article.item .meta .terms a {
  font-weight: 400;
  color: #ff4e42;
}
.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-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.875rem;
  margin-top: 15px;
  -webkit-box-pack: end;
  -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: -webkit-calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
  }
  @media only screen and (max-width: 63.96875rem) {
    .section.archive-posts .grid-posts.grid-cong-trinh > .cell {
      width: -webkit-calc(50% - 0.9375rem);
      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: -webkit-calc(33.3333333333% - 1.25rem);
    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: -webkit-calc(50% - 0.9375rem);
      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 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.section.archive-posts .grid-news-outer .grid-posts article.item .cover-content .view-detail:hover {
  background-color: #593432;
  border-color: #593432;
  color: #fff;
}

/** */
.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 .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);
  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: #f8f9fa;
}
.section.section-title .breadcrumbs-container .grid-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.section.section-title .breadcrumbs-container .breadcrumbs {
  margin-bottom: 0;
}
.section.section-title .breadcrumbs-container .breadcrumbs li {
  text-transform: unset;
  color: #999;
  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: #999;
}
.section.section-title .breadcrumbs-container .breadcrumbs li a:hover {
  color: #999;
  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: #593432;
  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(89, 52, 50, 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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -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 #ff4e42;
  max-width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 35px;
  background-color: #ff4e42;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35px;
          flex: 0 0 35px;
  position: relative;
  top: 8px;
}
.section.single-contactpage .content-html .contact-info ul li a {
  color: #ff4e42;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 2px;
}
.section.single-contactpage .content-form .contact-form-inner .item textarea {
  padding: 15px;
  line-height: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 165px;
  resize: none;
  border-width: 2px;
}
.section.single-contactpage .content-form .contact-form-inner .item.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.section.single-contactpage .content-form .contact-form-inner .item.btn .wpcf7-submit {
  white-space: nowrap;
  background-color: #ff4e42;
  color: #fff;
  border: 1px solid #ff4e42;
  -webkit-border-radius: 25px;
          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;
  -webkit-border-radius: 1.5625rem;
          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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-border-radius: 1.5625rem;
          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);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
          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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  max-width: 530px;
}
.section.section-reviews .review-header .left > .thumb {
  margin-right: 15px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 8px;
          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-box-flex: 1;
  -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-box-ordinal-group: 0;
    -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 {
  -webkit-box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
          box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  -webkit-border-radius: 8px;
          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-box-ordinal-group: -1;
  -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-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
  -webkit-box-pack: end;
  -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: -webkit-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-box-ordinal-group: -3;
  -webkit-order: -4;
          order: -4;
  margin-bottom: 15px;
  -webkit-border-radius: 99px;
          border-radius: 99px;
  overflow: hidden;
  border: 1px solid #eee;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-flex: inherit;
  -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-box-ordinal-group: -2;
  -webkit-order: -3;
          order: -3;
  font-size: 15px;
  font-weight: 400;
  color: var(--medium-black);
  -webkit-flex-basis: -webkit-calc(100% - 120px);
          flex-basis: calc(100% - 120px);
  -webkit-box-flex: 1;
  -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: -webkit-calc(25% - 30px);
    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 {
  -webkit-box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
          box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  -webkit-border-radius: 8px;
          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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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;
  -webkit-border-radius: 99px;
          border-radius: 99px;
  margin-top: 20px;
  background-color: #ff4e42;
  font-size: 1rem;
}
.section.section-reviews .review-body .review-form .glsr-review-form [type=submit]:hover {
  background-color: rgba(255, 78, 66, 0.8);
}
.section.section-reviews .review-body .review-form .glsr-review-form [type=submit]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 12px 0 #eee;
          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;
  -webkit-border-radius: 8px;
          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;
  -webkit-box-shadow: 0 0 12px 0 #eee;
          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: -webkit-calc(2.2rem - 6px);
  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: -webkit-calc(2.2rem - 6px);
  width: calc(2.2rem - 6px);
}
.section.section-reviews .review-body .review-form .glsr-review-form input[type=checkbox] + .glsr-toggle-track::after {
  height: -webkit-calc(1.1rem - 6px);
  height: calc(1.1rem - 6px);
  width: -webkit-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;
  -webkit-box-shadow: 0 0 12px 0 #eee;
          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(-webkit-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 {
  -webkit-box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
          box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  -webkit-border-radius: 8px;
          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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-ordinal-group: 1;
  -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-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
  display: -webkit-box;
  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-box-ordinal-group: 2;
  -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-box-ordinal-group: 4;
  -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-box-ordinal-group: 5;
  -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-box-ordinal-group: 6;
  -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-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -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-box-flex: 1;
    -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: -webkit-calc(50vw - 37.5rem);
  padding-left: calc(50vw - 37.5rem);
  /** */
  /** */
  /** */
}
@media only screen and (min-width: 90rem) {
  .section.home-news-slides .swiper-container {
    padding-left: -webkit-calc(50vw - 42.5rem);
    padding-left: calc(50vw - 42.5rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-news-slides .swiper-container {
    padding-left: -webkit-calc(50vw - 35.625rem);
    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: 81.21875rem) {
  .section.home-news-slides .swiper-container {
    padding-right: -webkit-calc(50vw - 37.5rem);
    padding-right: calc(50vw - 37.5rem);
    /** */
    /** */
    /** */
  }
}
@media only screen and (max-width: 81.21875rem) and (min-width: 90rem) {
  .section.home-news-slides .swiper-container {
    padding-right: -webkit-calc(50vw - 42.5rem);
    padding-right: calc(50vw - 42.5rem);
  }
}
@media only screen and (max-width: 81.21875rem) and (max-width: 89.96875rem) {
  .section.home-news-slides .swiper-container {
    padding-right: -webkit-calc(50vw - 35.625rem);
    padding-right: calc(50vw - 35.625rem);
  }
}
@media only screen and (max-width: 81.21875rem) 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: 81.21875rem) {
  .section.home-news-slides .swiper-container .swiper-section {
    padding-right: 0.9375rem;
  }
}
@media only screen and (max-width: 81.21875rem) and (max-width: 63.96875rem) {
  .section.home-news-slides .swiper-container .swiper-section {
    padding-right: 0.625rem;
  }
}
@media only screen and (max-width: 81.21875rem) {
  .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: -webkit-calc(33.3333333333% + 3.75rem);
  width: calc(33.3333333333% + 3.75rem);
}
@media only screen and (max-width: 81.21875rem) {
  @supports (aspect-ratio: 1/1) {
    .section.home-news-slides .swiper-container .swiper-section .swiper-slide {
      width: -webkit-calc(50% - 0.625rem);
      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 {
  -webkit-border-radius: 15px;
          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: -webkit-calc(50vw - 37.5rem + 0.9375rem);
  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: -webkit-calc(50vw - 42.5rem + 0.9375rem);
    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: -webkit-calc(50vw - 35.625rem + 0.9375rem);
    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;
  -webkit-transition: all 1.2s, height 0.4s;
  transition: all 1.2s, height 0.4s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  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;
  -webkit-transition: 0.3s;
  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-box-flex: 0;
  -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-box-flex: 1;
  -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: #ff4e42;
}

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

/** */
@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;
  }
}

.bot_header {
  background: #851711;
}
@media only screen and (max-width: 39.96875rem) {
  .bot_header {
    background: #593432;
    padding: 5px 0;
  }
}
.bot_header .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.bot_header .dmsp {
  position: relative;
  background: #e8ae70;
  z-index: 999;
}
@supports (aspect-ratio: 1/1) {
  .bot_header .dmsp {
    width: -webkit-calc(25% - 0.9375rem);
    width: calc(25% - 0.9375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .bot_header .dmsp {
    width: 25%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .bot_header .dmsp {
    display: none;
  }
}
.bot_header .dmsp span {
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  text-transform: uppercase;
}
.bot_header .dmsp span::before {
  margin-right: 10px;
}
.bot_header .dmsp .mn-dmsp {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  border: 1px solid #e8ae70;
  height: 640px;
  width: 100%;
}
.bot_header .dmsp .mn-dmsp li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-left: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
}
.bot_header .dmsp .mn-dmsp li a {
  font-size: 14px;
  text-transform: uppercase;
}
.bot_header .dmsp .mn-dmsp li:hover {
  border: 1px solid #e8ae70;
}
.bot_header .dmsp .mn-dmsp li.active {
  background: #593432;
  color: #fff;
}
.bot_header .dmsp .mn-dmsp li.active a {
  color: #fff;
  background: transparent !important;
}
@supports (aspect-ratio: 1/1) {
  .bot_header .site-navigation {
    width: -webkit-calc(75% - 0.3125rem);
    width: calc(75% - 0.3125rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .bot_header .site-navigation {
    width: 75%;
  }
}
.bot_header .site-navigation .right {
  display: none;
}
@media only screen and (max-width: 39.96875rem) {
  .bot_header .site-navigation {
    width: 100%;
  }
  .bot_header .site-navigation .right {
    display: block;
  }
  .bot_header .site-navigation .inside-search .frm-search {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}
.bot_header .site-navigation.sticky.is-stuck {
  position: fixed;
}
.bot_header .site-navigation.sticky.is-stuck::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
}
.bot_header .site-navigation nav.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .bot_header .site-navigation nav.navigation {
    display: none;
  }
}
.bot_header .site-navigation nav.navigation .desktop-menu.menu > li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bot_header .site-navigation nav.navigation .desktop-menu.menu > li:not(:last-child) {
  position: relative;
}
.bot_header .site-navigation nav.navigation .desktop-menu.menu > li:not(:last-child)::after {
  content: "";
  width: 0;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 0;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bot_header .site-navigation nav.navigation .desktop-menu.menu > li a {
  font-size: 12px;
  padding: 10px 6px;
  font-weight: 300;
  text-transform: uppercase;
}
.bot_header .site-navigation nav.navigation .desktop-menu.menu > li > a {
  -webkit-transition: hover 0.1s, opacity 0.1s, background-color 0.1s, color 0.1s;
  transition: hover 0.1s, opacity 0.1s, background-color 0.1s, color 0.1s;
}
.bot_header .site-navigation nav.navigation .desktop-menu.menu > li.active > a {
  color: #eee;
}
.slide_home .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
.slide_home .grid-container .left {
  max-height: 640px;
  height: 640px;
}
@supports (aspect-ratio: 1/1) {
  .slide_home .grid-container .left {
    width: -webkit-calc(25% - 0.703125rem);
    width: calc(25% - 0.703125rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .slide_home .grid-container .left {
    width: 25%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .slide_home .grid-container .left {
    display: none;
  }
}
.slide_home .grid-container .center {
  margin-top: 15px;
  max-height: 625px;
  height: 625px;
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  .slide_home .grid-container .center {
    width: -webkit-calc(50% - 0.46875rem);
    width: calc(50% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .slide_home .grid-container .center {
    width: 50%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .slide_home .grid-container .center {
    width: 100%;
    height: auto;
  }
}
.slide_home .grid-container .center .swiper-section .swiper-slide figure,
.slide_home .grid-container .center .swiper-section .swiper-slide img {
  height: 100%;
}
.slide_home .grid-container .right {
  max-height: 625px;
  height: 625px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
@supports (aspect-ratio: 1/1) {
  .slide_home .grid-container .right {
    width: -webkit-calc(25% - 0.703125rem);
    width: calc(25% - 0.703125rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .slide_home .grid-container .right {
    width: 25%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .slide_home .grid-container .right {
    width: 100%;
    height: auto;
  }
}
.slide_home .grid-container .right .col {
  width: 100%;
}
@media only screen and (max-width: 39.96875rem) {
  @supports (aspect-ratio: 1/1) {
    .slide_home .grid-container .right .col {
      width: -webkit-calc(50% - 0.46875rem);
      width: calc(50% - 0.46875rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .slide_home .grid-container .right .col {
      width: 50%;
    }
  }
}
.slide_home .grid-container .right .col img {
  height: 305px;
  width: 100%;
}
@media only screen and (max-width: 39.96875rem) {
  .slide_home .grid-container .right .col img {
    height: 200px;
  }
}

.thuong_hieu {
  padding: 40px 0;
}
.thuong_hieu figure {
  border: 1px solid #dee2e6;
}
.thuong_hieu figure img {
  padding: 15px;
}

.module-title {
  display: block;
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
.module-title .title_line {
  display: inline-block;
  font-size: 1.25rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  padding: 5px 0;
  position: relative;
}
.module-title .title_line:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #f4a51f;
}

.products-banners {
  padding: 40px 0;
}
@media only screen and (max-width: 39.96875rem) {
  .products-banners {
    padding: 30px 0;
  }
}
.products-banners .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
.products-banners .grid-container.col_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.products-banners .grid-container .module-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.products-banners .grid-container .xt {
  color: #845402;
  font-size: 13px;
  font-weight: 500;
}
@supports (aspect-ratio: 1/1) {
  .products-banners .grid-container .left {
    width: -webkit-calc(25% - 0.703125rem);
    width: calc(25% - 0.703125rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .products-banners .grid-container .left {
    width: 25%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .products-banners .grid-container .left {
    display: none;
  }
}
.products-banners .grid-container .left .banner-cell {
  margin-bottom: 15px;
  margin-top: 15px;
}
.products-banners .grid-container .left .banner-cell img {
  width: 100%;
}
.products-banners .grid-container .left .dm-side-home {
  overflow: auto;
  background-color: #f4a51f;
  max-height: 400px;
}
.products-banners .grid-container .left .dm-side-home ul {
  padding-left: 0;
  list-style: none;
  padding-top: 30px;
}
.products-banners .grid-container .left .dm-side-home ul li a {
  color: #fff;
  font-size: 14px;
}
@supports (aspect-ratio: 1/1) {
  .products-banners .grid-container .right {
    width: -webkit-calc(75% - 0.234375rem);
    width: calc(75% - 0.234375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .products-banners .grid-container .right {
    width: 75%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .products-banners .grid-container .right {
    width: 100%;
  }
}
@supports not (aspect-ratio: 1/1) {
  @media only screen and (max-width: 39.96875rem) {
    .products-banners .grid-container .right .grid-products {
      margin-left: -0.3125rem;
      margin-right: -0.3125rem;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .products-banners .grid-container .right .grid-products > .cell {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .products-banners .grid-container .right .grid-products {
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .products-banners .grid-container .right .grid-products > .cell {
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem;
    }
  }
  .products-banners .grid-container .right .grid-products > .cell {
    width: 25%;
  }
  @media only screen and (max-width: 63.96875rem) {
    .products-banners .grid-container .right .grid-products > .cell {
      width: 33.3333333333%;
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .products-banners .grid-container .right .grid-products > .cell {
      width: 50%;
    }
  }
}
@supports (aspect-ratio: 1/1) {
  .products-banners .grid-container .right .grid-products {
    gap: 0.9375rem;
  }
  @media only screen and (max-width: 39.96875rem) {
    .products-banners .grid-container .right .grid-products {
      gap: 0.625rem;
    }
  }
  .products-banners .grid-container .right .grid-products > .cell {
    width: -webkit-calc(25% - 0.703125rem);
    width: calc(25% - 0.703125rem);
  }
  @media only screen and (max-width: 63.96875rem) {
    .products-banners .grid-container .right .grid-products > .cell {
      width: -webkit-calc(33.3333333333% - 0.625rem);
      width: calc(33.3333333333% - 0.625rem);
    }
  }
  @media only screen and (max-width: 39.96875rem) {
    .products-banners .grid-container .right .grid-products > .cell {
      width: -webkit-calc(50% - 0.3125rem);
      width: calc(50% - 0.3125rem);
    }
  }
}

.why_chose-section {
  padding: 40px 0;
}
.why_chose-section .list_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@supports (aspect-ratio: 1/1) {
  .why_chose-section .list_banner .bn {
    width: -webkit-calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .why_chose-section .list_banner .bn {
    width: 50%;
  }
}
.why_chose-section .list_banner .bn img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_home {
  padding: 40px 0;
}
.post_home .module-title {
  text-align: left;
}
.post_home .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@supports (aspect-ratio: 1/1) {
  .post_home .grid-container .left {
    width: -webkit-calc(58.3333333333% - 0.78125rem);
    width: calc(58.3333333333% - 0.78125rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .post_home .grid-container .left {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .post_home .grid-container .left {
    width: 100%;
  }
}
.post_home .grid-container .left .posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.post_home .grid-container .left .posts-list .meta,
.post_home .grid-container .left .posts-list .excerpt,
.post_home .grid-container .left .posts-list .view-detail {
  display: none;
}
.post_home .grid-container .left .posts-list h6 {
  font-weight: 400;
}
@supports (aspect-ratio: 1/1) {
  .post_home .grid-container .left .posts-list .first {
    width: -webkit-calc(41.6666666667% - 1.09375rem);
    width: calc(41.6666666667% - 1.09375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .post_home .grid-container .left .posts-list .first {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .post_home .grid-container .left .posts-list .first {
    width: 100%;
  }
}
.post_home .grid-container .left .posts-list .second {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@supports (aspect-ratio: 1/1) {
  .post_home .grid-container .left .posts-list .second {
    width: -webkit-calc(58.3333333333% - 0.78125rem);
    width: calc(58.3333333333% - 0.78125rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .post_home .grid-container .left .posts-list .second {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .post_home .grid-container .left .posts-list .second {
    width: 100%;
  }
}
.post_home .grid-container .left .posts-list .second article.item.cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #dee2e6;
  padding: 10px;
}
@supports (aspect-ratio: 1/1) {
  .post_home .grid-container .left .posts-list .second .d-block {
    width: -webkit-calc(25% - 1.40625rem);
    width: calc(25% - 1.40625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .post_home .grid-container .left .posts-list .second .d-block {
    width: 25%;
  }
}
@supports (aspect-ratio: 1/1) {
  .post_home .grid-container .left .posts-list .second .cover-content {
    width: -webkit-calc(75% - 0.46875rem);
    width: calc(75% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .post_home .grid-container .left .posts-list .second .cover-content {
    width: 75%;
  }
}
.post_home .grid-container .right {
  background-color: #845402;
  padding: 15px;
}
@supports (aspect-ratio: 1/1) {
  .post_home .grid-container .right {
    width: -webkit-calc(41.6666666667% - 1.09375rem);
    width: calc(41.6666666667% - 1.09375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .post_home .grid-container .right {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .post_home .grid-container .right {
    width: 100%;
  }
}
.post_home .grid-container .right .title_line {
  color: #fff;
}
.post_home .grid-container .right .video iframe {
  width: 100%;
}

.top_ft {
  position: relative;
}
.top_ft .listbox {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top_ft .listbox li {
  width: 25%;
  background: #fff;
  border-right: 1px solid #eee;
  padding: 30px 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .top_ft .listbox li {
    width: 50%;
  }
}
.top_ft .listbox li img {
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.top_ft .listbox li .title {
  text-transform: uppercase;
  color: #f4a51f;
  text-align: center;
  display: block;
  font-size: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .top_ft .listbox li .title {
    font-size: 13px;
  }
}
.top_ft .listbox li .desc {
  color: #999;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 39.96875rem) {
  .top_ft .listbox li .desc {
    font-size: 12px;
  }
}

.list-inline {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 10px;
}
.list-inline li a {
  background-color: transparent;
  background-image: none;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #5f5959;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.filter-productcat {
  padding: 40px 0;
}
@media only screen and (max-width: 39.96875rem) {
  .filter-productcat {
    padding: 30px 0;
  }
}

.zalo-container.right {
  right: 20px;
}

.zalo-container {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 150px;
  z-index: 9999999;
}

.zalo-container.right.call {
  bottom: 220px;
}
@media only screen and (max-width: 39.96875rem) {
  .zalo-container.right.call {
    bottom: 80px;
  }
}

.zalo-container.right.call span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
}

.zalo-container a {
  display: block;
}

.animated_zalo.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.cmoz-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 2px solid rgba(17, 130, 252, 0.8);
  opacity: 0.1;
  border-color: #1182FC;
  opacity: 0.5;
}

.animated_zalo {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.zoomIn_zalo {
  -webkit-animation-name: zoomIn_zalo;
  animation-name: zoomIn_zalo;
}

.pulse_zalo {
  -webkit-animation-name: pulse_zalo;
  animation-name: pulse_zalo;
}

.zalo-container span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #1182FC;
  position: relative;
}

.cmoz-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(17, 130, 252, 0.45);
  opacity: 0.75;
  right: -10px;
}

@-webkit-keyframes zoomIn_zalo {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn_zalo {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse_zalo {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse_zalo {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.title-page-ct {
  margin-bottom: 30px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 40px;
}

.section-ct .list_cn {
  border: 1px solid #dee2e6;
  padding: 1rem;
}
.section-ct .list_cn .title_cn {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  font-size: 1.8rem;
}
.section-ct .list_cn .title_cn i {
  color: #ff0000;
  margin-right: 10px;
}
.section-ct .list_cn .desc {
  font-size: 14px;
}
.section-ct .list_cn .img-cn {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.section-ct .list_cn .img-cn .img,
.section-ct .list_cn .img-cn .bando {
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  height: 550px;
}
@supports (aspect-ratio: 1/1) {
  .section-ct .list_cn .img-cn .img,
  .section-ct .list_cn .img-cn .bando {
    width: -webkit-calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  .section-ct .list_cn .img-cn .img,
  .section-ct .list_cn .img-cn .bando {
    width: 50%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section-ct .list_cn .img-cn .img,
  .section-ct .list_cn .img-cn .bando {
    width: 100%;
  }
}
.section-ct .list_cn .img-cn .img iframe,
.section-ct .list_cn .img-cn .bando iframe {
  width: 100%;
  height: 100%;
}

.title-archive {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 40px;
}

.desc-archive {
  margin: 10px 0px 20px 0px;
  position: relative;
  border: solid 1px #f1f1f1;
  padding: 10px;
  background-color: #f1f1f1;
  width: 100%;
}

.footer_support_big {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d28400;
  text-align: center;
  z-index: 99;
}
.footer_support_big .grid-container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 0;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer_support_big .grid-container .row .col-lg-3 {
  width: 16.6666666667%;
}
@media only screen and (max-width: 39.96875rem) {
  .footer_support_big .grid-container .row .col-lg-3 {
    width: 25%;
  }
}
.footer_support_big .grid-container .row .col-lg-3:not(:last-child) {
  border-right: 1px dotted #fff;
}
.footer_support_big .grid-container .row .col-lg-3 a {
  display: block;
  padding: 10px 5px;
  color: #fff;
  font-size: 16px;
}
.footer_support_big .grid-container .row .col-lg-3 a i {
  display: none;
}
@media only screen and (max-width: 39.96875rem) {
  .footer_support_big .grid-container .row .col-lg-3 a {
    font-size: 12px;
  }
  .footer_support_big .grid-container .row .col-lg-3 a i {
    display: block;
    margin-right: 5px;
  }
  .footer_support_big .grid-container .row .col-lg-3 a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer_support_big .grid-container .row .col-lg-3:first-child, .footer_support_big .grid-container .row .col-lg-3:nth-child(2) {
    display: none;
  }
}

.author-dn {
  text-align: center;
}

.bg-menu {
  position: absolute;
  width: 100%;
  height: 640px;
  background: #fff;
  z-index: 99;
  top: 100%;
  overflow: hidden;
  visibility: hidden;
}

.bot_header .first-sub {
  width: 100%;
}
.bot_header .first-sub li:hover a {
  background: #fff !important;
  color: #333333 !important;
}
.bot_header .first-sub ul {
  width: 200%;
}
