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

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

.inside-header {
  inline-size: 100%;
  /*border-bottom: 1px solid #e6e6e6;*/
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header {
    top: 0 !important;
  }
}
.inside-header .header-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  /*padding-bottom: 10px;
  padding-top: 10px;*/
  position: relative;
  min-height: 90px;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .inside-header .header-inner {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    min-height: 80px;
  }
}
.inside-header .header-inner .search-dropdown--wrap .trigger-s::before {
  font-weight: 700;
  font-size: 16px;
  color: #010000;
}
.inside-header .header-inner .widget_polylang ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.inside-header .header-inner .widget_polylang ul li {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.inside-header .header-inner .widget_polylang ul li a {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: 1px solid transparent;
  transition: 0.3s;
}
.inside-header .header-inner .widget_polylang ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inside-header .header-inner .widget_polylang ul li:hover a, .inside-header .header-inner .widget_polylang ul li.current-lang a {
  border-color: #a17f73;
}
.inside-header .header-inner .social-menu.menu {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .social-menu.menu {
    display: none;
  }
}
.inside-header .header-inner .social-menu.menu li a {
  letter-spacing: 0.13em;
  background-color: #a17f73;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
}
.inside-header .header-inner .social-menu.menu li a svg {
  width: 1.3125rem;
  height: 1.3125rem;
  fill: #fff;
}
.inside-header .header-inner .social-menu.menu li a svg path {
  fill: #fff;
}
.inside-header .header-inner .linkbox {
  /** */
  /** */
}
.inside-header .header-inner .linkbox .linkbox-inner {
  gap: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.inside-header .header-inner .linkbox .linkbox-inner::before {
  position: relative;
  color: #fff;
  -webkit-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  background-color: #a17f73;
  font-size: 17px;
  font-weight: 200;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1;
}
.inside-header .header-inner .linkbox .linkbox-inner > div {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
}
.inside-header .header-inner .linkbox .linkbox-inner > div .txt {
  font-weight: 500;
  line-height: normal;
  font-size: 13px;
  display: block;
}
.inside-header .header-inner .linkbox .linkbox-inner > div .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: #010000;
}
.inside-header .header-inner .linkbox .linkbox-inner > div .desc p {
  line-height: inherit;
}
.inside-header .header-inner .linkbox.hotline .linkbox-inner > .thumbs {
  width: 3.125rem;
  height: 3.125rem;
  background: linear-gradient(0deg, #EE2B0F, #EE2B0F);
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1490196078);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .linkbox.hotline .linkbox-inner > .thumbs {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.inside-header .header-inner .linkbox.hotline .linkbox-inner > .thumbs img {
  width: 20px;
  display: block;
}
.inside-header .header-inner .linkbox.hotline .linkbox-inner > div .txt {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #606060;
}
.inside-header .header-inner .linkbox.hotline .linkbox-inner > div .desc {
  font-size: 18px;
  font-weight: 700;
  color: #a17f73;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .linkbox.hotline .linkbox-inner > div .desc {
    font-size: 16px;
  }
}
.inside-header .header-inner .linkbox.bg-button .linkbox-inner {
  height: 44px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .linkbox.bg-button .linkbox-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .linkbox.bg-button .linkbox-inner {
    height: 38px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.inside-header .header-inner .header-inner-cell {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
          align-items: center;
  /** */
}
.inside-header .header-inner .header-inner-cell.cell-1 {
  /*max-width: 220px;
  padding: 0 25px;
  justify-content: center;*/
}
.inside-header .header-inner .header-inner-cell.cell-1 > *:not(:first-child) {
  padding-left: 0;
  margin-left: 0;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .header-inner-cell.cell-1 {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
  .inside-header .header-inner .header-inner-cell.cell-1 .off-canvas-content {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .inside-header .header-inner .header-inner-cell.cell-1 .header-widgets {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.inside-header .header-inner .header-inner-cell.cell-2 {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  -webkit-justify-content: center;
          justify-content: center;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .header-inner-cell.cell-2 {
    display: none;
  }
}
.inside-header .header-inner .header-inner-cell.cell-2 .header-widgets {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.inside-header .header-inner .header-inner-cell.cell-2 .header-widgets .dropdown-search {
  height: auto;
}
.inside-header .header-inner .header-inner-cell.cell-2 .header-widgets .dropdown-search .trigger-s {
  min-height: 5.625rem;
  padding: 0 20px;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .header-inner-cell.cell-2 .header-widgets .dropdown-search .trigger-s {
    min-height: 5rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .inside-header .header-inner .header-inner-cell.cell-2 .header-widgets .dropdown-search .trigger-s {
    padding: 0 15px;
  }
}
.inside-header .header-inner .header-inner-cell.cell-2 .header-widgets .dropdown-search .trigger-s:hover {
  background: none;
  color: red;
}
.inside-header .header-inner .header-inner-cell.cell-2 .header-widgets .dropdown-search .trigger-s:hover::before {
  color: currentColor;
  transition: 0s;
}
.inside-header .header-inner .header-inner-cell.cell-3 {
  /*justify-content: center;*/
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
@media only screen and (min-width: 64rem) {
  .inside-header .header-inner .header-inner-cell.cell-3 {
    display: none !important;
  }
}
.inside-header .header-inner .header-inner-cell.cell-3 .inside-search {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.inside-header .header-inner .header-inner-cell.cell-3 .inside-search .widget-title {
  display: none;
}
.inside-header .header-inner .header-inner-cell.cell-3 .inside-search .frm-search {
  border-radius: 34px;
  overflow: hidden;
  width: 450px;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.inside-header .header-inner .header-inner-cell.cell-3 .inside-search .frm-search input {
  height: 34px;
  border-radius: 34px;
  padding-right: 0;
}
.inside-header .header-inner .header-inner-cell.cell-3 .inside-search .frm-search button[type=submit] {
  background: none;
  color: #a17f73;
  width: 2rem;
  height: 2rem;
}
.inside-header .header-inner .header-inner-cell.cell-3 .inside-search .frm-search button[type=submit]::before {
  color: currentColor;
}
.inside-header .header-inner .header-inner-cell.cell-3 .off-canvas-content {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 63.96875rem) {
  .inside-header .header-inner .header-inner-cell .desktop-menu.menu {
    display: none;
  }
}
.inside-header .header-inner .header-inner-cell > *:not(:first-child) {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 74.96875rem) {
  .inside-header .header-inner .header-inner-cell > *:not(:first-child) {
    padding-left: 6px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header .header-inner .header-inner-cell > *:not(:first-child) {
    margin-left: 0;
  }
}
.inside-header .header-inner .header-inner-cell > *:not(:first-child)::before {
  content: "";
  background-color: rgba(61, 61, 61, 0.4);
  width: 0;
  top: 50%;
  height: 28px;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 74.96875rem) {
  .inside-header .header-inner .header-inner-cell > *:not(:first-child)::before {
    height: 0;
  }
}

/** */
.linkbox.bg-button .linkbox-inner {
  background: linear-gradient(180deg, #FFCD81 0%, #CD7D00 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
  border: 1.5px solid #FFFFFF;
  border-radius: 100px;
  transition: 0.3s;
}
.linkbox.bg-button .linkbox-inner .txt {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.linkbox.bg-button .linkbox-inner:hover {
  background: linear-gradient(180deg, rgba(255, 205, 129, 0.9) 0%, #CD7D00 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.4);
}

/** */
.bg-button :where(button[type=submit], button[type=button], button[type=reset], a.bg-btn) {
  background: linear-gradient(180deg, #FFCD81 0%, #CD7D00 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
  border: 1.5px solid #FFFFFF;
  border-radius: 100px;
  transition: 0.3s;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.bg-button :where(button[type=submit], button[type=button], button[type=reset], a.bg-btn):hover {
  background: linear-gradient(180deg, rgba(255, 205, 129, 0.9) 0%, #CD7D00 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
}

/** */
.section.home-partners {
  position: relative;
  overflow: hidden;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-partners {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-partners {
    padding-bottom: 3.75rem;
  }
}
.section.home-partners::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: url("../img/partner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
.section.home-partners .grid-container {
  position: relative;
}
.section.home-partners .title-container {
  position: relative;
}
.section.home-partners .title-container .heading-title {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.section.home-partners .swiper .swiper-wrapper {
  -webkit-justify-content: center;
          justify-content: center;
  margin: 10px 0;
}
.section.home-partners .swiper .swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: auto !important;
}
.section.home-partners .swiper .swiper-slide figure {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 30px;
  width: calc(100% - 30px);
  padding: 15px;
  height: 80px;
  transition: 0.3s;
}
.section.home-partners .swiper .swiper-slide figure:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.section.home-partners .swiper .swiper-slide figure img {
  max-height: 100%;
  display: block;
}
.section.home-partners .swiper article.item .overlay {
  padding: 20%;
}

/** */
/** */
.site-footer {
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 12px);
  /*border-top: 1px solid rgb(0 0 0 / 20%);*/
}
.site-footer::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.site-footer .footer-infos {
  position: relative;
}
.site-footer .footer-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  /*border-bottom: 1px solid transparentize(#4C4D4F, 0.5);*/
  padding-bottom: 15px;
}
.site-footer .footer-logo img {
  display: block;
  height: 70px;
  padding: 1px;
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .footer-logo img {
    height: 55px;
  }
}
.site-footer .footer-logo .site-title {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .footer-logo .site-title {
    padding-left: 5px;
    margin-left: 5px;
    font-size: 16px;
  }
}
.site-footer .footer-logo .site-title-inner .logo-title {
  display: none;
}
.site-footer .footer-logo .site-title-inner .logo-slogan {
  font-weight: 500;
}
/** */
.site-outer.site-page {
  min-height: 100vh;
  overflow: initial;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  /** */
}
.site-outer.site-page header.site-header {
  width: 100%;
  transition: top 0.4s cubic-bezier(0, 0.46, 1, 1), background-color 0.3s ease-in;
}
.site-outer.site-page header.site-header.w-sticky {
  position: fixed;
  z-index: 100;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.site-outer.site-page header.site-header.scroll-up {
  top: -125px;
}
@media only screen and (max-width: 63.96875rem) {
  .site-outer.site-page header.site-header.scroll-up {
    top: -70px;
  }
}
.site-outer.site-page main {
  /*min-block-size: 100vh;*/
  min-block-size: -webkit-fill-available;
  /*min-height: 100vh;*/
  display: block;
}
.site-outer.site-page .site-footer {
  width: 100%;
  position: relative;
}
.site-outer.site-page .site-footer .footer-credit {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #a17f73;
  color: #eee;
}
.site-outer.site-page .site-footer .footer-credit::before {
  left: 0;
  width: 100%;
  top: 0;
  position: absolute;
  height: 0;
  background: linear-gradient(270deg, #F8BF2E 0%, #F9FF88 58.65%, #F8BF2E 100%);
  content: "";
}
.site-outer.site-page .site-footer .copyright-inner {
  font-weight: 300;
}
.site-outer.site-page .site-footer .copyright-inner > p {
  line-height: normal;
}
.site-outer.site-page .site-footer .copyright-inner > p:not(:last-child) {
  margin-bottom: 5px;
}
.site-outer.site-page .site-footer .copyright-inner a {
  color: currentColor;
}
.site-outer.site-page .site-footer .copyright-inner a:hover {
  opacity: 0.8;
}
.site-outer.site-page .site-footer .copyright-inner .cr a {
  font-weight: 500;
}
.site-outer.site-page .site-footer .copyright-inner .gpkd {
  font-weight: 300;
  opacity: 0.8;
}
.site-outer.site-page .section.section-title {
  position: relative;
  min-height: 240px;
}
.site-outer.site-page .section.section-title .title-bg {
  padding-bottom: 120px;
  padding-top: 120px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.site-outer.site-page .section.section-title .title-bg:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #010000;
  opacity: 0.4;
}
.site-outer.site-page .section.section-title .title-bg .cover {
  display: none;
}
.site-outer.site-page .section.section-title .title-bg .cover img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title .title-bg {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-outer.site-page .section.section-title .archive-header {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  grid-gap: 0 0.9375rem;
  gap: 0 0.9375rem;
}
@media only screen and (min-width: 90rem) {
  .site-outer.site-page .section.section-title .archive-header {
    max-width: 81.25rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .site-outer.site-page .section.section-title .archive-header {
    max-width: 71.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .site-outer.site-page .section.section-title .archive-header {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .site-outer.site-page .section.section-title .archive-header {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.site-outer.site-page .section.section-title .title-inner .title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.8125rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 40rem) {
  .site-outer.site-page .section.section-title .title-inner .title {
    font-size: 2.1875rem;
  }
}
.site-outer.site-page .section.section-title .title-inner .text-s {
  color: #fff;
}
.site-outer.site-page .section.section-title .title-inner, .site-outer.site-page .section.section-title .breadcrumbs-container {
  position: relative;
}
.site-outer.site-page .section.section-title .breadcrumbs-container {
  position: relative;
  /*margin-top: 8px;*/
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  /*width: 800px;*/
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 63.96875rem) {
  .site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs {
    -webkit-justify-content: center;
            justify-content: center;
    width: 100%;
  }
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li {
  font-size: 13px;
  font-weight: 400;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li a {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li a:hover {
  opacity: 1;
  color: #eee;
  text-decoration: none;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li a:hover {
  text-decoration: none;
}
.site-outer.site-page .section.section-title .breadcrumbs-container ul.breadcrumbs li.current {
  color: #eee;
}

/** */
.section.archives.archive-posts {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  background-color: #f5f7fa;
  /** */
  /** */
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts {
    padding-bottom: 2.5rem;
  }
}
.section.archives.archive-posts .term-title {
  margin-bottom: 20px;
}
.section.archives.archive-posts .archive-desc {
  opacity: 0.9;
  margin-bottom: 30px;
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  /*justify-content: center;*/
  font-weight: 400;
  color: #010000;
  font-size: 1.0625rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .archive-desc {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .archive-desc {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.section.archives.archive-posts .archive-desc::before {
  font-weight: 900;
  margin-right: 15px;
  color: #010000;
  font-size: 150%;
}
.section.archives.archive-posts .grid-posts {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-posts {
    grid-gap: 0;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-posts {
    gap: 0;
  }
}
.section.archives.archive-posts .grid-posts > .cell {
  width: 100%;
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-posts > .cell {
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-posts > .cell {
    width: 100%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-posts {
    grid-gap: 0 1.25rem;
    gap: 0 1.25rem;
  }
}
.section.archives.archive-posts .grid-posts article.item {
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /** */
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-posts article.item {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-posts article.item {
    padding-bottom: 1.25rem;
  }
}
.section.archives.archive-posts .grid-posts article.item .cover {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}
.section.archives.archive-posts .grid-posts article.item .cover .after-overlay::after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.01);
  transition: all 0.6s ease;
  content: "";
}
.section.archives.archive-posts .grid-posts article.item .cover .after-overlay:hover {
  -webkit-transform: scale(1.0001);
          transform: scale(1.0001);
}
.section.archives.archive-posts .grid-posts article.item .cover-content {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
  /*padding: 30px 50px;*/
  padding-top: 20px;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .meta {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 10px;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .meta .terms {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .meta .terms a {
  /*background: linear-gradient(180deg, transparentize($color2, 0.2) 0%, $color2 100%);*/
  border-radius: 15px;
  display: block;
  color: a17f73;
  padding: 0 12px;
  transition: 0.3s;
  font-weight: 600;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .meta .terms a:hover {
  /*background-color: $color4;*/
  color: #FF4328;
}
.section.archives.archive-posts .grid-posts article.item .cover-content h6 {
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 1.5625rem;
}
@supports (-webkit-line-clamp: 2) {
  .section.archives.archive-posts .grid-posts article.item .cover-content h6 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 40rem) {
  .section.archives.archive-posts .grid-posts article.item .cover-content h6 {
    font-size: 1.8125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-posts article.item .cover-content h6 {
    font-weight: 500;
  }
}
.section.archives.archive-posts .grid-posts article.item .cover-content h6 a {
  color: #010000;
}
.section.archives.archive-posts .grid-posts article.item .cover-content h6 a:hover {
  opacity: 1;
  color: red;
  text-decoration: none;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .excerpt {
  opacity: 0.9;
  margin-top: 0;
  color: #010000;
  font-size: 0.9375rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 0;
  /*display: none !important;*/
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-posts article.item .cover-content .excerpt {
    font-size: 0.875rem;
  }
}
@supports (-webkit-line-clamp: 2) {
  .section.archives.archive-posts .grid-posts article.item .cover-content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archives.archive-posts .grid-posts article.item .cover-content .view-detail {
  display: -webkit-inline-flex;
  display: inline-flex;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  /*border: 1px solid $medium-black;*/
  transition: 0.3s;
  color: #FF4328;
  /*text-transform: uppercase;*/
  font-weight: 300;
  font-size: 14px;
  /*padding: 0 20px;*/
  /* height: 35px;*/
  -webkit-align-items: center;
          align-items: center;
  margin-top: 10px;
  /*border-radius: 20px;*/
  /*line-height: 1;*/
}
.section.archives.archive-posts .grid-posts article.item .cover-content .view-detail span {
  line-height: 1;
  display: inline-block;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .view-detail::before {
  -webkit-order: 1;
          order: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: 0.3s;
  font-size: 14px;
}
.section.archives.archive-posts .grid-posts article.item .cover-content .view-detail:hover {
  color: #FF4328;
  /*background: $color1;*/
  /*box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3);*/
  /*color: #fff;*/
}
.section.archives.archive-posts .grid-posts article.item .cover-content .view-detail:hover::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.section.archives.archive-posts .grid-posts article.item:hover {
  /** */
}
.section.archives.archive-posts .grid-posts article.item:hover .cover .after-overlay::after {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.6s ease;
}
.section.archives.archive-posts .feature-posts {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .feature-posts {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts {
    margin-bottom: 2.5rem;
  }
}
.section.archives.archive-posts .feature-posts article.item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 3.125rem;
  gap: 3.125rem;
}
@media only screen and (max-width: 48.84375rem) {
  .section.archives.archive-posts .feature-posts article.item {
    grid-gap: 0;
    gap: 0;
  }
}
.section.archives.archive-posts .feature-posts article.item > a {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 45%;
}
@media only screen and (max-width: 48.84375rem) {
  .section.archives.archive-posts .feature-posts article.item > a {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.section.archives.archive-posts .feature-posts article.item > a .cover {
  border-radius: 8px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}
.section.archives.archive-posts .feature-posts article.item .cover-content {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  -webkit-order: -1;
          order: -1;
  padding-top: 15px;
}
@media only screen and (max-width: 48.84375rem) {
  .section.archives.archive-posts .feature-posts article.item .cover-content {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -webkit-order: 1;
            order: 1;
    padding-top: 25px;
  }
}
.section.archives.archive-posts .feature-posts article.item .cover-content .meta {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 10px;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.section.archives.archive-posts .feature-posts article.item .cover-content .meta .terms {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 0.3125rem 0.625rem;
  gap: 0.3125rem 0.625rem;
}
.section.archives.archive-posts .feature-posts article.item .cover-content .meta .terms a {
  /*background: linear-gradient(180deg, transparentize($color2, 0.2) 0%, $color2 100%);*/
  border-radius: 15px;
  display: block;
  color: #000;
  padding: 4px 10px 2px 10px;
  font-size: 13px;
  transition: 0.3s;
  font-weight: 500;
}
.section.archives.archive-posts .feature-posts article.item .cover-content .meta .terms a:hover {
  /*background-color: $color4;*/
  color: red;
}
.section.archives.archive-posts .feature-posts article.item .cover-content h6 {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 1.1875rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .feature-posts article.item .cover-content h6 {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts article.item .cover-content h6 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .feature-posts article.item .cover-content h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    font-weight: 500;
  }
  @supports (-webkit-line-clamp: 2) {
    .section.archives.archive-posts .feature-posts article.item .cover-content h6 {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.section.archives.archive-posts .feature-posts article.item .cover-content h6 a {
  color: #010000;
}
.section.archives.archive-posts .feature-posts article.item .cover-content h6 a:hover {
  opacity: 1;
  color: #010000;
  text-decoration: none;
}
.section.archives.archive-posts .feature-posts article.item .cover-content .excerpt {
  font-size: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48.84375rem) {
  .section.archives.archive-posts .feature-posts article.item .cover-content .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
  }
  @supports (-webkit-line-clamp: 2) {
    .section.archives.archive-posts .feature-posts article.item .cover-content .excerpt {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.section.archives.archive-posts .feature-posts article.item .cover-content .view-detail {
  display: -webkit-inline-flex;
  display: inline-flex;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  background: #fff;
  border: 1px solid #606060;
  transition: 0.3s;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  padding: 0 20px;
  height: 40px;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 20px;
}
.section.archives.archive-posts .feature-posts article.item .cover-content .view-detail::before {
  -webkit-order: 1;
          order: 1;
}
.section.archives.archive-posts .feature-posts article.item .cover-content .view-detail:hover {
  background: #000;
  /*box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3);*/
  color: #fff;
}
.section.archives.archive-posts .grid-news-outer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 2.5rem;
  gap: 2.5rem;
  /** */
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-news-outer {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-news-outer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.section.archives.archive-posts .grid-news-outer .col-content {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-content {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
.section.archives.archive-posts .grid-news-outer .col-sidebar {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 28%;
  min-width: 430px;
}
@media only screen and (max-width: 74.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar {
    width: 25%;
    min-width: 330px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar {
    width: 100%;
  }
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap > *:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap > *:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap {
    grid-gap: 1.25rem;
    gap: 1.25rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media only screen and (max-width: 63.96875rem) and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap {
    grid-gap: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap {
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap > .sidebar {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 63.96875rem) and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap > .sidebar {
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 63.96875rem) and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap > .sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap > *:not(:last-child) {
    margin-bottom: 0;
  }
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .widget_media_image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .widget_media_image img {
  display: block;
  width: 100%;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .sidebar-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .sidebar-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .sidebar-title {
    margin-bottom: 0.9375rem;
  }
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .tagcloud {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 0.375rem;
  gap: 0.375rem;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .tagcloud a {
  color: #a3a7b6;
  font-size: 13px !important;
  font-weight: 300;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  transition: 0.3s;
  padding: 8px 18px;
  line-height: 18px;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .tagcloud a:hover {
  border-color: red;
  background-color: red;
  color: #fff;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .product_list_widget li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .product_list_widget li a {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .product_list_widget li a .thumbs {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .product_list_widget li a .thumbs > img {
  width: 5rem;
  height: 5rem;
  -webkit-order: -1;
          order: -1;
  object-fit: contain;
  object-position: center;
  margin-left: 0;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .product_list_widget li a .content {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .product_list_widget li a .content > .product-title {
  font-weight: 400;
  font-size: 15px;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .product_list_widget li a .content .star-rating {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 0;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .product_list_widget li a .content .prices .amount {
  font-weight: 600;
  color: #FF4328;
  font-size: 16px;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .product_list_widget li a .content .prices del {
  text-decoration: none;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .product_list_widget li a .content .prices del .amount {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 12px;
  color: #606060;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .sidebar .product_list_widget li a .content .prices ins {
  text-decoration: none;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-productcat .heading-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  padding: 0 !important;
}
@media only screen and (min-width: 40rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-productcat .heading-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-productcat .heading-title {
    margin-bottom: 0.9375rem;
  }
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-productcat .list-productcat .product-category {
  padding: 0 !important;
  margin-bottom: 10px;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-productcat .list-productcat .product-category .cover-content .title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  grid-gap: 0 0.3125rem;
  gap: 0 0.3125rem;
  font-size: 15px;
  font-weight: 400;
  color: #606060;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-productcat .list-productcat .product-category .cover-content .title .count {
  font-size: 13px;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-productcat .list-productcat .product-category:hover .cover-content .title {
  color: #FF4328;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .inside-search .widget-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  padding: 0 !important;
}
@media only screen and (min-width: 40rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .inside-search .widget-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .inside-search .widget-title {
    margin-bottom: 0.9375rem;
  }
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .inside-search .frm-search {
  border: none;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .inside-search .frm-search input {
  width: 100%;
  padding: 15px 55px 15px 20px;
  -webkit-flex: 1;
          flex: 1;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  height: unset;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .inside-search .frm-search input:focus {
  border-color: #FF4328;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .inside-search .frm-search button[type=submit] {
  background: none;
  font-size: 0;
  line-height: 0;
  width: 55px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: 0 0;
  border: none;
  padding: 0;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .inside-search .frm-search button[type=submit]::before {
  font-weight: 400;
  color: #010000;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .widget_media_image {
  border-radius: 10px;
  overflow: hidden;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .heading-title {
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
}
@media only screen and (min-width: 40rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .heading-title {
    font-size: 1.0625rem;
  }
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .heading-title::after {
  height: 1px;
  bottom: 0;
  width: 100px;
  max-width: 100%;
  position: absolute;
  content: "";
  left: 0;
  background: #606060;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-bottom: 1.5625rem;
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item {
    margin-bottom: 1.25rem;
  }
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item > a {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 28%;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item > a .cover {
  border-radius: 10px;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item > a .cover .res {
  height: 0;
  padding-bottom: 75%;
  width: 100%;
}
@supports (aspect-ratio: 3/2) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item > a .cover .res {
    aspect-ratio: 4 / 3;
  }
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item .cover-content {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding-top: 0;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item .cover-content .meta {
  -webkit-order: 1;
          order: 1;
  margin-bottom: 0;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item .cover-content .meta .time {
  font-weight: 300;
  font-size: 12px;
  color: #606060;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item .cover-content .meta .terms {
  display: none;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item .cover-content .excerpt {
  display: none;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item .cover-content .view-detail {
  display: none;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item .cover-content h6, .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .grid-posts article.item .cover-content .h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts.hide-thumb .grid-posts {
  background: #edeef1;
  padding: 1.875rem;
  border-radius: 20px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts.hide-thumb .grid-posts {
    padding: 1.25rem;
  }
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts.hide-thumb .grid-posts article.item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts.hide-thumb .grid-posts article.item > a {
  display: none !important;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts.hide-thumb .grid-posts .second article.item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts.hide-meta > div {
  -webkit-align-items: flex-end;
          align-items: flex-end;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts.hide-meta .grid-posts article.item .cover-content .meta {
  display: none;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .viewmore.viewmore-button {
  background: none !important;
  margin-top: 8px;
  color: #010000;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .viewmore.viewmore-button::before {
  background: none !important;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .viewmore.viewmore-button::after {
  color: #010000;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .viewmore.viewmore-button:hover {
  color: #FF4328;
}
.section.archives.archive-posts .grid-news-outer .col-sidebar .sidebar--wrap .filter-posts .viewmore.viewmore-button:hover:after {
  color: #FF4328;
}
.section.archives.archive-posts .grid-news-outer:not(.has-sidebar) .col-content .grid-posts {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer:not(.has-sidebar) .col-content .grid-posts {
    grid-gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer:not(.has-sidebar) .col-content .grid-posts {
    gap: 1.25rem;
  }
}
.section.archives.archive-posts .grid-news-outer:not(.has-sidebar) .col-content .grid-posts > .cell {
  width: calc(33.3333333333% - 1.25rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.archives.archive-posts .grid-news-outer:not(.has-sidebar) .col-content .grid-posts > .cell {
    width: calc(50% - 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archives.archive-posts .grid-news-outer:not(.has-sidebar) .col-content .grid-posts > .cell {
    width: 100%;
  }
}
.section.archives.archive-posts .grid-news-outer:not(.has-sidebar) .col-content .grid-posts article.item {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.section.archives.archive-posts .grid-news-outer:not(.has-sidebar) .col-content .grid-posts article.item .cover-content h6 {
  line-height: 1.4;
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .section.archives.archive-posts .grid-news-outer:not(.has-sidebar) .col-content .grid-posts article.item .cover-content h6 {
    font-size: 1.0625rem;
  }
}

/** */
.section.single.single-post.single-page .excerpt {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
}
.section.single.single-post.single-page .excerpt::before {
  font-size: 25px;
  font-weight: 900;
  opacity: 0.7;
  margin-right: 15px;
}

/** */
.section.single.single-post {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post {
    overflow: hidden;
  }
}
.section.single.single-post > .grid-container {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-flex;
  display: flex;
}
.section.single.single-post .sharing_toolbox {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  margin-top: 110px;
  padding-right: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .sharing_toolbox {
    display: none;
  }
}
.section.single.single-post .single-content {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.section.single.single-post .single-content .single-thumbnail {
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.section.single.single-post .single-content .single-thumbnail img {
  display: block;
  width: 100%;
}
.section.single.single-post .single-content .col-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 980px;
  padding-top: 0;
}
.section.single.single-post .single-content .col-content .content {
  /** */
}
.section.single.single-post .single-content .col-content .content figure {
  width: auto !important;
  max-width: 100%;
}
.section.single.single-post .single-content .col-content .content :where(h2, h3, h4, h5, h6) {
  margin-top: 20px;
}
.section.single.single-post .single-content .col-content .content h2 {
  color: #3475E7;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .single-content .col-content .content h2 {
    text-align: center;
  }
}
.section.single.single-post .single-content .col-content .content table {
  font-size: 15px;
}
.section.single.single-post .single-content .col-content .content table thead, .section.single.single-post .single-content .col-content .content table tbody, .section.single.single-post .single-content .col-content .content table tfoot {
  background-color: #fffaeb;
}
.section.single.single-post .single-content .col-content .content table thead *, .section.single.single-post .single-content .col-content .content table tbody *, .section.single.single-post .single-content .col-content .content table tfoot * {
  font-size: inherit !important;
}
.section.single.single-post .single-content .col-content .content .social-menu.menu {
  grid-gap: 0.5rem;
  gap: 0.5rem;
  -webkit-justify-content: center;
          justify-content: center;
}
.section.single.single-post .single-content .col-content .content .social-menu.menu li a {
  letter-spacing: 0.13em;
  background-color: #a17f73;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
}
.section.single.single-post .single-content .col-content .content .social-menu.menu li a svg {
  width: 1.3125rem;
  height: 1.3125rem;
  fill: #fff;
}
.section.single.single-post .single-content .col-content .content .social-menu.menu li a svg path {
  fill: #fff;
}
.section.single.single-post .single-content .excerpt {
  opacity: 0.9;
  margin-bottom: 15px;
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  font-weight: 300;
  color: #010000;
  font-size: 1rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .single-content .excerpt {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.section.single.single-post .single-content .excerpt::before {
  font-weight: 900;
  margin-right: 15px;
  color: #010000;
  font-size: 150%;
}
.section.single.single-post .single-content .excerpt blockquote {
  background-color: rgba(177, 177, 177, 0.1);
  border-left: none;
  box-shadow: inset 0 0 0 1px rgba(177, 177, 177, 0.1);
  box-sizing: border-box;
  color: #340000;
  font-weight: 300;
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 30px 30px 30px 80px;
  position: relative;
}
.section.single.single-post .single-content .excerpt blockquote::first-letter {
  font-size: 19px;
  font-weight: 600;
  margin-right: 1px;
}
.section.single.single-post .single-content .excerpt blockquote::before {
  color: #340000;
  content: "“";
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150px;
  font-style: normal;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: -16px;
}
.section.single.single-post .single-content .single-title {
  /*color: $color1;*/
}
.section.single.single-post .single-content .meta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  grid-gap: 0.625rem 0.9375rem;
  gap: 0.625rem 0.9375rem;
}
.section.single.single-post .single-content .meta .time::before {
  margin-right: 10px;
}
.section.single.single-post .single-content .meta .terms {
  display: none;
}
.section.single.single-post .single-content .meta .terms a {
  /*background-color: $color1;
  color: #fff;*/
  /*padding: 0 5px;*/
  font-weight: 500;
}
.section.single.single-post .single-content .meta .terms a:not(:last-child) {
  margin-right: 10px;
}

/** */
.top-header {
  overflow: hidden;
  /*background-color: #f1f1f1;*/
/*     background: linear-gradient(90deg, #a17f73 13.44%, #02df74 100%); */
}
@media only screen and (max-width: 63.96875rem) {
  .top-header {
    display: none !important;
  }
}
.top-header > .grid-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 100%;
  position: relative;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 89.96875rem) {
  .top-header > .grid-container {
    max-width: 100%;
  }
}
.top-header > .grid-container::after {
  content: "";
  position: absolute;
  height: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  background-color: rgba(1, 0, 0, 0.1);
}
@media only screen and (min-width: 40rem) {
  .top-header > .grid-container::after {
    left: 15px;
    right: 15px;
  }
}
.top-header .top-header-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0 1.25rem;
  gap: 0 1.25rem;
}
.top-header .top-header-inner .linkbox .linkbox-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
}
.top-header .top-header-inner .linkbox .linkbox-inner::before {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.top-header .top-header-inner .linkbox .linkbox-inner > div :where(.txt, .desc) {
  font-weight: 300;
  font-size: 13px;
}
@media only screen and (max-width: 74.96875rem) {
  .top-header .top-header-inner .linkbox .linkbox-inner > div :where(.txt, .desc) {
    font-size: 12px;
  }
}
.top-header .top-header-inner .linkbox .linkbox-inner > div :where(.txt, .desc) a {
  color: currentColor;
}
.top-header .top-header-inner .linkbox .linkbox-inner > div :where(.txt, .desc) p {
  line-height: inherit;
}
.top-header .top-header-inner .linkbox .linkbox-inner:hover {
  color: #fff;
}
.top-header .top-header-inner ul.menu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.top-header .top-header-inner ul.menu > li {
  position: relative;
}
.top-header .top-header-inner ul.menu > li > a {
  letter-spacing: 0.13em;
  display: block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 8px;
}
.top-header .top-header-inner ul.menu > li > a svg {
  color: #606060;
}
.top-header .top-header-inner ul.menu > li > a svg path {
  fill: #606060;
}
.top-header .top-header-inner ul.menu > li > a:hover svg {
  color: #000;
}
.top-header .top-header-inner ul.menu > li > a:hover svg path {
  fill: #000;
}
.top-header .top-header-inner ul.menu > li:not(:last-child)::after {
  content: "/";
  width: 0.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
  color: rgba(52, 117, 231, 0.5);
  font-size: 0;
}

/** */
.section.home-news-slides {
  position: relative;
}
.section.home-news-slides::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.section.home-news-slides > * {
  position: relative;
}
.section.home-news-slides .title-container {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news-slides .title-container {
    margin-bottom: 1.25rem;
  }
}
.section.home-news-slides .title-container .heading-title {
  /*color: #fff;*/
}
.section.home-news-slides .swiper-wrapper .swiper-slide {
  height: auto;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item {
  display: block;
  overflow: hidden;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .meta {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 15px;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .meta .time {
  display: none;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .meta .terms {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 0.3125rem 0.625rem;
  gap: 0.3125rem 0.625rem;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .meta .terms a {
  background: linear-gradient(180deg, rgba(52, 117, 231, 0.8) 0%, #3475E7 100%);
  border-radius: 15px;
  display: block;
  color: #fff;
  padding: 4px 10px 2px 10px;
  font-size: 12px;
  transition: 0.3s;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .meta .terms a:hover {
  background-color: #FEC931;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 1.0625rem;
  padding: 20px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    font-weight: 500;
  }
  @supports (-webkit-line-clamp: 2) {
    .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6 a, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 a {
  color: #010000;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content h6 a:hover, .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .h6 a:hover {
  opacity: 1;
  color: red;
  text-decoration: none;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-weight: 300;
  font-size: 14px;
  margin: -10px 20px 20px 20px;
}
@supports (-webkit-line-clamp: 2) {
  .section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-inline-flex;
  display: inline-flex;
  transition: 0.3s;
  white-space: nowrap;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  opacity: 0.8;
  color: #a17f73;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail::before {
  -webkit-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #a17f73;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
  font-size: 13px;
  line-height: 1;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail span {
  line-height: normal;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail:hover {
  color: rgba(37, 84, 166, 0.9);
  opacity: 1;
}
.section.home-news-slides .swiper-wrapper .swiper-slide article.item .cover-content .view-detail:hover::before {
  background-color: rgba(37, 84, 166, 0.9);
}
.section.home-news-slides .carousel-posts.grid-posts .swiper-controls .swiper-button {
  /*background-color: transparentize($color3, 0.1) !important;
  border-color: transparentize($color3, 0.1);*/
}
.section.home-news-slides .carousel-posts.grid-posts .swiper-controls .swiper-button::before {
  /*color: #fff;*/
}
.section.home-news-slides .carousel-posts.grid-posts .swiper-controls .swiper-button:hover {
  /*background-color: transparentize($color3, 0) !important;
  border-color: transparentize($color3, 0);*/
}

/** */
.grid-posts article.item > a {
  position: relative;
}
.grid-posts article.item > a .cover {
  border-radius: 8px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.grid-posts article.item .cover + .logo-overlay {
  position: absolute;
  max-width: 30%;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  background-color: #fff;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 80px;
  bottom: -10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/** */
.site-footer {
  color: #606060;
  background-color: #fff;
}
.site-footer ul.social-menu.menu {
  grid-gap: 0.5rem;
  gap: 0.5rem;
  margin-top: 10px !important;
}
.site-footer ul.social-menu.menu li {
  overflow: hidden;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0 !important;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  padding: 0 !important;
}
.site-footer ul.social-menu.menu li::before {
  display: none;
}
.site-footer ul.social-menu.menu li a {
  letter-spacing: 0.13em;
  background-color: #a17f73;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}
.site-footer ul.social-menu.menu li a svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
}
.site-footer ul.social-menu.menu li a svg path {
  fill: #fff;
  /*filter: brightness(1) invert(0.4) grayscale(1);*/
}
.site-footer ul.social-menu.menu li a:hover {
  background-color: #3475E7;
}
.site-footer ul.social-menu.menu li a:hover svg {
  fill: #fff;
  opacity: 1;
}
.site-footer ul.social-menu.menu li a:hover svg path {
  fill: #fff;
}

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

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

/** */
.sidebar--wrap {
  /** */
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item > a {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28%;
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content h6, .sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content .h6 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content h6, .sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content .h6 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content .excerpt {
  display: none;
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list article.item .cover-content .view-detail {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  font-size: 13px;
  font-weight: 300;
}
.sidebar--wrap .sidebar-news-list.sidebar .posts-list .second article.item:last-child {
  margin-bottom: 0;
}

/** */
.section.reviews-carousels {
  /** */
  /** */
}
.section.reviews-carousels.home-reviews {
  background-color: transparent;
  background-image: radial-gradient(at center center, #FFFFFF 0%, #FBE7DF 57%);
}
.section.reviews-carousels.home-reviews::before {
  content: "";
  background-image: url("../img/la2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.0625rem;
  height: 4.0625rem;
  position: absolute;
  z-index: 9;
  top: -35px;
  left: calc(50vw - 37.5rem + 0.9375rem);
  /** */
  /** */
  /** */
}
@media only screen and (min-width: 90rem) {
  .section.reviews-carousels.home-reviews::before {
    left: calc(50vw - 40.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.reviews-carousels.home-reviews::before {
    left: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.reviews-carousels.home-reviews::before {
    left: 0.625rem;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .item-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  padding: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .item-inner {
    padding: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .item-inner {
    height: calc(100% - 40px);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .item-inner {
    height: calc(100% - 20px);
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .item-inner .overlay {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 110px;
  max-width: 80%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .item-inner .overlay picture {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .item-inner .overlay picture > img {
  display: block;
  height: 100% !important;
  /*width: auto;*/
  width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@supports (aspect-ratio: 1/1) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .item-inner .overlay picture {
    aspect-ratio: 1 / 1;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .item-inner .overlay picture img {
  height: auto !important;
  width: auto !important;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item.has-video .overlay::before {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: calc(50% - 1.5625rem);
  left: calc(50% - 1.5625rem);
  font-size: 50px;
  color: #FFA552;
  font-weight: 300;
  z-index: 9;
  pointer-events: none;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  width: auto;
  padding-top: 20px;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
          align-items: center;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .sub-title {
  color: #606060;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 300;
  font-size: 15px;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .html-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 40rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .html-title {
    font-size: 1.0625rem;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .html-desc {
  margin-bottom: 0;
  width: auto;
  /*max-width: 450px;*/
  font-size: 1rem;
  font-weight: 400;
  -webkit-order: -2;
          order: -2;
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .html-desc {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .html-desc {
    font-size: 0.875rem;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .html-desc::before {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  content: "\f10d";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: 100%;
  font-weight: 700;
  opacity: 0;
  position: absolute;
  top: 1.5625rem;
  left: calc(50% + 40px);
  border-radius: 50%;
  background-color: #a17f73;
  color: #fff;
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .html-desc::before {
    top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .html-desc::before {
    top: 0.625rem;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .star-rating2 {
  -webkit-order: -1;
          order: -1;
  padding-left: 0;
  margin-top: 0.9375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .star-rating2 {
    margin-top: 0.625rem;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .icon-group {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  margin-top: 20px;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .icon-group > img {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .icon-group > div .sub-title {
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  margin-top: 0;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .content-wrap .content-inner .inner .icon-group > div .html-title {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 48.84375rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item {
    -webkit-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
  .section.reviews-carousels.home-reviews .reviews-outer .swiper-wrapper .swiper-slide article.item .overlay {
    margin-left: 0;
    /*width: 100%;*/
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper.fraction .swiper-controls {
  margin-top: 1.875rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: calc(50% + 100px);
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper.fraction .swiper-controls {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper.fraction .swiper-controls {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper.fraction .swiper-controls {
    padding-right: 0;
    padding-left: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.reviews-carousels.home-reviews .reviews-outer .swiper.fraction .swiper-controls {
    width: 100%;
  }
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper.fraction .swiper-controls .swiper-button {
  position: static;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
  border: none;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper.fraction .swiper-controls .swiper-button::before {
  color: #606060;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper.fraction .swiper-controls .swiper-button.swiper-button-next {
  -webkit-order: 1;
          order: 1;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper.fraction .swiper-controls .swiper-pagination {
  color: #606060;
  margin-top: 0;
  position: static;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  border: none;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper.fraction .swiper-controls .swiper-pagination .swiper-pagination-current {
  color: currentColor;
}
.section.reviews-carousels.home-reviews .reviews-outer .swiper.fraction .swiper-controls .swiper-pagination .swiper-pagination-total {
  color: currentColor;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-nav {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-nav ul {
  grid-gap: 1.875rem;
  gap: 1.875rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-justify-content: center;
          justify-content: center;
}
@media only screen and (max-width: 39.96875rem) {
  .section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-nav ul {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-nav ul {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    transition: opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out 0.5s;
    transition: transform 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
    transition: transform 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out 0.5s;
  }
  .section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-nav ul::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-nav ul li a {
  white-space: nowrap;
  background-color: #FEC931;
  color: #FF4328;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 44px;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  transition: 0.3s;
  font-weight: 500;
}
@media only screen and (max-width: 63.96875rem) {
  .section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-nav ul li a {
    white-space: unset;
    border-radius: 10px;
    height: auto;
    padding: 0 5px;
    font-size: 14px;
    text-align: center;
    border: 1px solid rgba(254, 201, 49, 0.5);
  }
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-nav ul li a.current {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1882352941);
  color: #FEC931;
  background-color: #fff;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner {
  position: relative;
  border-radius: 30px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner::before {
  content: "";
  background-color: #FEC931;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .overlay picture {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  height: 0;
  padding-bottom: 75%;
  border-radius: 30px;
  -webkit-transform: translateZ(0) scale(1.005);
          transform: translateZ(0) scale(1.005);
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .overlay picture > img {
  display: block;
  height: 100% !important;
  /*width: auto;*/
  width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@supports (aspect-ratio: 1/1) {
  .section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .overlay picture {
    aspect-ratio: 4 / 3;
  }
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap {
  padding: 20px;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner {
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .heading-title {
  text-align: left;
  margin-bottom: 0;
  color: #FF4328;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (min-width: 40rem) {
  .section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .heading-title {
    font-size: 1.0625rem;
  }
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .sub-title {
  text-align: right;
  margin-top: 0;
  color: #FF4328;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  font-weight: 300;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .html-title {
  color: #FF4328;
  position: relative;
  margin-top: 4px;
  padding-top: 10px;
  font-weight: 400;
  font-size: 15px;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: left;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .html-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 67, 40, 0.5);
  top: 0;
  left: 0;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .html-desc {
  -webkit-order: unset;
          order: unset;
  color: #fff;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  margin-top: 10px;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .html-desc::before {
  display: none;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .html-desc * {
  color: currentColor !important;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .star-rating2 {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .star-rating2 .rating-inner {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .star-rating2 .rating-inner > i::before {
  color: #FF4328;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .star-rating2 .rating-inner > div > i::before {
  color: #FF4328;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .star-rating2 .rating-name {
  color: #fff;
  font-size: 12px;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .btn-link {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
}
.section.reviews-carousels.home-tabs-reviews .filter-tabs .tabs-content .reviews-outer .swiper-wrapper .swiper-slide article.item .item_inner .content-wrap .content-inner .inner .btn-link .viewmore.viewmore-button {
  margin-top: 10px;
  color: #fff;
  font-weight: 300;
}

/** */
.inside-header {
  /*border-bottom-width: 0;*/
}
.inside-header::before {
  position: absolute;
  top: 0;
  height: 50vh;
  max-height: 300px;
  will-change: background-color;
  background-image: linear-gradient(to top, transparent 0%, #000 100%);
  opacity: 0;
  content: "";
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
  transition: 0.3s;
}
@media only screen and (max-width: 74.96875rem) {
  .inside-header::before {
    max-height: 150px;
  }
}
.inside-header::after {
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  /*box-shadow: 0 1px 6px 1px rgb(0 0 0 / 10%);*/
  opacity: 1;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  content: "";
  /*background-color: #fff;*/
}
.inside-header.is-stuck::before {
  opacity: 0;
}
.inside-header.is-stuck::after {
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
}

/** */
.section.single.single-post.single-page.single-about-page {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-page.single-about-page {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-page.single-about-page {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-page.single-about-page {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-page.single-about-page {
    padding-bottom: 1.875rem;
  }
}
.section.single.single-post.single-page.single-about-page .col-content .heading-title {
  text-align: center;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-page.single-about-page .col-content .heading-title {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-page.single-about-page .col-content .heading-title {
    margin-bottom: 1.875rem;
  }
}
.section.single.single-post.single-page.single-about-page .col-content .content {
  font-size: 15px;
}
.section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
.section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner:nth-child(2n-1) {
  -webkit-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
}
.section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner .team-bg {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner .team-bg {
    width: 100%;
  }
}
.section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner .team-content {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  width: auto;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner .team-content {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner .team-content h2 {
  font-weight: 600;
  font-size: 1.3125rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 40rem) {
  .section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner .team-content h2 {
    font-size: 1.5rem;
  }
}
.section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner .team-content .desc {
  line-height: 1.7;
}
.section.single.single-post.single-page.single-about-page .col-content .teams-outer .teams .teams-inner .team-content .desc p {
  line-height: inherit;
}

/** */
.star-rating2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.star-rating2 .rating-inner {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.star-rating2 .rating-inner > i {
  font-size: 9px;
  font-weight: 300;
  font-style: normal;
}
.star-rating2 .rating-inner > div {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.star-rating2 .rating-inner > div > i {
  font-size: 9px;
  font-weight: 900;
  font-style: normal;
}
.star-rating2 .rating-inner > div > i::before {
  color: #FFA552;
}
.star-rating2 .rating-name {
  font-size: 14px;
  color: #3475E7;
  margin-left: 5px;
  vertical-align: bottom;
  font-weight: 300;
}

/** */
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 63.96875rem) {
  :is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) {
    margin-bottom: 20px;
  }
}
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) li.icon {
  position: relative;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  /** */
}
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) li.icon::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) li.icon:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) li.icon.icon1::before {
  background-image: url(../img/icon/icon1.png);
}
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) li.icon.icon2::before {
  background-image: url(../img/icon/icon2.png);
}
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) li.icon.icon3::before {
  background-image: url(../img/icon/icon3.png);
}
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) li.icon.icon4::before {
  background-image: url(../img/icon/icon4.png);
}
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) li.icon.icon5::before {
  background-image: url(../img/icon/icon5.png);
}
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) li.icon.icon6::before {
  background-image: url(../img/icon/icon6.png);
}
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) li.icon.icon7::before {
  background-image: url(../img/icon/icon7.png);
}
:is(.html-content, .html-desc, .content-html) :where(ul.iconbox, ul.icon-box) li.icon.icon8::before {
  background-image: url(../img/icon/icon8.png);
}

/** */
.footer-widgets {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
  overflow: hidden;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets {
    padding-bottom: 0.9375rem;
  }
}
.footer-widgets .grid-x {
  grid-gap: 1.875rem;
  gap: 1.875rem;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x {
    grid-gap: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x {
    gap: 0.625rem;
  }
}
.footer-widgets .grid-x > .cell {
  width: calc(33.3333333333% - 1.25rem);
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x > .cell {
    width: calc(50% - 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x > .cell {
    width: 100%;
  }
}
.footer-widgets .grid-x .footer-widget {
  /** */
  /** */
  /** */
  /** */
}
.footer-widgets .grid-x .footer-widget > * {
  margin-bottom: 20px;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget > * {
    margin-bottom: 15px;
  }
}
.footer-widgets .grid-x .footer-widget .widget-title {
  margin-bottom: 15px;
  /*@include media-fs(16, false, 15);*/
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 0;
  color: #010000;
  text-transform: uppercase;
}
@media only screen and (min-width: 40rem) {
  .footer-widgets .grid-x .footer-widget .widget-title {
    font-size: 1.25rem;
  }
}
.footer-widgets .grid-x .footer-widget .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  background-color: #ccc;
  width: 20%;
}
.footer-widgets .grid-x .footer-widget .site-logo a {
  display: block;
}
.footer-widgets .grid-x .footer-widget .site-logo img {
  display: block;
  height: 4.375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .site-logo img {
    height: 3.75rem;
  }
}
.footer-widgets .grid-x .footer-widget .payment-icons [id^=gallery-] {
  display: inline-grid;
}
.footer-widgets .grid-x .footer-widget .payment-icons [id^=gallery-] .gallery-item .gallery-icon img {
  display: block;
  width: 40px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.footer-widgets .grid-x .footer-widget .newsletter {
  border-bottom: none;
  background-color: #fff;
  border-radius: 100px;
}
@media only screen and (min-width: 75rem) {
  .footer-widgets .grid-x .footer-widget .newsletter {
    max-width: 90%;
  }
}
.footer-widgets .grid-x .footer-widget .newsletter label {
  display: none;
}
.footer-widgets .grid-x .footer-widget .newsletter .wpcf7-form-control-wrap input {
  background: none;
  height: 100%;
  padding: 0 10px 0 15px;
}
.footer-widgets .grid-x .footer-widget .newsletter button[type=submit] {
  font-size: 0;
  box-shadow: none;
  position: relative;
}
.footer-widgets .grid-x .footer-widget .newsletter button[type=submit]::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1;
}
.footer-widgets .grid-x .footer-widget a {
  color: currentColor;
}
.footer-widgets .grid-x .footer-widget a:not(.logo-overlay):hover {
  opacity: 0.9;
}
.footer-widgets .grid-x .footer-widget ul {
  margin: 0;
  list-style: none;
  font-size: 15px;
}
.footer-widgets .grid-x .footer-widget ul li {
  line-height: 1.5;
}
.footer-widgets .grid-x .footer-widget ul li::before {
  font-weight: 900;
  margin-right: 10px;
  color: #a17f73;
}
.footer-widgets .grid-x .footer-widget ul li a {
  color: currentColor;
}
.footer-widgets .grid-x .footer-widget ul li a::before {
  font-weight: 400;
  margin-right: 5px;
}
.footer-widgets .grid-x .footer-widget ul li a:hover {
  /*opacity: 0.9;*/
  color: red;
}
.footer-widgets .grid-x .footer-widget ul li a sup {
  font-weight: 200;
  padding: 2px 4px;
  border-radius: 4px;
  opacity: 0.9;
  margin-left: 5px;
  font-size: 10px;
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) {
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) {
    display: none;
  }
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li a {
  padding: 8px 0;
  display: block;
  line-height: normal;
  font-weight: 400;
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.active a {
  background: none;
  /*color: $color3;*/
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon {
  position: relative;
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon a {
  padding-left: 20px;
}
.footer-widgets .grid-x .footer-widget ul.menu:not(.social-menu) li.icon::before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f219";
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  margin: 0;
  font-size: 8px;
}
.footer-widgets .grid-x .footer-widget .footer-txt {
  color: #606060;
}
.footer-widgets .grid-x .footer-widget .footer-txt.quote {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  font-size: 1.125rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget .footer-txt.quote {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .footer-txt.quote {
    font-size: 1rem;
  }
}
.footer-widgets .grid-x .footer-widget .footer-txt.quote::before {
  content: "";
  background-image: url("../img/quote.png?v=ug13e7h");
  width: 1.625rem;
  height: 1.625rem;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
  position: relative;
  top: -10px;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .footer-txt.quote::before {
    margin-right: 10px;
    width: 1.375rem;
    height: 1.375rem;
  }
}
.footer-widgets .grid-x .footer-widget.footer-widget-1 ul.menu li, .footer-widgets .grid-x .footer-widget.footer-widget-4 ul.menu li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
}
.footer-widgets .grid-x .footer-widget.footer-widget-1 ul.menu li::before, .footer-widgets .grid-x .footer-widget.footer-widget-4 ul.menu li::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.footer-widgets .grid-x .footer-widget.footer-widget-1 ul.menu li a, .footer-widgets .grid-x .footer-widget.footer-widget-4 ul.menu li a {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: inherit;
}
.footer-widgets .grid-x .footer-widget.footer-widget-2 ul.menu li, .footer-widgets .grid-x .footer-widget.footer-widget-3 ul.menu li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 400;
  font-size: 14px;
}
.footer-widgets .grid-x .footer-widget.footer-widget-2 ul.menu li::before, .footer-widgets .grid-x .footer-widget.footer-widget-3 ul.menu li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.footer-widgets .grid-x .footer-widget.footer-widget-2 ul.menu li a, .footer-widgets .grid-x .footer-widget.footer-widget-3 ul.menu li a {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: inherit;
}
@media only screen and (min-width: 64rem) {
  .footer-widgets .grid-x .footer-widget {
    overflow: hidden;
  }
  .footer-widgets .grid-x .footer-widget.footer-widget-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
            flex-flow: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .footer-widgets .grid-x .footer-widget.footer-widget-2 > * {
    margin-bottom: 0;
  }
  .footer-widgets .grid-x .footer-widget.footer-widget-3 .widget_text {
    font-size: 13px;
    font-weight: 300;
    text-align: right;
  }
  .footer-widgets .grid-x .footer-widget.footer-widget-3 .widget_text a {
    font-weight: 400;
    transition: 0.3s;
  }
  .footer-widgets .grid-x .footer-widget.footer-widget-3 .widget_text a:hover {
    color: red;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .grid-x .footer-widget.footer-widget-1 .social-menu.menu, .footer-widgets .grid-x .footer-widget.footer-widget-2 .social-menu.menu, .footer-widgets .grid-x .footer-widget.footer-widget-3 .social-menu.menu, .footer-widgets .grid-x .footer-widget.footer-widget-4 .social-menu.menu {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu .widget-title {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu .widget-title::after {
    content: "+";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
    transition: 0.3s;
    position: static;
    width: 1.25rem;
    height: 1.25rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background: none;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
  }
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu .widget-title.open::after {
    content: "\f068";
  }
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu ul.menu {
    padding-left: 10px;
  }
  .footer-widgets .grid-x .footer-widget .widget.widget_nav_menu ul.menu > li > a {
    font-weight: 400;
    font-size: 14px !important;
  }
}
.footer-widgets.has-bg {
  position: relative;
}
.footer-widgets.has-bg::after {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.footer-widgets.has-bg .grid-container {
  position: relative;
  z-index: 9;
}

/** */
.footer-credit {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  position: relative;
}
.footer-credit .copyright-inner {
  font-size: 13px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 6px;
  color: currentColor;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-credit .copyright-inner {
    font-size: 12px;
  }
}
.footer-credit .copyright-inner .hd {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
}

/** */
.footer-widget .custom-html-widget address {
  font-style: normal;
  margin-bottom: 20px;
}
.footer-widget .linkbox:not(:last-child) {
  margin-bottom: 12px;
}
.footer-widget .linkbox .linkbox-inner {
  -webkit-align-items: baseline;
          align-items: baseline;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.footer-widget .linkbox .linkbox-inner::before {
  margin-right: 10px;
  position: relative;
  top: 0;
  margin-left: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex: 0 0 25px;
          flex: 0 0 25px;
  font-size: 14px;
  background: none;
  border-radius: 50%;
  font-weight: 300;
  /*border: 1px solid rgba(255, 255, 255, 0.5);*/
}
.footer-widget .linkbox .linkbox-inner > div {
  font-weight: 400;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  width: auto;
}
.footer-widget .linkbox .linkbox-inner > div .txt {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-bottom: 0;
}
.footer-widget .linkbox .linkbox-inner > div .desc {
  font-size: 15px;
  line-height: 1.5;
}
.footer-widget .linkbox .linkbox-inner > div .desc p {
  line-height: inherit;
}
.footer-widget .linkbox .linkbox-inner > div .desc span {
  color: #FF4328;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  white-space: nowrap;
}
.footer-widget .linkbox .linkbox-inner > div .desc span i {
  color: currentColor;
  margin-right: 5px;
  font-weight: 900;
  font-size: 16px;
  margin-left: 5px;
}
.footer-widget .linkbox .linkbox-inner:hover::before {
  color: #a17f73;
}
.footer-widget .footer-txt {
  line-height: 1.7;
  font-weight: 400;
  font-size: 15px;
}

/** */
.dgwt-wcas-widget {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
}
@media only screen and (max-width: 48.84375rem) {
  .dgwt-wcas-widget {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .dgwt-wcas-widget {
    display: none;
  }
}
.dgwt-wcas-widget .dgwt-wcas-search-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #1c3f7c;
  border-radius: 4px;
  overflow: hidden;
}
.dgwt-wcas-widget .dgwt-wcas-search-icon .dgwt-wcas-ico-magnifier-handler {
  fill: #eee;
  max-width: 18px !important;
}
.dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
  padding: 0;
}
.dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
  border-radius: 4px !important;
  height: 40px;
  line-height: normal;
  padding: 0 20px 0 40px;
  border: none;
  background: #fff;
  color: #606060;
  font-weight: 300;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Ubuntu", Arial, cursive, sans-serif;
  font-size: 0.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
    font-size: 0.8125rem;
  }
}
.dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:focus, .dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:hover {
  background: #fff;
}
.dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg {
  width: 1rem;
  height: 1rem;
}
.dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit path {
  fill: #606060;
}
.dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
  right: 15px !important;
}
.dgwt-wcas-widget .dgwt-wcas-search-wrapp.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
  right: 5px;
  left: unset;
}

/** */
.bg-search {
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  opacity: 0.7;
  z-index: 3;
  display: none;
  transition: 0.3s;
}

body.dgwt-wcas-focused .bg-search {
  display: block;
}

/** */
.bottom-header {
  background-color: #a17f73;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 74.96875rem) {
  .bottom-header {
    display: none;
  }
}
.bottom-header .grid-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

/** */
.section.widget_media_image.full-banner a {
  display: block;
}
.section.widget_media_image.full-banner img {
  display: block;
  width: 100%;
}

/** */
.footer-before.before-footer {
  grid-gap: 1.875rem;
  gap: 1.875rem;
  padding-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: relative;
}
.footer-before.before-footer::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}

/** */
.before-footer-inner {
  width: 100%;
}
.before-footer-inner .listbox-section .listbox-outer .listbox {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 39.96875rem) {
  .before-footer-inner .listbox-section .listbox-outer .listbox {
    grid-gap: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .before-footer-inner .listbox-section .listbox-outer .listbox {
    gap: 0.625rem;
  }
}
.before-footer-inner .listbox-section .listbox-outer .listbox > li {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(25% - 0.46875rem);
}
@media only screen and (max-width: 63.96875rem) {
  .before-footer-inner .listbox-section .listbox-outer .listbox > li {
    width: calc(50% - 0.3125rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .before-footer-inner .listbox-section .listbox-outer .listbox > li {
    width: calc(50% - 0.3125rem);
  }
}
.before-footer-inner .listbox-section .listbox-outer .listbox .linkbox-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin-bottom: 15px;
}
.before-footer-inner .listbox-section .listbox-outer .listbox .linkbox-inner::before {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #1c3f7c;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 200;
}
.before-footer-inner .listbox-section .listbox-outer .listbox .linkbox-inner > div {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  width: auto;
}
.before-footer-inner .listbox-section .listbox-outer .listbox .linkbox-inner > div .title {
  color: #1c3f7c;
  font-weight: 600;
  display: block;
  line-height: 1.3;
}
.before-footer-inner .listbox-section .listbox-outer .listbox .linkbox-inner > div .desc {
  font-size: 13px;
  color: #606060;
}
.before-footer-inner ul.menu {
  -webkit-justify-content: center;
          justify-content: center;
  grid-gap: 0.3125rem 1.875rem;
  gap: 0.3125rem 1.875rem;
}
.before-footer-inner ul.menu > li > a {
  transition: 0.3s;
  letter-spacing: 0.13em;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
  line-height: normal;
}
.before-footer-inner ul.menu > li.current-menu-item > a, .before-footer-inner ul.menu > li.active > a, .before-footer-inner ul.menu > li:hover > a {
  background: none;
  color: red;
}

/** */
@media only screen and (max-width: 48.84375rem) {
  .dgwt-wcas-search-wrapp {
    max-width: 40px !important;
  }
}

/** */
.section.home-slides {
  position: relative;
}
.section.home-slides .swiper-section {
  z-index: 1;
}
.section.home-slides::after {
  position: absolute;
  content: "";
  z-index: 1;
}
.section.home-slides .swiper .swiper-slide article.item {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-slides .swiper .swiper-slide article.item {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.section.home-slides .swiper .swiper-slide article.item .overlay {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-slides .swiper .swiper-slide article.item .overlay {
    width: 100%;
  }
}
.section.home-slides .swiper .swiper-slide article.item .content-wrap {
  background-color: #a17f73;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-order: -1;
          order: -1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.section.home-slides .swiper .swiper-slide article.item .content-wrap::before {
  content: "minh khang";
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-32deg);
          transform: translateY(-50%) translateX(-50%) rotate(-32deg);
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0.1;
  font-family: "Dancing Script", cursive;
  font-weight: 300;
  font-size: 10rem;
}
.section.home-slides .swiper .swiper-slide .content-inner {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  padding-right: 100px;
  padding-left: calc(50vw - 37.5rem + 0.9375rem);
  /** */
  /** */
  /** */
}
@media only screen and (min-width: 90rem) {
  .section.home-slides .swiper .swiper-slide .content-inner {
    padding-left: calc(50vw - 40.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-slides .swiper .swiper-slide .content-inner {
    padding-left: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-slides .swiper .swiper-slide .content-inner {
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.home-slides .swiper .swiper-slide .content-inner {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-slides .swiper .swiper-slide .content-inner {
    padding-right: 20px;
  }
}
.section.home-slides .swiper .swiper-slide .content-inner .inner {
  opacity: 0;
  transition: 0.2s;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
.section.home-slides .swiper .swiper-slide .content-inner .inner .sub-title {
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 1.5625rem;
  font-family: "Dancing Script", cursive;
  text-transform: none;
  color: #FEC931;
}
@media only screen and (min-width: 40rem) {
  .section.home-slides .swiper .swiper-slide .content-inner .inner .sub-title {
    font-size: 1.8125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-slides .swiper .swiper-slide .content-inner .inner .sub-title {
    margin-bottom: 10px;
  }
}
.section.home-slides .swiper .swiper-slide .content-inner .inner .html-title {
  color: currentColor;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4.375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-slides .swiper .swiper-slide .content-inner .inner .html-title {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-slides .swiper .swiper-slide .content-inner .inner .html-title {
    font-size: 1.875rem;
  }
}
.section.home-slides .swiper .swiper-slide .content-inner .inner .html-title p {
  line-height: inherit;
}
.section.home-slides .swiper .swiper-slide .content-inner .inner .html-desc {
  color: currentColor;
  text-align: center;
}
.section.home-slides .swiper .swiper-slide .content-inner .inner .btn-link .viewmore.viewmore-button {
  border: none;
  margin-top: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-slides .swiper .swiper-slide .content-inner .inner .btn-link .viewmore.viewmore-button {
    margin-top: 20px;
  }
}
.section.home-slides .swiper .swiper-slide .content-inner .inner .btn-link .viewmore.viewmore-button span {
  z-index: 1;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
}
.section.home-slides .swiper .swiper-slide.swiper-slide-active .content-inner .inner {
  opacity: 1;
  transition: 0.2s;
}

/** */
.section._title-icon .heading-title {
  position: relative;
  padding-top: 30px;
}
.section._title-icon .heading-title::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/title-icon.png");
  background-size: contain;
  width: 100%;
  height: 22px;
  position: absolute;
  top: 0;
  background-position: center;
}

.section._desc-icon .html-desc {
  position: relative;
  padding-bottom: 40px;
}
.section._desc-icon .html-desc::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/title-icon.png");
  background-size: contain;
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: 0;
  background-position: center;
}

/** */
.section.cf7-section {
  outline: none;
}
.section.cf7-section:focus {
  border: none;
  outline: none;
}

/** */
article.item .overlay .icon-img {
  position: absolute;
  bottom: 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  height: 30px;
  width: 100px;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px;
}
article.item .overlay .icon-img img {
  object-fit: contain;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}

/** */
.single-section-title {
  font-size: 1.3125rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  text-align: center;
  /*@include grid-container(15, 10, true);*/
  color: #a17f73;
  padding-top: 3.75rem;
}
@media only screen and (min-width: 40rem) {
  .single-section-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .single-section-title {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .single-section-title {
    padding-top: 2.5rem;
  }
}

/** */
.section.filter-faq .title-container {
  margin-bottom: 2.5rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-flow: column nowrap;
}
@media only screen and (max-width: 63.96875rem) {
  .section.filter-faq .title-container {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.filter-faq .title-container {
    margin-bottom: 1.25rem;
  }
}
.section.filter-faq .title-container::before {
  content: "";
  position: absolute;
  width: 2.8125rem;
  height: 2.8125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/faq.png");
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section.filter-faq .title-container .heading-title {
  margin-bottom: 0;
  padding-left: 50px;
}
.section.filter-faq .title-container .sub-title {
  padding-left: 50px;
  color: #a17f73;
  font-weight: 600;
  font-size: 15px;
}
.section.filter-faq .accordion {
  background: none;
}
.section.filter-faq .accordion .accordion-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: baseline;
          align-items: baseline;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-bottom: 20px;
  /** */
}
.section.filter-faq .accordion .accordion-item::before {
  content: attr(data-num);
  border: 1.5px solid #a17f73;
  font-weight: 600;
  height: 17px;
  min-width: 17px;
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #fffaeb;
  z-index: 1;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  font-size: 11px;
  line-height: 1;
  color: #a17f73;
  top: -2px;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  pointer-events: none;
}
.section.filter-faq .accordion .accordion-item::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 200;
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #a17f73;
  color: #fff;
  pointer-events: none;
  font-size: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  transition: 0.2s;
}
.section.filter-faq .accordion .accordion-item .accordion-title {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  border: none;
  color: #FEC931;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 600;
  padding: 0 25px 0 0;
}
.section.filter-faq .accordion .accordion-item .accordion-title:hover, .section.filter-faq .accordion .accordion-item .accordion-title:focus {
  background: none;
}
.section.filter-faq .accordion .accordion-item .accordion-title::before {
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  border: 1.5px solid #a17f73;
  left: -30px;
  top: 12px;
  position: absolute;
}
.section.filter-faq .accordion .accordion-item .accordion-title span {
  display: block;
}
.section.filter-faq .accordion .accordion-item .accordion-content {
  padding: 0;
  border: none;
  background: none;
  margin-bottom: 20px;
}
.section.filter-faq .accordion .accordion-item .accordion-content .desc {
  line-height: 1.7;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
}
.section.filter-faq .accordion .accordion-item .accordion-content .desc p {
  line-height: inherit;
}
.section.filter-faq .accordion .accordion-item .accordion-content .btn-outer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-top: 15px;
}
.section.filter-faq .accordion .accordion-item .accordion-content .btn-link {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #a17f73;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 300;
  height: 24px;
  padding: 0 5px 0 10px;
  color: #a17f73;
}
.section.filter-faq .accordion .accordion-item .accordion-content .btn-link::after {
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f101";
}
.section.filter-faq .accordion .accordion-item.is-active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: 0.2s;
}
.section.filter-faq .accordion-outer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 0 3.125rem;
  gap: 0 3.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.filter-faq .accordion-outer {
    grid-gap: 0;
    gap: 0;
  }
}
@media only screen and (max-width: 63.96875rem) and (max-width: 63.96875rem) {
  .section.filter-faq .accordion-outer {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.filter-faq .accordion-outer {
    grid-gap: 0;
    gap: 0;
  }
}
.section.filter-faq .accordion-outer .accordion {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  width: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 48.84375rem) {
  .section.filter-faq .accordion-outer .accordion {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.section.filter-faq.home-faq {
  background-color: #fffaeb;
}

/** */
.section.single.single-post .form-dat-hen-tu-van {
  width: 800px;
  max-width: 100%;
  margin: 40px auto;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border: 1px solid rgba(254, 201, 49, 0.5);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.section.single.single-post .form-dat-hen-tu-van header {
  background-color: #FEC931;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
          align-items: center;
  padding: 13px 15px 8px 15px;
}
.section.single.single-post .form-dat-hen-tu-van header .sub-title {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.5;
  font-size: 15px;
}
.section.single.single-post .form-dat-hen-tu-van header .title {
  color: #FF4328;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3125rem;
}
@media only screen and (min-width: 40rem) {
  .section.single.single-post .form-dat-hen-tu-van header .title {
    font-size: 1.5rem;
  }
}
.section.single.single-post .form-dat-hen-tu-van .form-body {
  padding: 1.875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .form-dat-hen-tu-van .form-body {
    padding: 1.25rem;
  }
}
.section.single.single-post .form-dat-hen-tu-van .form-body > .wpcf7-form-control-wrap input {
  height: 40px;
  padding: 0 15px;
  line-height: normal;
  border-radius: 40px;
}
.section.single.single-post .form-dat-hen-tu-van .form-body > label {
  color: #FEC931;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 20px;
}
.section.single.single-post .form-dat-hen-tu-van .form-body .checkbox-group .wpcf7-checkbox {
  grid-gap: 1.875rem;
  gap: 1.875rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-row-gap: 5px;
  row-gap: 5px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .form-dat-hen-tu-van .form-body .checkbox-group .wpcf7-checkbox {
    grid-gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .form-dat-hen-tu-van .form-body .checkbox-group .wpcf7-checkbox {
    gap: 1.25rem;
  }
}
.section.single.single-post .form-dat-hen-tu-van .form-body .checkbox-group .wpcf7-checkbox > span {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(50% - 0.9375rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post .form-dat-hen-tu-van .form-body .checkbox-group .wpcf7-checkbox > span {
    width: calc(50% - 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .form-dat-hen-tu-van .form-body .checkbox-group .wpcf7-checkbox > span {
    width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post .form-dat-hen-tu-van .form-body .checkbox-group .wpcf7-checkbox {
    grid-gap: 0.625rem;
    gap: 0.625rem;
    margin-top: 10px;
  }
}
.section.single.single-post .form-dat-hen-tu-van .form-body .checkbox-group .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.section.single.single-post .form-dat-hen-tu-van .form-body .checkbox-group .wpcf7-checkbox .wpcf7-list-item input {
  margin-right: 4px;
  margin-bottom: 0;
  position: relative;
  top: 1px;
}
.section.single.single-post .form-dat-hen-tu-van .form-body .checkbox-group .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  /*color: $color4;*/
  font-size: 15px;
}
.section.single.single-post .form-dat-hen-tu-van .form-body .wpcf7-submit {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 30px;
}

/** */
body.page-template-page-contact .section.section-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

/** */
.section.single.single-post.single-contactpage {
  padding-top: 3.75rem;
  padding-bottom: 0;
  /** */
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage {
    padding-top: 2.5rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container {
  display: block;
}
.section.single.single-post.single-contactpage > .grid-container .top-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .top-info {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .top-info {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .top-info {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .top-info {
    padding-bottom: 2.5rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .top-info > svg, .section.single.single-post.single-contactpage > .grid-container .top-info > i {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
  color: #a17f73;
  fill: #a17f73;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .top-info > svg, .section.single.single-post.single-contactpage > .grid-container .top-info > i {
    width: 90px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .top-info > svg, .section.single.single-post.single-contactpage > .grid-container .top-info > i {
    width: 70px;
  }
}
.section.single.single-post.single-contactpage > .grid-container .top-info .heading-title {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  font-size: 1.5625rem;
  font-weight: 500;
  color: #a17f73;
  /*line-height: normal;*/
  margin-bottom: 0;
}
@media only screen and (min-width: 40rem) {
  .section.single.single-post.single-contactpage > .grid-container .top-info .heading-title {
    font-size: 1.8125rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .top-info .desc {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  font-size: 15px;
  line-height: 1.7;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .top-info .desc {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.single.single-post.single-contactpage > .grid-container .top-info .desc p {
  line-height: inherit;
}
.section.single.single-post.single-contactpage > .grid-container .form-info {
  grid-gap: 5rem;
  gap: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-inner {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-inner {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .form-sub-title {
  font-weight: 300;
  font-size: 1.125rem;
  margin-bottom: 0;
  color: #606060;
}
@media only screen and (min-width: 40rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .form-sub-title {
    font-size: 1.25rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .form-title {
  font-size: 1.8125rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (min-width: 40rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .form-title {
    font-size: 2.1875rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner {
    margin-left: -0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner {
    margin-right: -0.625rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner .item label {
  font-size: 0;
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner .item .wpcf7-form-control-wrap input {
  border: none;
  box-shadow: none;
  font-size: 17px;
  height: 45px;
  border-bottom: 1px solid #606060;
  padding: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner .item .wpcf7-form-control-wrap input {
    font-size: 15px;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner .item .wpcf7-form-control-wrap textarea {
  border: none;
  box-shadow: none;
  font-size: 17px;
  height: 90px;
  border-bottom: 1px solid #606060;
  padding: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner .item .wpcf7-form-control-wrap textarea {
    font-size: 15px;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner .item .wpcf7-submit {
  margin-top: 30px;
  height: 50px;
  padding: 0 30px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.125rem;
  text-transform: unset;
  font-weight: 400;
  background-color: #a17f73;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  border-radius: 25px;
}
@media only screen and (min-width: 40rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner .item .wpcf7-submit {
    font-size: 1.25rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner .item .wpcf7-submit:hover {
  background-color: #FF4328;
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-inner .contact-form-inner .item .alert-txt {
  font-weight: 300;
  color: #606060;
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #606060;
  width: 35%;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  /*transform: translateZ(0);*/
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-card {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner {
  padding: 1.875rem;
  /*background-color: #f3f3f3;*/
  font-weight: 300;
  height: 100%;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner {
    padding: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner {
    padding: 0.9375rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner img {
  display: block;
  width: 100%;
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner .short {
  margin-top: 30px;
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner .working-hours {
  margin-top: 15px;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 5px;
  color: #606060;
}
@media only screen and (min-width: 40rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner .working-hours {
    font-size: 1.0625rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner .line {
  color: #606060;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner .line {
    font-size: 1.0625rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner .line:hover {
  color: #FEC931;
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner .social-menu.menu {
  margin-top: 20px;
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner .social-menu.menu li:not(:last-child) {
  margin-right: 8px;
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner .social-menu.menu li a {
  letter-spacing: 0.13em;
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner .social-menu.menu li a svg {
  color: #a17f73;
  height: auto;
  width: 25px;
}
.section.single.single-post.single-contactpage > .grid-container .form-info .form-card .form-card-inner .social-menu.menu li a svg path {
  fill: #a17f73;
}
.section.single.single-post.single-contactpage > .grid-container .branding-info {
  padding-top: 0;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info {
    padding-bottom: 2.5rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .branding-info .content-inner {
  text-align: center;
}
.section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  padding-top: 3.75rem;
  background: none;
  margin-bottom: -30px;
  z-index: 999;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner {
    grid-gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner {
    gap: 1.25rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner > .item {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(33.3333333333% - 1.25rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner > .item {
    width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner > .item {
    width: 100%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner {
    margin-bottom: 20px;
  }
}
.section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item {
  border: 2px solid #3475E7;
  padding: 40px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background-color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  border-radius: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /** */
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item {
    padding: 20px 15px;
  }
}
.section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item::before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  transition: 0.3s;
}
.section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item .brand-title {
  font-weight: 700;
  color: #3475E7;
  font-size: 1.3125rem;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 40rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item .brand-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item .brand-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 63.96875rem) and (min-width: 40rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item .brand-title {
    font-size: 1.25rem;
  }
}
.section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item address {
  /*font-style: normal;*/
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  color: #606060;
}
@media only screen and (min-width: 40rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item address {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item address {
    /*@include fs-heading(h6);*/
    margin-bottom: 10px;
    font-weight: 400;
  }
}
.section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item .line {
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  color: #606060;
}
@media only screen and (min-width: 40rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item .line {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item .line {
    /*@include fs-heading(h6);*/
    font-weight: 400;
  }
}
.section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item .line:not(:last-child) {
  margin-bottom: 5px;
}
.section.single.single-post.single-contactpage > .grid-container .branding-info .branding-inner .item:hover::before {
  opacity: 0.85;
}
/** */
.kk-star-ratings.kksr-template {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media only screen and (max-width: 39.96875rem) {
  .kk-star-ratings.kksr-template {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.kk-star-ratings.kksr-template .kksr-legend {
  margin-left: 4px;
  margin-right: 0;
  line-height: normal;
}

/** */
.section.home-product-cat {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-product-cat {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-product-cat {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-product-cat {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-product-cat {
    padding-bottom: 2.5rem;
  }
}
.section.home-product-cat .grid-productcat .swiper-slide .product-category {
  /*width: 160px;*/
  max-width: 100%;
}
.section.home-product-cat .grid-productcat .swiper-slide .product-category .cover {
  border-radius: 20px;
}
.section.home-product-cat .grid-productcat .swiper-slide .product-category .cover-content {
  text-align: center;
}
.section.home-product-cat .grid-productcat .swiper-slide .product-category .cover-content h3 {
  font-size: 1.125rem;
  margin-top: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-product-cat .grid-productcat .swiper-slide .product-category .cover-content h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-product-cat .grid-productcat .swiper-slide .product-category .cover-content h3 {
    font-size: 0.875rem;
  }
}
.section.home-product-cat .grid-productcat .swiper-slide .product-category .cover-content .view-more {
  display: none;
}
.section.home-product-cat .grid-productcat .swiper-slide .product-category:hover .cover-content h3 {
  color: #a17f73;
}

@-webkit-keyframes running-line-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 15px));
            transform: translateX(calc(-100% - 15px));
  }
}
@-moz-keyframes running-line-scroll {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 15px));
  }
}
@keyframes running-line-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 15px));
            transform: translateX(calc(-100% - 15px));
  }
}
/** mega menu */
#mega-menu-wrap-main-nav {
  height: 100%;
  background: none;
  /*width: 100%;*/
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: static;
}
#mega-menu-wrap-main-nav .mega-menu-toggle {
  display: none;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav {
  height: 100%;
  /*width: 100%;*/
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: static;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li {
  /*position: relative;*/
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li:not(:last-child)::before, #mega-menu-wrap-main-nav #mega-menu-main-nav > li:last-child::before {
  width: 0;
  background-color: #e6e6e6;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item {
  height: 100%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
  height: 100% !important;
  line-height: normal !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 600 !important;
  color: #010000 !important;
  font-size: 16px !important;
  padding: 0 20px !important;
  position: relative;
  transition: all 0.2s ease;
  min-height: 5.625rem;
  /*text-transform: uppercase;*/
}
@media only screen and (max-width: 63.96875rem) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    min-height: 5rem;
  }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:after {
  width: 0;
  background-color: #e6e6e6;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
}
@media only screen and (max-width: 97.46875rem) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    padding: 0 20px !important;
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 89.96875rem) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    padding: 0 15px !important;
    font-weight: 500 !important;
  }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:focus {
  background: none !important;
  color: #a17f73 !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current_page_ancestor > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current_page_item > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: none !important;
  color: #a17f73 !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu {
  background-color: #fff !important;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu > li:first-child {
  padding-top: 10px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu > li:last-child {
  padding-bottom: 10px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu > li > a {
  background-color: #fff !important;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: normal !important;
  color: #010000 !important;
  padding: 10px !important;
  /* text-transform: uppercase !important;*/
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu > li > a:hover, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-flyout .mega-sub-menu > li > a:focus {
  color: #010000 !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu {
  background-color: #fff !important;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column a.mega-menu-link sup {
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 300;
  margin-left: 4px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column a.mega-menu-link .menu-thumb {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column a.mega-menu-link .mega-indicator {
  display: none !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 20px !important;
}
@media only screen and (max-width: 74.96875rem) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 15px;
  }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > figure > a, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-media-thumb > figure > a {
  display: block;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > figure > a img, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-media-thumb > figure > a img {
  display: block;
  width: 100%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > figure figcaption.wp-caption-text, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-media-thumb > figure figcaption.wp-caption-text {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > figure figcaption.wp-caption-text .desc, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-media-thumb > figure figcaption.wp-caption-text .desc {
  display: block;
  font-weight: 300;
  text-transform: none;
  opacity: 0.9;
  line-height: normal;
  font-size: 14px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 15px;
  font-weight: 600 !important;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-menu-grid > .mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  font-size: 15px;
  padding: 4px 0;
}

/** */
.section.listbox-section.home-listbox {
  overflow: hidden;
  background-color: #f5f6fa;
}
.section.listbox-section.home-listbox .listbox-outer .listbox {
  margin: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-gap: 0;
  gap: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (max-width: 39.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox {
    grid-gap: 0;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox {
    gap: 0;
  }
}
.section.listbox-section.home-listbox .listbox-outer .listbox > li {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 25%;
}
@media only screen and (max-width: 63.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox > li {
    width: 50%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox > li {
    width: 50%;
  }
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  background-color: #f5f6fa;
  padding: 65px 10%;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
  /** */
}
@media only screen and (max-width: 39.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner {
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner {
    padding: 25px 10px;
  }
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner::before {
  transition: 0.1s;
  content: "";
  background-image: url("https://kt7.hdweb24h.com/dungcukimhoan/wp-content/uploads/2023/12/vector1.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-position: center bottom;
  background-size: 45%;
  z-index: -1;
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner::after {
  transition: 0.1s;
  z-index: -1;
  content: "";
  background-image: url("https://kt7.hdweb24h.com/dungcukimhoan/wp-content/uploads/2023/12/vector2.png");
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top right;
  background-size: 16%;
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner > .overlay {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  border: 5px solid #FFFFFF;
  background-color: #a17f73;
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 8px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 74.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner > .overlay {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner > .overlay {
    border: 3px solid #fff;
    width: 3.4375rem;
    height: 3.4375rem;
  }
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner > .overlay img {
  display: block;
  object-fit: contain;
  object-position: center;
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner > div {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner > div .title {
  font-weight: 500;
  line-height: normal;
  transition: 0.1s;
  color: #606060;
  font-size: 17px;
}
@media only screen and (max-width: 89.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner > div .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner > div .title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner > div .title {
    font-size: 14px;
    line-height: 1.6;
    display: block;
  }
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner > div .desc {
  font-weight: 400;
  font-size: 14px;
  transition: 0.1s;
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner:hover {
  background-color: #a17f73;
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner:hover::before, .section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner:hover::after {
  opacity: 1;
  z-index: 0;
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner:hover > .overlay {
  background-color: #a17f73;
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner:hover > div .title {
  color: #fff;
}
.section.listbox-section.home-listbox .listbox-outer .listbox .linkbox-inner:hover > div .desc {
  color: #fff;
}
.section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(2) .linkbox-inner {
  background-color: #a17f73;
}
.section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(2) .linkbox-inner::before, .section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(2) .linkbox-inner::after {
  opacity: 1;
  z-index: 0;
}
.section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(2) .linkbox-inner > .overlay {
  background-color: #a17f73;
}
.section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(2) .linkbox-inner > div .title {
  color: #fff;
}
.section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(2) .linkbox-inner > div .desc {
  color: #fff;
}
@media only screen and (max-width: 63.96875rem) {
  .section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(3) .linkbox-inner {
    background-color: #3475E7;
  }
  .section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(3) .linkbox-inner::before, .section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(3) .linkbox-inner::after {
    opacity: 1;
    z-index: 0;
  }
  .section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(3) .linkbox-inner > .overlay {
    background-color: #a17f73;
  }
  .section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(3) .linkbox-inner > div .title {
    color: #fff;
  }
  .section.listbox-section.home-listbox .listbox-outer .listbox li:nth-child(3) .linkbox-inner > div .desc {
    color: #fff;
  }
}

/** */
.section.home-products {
  background-color: #f5f7fa;
}
.section.home-products .heading-title {
  margin-bottom: 0;
}
.section.home-products .viewmore.viewmore-button {
  margin-top: 0;
  height: 38px;
  padding: 0 5px 0 20px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-products .viewmore.viewmore-button {
    padding: 0;
    background: none;
    font-size: 0;
  }
  .section.home-products .viewmore.viewmore-button::before {
    width: 0 !important;
  }
  .section.home-products .viewmore.viewmore-button::after {
    width: 30px;
    height: 30px;
    font-size: 16px;
    border: 1px solid #a17f73;
  }
  .section.home-products .viewmore.viewmore-button:hover::after {
    border-color: #FF4328;
    color: #FF4328;
  }
}
.section.home-products .title-container {
  margin-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 0.3125rem 0.9375rem;
  gap: 0.3125rem 0.9375rem;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-products .title-container {
    margin-bottom: 15px;
  }
}

/** */
.section.home-info-1 {
  background-color: #f5f6fa;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-1 > .grid-x {
    display: block;
  }
}
.section.home-info-1 .title-container {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 100px;
  padding-right: calc(50vw - 37.5rem + 0.9375rem);
  /** */
  /** */
  /** */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-info-1 .title-container {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-1 .title-container {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-info-1 .title-container {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-1 .title-container {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 90rem) {
  .section.home-info-1 .title-container {
    padding-right: calc(50vw - 40.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-info-1 .title-container {
    padding-right: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-1 .title-container {
    padding-right: 0.625rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-info-1 .title-container {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.home-info-1 .title-container {
    padding-left: 30px;
    padding-right: 20px;
  }
}
.section.home-info-1 .title-container .heading-title {
  line-height: 1.2;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  font-weight: 700;
  /*@include media-fs(56, 46, 30);*/
  font-size: 2.125rem;
}
@media only screen and (min-width: 40rem) {
  .section.home-info-1 .title-container .heading-title {
    font-size: 2.625rem;
  }
}
.section.home-info-1 .title-container .heading-title p {
  line-height: inherit;
}
.section.home-info-1 .title-container .html-desc {
  line-height: normal;
}
.section.home-info-1 .title-container .html-desc p {
  line-height: normal;
}
.section.home-info-1 .title-container .html-desc p::first-letter {
  font-size: 19px;
  font-weight: 600;
  color: #FF4328;
}
.section.home-info-1 .title-container .html-content ul {
  list-style: none;
  margin-left: 0;
}
.section.home-info-1 .title-container .html-content ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.section.home-info-1 .title-container .html-content ul li::before {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  background-color: #fff;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f00c";
  color: #FF4328;
}
.section.home-info-1 .thumbs-container {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 50%;
  -webkit-order: -1;
          order: -1;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-1 .thumbs-container {
    width: 100%;
  }
}
.section.home-info-1 .thumbs-container .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.section.home-info-1 .thumbs-container .bg img {
  display: block;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/** */
.section.home-info-2 {
  background-color: #a17f73;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-2 > .grid-x {
    display: block;
  }
}
.section.home-info-2::before, .section.home-info-2::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.section.home-info-2::before {
  background-image: url(https://kt7.hdweb24h.com/dungcukimhoan/wp-content/uploads/2023/12/vector3.png);
  background-position: top left;
  left: 0;
  top: 0;
}
.section.home-info-2::after {
  background-image: url(https://kt7.hdweb24h.com/dungcukimhoan/wp-content/uploads/2023/12/vector4.png);
  background-position: center bottom;
  bottom: 0;
  left: 0;
}
.section.home-info-2 .title-container {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  padding-left: calc(50vw - 37.5rem + 0.9375rem);
  /** */
  /** */
  /** */
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media only screen and (min-width: 90rem) {
  .section.home-info-2 .title-container {
    padding-left: calc(50vw - 40.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-info-2 .title-container {
    padding-left: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-2 .title-container {
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-info-2 .title-container {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-2 .title-container {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-info-2 .title-container {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-2 .title-container {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.home-info-2 .title-container {
    padding-left: 20px;
    padding-right: 30px;
  }
}
.section.home-info-2 .title-container .heading-title {
  color: #fff;
  font-weight: 700;
  font-size: 2.125rem;
  margin-bottom: 25px;
}
@media only screen and (min-width: 40rem) {
  .section.home-info-2 .title-container .heading-title {
    font-size: 2.625rem;
  }
}
.section.home-info-2 .title-container .html-desc {
  color: #fff;
  line-height: normal;
}
.section.home-info-2 .title-container .html-desc p {
  line-height: normal;
  color: currentColor;
}
.section.home-info-2 .title-container .html-desc p::first-letter {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}
.section.home-info-2 .title-container .list-box {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-2 .title-container .list-box {
    grid-gap: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-2 .title-container .list-box {
    gap: 0.9375rem;
  }
}
.section.home-info-2 .title-container .list-box > li {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(50% - 0.625rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-info-2 .title-container .list-box > li {
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-2 .title-container .list-box > li {
    width: 100%;
  }
}
.section.home-info-2 .title-container .list-box li {
  grid-gap: 0.625rem;
  gap: 0.625rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
          align-items: center;
}
.section.home-info-2 .title-container .list-box li .overlay {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background-color: #a17f73;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 8px;
}
.section.home-info-2 .title-container .list-box li .overlay img {
  display: block;
  object-fit: contain;
  object-position: center;
}
.section.home-info-2 .title-container .list-box li > div {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.section.home-info-2 .title-container .list-box li > div .title {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  line-height: normal;
}
.section.home-info-2 .thumbs-container {
  width: 42%;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-2 .thumbs-container {
    width: 100%;
  }
}
.section.home-info-2 .thumbs-container .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8% calc(10% + 160px) 10% 0;
}
@media only screen and (max-width: 97.46875rem) {
  .section.home-info-2 .thumbs-container .bg {
    padding-right: calc(50vw - 37.5rem + 0.9375rem);
    /** */
    /** */
    /** */
  }
}
@media only screen and (max-width: 97.46875rem) and (min-width: 90rem) {
  .section.home-info-2 .thumbs-container .bg {
    padding-right: calc(50vw - 40.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 97.46875rem) and (max-width: 89.96875rem) {
  .section.home-info-2 .thumbs-container .bg {
    padding-right: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 97.46875rem) and (max-width: 39.96875rem) {
  .section.home-info-2 .thumbs-container .bg {
    padding-right: 0.625rem;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.home-info-2 .thumbs-container .bg {
    padding-right: 20px;
  }
}
.section.home-info-2 .thumbs-container .bg img {
  display: block;
  object-position: center;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/** */
.section.home-info-3 {
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 > .grid-x {
    display: block;
  }
}
.section.home-info-3::before, .section.home-info-3::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.section.home-info-3::before {
  background-image: url("../img/bg1.png");
  background-position: center;
  -o-background-size: contain;
}
.section.home-info-3::after {
  background-image: url("../img/bg2.png");
  right: 0;
  bottom: 30px;
  background-position: right bottom;
  background-size: 250px;
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-info-3::after {
    display: none;
  }
}
.section.home-info-3 .grid-x {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-info-3 .grid-x {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 .grid-x {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-info-3 .grid-x {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 .grid-x {
    padding-bottom: 2.5rem;
  }
}
.section.home-info-3 .title-container {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 80px;
  padding-right: calc(50vw - 37.5rem + 0.9375rem);
  /** */
  /** */
  /** */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-info-3 .title-container {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 .title-container {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-info-3 .title-container {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 .title-container {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 90rem) {
  .section.home-info-3 .title-container {
    padding-right: calc(50vw - 40.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-info-3 .title-container {
    padding-right: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 .title-container {
    padding-right: 0.625rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-info-3 .title-container {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.home-info-3 .title-container {
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 .title-container {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section.home-info-3 .title-container .heading-title {
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 2.125rem;
}
@media only screen and (min-width: 40rem) {
  .section.home-info-3 .title-container .heading-title {
    font-size: 2.625rem;
  }
}
.section.home-info-3 .title-container .heading-title p {
  line-height: normal;
}
.section.home-info-3 .title-container .html-desc {
  line-height: normal;
}
.section.home-info-3 .title-container .html-desc p {
  line-height: normal;
}
.section.home-info-3 .title-container .html-desc p::first-letter {
  font-size: 19px;
  font-weight: 600;
  color: #FF4328;
}
.section.home-info-3 .thumbs-container {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 50%;
  -webkit-order: -1;
          order: -1;
  /*padding-left: 10%;*/
  padding-left: calc(50vw - 37.5rem + 0.9375rem);
  /** */
  /** */
  /** */
}
@media only screen and (min-width: 90rem) {
  .section.home-info-3 .thumbs-container {
    padding-left: calc(50vw - 40.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-info-3 .thumbs-container {
    padding-left: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 .thumbs-container {
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-info-3 .thumbs-container {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 .thumbs-container {
    padding-right: 20px;
    width: 100%;
  }
}
.section.home-info-3 .thumbs-container .galleries {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  display: block;
  overflow: hidden;
  height: auto;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 .thumbs-container .galleries {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}
.section.home-info-3 .thumbs-container .galleries li {
  position: relative;
  border-radius: 20px;
  display: block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 .thumbs-container .galleries li {
    margin-bottom: 20px;
    display: inline-block;
  }
}
.section.home-info-3 .thumbs-container .galleries li:first-child {
  margin-top: 60px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-3 .thumbs-container .galleries li:first-child {
    margin-top: 40px;
  }
}
.section.home-info-3 .thumbs-container .galleries li .overlay {
  display: block;
}
.section.home-info-3 .thumbs-container .galleries li .overlay img {
  width: 100%;
  display: block;
}

/** */
.footer-listbox .listbox-outer ul li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-listbox .listbox-outer ul .linkbox-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
}
.footer-listbox .listbox-outer ul .linkbox-inner::before {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 1.375rem;
  height: 1.375rem;
  font-weight: 700 !important;
  margin-right: 5px;
}
.footer-listbox .listbox-outer ul .linkbox-inner > div .desc p {
  line-height: inherit;
}
.footer-listbox .listbox-outer ul .linkbox-inner > div .desc a {
  color: currentColor;
}
.footer-listbox .listbox-outer ul .linkbox-inner > div .desc strong, .footer-listbox .listbox-outer ul .linkbox-inner > div .desc b {
  font-weight: 600;
}

/** */
.post_admin {
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 0 0 0 20px;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.post_admin .admin_content {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.post_admin .admin_image {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 3.4375rem;
  height: 3.4375rem;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.post_admin .icon_btn {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 4.375rem;
  height: 4.375rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  background-color: #FEC931;
}
.post_admin .icon_btn::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #FF4328;
  transition: 0.5s;
}
.post_admin .icon_btn:hover::before {
  width: 100%;
  opacity: 1;
  z-index: 0;
}
.post_admin .icon_btn i {
  z-index: 1;
  font-size: 20px;
  font-weight: 300;
}
.post_admin .admin_name {
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  display: block;
}
.post_admin .post_date {
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.post_admin .post_date i {
  color: #FF4328;
  font-weight: 400;
  margin-right: 5px;
}

/** */
.section.home-contact {
  background-color: #a17f73cd;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border-top: 15px solid #a17f73;
}
.section.home-contact::before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-image: url("https://kt7.hdweb24h.com/dungcukimhoan/wp-content/uploads/2023/12/mask1.png");
}
.section.home-contact::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-image: url("../img/form_bg2.png");
  top: 15px;
  background-position: top center;
  background-size: 150px;
  left: -9%;
}
@media only screen and (max-width: 48.84375rem) {
  .section.home-contact::after {
    background-position: top right;
    background-size: 120px;
    left: unset;
    right: 10%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-contact::after {
    background-size: 80px;
    right: 5%;
  }
}
.section.home-contact .cf7-inner {
  position: relative;
}
.section.home-contact .cf7-inner::before, .section.home-contact .cf7-inner::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.section.home-contact .cf7-inner::before {
  background-image: url("https://kt7.hdweb24h.com/dungcukimhoan/wp-content/uploads/2023/12/mask2.png");
  background-position: left top;
  top: 0;
}
.section.home-contact .cf7-inner::after {
  background-image: url("https://kt7.hdweb24h.com/dungcukimhoan/wp-content/uploads/2023/12/mask3.png");
  background-position: left bottom;
  bottom: 0;
}
.section.home-contact .grid-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 3.75rem;
  gap: 3.75rem;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-contact .grid-inner {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-contact .grid-inner {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-contact .grid-inner {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-contact .grid-inner {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-contact .grid-inner {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-contact .grid-inner {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.home-contact .grid-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.section.home-contact .grid-inner .title-section {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 48.84375rem) {
  .section.home-contact .grid-inner .title-section {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}
.section.home-contact .grid-inner .title-section .html-desc .site-logo {
  margin-bottom: 20px;
}
.section.home-contact .grid-inner .title-section .html-desc .site-logo .logo-overlay {
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 20px;
}
.section.home-contact .grid-inner .title-section .html-desc .site-logo .logo-overlay img {
  height: 4.375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-contact .grid-inner .title-section .html-desc .site-logo .logo-overlay img {
    height: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-contact .grid-inner .title-section .html-desc .site-logo .logo-overlay img {
    height: 3.125rem;
  }
}
.section.home-contact .grid-inner .title-section .html-desc .acf-txt {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
}
.section.home-contact .grid-inner .title-section .html-desc .acf-txt:first-letter {
  font-size: 1.125rem;
  font-weight: 600;
}
@media only screen and (min-width: 40rem) {
  .section.home-contact .grid-inner .title-section .html-desc .acf-txt:first-letter {
    font-size: 1.25rem;
  }
}
.section.home-contact .grid-inner .title-section .listbox {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section.home-contact .grid-inner .title-section .listbox li {
  margin-bottom: 5px;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner:not(.icon-line) {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  color: #eee;
  font-size: 13px;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner:not(.icon-line) .overlay {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  top: -2px;
  position: relative;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner:not(.icon-line) > div {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  font-weight: 300;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line {
  margin-bottom: 18px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  display: -webkit-flex;
  display: flex;
  width: 480px;
  max-width: 100%;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 12px;
  padding: 10px 18px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line {
    width: 100%;
  }
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line .overlay {
  -webkit-order: 1;
          order: 1;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line > div {
  color: #eee;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line > div .title {
  font-weight: 300;
  line-height: 1;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line > div .desc {
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (min-width: 40rem) {
  .section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line > div .desc {
    font-size: 1.0625rem;
  }
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line.zalo-line {
  background-color: #ffa552;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line.zalo-line .overlay img {
  display: block;
  width: 2.625rem;
  height: 2.625rem;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line.hot-line {
  background-color: #167ae3;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line.hot-line .overlay {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 10px;
  border: 1px solid #eee;
  background-color: #a17f73;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line.hot-line .overlay img {
  max-width: 25px;
  max-height: 20px;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line.fb-line {
  background-color: #e71788;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line.fb-line .overlay {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 10px;
  border: 1px solid #eee;
  background-color: #a17f73;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.section.home-contact .grid-inner .title-section .listbox .listbox-inner.icon-line.fb-line .overlay img {
  max-width: 25px;
  max-height: 20px;
}
.section.home-contact .grid-inner .form-section {
  width: calc(50% - 1.5625rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-contact .grid-inner .form-section {
    width: calc(50% - 0.9375rem);
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.home-contact .grid-inner .form-section {
    width: 100%;
  }
}
.section.home-contact .grid-inner .form-section .contact-form-inner {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: -15px -15px 1px -3px rgba(0, 0, 0, 0.3);
  z-index: 9;
  position: relative;
  padding: 3.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-contact .grid-inner .form-section .contact-form-inner {
    padding: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-contact .grid-inner .form-section .contact-form-inner {
    padding: 1.25rem;
  }
}
.section.home-contact .grid-inner .form-section .contact-form-inner h3 {
  text-align: center;
  color: #a17f73;
  font-size: 1.8125rem;
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 40rem) {
  .section.home-contact .grid-inner .form-section .contact-form-inner h3 {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-contact .grid-inner .form-section .contact-form-inner h3 {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 39.96875rem) and (min-width: 40rem) {
  .section.home-contact .grid-inner .form-section .contact-form-inner h3 {
    font-size: 1.5rem;
  }
}
.section.home-contact .grid-inner .form-section .contact-form-inner label {
  font-size: 0;
}
.section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap {
  font-size: 15px;
}
.section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap input, .section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap textarea, .section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap select {
  font-size: 15px;
  box-shadow: none;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  line-height: normal;
}
.section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap input:hover, .section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap input:focus, .section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap textarea:hover, .section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap textarea:focus, .section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap select:hover, .section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap select:focus {
  border: 1px solid #FF4328;
}
.section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap input, .section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap select {
  height: 40px;
  padding: 0 15px;
}
.section.home-contact .grid-inner .form-section .contact-form-inner label .wpcf7-form-control-wrap textarea {
  padding: 15px;
}
.section.home-contact .grid-inner .form-section .contact-form-inner .item.btn {
  position: relative;
  text-align: center;
}
.section.home-contact .grid-inner .form-section .contact-form-inner .item.btn .wpcf7-spinner {
  position: absolute;
}
.section.home-contact .grid-inner .form-section .contact-form-inner .item.btn .viewmore.viewmore-button {
  margin-top: 0;
}

/** */
.section.carousels-section .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button,
.section.carousels-section.filter-products .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  top: 40%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  line-height: 1;
  margin-left: 6px;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f105";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 12px;
  position: relative;
  top: 2px;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-color: #fff;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  left: calc(50% - 75rem / 2);
}
@media only screen and (max-width: 89.96875rem) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    max-width: 71.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    left: calc(50% - 71.25rem / 2);
  }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu .filter-productcat .grid-productcat {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu .filter-productcat .grid-productcat {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu .filter-productcat .grid-productcat > .cell {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  width: auto;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu .filter-productcat .grid-productcat .item .cover-content {
  text-align: center;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu .filter-productcat .grid-productcat .item .cover-content h3, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu .filter-productcat .grid-productcat .item .cover-content .title {
  font-weight: 500;
  margin-top: 15px;
  font-size: 15px;
  display: block;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.ProductCat {
  padding: 30px;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu {
  -webkit-flex-direction: column;
          flex-direction: column;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu li a {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 64rem) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 10px;
  }
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:not(:last-child) {
  padding-bottom: 0 !important;
}

#commentform [type=submit], #commentform [type=button] {
  color: #fff;
  background-color: #a17f73;
  border: none;
  padding: 0 25px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}
#commentform [type=submit]:hover, #commentform [type=button]:hover {
  background-color: #3475E7;
}

.switch-layout {
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  display: none !important;
}
.switch-layout li {
  opacity: 0.4;
  transition: 0.2s;
  cursor: pointer;
  line-height: normal;
}
.switch-layout li::before {
  font-weight: 700;
  font-size: 22px;
}
.switch-layout li.active, .switch-layout li:hover {
  opacity: 1;
}

#mega-menu-wrap-main-nav .menu .menu-item > a:hover,
#mega-menu-wrap-main-nav .menu .active > a,
#mega-menu-wrap-main-nav .menu .is-active > a {
  background: none;
  color: #FF4328;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .mega-block-title,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-block-title {
  color: #010000;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  text-align: left;
  margin: 0;
  padding: 0 0 5px 0;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
}

/** */
.section.single-page.single-about-landing-page {
  padding: 0;
  background-color: #f5f7fa;
}

.section.about-us-section .title-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.section.about-us-section .title-container .title {
  color: #a17f73;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section.about-us-section .title-container .heading-title {
  margin-bottom: 2.8125rem;
  /* font-weight: 700;*/
  line-height: 1.25;
}
@media only screen and (max-width: 63.96875rem) {
  .section.about-us-section .title-container .heading-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.about-us-section .title-container .heading-title {
    margin-bottom: 1.25rem;
  }
}
.section.about-us-section .title-container .heading-desc {
  color: #606060;
  font-size: 15px;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.about-us-section .title-container .heading-desc {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.about-us-section .title-container .heading-desc {
    margin-bottom: 1.25rem;
  }
}
.section.about-us-section.title-center .title-container {
  -webkit-align-items: center;
          align-items: center;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/** */
.section.teams-section {
  padding-top: 5rem;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.teams-section {
    padding-top: 4.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.teams-section {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.teams-section {
    padding-bottom: 1.25rem;
  }
}
.section.teams-section .grid-teams article.item figure .cover {
  border-radius: 30px;
}
.section.teams-section .grid-teams article.item figcaption {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
          align-items: center;
}
.section.teams-section .grid-teams article.item .team-name {
  font-weight: 500;
  font-size: 1.125rem;
}
@media only screen and (min-width: 40rem) {
  .section.teams-section .grid-teams article.item .team-name {
    font-size: 1.25rem;
  }
}
.section.teams-section .grid-teams article.item .team-job {
  color: #606060;
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
}
.section.teams-section .grid-teams article.item .team-icon-socials {
  font-size: 12px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
.section.teams-section .grid-teams article.item .team-icon-socials > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  list-style: none;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.section.teams-section .grid-teams article.item .team-icon-socials > ul li {
  position: relative;
  width: 2.375rem;
  height: 2.375rem;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.section.teams-section .grid-teams article.item .team-icon-socials > ul li > svg {
  width: 1rem;
  height: 1rem;
}
.section.teams-section .grid-teams article.item .team-icon-socials > ul li > a {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.section.teams-section .grid-teams article.item .team-icon-socials > ul li > a span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
}
.section.teams-section .grid-teams article.item .team-icon-socials > ul li:hover {
  background-color: #a17f73;
}
.section.teams-section .grid-teams article.item .team-icon-socials > ul li:hover > svg {
  fill: #fff;
}
.section.teams-section .grid-teams article.item:hover .team-icon-socials {
  opacity: 1;
  visibility: visible;
  position: absolute;
  bottom: 20px;
}

/** */
.section.contact-section-4 {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 74.96875rem) {
  .section.contact-section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section.contact-section-4::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
.section.contact-section-4 .title-container .title {
  text-transform: unset;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .section.contact-section-4 .title-container .title {
    font-size: 1.0625rem;
  }
}
.section.contact-section-4 .title-container .heading-title {
  font-size: 2.125rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 40rem) {
  .section.contact-section-4 .title-container .heading-title {
    font-size: 2.625rem;
  }
}
.section.contact-section-4 .title-container .heading-title p {
  color: inherit;
}
.section.contact-section-4 .view-detail {
  position: relative;
  border: 2px solid #fff;
  border-radius: 30px;
  display: -webkit-inline-flex;
  display: inline-flex;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  padding: 12px 30px;
  line-height: normal;
}
.section.contact-section-4 .view-detail::before {
  -webkit-order: 1;
          order: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: 0.3s;
  font-size: 16px;
  content: "\f061";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 400;
}
.section.contact-section-4 .view-detail:hover {
  border-color: #a17f73;
}
.section.contact-section-4 .view-detail:hover::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.section.contact-section-4.title-center .title-container {
  width: 600px;
}

/** */
.section.contact-section-2 .title-container .heading-title {
  margin-bottom: 20px;
}

/** */
.section.contact-section-2 {
  background-color: #f9faff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-2 {
    padding-top: 4.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-2 {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-2 {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-2 {
    padding-bottom: 2.5rem;
  }
}
.section.contact-section-2 .title-container .heading-desc {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-2 .title-container .heading-desc {
    margin-bottom: 1.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-2 .title-container .heading-desc {
    margin-bottom: 0.75rem;
  }
}
.section.contact-section-2 .swiper-container article.item {
  padding-top: 8px;
}
.section.contact-section-2 .swiper-container article.item .cover {
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
  border-radius: 30px;
}
.section.contact-section-2 .swiper-container article.item .cover:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.section.contact-section-2 .swiper-container article.item figcaption {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
          align-items: center;
}
.section.contact-section-2 .swiper-container article.item figcaption h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 1.875rem;
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 40rem) {
  .section.contact-section-2 .swiper-container article.item figcaption h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-2 .swiper-container article.item figcaption h3 {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-2 .swiper-container article.item figcaption h3 {
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-2 .swiper-container article.item figcaption h3 {
    padding-bottom: 0.625rem;
  }
}
.section.contact-section-2 .swiper-container article.item figcaption .desc {
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  text-align: center;
}

/** */
.section.contact-section-3 {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  margin-bottom: 200px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-3 {
    padding-top: 4.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-3 {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.contact-section-3 {
    margin-bottom: 80px;
  }
}
.section.contact-section-3 .thumbs-cell {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 50%;
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-3 .thumbs-cell {
    width: 100%;
  }
}
.section.contact-section-3 .thumbs-cell .thumbs-outer {
  position: relative;
}
.section.contact-section-3 .thumbs-cell .thumbs-outer .img {
  display: block;
}
.section.contact-section-3 .thumbs-cell .thumbs-outer .img img {
  width: 100%;
  height: auto;
  display: block;
}
.section.contact-section-3 .thumbs-cell .thumbs-outer .img.img1 {
  margin-right: 120px;
}
.section.contact-section-3 .thumbs-cell .thumbs-outer .img.img1 img {
  border-radius: 30px;
}
.section.contact-section-3 .thumbs-cell .thumbs-outer .img.img2 {
  position: absolute;
  right: 15px;
  bottom: -20%;
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.05);
  width: 65%;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-3 .thumbs-cell .thumbs-outer .img.img2 {
    bottom: -30%;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-3 .thumbs-cell .thumbs-outer .img.img2 {
    bottom: -120px;
  }
}
.section.contact-section-3 .thumbs-cell .thumbs-outer .img.img2 img {
  border-radius: 30px;
}
.section.contact-section-3 .thumbs-cell .thumbs-outer .img.img3 {
  position: absolute;
  width: auto;
  max-width: 60px;
  top: 18%;
  right: 22px;
}
.section.contact-section-3 .thumbs-cell .thumbs-outer .spacer {
  position: absolute;
  width: 11.875rem;
  height: 11.875rem;
  border-radius: 50%;
  background-color: #FF4328;
  opacity: 0.9;
  z-index: 1;
  bottom: -8%;
  left: 20%;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-3 .thumbs-cell .thumbs-outer .spacer {
    bottom: -20%;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-3 .thumbs-cell .thumbs-outer .spacer {
    bottom: -50px;
  }
}
.section.contact-section-3 .content-cell {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-3 .content-cell {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
.section.contact-section-3 .content-cell .content-outer {
  padding: 40px 0 0 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 74.96875rem) {
  .section.contact-section-3 .content-cell .content-outer {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-3 .content-cell .content-outer {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-3 .content-cell .content-outer {
    padding-top: 160px;
    padding-left: 0;
  }
}
.section.contact-section-3 .content-cell .content-outer .title {
  color: #a17f73;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section.contact-section-3 .content-cell .content-outer .heading-title {
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-3 .content-cell .content-outer .heading-title {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-3 .content-cell .content-outer .heading-title {
    margin-bottom: 0.625rem;
  }
}
.section.contact-section-3 .content-cell .content-outer .heading-title p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.section.contact-section-3 .content-cell .content-outer .heading-desc {
  color: #606060;
  font-size: 14px;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-3 .content-cell .content-outer .heading-desc {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-3 .content-cell .content-outer .heading-desc {
    margin-bottom: 0.9375rem;
  }
}
.section.contact-section-3 .content-cell .content-outer .heading-content {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-3 .content-cell .content-outer .heading-content {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-3 .content-cell .content-outer .heading-content {
    margin-bottom: 1.25rem;
  }
}
.section.contact-section-3 .content-cell .content-outer .heading-content ul {
  list-style: none;
  margin-left: 0;
}
.section.contact-section-3 .content-cell .content-outer .heading-content ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-bottom: 15px;
  font-weight: 500;
}
.section.contact-section-3 .content-cell .content-outer .heading-content ul li::before {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  background-color: #fff;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f00c";
  color: #a17f73;
}
.section.contact-section-3 .content-cell .content-outer .view-detail {
  position: relative;
  border: 2px solid #a17f73;
  border-radius: 30px;
  display: -webkit-inline-flex;
  display: inline-flex;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  padding: 12px 30px;
  line-height: normal;
  background-color: #a17f73;
}
.section.contact-section-3 .content-cell .content-outer .view-detail::before {
  -webkit-order: 1;
          order: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: 0.3s;
  font-size: 16px;
  content: "\f061";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  color: currentColor;
  font-weight: 400;
}
.section.contact-section-3 .content-cell .content-outer .view-detail:hover {
  border-color: #3475E7;
  background-color: #3475E7;
}
.section.contact-section-3 .content-cell .content-outer .view-detail:hover::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: currentColor;
}
.section.contact-section-3 .content-cell .content-outer .spacer {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #a17f73;
  opacity: 0.6;
  right: 30%;
  bottom: 20%;
}
/** */
.section.contact-section-1 {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f5f7fa;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-1 {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-1 {
    padding-bottom: 8.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-1 {
    padding-bottom: 5rem;
  }
}
.section.contact-section-1 .thumbs-cell {
  position: relative;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 60%;
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-1 .thumbs-cell {
    width: 100%;
  }
}
.section.contact-section-1 .thumbs-cell::before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: calc(100% - 120px);
}
.section.contact-section-1 .thumbs-cell .thumbs-outer {
  position: relative;
}
.section.contact-section-1 .thumbs-cell .thumbs-outer .img {
  display: block;
}
.section.contact-section-1 .thumbs-cell .thumbs-outer .img img {
  display: block;
  max-width: 100%;
}
.section.contact-section-1 .thumbs-cell .thumbs-outer .img.img1 {
  position: relative;
  bottom: 0;
}
.section.contact-section-1 .thumbs-cell .thumbs-outer .img.img1 img {
  margin: 0 auto;
}
.section.contact-section-1 .thumbs-cell .thumbs-outer .img.img2 {
  position: absolute;
  width: auto;
  top: 110px;
  z-index: 10;
  right: 75px;
  padding: 18px 9px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 74.96875rem) {
  .section.contact-section-1 .thumbs-cell .thumbs-outer .img.img2 {
    right: 30px;
  }
}
.section.contact-section-1 .thumbs-cell .thumbs-outer .img.img3 {
  width: auto;
  bottom: -60px;
  position: absolute;
  left: 0;
}
.section.contact-section-1 .thumbs-cell .thumbs-outer .img.img3 img {
  border-radius: 30px;
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.07);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.section.contact-section-1 .thumbs-cell .thumbs-outer .img.img3:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section.contact-section-1 .thumbs-cell .thumbs-outer .counter-box {
  position: absolute;
  right: 120px;
  bottom: 0;
  max-width: 250px;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 74.96875rem) {
  .section.contact-section-1 .thumbs-cell .thumbs-outer .counter-box {
    right: 30px;
  }
}
.section.contact-section-1 .thumbs-cell .thumbs-outer .counter-box .counter-inner {
  font-size: 2.125rem;
  font-weight: 600;
  color: #a17f73;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  line-height: 1;
}
@media only screen and (min-width: 40rem) {
  .section.contact-section-1 .thumbs-cell .thumbs-outer .counter-box .counter-inner {
    font-size: 2.625rem;
  }
}
.section.contact-section-1 .thumbs-cell .thumbs-outer .counter-box .counter-txt {
  font-size: 15px;
  color: #606060;
}
.section.contact-section-1 .content-cell {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-1 .content-cell {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
.section.contact-section-1 .content-cell .content-outer {
  padding: 40px 0 0 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-1 .content-cell .content-outer {
    padding-left: 0;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-1 .content-cell .content-outer {
    padding-left: 0;
    padding-top: 90px;
  }
}
.section.contact-section-1 .content-cell .content-outer .title {
  color: #a17f73;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section.contact-section-1 .content-cell .content-outer .heading-title {
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-1 .content-cell .content-outer .heading-title {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-1 .content-cell .content-outer .heading-title {
    margin-bottom: 0.625rem;
  }
}
.section.contact-section-1 .content-cell .content-outer .heading-title p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.section.contact-section-1 .content-cell .content-outer .heading-desc {
  color: #606060;
  font-size: 14px;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-1 .content-cell .content-outer .heading-desc {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-1 .content-cell .content-outer .heading-desc {
    margin-bottom: 0.9375rem;
  }
}
.section.contact-section-1 .content-cell .content-outer .heading-content {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-1 .content-cell .content-outer .heading-content {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-1 .content-cell .content-outer .heading-content {
    margin-bottom: 1.25rem;
  }
}
.section.contact-section-1 .content-cell .content-outer .heading-content ul {
  list-style: none;
  margin-left: 0;
}
.section.contact-section-1 .content-cell .content-outer .heading-content ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin-bottom: 15px;
  font-weight: 500;
}
.section.contact-section-1 .content-cell .content-outer .heading-content ul li::before {
  border-radius: 50%;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  /*background-color: #fff;*/
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f0c8";
  color: #a17f73;
  font-weight: 700;
  font-size: 8px;
  position: relative;
  top: -2px;
}
.section.contact-section-1 .content-cell .content-outer .view-detail {
  position: relative;
  border: 2px solid #a17f73;
  border-radius: 30px;
  display: -webkit-inline-flex;
  display: inline-flex;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  padding: 12px 30px;
  line-height: normal;
  background-color: #a17f73;
}
.section.contact-section-1 .content-cell .content-outer .view-detail::before {
  -webkit-order: 1;
          order: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: 0.3s;
  font-size: 16px;
  content: "\f061";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  color: currentColor;
  font-weight: 400;
}
.section.contact-section-1 .content-cell .content-outer .view-detail:hover {
  border-color: #3475E7;
  background-color: #3475E7;
}
.section.contact-section-1 .content-cell .content-outer .view-detail:hover::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: currentColor;
}

/** */
.section.contact-section-6 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-6 {
    padding-top: 4.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-6 {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-6 {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-6 {
    padding-bottom: 2.5rem;
  }
}
.section.contact-section-6 .cell {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.section.contact-section-6 .cell.cell-1 {
  width: 40%;
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-6 .cell.cell-1 {
    width: 100%;
  }
}
.section.contact-section-6 .cell.cell-2 {
  width: 30%;
  margin: 160px 0 0;
  position: relative;
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-6 .cell.cell-2 {
    width: 50%;
  }
}
.section.contact-section-6 .cell.cell-2::before, .section.contact-section-6 .cell.cell-2::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section.contact-section-6 .cell.cell-2::before {
  background-image: url("../img/decor1.png");
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: -110px;
  left: 16%;
}
.section.contact-section-6 .cell.cell-2::after {
  background-image: url("../img/decor2.png");
  width: 4.25rem;
  height: 1.75rem;
  position: absolute;
  top: -75px;
  right: 16%;
}
.section.contact-section-6 .cell.cell-3 {
  width: 30%;
  position: relative;
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-6 .cell.cell-3 {
    width: 50%;
  }
}
.section.contact-section-6 .cell.cell-3::before, .section.contact-section-6 .cell.cell-3::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section.contact-section-6 .cell.cell-3::before {
  background-image: url("../img/decor3.png");
  width: 4.25rem;
  height: 2.75rem;
  position: absolute;
  bottom: 60px;
  left: 25%;
}
@media only screen and (max-width: 74.96875rem) {
  .section.contact-section-6 .cell.cell-3::before {
    left: 50%;
  }
}
.section.contact-section-6 .cell.cell-3::after {
  width: 11.5625rem;
  height: 11.5625rem;
  background-color: #a17f73;
  position: absolute;
  border-radius: 50%;
  left: -31%;
  bottom: -40px;
}
.section.contact-section-6 .swiper-container {
  position: relative;
  z-index: 1;
}
.section.contact-section-6 .swiper-container .swiper-wrapper article.item {
  background-color: #fff;
  border-radius: 30px;
  padding: 13.5% 11%;
  height: auto;
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-6 .swiper-container .swiper-wrapper article.item {
    padding: 20px;
  }
}
.section.contact-section-6 .swiper-container .swiper-wrapper article.item .star-rating2 {
  margin-bottom: 10px;
}
.section.contact-section-6 .swiper-container .swiper-wrapper article.item .star-rating2 .rating-inner > i {
  font-size: 11px !important;
}
.section.contact-section-6 .swiper-container .swiper-wrapper article.item .star-rating2 .rating-inner > div > i {
  font-size: 11px !important;
}
.section.contact-section-6 .swiper-container .swiper-wrapper article.item .desc {
  margin-bottom: 1.875rem;
  font-size: 1.0625rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-6 .swiper-container .swiper-wrapper article.item .desc {
    font-size: 0.9375rem;
  }
}
.section.contact-section-6 .swiper-container .swiper-wrapper article.item .details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  -webkit-align-items: center;
          align-items: center;
}
.section.contact-section-6 .swiper-container .swiper-wrapper article.item .details .cover {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 20%;
  border-radius: 50%;
}
.section.contact-section-6 .swiper-container .swiper-wrapper article.item .details .info {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.section.contact-section-6 .swiper-container .swiper-wrapper article.item .details .info .name {
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
@media only screen and (min-width: 40rem) {
  .section.contact-section-6 .swiper-container .swiper-wrapper article.item .details .info .name {
    font-size: 1.0625rem;
  }
}
.section.contact-section-6 .swiper-container .swiper-wrapper article.item .details .info .job {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  opacity: 0.7;
}
.section.contact-section-6 .title-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative;
  padding: 110px 30px 0 0;
}
@media only screen and (max-width: 48.84375rem) {
  .section.contact-section-6 .title-container {
    padding-top: 0;
  }
}
.section.contact-section-6 .title-container .title {
  color: #a17f73;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section.contact-section-6 .title-container .heading-title {
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-6 .title-container .heading-title {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-6 .title-container .heading-title {
    margin-bottom: 0.625rem;
  }
}
.section.contact-section-6 .title-container .heading-title p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.section.contact-section-6 .title-container .heading-desc {
  color: #606060;
  font-size: 15px;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.contact-section-6 .title-container .heading-desc {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.contact-section-6 .title-container .heading-desc {
    margin-bottom: 0.9375rem;
  }
}
.section.contact-section-6 .title-container .view-detail {
  margin-top: 15px;
  position: relative;
  border: 2px solid #a17f73;
  border-radius: 30px;
  display: -webkit-inline-flex;
  display: inline-flex;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  padding: 12px 30px;
  line-height: normal;
  background-color: #a17f73;
}
.section.contact-section-6 .title-container .view-detail::before {
  -webkit-order: 1;
          order: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: 0.3s;
  font-size: 16px;
  content: "\f061";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Sharp", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  color: currentColor;
  font-weight: 400;
}
.section.contact-section-6 .title-container .view-detail:hover {
  border-color: #3475E7;
  background-color: #3475E7;
}
.section.contact-section-6 .title-container .view-detail:hover::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: currentColor;
}

/** */
@media only screen and (min-width: 64rem) {
  .off-canvas-content {
    display: none !important;
  }
}

/** */
.section.home-info-0 {
  padding-top: 90px;
  padding-bottom: 3.75rem;
  background-color: #31292812;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 63.96875rem) {
  .section.home-info-0 {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-0 {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.home-info-0 {
    padding-top: 80px;
  }
}
.section.home-info-0::before, .section.home-info-0::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  border-radius: 50%;
}
.section.home-info-0::before {
  background: linear-gradient(180deg, #352424  0%, #e43026  100%);
  width: 0.9375rem;
  height: 0.9375rem;
  left: calc(50vw - 37.5rem + 0.9375rem);
  /** */
  /** */
  /** */
  top: 27%;
}
@media only screen and (min-width: 90rem) {
  .section.home-info-0::before {
    left: calc(50vw - 40.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-info-0::before {
    left: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-0::before {
    left: 0.625rem;
  }
}
.section.home-info-0::after {
  background: linear-gradient(180deg, #a17f73 0%, #452c2a 100%);
  width: 1.4375rem;
  height: 1.4375rem;
  left: calc(50vw - 40px);
  bottom: 30%;
}
.section.home-info-0 .grid-x {
  grid-gap: 1.875rem;
  gap: 1.875rem;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-0 .grid-x {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
.section.home-info-0 .grid-x::before, .section.home-info-0 .grid-x::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  border-radius: 50%;
}
.section.home-info-0 .grid-x::before {
  background: linear-gradient(180deg, #3a2c2a 0%, #e63023  100%);
  width: 0.9375rem;
  height: 0.9375rem;
  right: 5%;
}
.section.home-info-0 .grid-x::after {
  width: 18.75rem;
  height: 18.75rem;
  background-color: rgba(255, 255, 255, 0.21);
  top: 0;
  left: calc(50vw + 120px);
}
.section.home-info-0 .grid-x .title-container {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  padding-left: calc(50vw - 37.5rem + 0.9375rem);
  /** */
  /** */
  /** */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 90rem) {
  .section.home-info-0 .grid-x .title-container {
    padding-left: calc(50vw - 40.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-info-0 .grid-x .title-container {
    padding-left: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-0 .grid-x .title-container {
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-0 .grid-x .title-container {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.home-info-0 .grid-x .title-container .heading-title {
  font-size: 2.125rem;
  font-weight: 700;
}
@media only screen and (min-width: 40rem) {
  .section.home-info-0 .grid-x .title-container .heading-title {
    font-size: 2.625rem;
  }
}
.section.home-info-0 .grid-x .title-container .html-desc {
  font-size: 15px;
}
.section.home-info-0 .grid-x .title-container .viewmore.viewmore-button {
  margin-top: 0;
}
.section.home-info-0 .grid-x .thumbs-container {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 50%;
  -webkit-order: 1;
          order: 1;
  padding-right: calc(50vw - 37.5rem + 0.9375rem);
  /** */
  /** */
  /** */
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 90rem) {
  .section.home-info-0 .grid-x .thumbs-container {
    padding-right: calc(50vw - 40.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .section.home-info-0 .grid-x .thumbs-container {
    padding-right: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-0 .grid-x .thumbs-container {
    padding-right: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.home-info-0 .grid-x .thumbs-container {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-order: -1;
            order: -1;
  }
}
.section.home-info-0 .grid-x .thumbs-container > a {
  display: block;
  position: relative;
  z-index: 1;
}
.section.home-info-0 .grid-x .thumbs-container .bg {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.section.home-info-0 .grid-x .thumbs-container .bg img {
  width: auto;
  display: block;
  max-width: 100%;
  position: relative;
  top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.section.home-info-0 .grid-x .thumbs-container::before, .section.home-info-0 .grid-x .thumbs-container::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  border-radius: 50%;
}
.section.home-info-0 .grid-x .thumbs-container::before {
  width: 20rem;
  height: 20rem;
background: linear-gradient(180deg, rgb(229 53 36) 0%, rgb(54 34 33) 100%);
  bottom: 0;
  left: 60px;
}
.section.home-info-0 .grid-x .thumbs-container::after {
  width: 25rem;
  height: 25rem;
  background-color: rgba(255, 255, 255, 0.21);
  bottom: -30%;
  left: 28%;
}

/** */
body.page-template-page-homepage .inside-header {
  position: absolute;
  top: initial;
  left: 0;
  right: 0;
}
body.page-template-page-homepage .site-footer .footer-before {
  display: none !important;
}

body.page-template-page-contact .site-footer .footer-before {
  display: none !important;
}

/** */
.footer-widgets .rows.row-1 {
  position: relative;
}
.footer-widgets .rows.row-1::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/footer_icon2.png");
  background-position: bottom right;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  right: calc(50vw - 37.5rem);
  /** */
  /** */
  /** */
  left: calc(50vw - 37.5rem + 0.9375rem);
  /** */
  /** */
  /** */
  pointer-events: none;
  z-index: 999;
}
@media only screen and (min-width: 90rem) {
  .footer-widgets .rows.row-1::after {
    right: calc(50vw - 40.625rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .footer-widgets .rows.row-1::after {
    right: calc(50vw - 35.625rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .rows.row-1::after {
    right: 0.625rem;
  }
}
@media only screen and (min-width: 90rem) {
  .footer-widgets .rows.row-1::after {
    left: calc(50vw - 40.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 89.96875rem) {
  .footer-widgets .rows.row-1::after {
    left: calc(50vw - 35.625rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .rows.row-1::after {
    left: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .rows.row-1::after {
    right: 20px;
    left: 20px;
    background-size: 120px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .rows.row-1::after {
    bottom: 100px;
    right: 10px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .rows.row-1 .footer-widget.footer-widget-3 {
    width: 100%;
  }
}
.footer-widgets .rows.row-2 {
  position: relative;
  padding-top: 1.875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .rows.row-2 {
    padding-top: 1.25rem;
  }
}
.footer-widgets .rows.row-2::before {
  position: absolute;
  top: 0;
  height: 0.7px;
  background-color: #E2E2E2;
  width: 100%;
  content: "";
  pointer-events: none;
}
.footer-widgets .rows.row-2::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/minkhang.png");
  background-position: bottom center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  max-width: 75rem;
  position: absolute;
  height: 100%;
  top: -100%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  background-size: auto;
display: none;
}
@media only screen and (max-width: 89.96875rem) {
  .footer-widgets .rows.row-2::after {
    max-width: 71.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .rows.row-2::after {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.footer-widgets .rows.row-2 .grid-x {
  grid-gap: 2.5rem;
  gap: 2.5rem;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .rows.row-2 .grid-x {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .rows.row-2 .grid-x {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.footer-widgets .rows.row-2 .grid-x .footer-widget.footer-widget-1 {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  min-width: 220px;
  width: auto;
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets .rows.row-2 .grid-x .footer-widget.footer-widget-1 {
    min-width: 160px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .rows.row-2 .grid-x .footer-widget.footer-widget-1 {
    width: 100%;
  }
}
.footer-widgets .rows.row-2 .grid-x .footer-widget.footer-widget-2 {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets .rows.row-2 .grid-x .footer-widget.footer-widget-2 {
    width: 100%;
  }
}
.footer-widgets .rows.row-2 .grid-x .footer-widget.footer-widget-2 .widget-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #010000;
}
@media only screen and (min-width: 40rem) {
  .footer-widgets .rows.row-2 .grid-x .footer-widget.footer-widget-2 .widget-title {
    font-size: 1.0625rem;
  }
}
.footer-widgets .rows.row-2 .grid-x .footer-widget.footer-widget-2 .footer_txt {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
}
.footer-widgets > .gpkd {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 90rem) {
  .footer-widgets > .gpkd {
    max-width: 81.25rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .footer-widgets > .gpkd {
    max-width: 71.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets > .gpkd {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .footer-widgets > .gpkd {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .footer-widgets > .gpkd {
    margin-top: 1.25rem;
  }
}

/** */
.before-footer-inner .footer-newsletters .cf7-inner {
  overflow: hidden;
  border-radius: 36px;
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 60px;
  background-color: #a17f73;
  padding: 60px 30px;
}
.before-footer-inner .footer-newsletters .cf7-inner .bg {
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.91;
}
.before-footer-inner .footer-newsletters .cf7-inner .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  .before-footer-inner .footer-newsletters .cf7-inner .grid-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .title-section {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  padding: 0 20px 0 40px;
}
@media only screen and (max-width: 39.96875rem) {
  .before-footer-inner .footer-newsletters .cf7-inner .grid-inner .title-section {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .before-footer-inner .footer-newsletters .cf7-inner .grid-inner .title-section {
    padding: 0;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .before-footer-inner .footer-newsletters .cf7-inner .grid-inner .title-section {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .title-section::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/letter-1.png");
  width: 9.25rem;
  height: 9.25rem;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 63.96875rem) {
  .before-footer-inner .footer-newsletters .cf7-inner .grid-inner .title-section::before {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .title-section .heading-title {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px 0 50px;
}
@media only screen and (max-width: 63.96875rem) {
  .before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section {
    padding-right: 0;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section form.wpcf7-form .contact-form-inner > .cell {
  padding-right: 0;
  padding-left: 0;
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section form.wpcf7-form .contact-form-inner .item label {
  font-size: 0;
  display: block;
  margin: 0;
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section form.wpcf7-form .contact-form-inner .item .wpcf7-form-control-wrap {
  font-size: 14px;
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section form.wpcf7-form .contact-form-inner .item .wpcf7-form-control-wrap input, .before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section form.wpcf7-form .contact-form-inner .item .wpcf7-form-control-wrap textarea, .before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section form.wpcf7-form .contact-form-inner .item .wpcf7-form-control-wrap select {
  border-radius: 50px;
  box-shadow: none;
  margin-bottom: 20px;
  line-height: normal;
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section form.wpcf7-form .contact-form-inner .item .wpcf7-form-control-wrap input {
  padding: 0 25px;
  border-radius: 50px;
  height: 45px;
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section form.wpcf7-form .contact-form-inner .item .wpcf7-form-control-wrap textarea {
  padding: 10px 25px;
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section form.wpcf7-form .contact-form-inner .item.btn .wpcf7-submit {
  height: 45px;
  padding: 0 40px;
  border-radius: 50px;
  color: #fff;
  background-color: #a17f73;
  transition: 0.3s;
  border: none;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
}
.before-footer-inner .footer-newsletters .cf7-inner .grid-inner .form-section form.wpcf7-form .contact-form-inner .item.btn .wpcf7-submit:hover {
  background-color: #3475E7;
}


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

