@charset "UTF-8";
/** $string - svg */
/** 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 */
/** keyframe */
/** add unique id image url */
/** $string - svg */
/** 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 */
/** keyframe */
/** add unique id image url */
:root {
  --black: #000;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #198754;
  --teal: #20c997;
  --cyan: #0dcaf0;
  --primary: #C8332F;
  --secondary: #331f00;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --alert: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --body-color: #0a0a0a;
  --body-bg: #fff;
  --link-color: #0a0a0a;
  --link-hover-color: #080808;
  --gutter: 0.9375rem;
  --gutter-xs: 0.625rem;
  --gap: 1.875rem;
  --gap-xs: 1.25rem;
  --line-height-header: 1.4;
  --line-height-paragraph: 1.7;
  --Primary-01: #C8332F;
  --Primary-02: #F1805F;
  --Secondary-01: #331f00;
  --Secondary-02: #ec9a20;
}

@media only screen and (min-width: 64rem) {
  ::-webkit-scrollbar-track {
    background-color: #e9ecef;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
  }
  ::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.25rem;
  }
}
html {
  font-family: sans-serif;
  font-variant-ligatures: no-common-ligatures;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #0a0a0a;
  padding: 0;
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  line-height: 1.6;
}

:is(input, select, textarea, button, main):focus {
  outline: none;
}

:is(a, button, [role=button], input, select, textarea) {
  transition: 0.3s;
}

:is(a, area, button, [role=button], input, label, select, summary, textarea) {
  touch-action: manipulation;
}

* > p {
  margin-top: 0;
  line-height: 1.7;
}
* > p:not(:last-child) {
  margin-bottom: 15px;
}
* > p:last-child {
  margin-bottom: 0;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  line-height: 1.4;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  display: inline-block;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) p {
  color: currentColor;
  line-height: inherit;
  margin-bottom: 0;
}

a {
  display: inline-block;
}
a :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: currentColor;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
img:not([src]) {
  visibility: hidden;
}
img:where(.aligncenter, .align-center) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

:is([type=submit], [type=reset], [type=button]) {
  cursor: pointer;
}

figure {
  max-width: 100% !important;
}
figure:where(.wp-caption, .caption) {
  display: block;
}
figure:where(.wp-caption, .caption) img {
  display: inline-block;
}
figure:where(.wp-caption, .caption):where(.wp-caption-text, .caption-text) {
  padding-top: 10px;
  color: #454545;
}
figure:where(.wp-caption, .caption):where(.aligncenter, .align-center) {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

:is(.screen-reader-text, .submenu-toggle-text, .hidden-text, .sr-only) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

:is(.clearfix, .clear)::before, :is(.clearfix, .clear)::after {
  display: table;
  content: "";
  flex-basis: 0;
  order: 1;
}
:is(.clearfix, .clear)::after {
  clear: both;
}

[data-glyph]::before {
  content: attr(data-glyph);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

[data-glyph-after]::after {
  content: attr(data-glyph-after);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.grid {
  display: grid;
}

.\!grid {
  display: grid !important;
}

.block {
  display: block;
}

.\!block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

.\!inline-block {
  display: inline-block !important;
}

.relative {
  position: relative;
}

.\!relative {
  position: relative !important;
}

.absolute {
  position: absolute;
}

.\!absolute {
  position: absolute !important;
}

@media only screen and (max-width: 47.99875rem) {
  .md\:show {
    display: none;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .\!md\:show {
    display: none !important;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .lg\:show {
    display: none;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .\!lg\:show {
    display: none !important;
  }
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

@media only screen and (min-width: 48rem) {
  .md\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 48rem) {
  .\!md\:hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 64rem) {
  .\!lg\:hidden {
    display: none !important;
  }
}

/** @todo flexbox & grid */
.flex-x {
  flex-flow: row wrap;
}
.flex-x > :where(.auto, .shrink) {
  width: auto;
}
@media only screen and (min-width: 48rem) {
  .flex-x > :where(.t-auto, .t-shrink) {
    width: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex-x > :where(.d-auto, .d-shrink) {
    width: auto;
  }
}

.flex-y {
  flex-flow: column nowrap;
}
.flex-y > .cell {
  height: auto;
  max-height: none;
}

.grid-x {
  grid-auto-flow: row;
}

.grid-y {
  grid-auto-flow: column;
}

.cell {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
.cell.auto {
  flex: 1 1 0;
  width: auto;
}
.cell.stretch {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .cell.t-auto {
    flex: 1 1 0;
    width: auto;
  }
  .cell.t-stretch {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .cell.d-auto {
    flex: 1 1 0;
    width: auto;
  }
  .cell.d-stretch {
    width: 100%;
  }
}

:is(.grid-gap, .flex-gap, .gap) {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  :is(.grid-gap, .flex-gap, .gap) {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}

.flex-padding-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.flex-padding-x > .cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-x > .cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.flex-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.flex-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

:is(.container, .flex-container, .grid-container) {
  margin-left: auto;
  margin-right: auto;
}
:is(.container, .flex-container, .grid-container):not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 36rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 34.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 46.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 64rem;
  }
}
@media only screen and (min-width: 80rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 80rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  :is(.container, .flex-container, .grid-container):not(.full).\2 xl {
    max-width: 90rem;
  }
}
@media only screen and (min-width: 117.5rem) {
  :is(.container, .flex-container, .grid-container):not(.full).\3 xl {
    max-width: 105rem;
  }
}
:is(.container, .flex-container, .grid-container).full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
:is(.container, .flex-container, .grid-container).fluid {
  max-width: 100%;
}

/** @todo layout */
:is(.flex, .\!flex).m-up-1 > .cell, :is(.flex, .\!flex) > .cell.m-1 {
  width: 100%;
}
:is(.flex, .\!flex).gap.m-up-1 > .cell, :is(.flex, .\!flex).gap > .cell.m-1 {
  width: 100%;
}

:is(.grid, .\!grid).m-up-1 {
  grid-template-columns: repeat(1, 1fr);
}

:is(.flex, .\!flex).m-up-2 > .cell, :is(.flex, .\!flex) > .cell.m-2 {
  width: 50%;
}
:is(.flex, .\!flex).gap.m-up-2 > .cell, :is(.flex, .\!flex).gap > .cell.m-2 {
  width: calc(50% - 0.625rem);
}

:is(.grid, .\!grid).m-up-2 {
  grid-template-columns: repeat(2, 1fr);
}

:is(.flex, .\!flex).m-up-3 > .cell, :is(.flex, .\!flex) > .cell.m-3 {
  width: 33.3333333333%;
}
:is(.flex, .\!flex).gap.m-up-3 > .cell, :is(.flex, .\!flex).gap > .cell.m-3 {
  width: calc(33.3333333333% - 0.8333333333rem);
}

:is(.grid, .\!grid).m-up-3 {
  grid-template-columns: repeat(3, 1fr);
}

:is(.flex, .\!flex).m-up-4 > .cell, :is(.flex, .\!flex) > .cell.m-4 {
  width: 25%;
}
:is(.flex, .\!flex).gap.m-up-4 > .cell, :is(.flex, .\!flex).gap > .cell.m-4 {
  width: calc(25% - 0.9375rem);
}

:is(.grid, .\!grid).m-up-4 {
  grid-template-columns: repeat(4, 1fr);
}

:is(.flex, .\!flex).m-up-5 > .cell, :is(.flex, .\!flex) > .cell.m-5 {
  width: 20%;
}
:is(.flex, .\!flex).gap.m-up-5 > .cell, :is(.flex, .\!flex).gap > .cell.m-5 {
  width: calc(20% - 1rem);
}

:is(.grid, .\!grid).m-up-5 {
  grid-template-columns: repeat(5, 1fr);
}

:is(.flex, .\!flex).m-up-6 > .cell, :is(.flex, .\!flex) > .cell.m-6 {
  width: 16.6666666667%;
}
:is(.flex, .\!flex).gap.m-up-6 > .cell, :is(.flex, .\!flex).gap > .cell.m-6 {
  width: calc(16.6666666667% - 1.0416666667rem);
}

:is(.grid, .\!grid).m-up-6 {
  grid-template-columns: repeat(6, 1fr);
}

:is(.flex, .\!flex).m-up-7 > .cell, :is(.flex, .\!flex) > .cell.m-7 {
  width: 14.2857142857%;
}
:is(.flex, .\!flex).gap.m-up-7 > .cell, :is(.flex, .\!flex).gap > .cell.m-7 {
  width: calc(14.2857142857% - 1.0714285714rem);
}

:is(.grid, .\!grid).m-up-7 {
  grid-template-columns: repeat(7, 1fr);
}

:is(.flex, .\!flex).m-up-8 > .cell, :is(.flex, .\!flex) > .cell.m-8 {
  width: 12.5%;
}
:is(.flex, .\!flex).gap.m-up-8 > .cell, :is(.flex, .\!flex).gap > .cell.m-8 {
  width: calc(12.5% - 1.09375rem);
}

:is(.grid, .\!grid).m-up-8 {
  grid-template-columns: repeat(8, 1fr);
}

:is(.flex, .\!flex).m-up-9 > .cell, :is(.flex, .\!flex) > .cell.m-9 {
  width: 11.1111111111%;
}
:is(.flex, .\!flex).gap.m-up-9 > .cell, :is(.flex, .\!flex).gap > .cell.m-9 {
  width: calc(11.1111111111% - 1.1111111111rem);
}

:is(.grid, .\!grid).m-up-9 {
  grid-template-columns: repeat(9, 1fr);
}

@media only screen and (min-width: 48rem) {
  :is(.flex, .\!flex).t-up-1 > .cell, :is(.flex, .\!flex) > .cell.t-1 {
    width: 100%;
  }
  :is(.flex, .\!flex).gap.t-up-1 > .cell, :is(.flex, .\!flex).gap > .cell.t-1 {
    width: 100%;
  }
  :is(.grid, .\!grid).t-up-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  :is(.flex, .\!flex).t-up-2 > .cell, :is(.flex, .\!flex) > .cell.t-2 {
    width: 50%;
  }
  :is(.flex, .\!flex).gap.t-up-2 > .cell, :is(.flex, .\!flex).gap > .cell.t-2 {
    width: calc(50% - 0.9375rem);
  }
  :is(.grid, .\!grid).t-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  :is(.flex, .\!flex).t-up-3 > .cell, :is(.flex, .\!flex) > .cell.t-3 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex).gap.t-up-3 > .cell, :is(.flex, .\!flex).gap > .cell.t-3 {
    width: calc(33.3333333333% - 1.25rem);
  }
  :is(.grid, .\!grid).t-up-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  :is(.flex, .\!flex).t-up-4 > .cell, :is(.flex, .\!flex) > .cell.t-4 {
    width: 25%;
  }
  :is(.flex, .\!flex).gap.t-up-4 > .cell, :is(.flex, .\!flex).gap > .cell.t-4 {
    width: calc(25% - 1.40625rem);
  }
  :is(.grid, .\!grid).t-up-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  :is(.flex, .\!flex).t-up-5 > .cell, :is(.flex, .\!flex) > .cell.t-5 {
    width: 20%;
  }
  :is(.flex, .\!flex).gap.t-up-5 > .cell, :is(.flex, .\!flex).gap > .cell.t-5 {
    width: calc(20% - 1.5rem);
  }
  :is(.grid, .\!grid).t-up-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  :is(.flex, .\!flex).t-up-6 > .cell, :is(.flex, .\!flex) > .cell.t-6 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex).gap.t-up-6 > .cell, :is(.flex, .\!flex).gap > .cell.t-6 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  :is(.grid, .\!grid).t-up-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  :is(.flex, .\!flex).t-up-7 > .cell, :is(.flex, .\!flex) > .cell.t-7 {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex).gap.t-up-7 > .cell, :is(.flex, .\!flex).gap > .cell.t-7 {
    width: calc(14.2857142857% - 1.6071428571rem);
  }
  :is(.grid, .\!grid).t-up-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  :is(.flex, .\!flex).t-up-8 > .cell, :is(.flex, .\!flex) > .cell.t-8 {
    width: 12.5%;
  }
  :is(.flex, .\!flex).gap.t-up-8 > .cell, :is(.flex, .\!flex).gap > .cell.t-8 {
    width: calc(12.5% - 1.640625rem);
  }
  :is(.grid, .\!grid).t-up-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  :is(.flex, .\!flex).t-up-9 > .cell, :is(.flex, .\!flex) > .cell.t-9 {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex).gap.t-up-9 > .cell, :is(.flex, .\!flex).gap > .cell.t-9 {
    width: calc(11.1111111111% - 1.6666666667rem);
  }
  :is(.grid, .\!grid).t-up-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media only screen and (min-width: 64rem) {
  :is(.flex, .\!flex).d-up-1 > .cell, :is(.flex, .\!flex) > .cell.d-1 {
    width: 100%;
  }
  :is(.flex, .\!flex).gap.d-up-1 > .cell, :is(.flex, .\!flex).gap > .cell.d-1 {
    width: 100%;
  }
  :is(.grid, .\!grid).d-up-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  :is(.flex, .\!flex).d-up-2 > .cell, :is(.flex, .\!flex) > .cell.d-2 {
    width: 50%;
  }
  :is(.flex, .\!flex).gap.d-up-2 > .cell, :is(.flex, .\!flex).gap > .cell.d-2 {
    width: calc(50% - 0.9375rem);
  }
  :is(.grid, .\!grid).d-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  :is(.flex, .\!flex).d-up-3 > .cell, :is(.flex, .\!flex) > .cell.d-3 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex).gap.d-up-3 > .cell, :is(.flex, .\!flex).gap > .cell.d-3 {
    width: calc(33.3333333333% - 1.25rem);
  }
  :is(.grid, .\!grid).d-up-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  :is(.flex, .\!flex).d-up-4 > .cell, :is(.flex, .\!flex) > .cell.d-4 {
    width: 25%;
  }
  :is(.flex, .\!flex).gap.d-up-4 > .cell, :is(.flex, .\!flex).gap > .cell.d-4 {
    width: calc(25% - 1.40625rem);
  }
  :is(.grid, .\!grid).d-up-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  :is(.flex, .\!flex).d-up-5 > .cell, :is(.flex, .\!flex) > .cell.d-5 {
    width: 20%;
  }
  :is(.flex, .\!flex).gap.d-up-5 > .cell, :is(.flex, .\!flex).gap > .cell.d-5 {
    width: calc(20% - 1.5rem);
  }
  :is(.grid, .\!grid).d-up-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  :is(.flex, .\!flex).d-up-6 > .cell, :is(.flex, .\!flex) > .cell.d-6 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex).gap.d-up-6 > .cell, :is(.flex, .\!flex).gap > .cell.d-6 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  :is(.grid, .\!grid).d-up-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  :is(.flex, .\!flex).d-up-7 > .cell, :is(.flex, .\!flex) > .cell.d-7 {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex).gap.d-up-7 > .cell, :is(.flex, .\!flex).gap > .cell.d-7 {
    width: calc(14.2857142857% - 1.6071428571rem);
  }
  :is(.grid, .\!grid).d-up-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  :is(.flex, .\!flex).d-up-8 > .cell, :is(.flex, .\!flex) > .cell.d-8 {
    width: 12.5%;
  }
  :is(.flex, .\!flex).gap.d-up-8 > .cell, :is(.flex, .\!flex).gap > .cell.d-8 {
    width: calc(12.5% - 1.640625rem);
  }
  :is(.grid, .\!grid).d-up-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  :is(.flex, .\!flex).d-up-9 > .cell, :is(.flex, .\!flex) > .cell.d-9 {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex).gap.d-up-9 > .cell, :is(.flex, .\!flex).gap > .cell.d-9 {
    width: calc(11.1111111111% - 1.6666666667rem);
  }
  :is(.grid, .\!grid).d-up-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
/** @todo responsive viewport */
.overlay {
  position: relative;
}
.overlay :where(.overlay-bg, .link-overlay) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
}

.cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.cover .cover-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
}

.res {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.res > img:first-child {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.res:not(.auto) > img:first-child {
  height: 100% !important;
  width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
}
.res.auto > img {
  height: auto !important;
  width: auto !important;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.res.scale {
  transform: scale(1.0001);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
}
.res.scale:hover {
  transform: scale(1.06);
  opacity: 1;
}
.res :where(iframe, embed, object, video) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
}

/** @todo aspect ratio */
@supports (aspect-ratio: 1) {
  :is(.ar-1-1, .ar\[1-1\]) {
    aspect-ratio: auto 1 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-1-1, .ar\[1-1\]) {
    height: 0;
    padding-bottom: 100%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    aspect-ratio: auto 3 / 2;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    height: 0;
    padding-bottom: 66.6666666667%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    aspect-ratio: auto 4 / 3;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    height: 0;
    padding-bottom: 75%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    aspect-ratio: auto 16 / 9;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    height: 0;
    padding-bottom: 56.25%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    aspect-ratio: auto 21 / 9;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    height: 0;
    padding-bottom: 42.8571428571%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    aspect-ratio: auto 2 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    height: 0;
    padding-bottom: 50%;
  }
}

/** @todo gutter */
/** @todo font weight */
:is(.fw-200, .fw\[200\]) {
  font-weight: 200;
}

:is(.\!fw-200, .\!fw\[200\]) {
  font-weight: 200 !important;
}

:is(.fw-300, .fw\[300\]) {
  font-weight: 300;
}

:is(.\!fw-300, .\!fw\[300\]) {
  font-weight: 300 !important;
}

:is(.fw-400, .fw\[400\]) {
  font-weight: 400;
}

:is(.\!fw-400, .\!fw\[400\]) {
  font-weight: 400 !important;
}

:is(.fw-500, .fw\[500\]) {
  font-weight: 500;
}

:is(.\!fw-500, .\!fw\[500\]) {
  font-weight: 500 !important;
}

:is(.fw-600, .fw\[600\]) {
  font-weight: 600;
}

:is(.\!fw-600, .\!fw\[600\]) {
  font-weight: 600 !important;
}

:is(.fw-700, .fw\[700\]) {
  font-weight: 700;
}

:is(.\!fw-700, .\!fw\[700\]) {
  font-weight: 700 !important;
}

:is(.fw-800, .fw\[800\]) {
  font-weight: 800;
}

:is(.\!fw-800, .\!fw\[800\]) {
  font-weight: 800 !important;
}

:is(.fw-900, .fw\[900\]) {
  font-weight: 900;
}

:is(.\!fw-900, .\!fw\[900\]) {
  font-weight: 900 !important;
}

/** @todo gallery */
[id^=gallery-] {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
[id^=gallery-] > .gallery-item {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
[id^=gallery-].gallery-columns-1 > .gallery-item {
  width: 100%;
}
[id^=gallery-].gallery-columns-2 > .gallery-item {
  width: calc(50% - 0.3125rem);
}
[id^=gallery-].gallery-columns-3 > .gallery-item {
  width: calc(33.3333333333% - 0.4166666667rem);
}
[id^=gallery-].gallery-columns-4 > .gallery-item {
  width: calc(25% - 0.46875rem);
}
[id^=gallery-].gallery-columns-5 > .gallery-item {
  width: calc(20% - 0.5rem);
}
[id^=gallery-].gallery-columns-6 > .gallery-item {
  width: calc(16.6666666667% - 0.5208333333rem);
}
[id^=gallery-].gallery-columns-7 > .gallery-item {
  width: calc(14.2857142857% - 0.5357142857rem);
}
[id^=gallery-].gallery-columns-8 > .gallery-item {
  width: calc(12.5% - 0.546875rem);
}
[id^=gallery-].gallery-columns-9 > .gallery-item {
  width: calc(11.1111111111% - 0.5555555556rem);
}

:is(.gap\[10\], .gap-10) {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

:is(.gap\[15\], .gap-15) {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

:is(.gap\[20\], .gap-20) {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.ajax-loading {
  position: relative;
}
.ajax-loading::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9998;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.ajax-loading::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: calc(50% - 0.9375rem);
  left: calc(50% - 0.9375rem);
  z-index: 9999;
  border: 3px solid;
  border-color: #0a0a0a #f3f3f3 #0a0a0a #f3f3f3;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* @todo .sharing-toolbox */
.sharing-toolbox .share-title {
  bottom: 35px;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  transform: rotate(-90deg);
  white-space: nowrap;
}
.sharing-toolbox .share-title::before {
  background: #ccc;
  content: "";
  height: 1px;
  margin-right: 3px;
  width: 10px;
}
.sharing-toolbox .social-share > .share-label {
  display: none;
}
.sharing-toolbox .social-share ul.share-actions {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  margin-bottom: 15px;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button:hover {
  opacity: 1;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action.share-action-linkedin, .sharing-toolbox .social-share ul.share-actions > li.share-action.share-action-copy-link {
  /*display: none !important;*/
}

/* @todo .share-icon */
.share-icon {
  background: rgba(240, 240, 240, 0.1);
  border: 1px solid rgba(10, 10, 10, 0.4);
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  display: block;
  padding: 0;
  position: relative;
}
.share-icon::before {
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: calc(50% - 0.625rem);
  left: calc(50% - 0.625rem);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 17px;
}
.share-icon.icon-facebook::before {
  content: "\f39e";
}
.share-icon.icon-ex::before {
  content: "\e61b";
}
.share-icon.icon-whatsapp::before {
  content: "\f232";
}
.share-icon.icon-messenger::before {
  content: "\f39f";
}
.share-icon.icon-telegram::before {
  content: "\f2c6";
}
.share-icon.icon-linkedin::before {
  content: "\f0e1";
}
.share-icon.icon-copy-link::before {
  content: "\f0c5";
}
.share-icon.icon-send-email::before, .share-icon.icon-mail::before {
  content: "\f0e0";
}
.share-icon.icon-web-share::before, .share-icon.icon-share::before {
  content: "\f1e0";
}

.stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  display: inline-flex;
}
.stars-rating > ul {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  line-height: 22px;
}
.stars-rating > ul li::before {
  color: #fd7e14;
  display: block;
  font-size: inherit;
  font-weight: 300;
  letter-spacing: 5px;
}
.stars-rating > ul li.active::before {
  font-weight: 700;
}
.stars-rating > ul li.active ~ li::before {
  font-weight: 700;
}
.stars-rating > span {
  display: block;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0.03125rem;
  transition: 0.2s;
}
.stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 22px;
}
.stars-rating.clicked > span {
  width: 0 !important;
}
.stars-rating:not(.selected) ul:hover li:hover::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover li:hover ~ li::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover + span {
  width: 0 !important;
  transition: 0.1s;
}

/** */
.comment-form-rating p.stars {
  margin-bottom: 0;
  /** */
}
.comment-form-rating p.stars > span {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
  /** */
}
.comment-form-rating p.stars > span > a {
  font-size: 0;
  width: auto;
  height: auto;
  text-indent: -999em;
}
.comment-form-rating p.stars > span > a::before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f005";
  color: #fd7e14;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  padding-left: 2.5px;
  padding-right: 2.5px;
  position: static;
  width: auto;
  height: auto;
}
.comment-form-rating p.stars > span:hover > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars > span:hover > a:hover ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span {
  /** */
}
.comment-form-rating p.stars.selected > span > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars.selected > span > a.active ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span:hover > a::before {
  font-weight: 700 !important;
}
.comment-form-rating p.stars.selected > span:hover > a:hover ~ a::before {
  font-weight: 300 !important;
}
.comment-form-rating select#rating {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

/** reset */
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active ~ a::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars a:hover ~ a::before {
  content: "\f005";
}

/** */
.loop-stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 12px;
  display: inline-flex;
}
.loop-stars-rating::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 20px;
}
.loop-stars-rating > span {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.loop-stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 20px;
  display: block;
}

/** */
.pagination a:hover {
  background: #C8332F;
  color: #fff;
  border: 1px solid #C8332F !important;
}
.pagination button :hover {
  background: #C8332F;
  color: #fff;
  border: 1px solid #C8332F !important;
}

nav.nav-pagination {
  margin-top: 1.875rem;
  text-align: center;
  width: 100%;
}
nav.nav-pagination ul.pagination {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li {
  font-weight: 500;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  overflow: hidden;
}
nav.nav-pagination ul.pagination li a, nav.nav-pagination ul.pagination li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  line-height: inherit;
  border: 1px solid #000;
}
nav.nav-pagination ul.pagination li i {
  font-style: normal;
}
nav.nav-pagination ul.pagination li.current, nav.nav-pagination ul.pagination li .current {
  color: #fff;
  background-color: #C8332F;
  border: 1px solid #C8332F;
}

.menu .active > a {
  background: none;
}
.menu .sub-menu:not(.is-dropdown-submenu) {
  display: none;
}

.dropdown.menu > li > a {
  line-height: 1.4;
  color: #0a0a0a;
}
.dropdown.menu > li.active > a, .dropdown.menu > li.is-active > a, .dropdown.menu > li.current-menu-item > a, .dropdown.menu > li:hover > a {
  color: #080808;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: none !important;
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  font-size: 15px;
  margin-top: -12px;
  right: 16px;
  opacity: 0.8;
}

/** */
.off-canvas-content .menu-lines {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1rem;
  cursor: pointer;
}
.off-canvas-content .menu-lines::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #C8332F;
  box-shadow: 0 7px 0 #C8332F, 0 14px 0 #C8332F;
}
.off-canvas-content .menu-lines:hover::after {
  background: #F1805F;
  box-shadow: 0 7px 0 #F1805F, 0 14px 0 #F1805F;
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 14px;
  font-weight: 300;
  padding-left: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}

/** */
.dropdown-search .trigger-s.hover::before {
  content: "\f00d";
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 1px !important;
  right: 1px !important;
  width: calc(100% - 2px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  border-radius: 5px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 36rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 34.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 46.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 64rem;
  }
}
@media only screen and (min-width: 80rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 80rem;
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 40px;
  padding-left: 25px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] > span {
  display: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container .trigger-s-close {
  display: none;
}

.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: -9999;
  width: 2.8125rem;
  height: 2.8125rem;
  border: 1.5px solid #C8332F;
  border-radius: 50%;
  color: #C8332F;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  visibility: hidden;
  pointer-events: none;
  font-weight: 700;
  background: #fff;
}
.back-to-top::before {
  font-size: 1.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .back-to-top {
    right: 10px;
    bottom: 25px;
  }
}
.back-to-top:hover {
  color: #F1805F;
  border-color: #F1805F;
}
.back-to-top.back-to-top__show {
  visibility: visible;
  z-index: 8;
  pointer-events: auto;
}
.back-to-top > svg {
  transform: rotate(-90deg);
  width: 30px;
  height: auto;
}

/** */
.menu.social-menu {
  align-items: center;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.menu.social-menu li a {
  padding: 0;
}
.menu.social-menu li a > :where(i, img, svg) {
  display: block;
}

/** */
.site-footer .menu.social-menu li a {
  padding: 0;
  opacity: 0.9;
}
.site-footer .menu.social-menu li a:hover {
  opacity: 1;
}
.site-footer .menu.social-menu li a > .social-txt {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.site-footer .menu.social-menu li a > i {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  height: 21px;
  font-size: 21px;
}
.site-footer .menu.social-menu li a > :where(img, svg) {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  height: 20px;
}

/** */
#footer-widgets {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #000;
}
@media only screen and (min-width: 48rem) {
  #footer-widgets {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-widgets {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  #footer-widgets {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-widgets {
    padding-bottom: 3.75rem;
  }
}
#footer-widgets .hb_footer_item {
  margin-bottom: 5px;
  color: #fff;
}
#footer-widgets iframe {
  width: 100%;
}
#footer-widgets::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#footer-widgets :where(a, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: currentColor;
}
#footer-widgets .rows.row-1 .custom-html-widget :where(h2, h3, h4, h5, h6) {
  text-transform: uppercase;
  font-size: 1.3125rem;
}
@media only screen and (min-width: 48rem) {
  #footer-widgets .rows.row-1 .custom-html-widget :where(h2, h3, h4, h5, h6) {
    font-size: 1.5rem;
  }
}
#footer-widgets .rows.row-1 .flex-x {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-widgets .rows.row-1 .flex-x {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-widgets .rows.row-1 .flex-x {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .flex-x {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
#footer-widgets .rows.row-1 .cell .widget-title, #footer-widgets .rows.row-1 .cell .sidebar-title {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#footer-widgets .rows.row-1 .cell ul.menu {
  flex-direction: column;
}
#footer-widgets .rows.row-1 .cell ul.menu li a {
  display: flex;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #7a7a7a;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
}
#footer-widgets .rows.row-1 .cell ul.menu li:last-child a {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer-widgets .rows.row-1 .cell.cell-1 .custom-html-widget {
  color: #fff;
  text-align: justify;
}
#footer-widgets .rows.row-1 .cell.cell-2 .social_footer {
  margin-top: 0.9375rem;
}
#footer-widgets .rows.row-1 .cell.cell-2 .social_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
#footer-widgets .rows.row-1 .cell.cell-2 .social_footer ul li a {
  color: #fff;
  font-size: 1.0625rem;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  color: #C8332F;
  border: 1px solid transparent;
  transition: 0.4s;
}
#footer-widgets .rows.row-1 .cell.cell-2 .social_footer ul li a:hover {
  border: 1px solid #fff;
  background: #C8332F;
  color: #fff;
}
#footer-widgets .rows.row-1 .cell.cell-3 .hb_recent_design .sidebar-title {
  margin-bottom: 15px;
  display: block;
}
#footer-widgets .rows.row-1 .cell.cell-3 .hb_recent_design nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer-widgets .rows.row-1 .cell.cell-3 .hb_recent_design nav ul li {
  display: flex;
  margin-bottom: 10px;
}
#footer-widgets .rows.row-1 .cell.cell-3 .hb_recent_design nav ul li:last-child {
  margin-bottom: 0;
}
#footer-widgets .rows.row-1 .cell.cell-3 .hb_recent_design nav ul li a.block.cover {
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 10px;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .cell.cell-3 .hb_recent_design nav ul li a.block.cover {
    flex: 0 0 150px;
    max-width: 150px;
  }
}
#footer-widgets .rows.row-1 .cell.cell-3 .hb_recent_design nav ul li .cover-content a {
  color: #fff;
}
#footer-widgets .rows.row-1 .cell.cell-3 .hb_recent_design nav ul li .cover-content .meta .post-date {
  color: #fff;
}
#footer-widgets .rows.row-1 .cell.cell-3 .social_footer {
  margin-top: 0.9375rem;
}
#footer-widgets .rows.row-1 .cell.cell-3 .social_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
#footer-widgets .rows.row-1 .cell.cell-3 .social_footer ul li a {
  color: #fff;
  font-size: 1.0625rem;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  color: #C8332F;
  border: 1px solid transparent;
  transition: 0.4s;
}
#footer-widgets .rows.row-1 .cell.cell-3 .social_footer ul li a:hover {
  border: 1px solid #fff;
  background: #C8332F;
  color: #fff;
}
#footer-widgets .rows.row-1 .cell.cell-4 ul li a {
  padding: 0.3rem 0;
  cursor: default;
}
#footer-widgets .rows.row-1 .cell.cell-4 ul li a:hover {
  text-decoration: unset;
}
#footer-widgets .rows.row-1 .cell.cell-4 ul li:first-child a {
  padding: 0.3rem 0 0;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .cell.cell-4 .widget-title {
    margin-bottom: 5px;
  }
}
#footer-widgets .rows.row-1 .cell.cell-4 .hb_footer_item {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .cell.cell-4 .hb_footer_item {
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-widgets .rows.row-1 .cell.cell-5 {
    display: none;
  }
}
#footer-widgets .rows.row-1 .cell.cell-5 form {
  position: relative;
}
#footer-widgets .rows.row-1 .cell.cell-5 form .form-email input {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #C8332F;
  font-size: 0.875rem;
  height: 40px;
  max-width: 100%;
  padding: 10px 10px 8px;
  width: 100%;
}
#footer-widgets .rows.row-1 .cell.cell-5 form .form-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#footer-widgets .rows.row-1 .cell.cell-5 form .form-submit input {
  align-items: center;
  background: orange;
  border: 2px solid #fff;
  border-radius: 0 5px 5px 0;
  color: #345;
  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  min-width: 110px;
  padding: 5px 13px 0px;
  text-transform: uppercase;
  transition: all 0.3s;
}
#footer-widgets .rows.row-1 .cell.cell-5 form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
#footer-widgets .rows.row-1 .cell.cell-5 .social_footer {
  margin-top: 1.25rem;
}
#footer-widgets .rows.row-1 .cell.cell-5 .social_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
#footer-widgets .rows.row-1 .cell.cell-5 .social_footer ul li a {
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .widget.widget_nav_menu .widget-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #footer-widgets .widget.widget_nav_menu .widget-title::after {
    content: "+";
    transition: 0.3s;
    position: static;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-weight: 400;
    font-size: 1.25rem;
    cursor: pointer;
  }
  #footer-widgets .widget.widget_nav_menu .widget-title.open {
    margin-bottom: 10px;
  }
  #footer-widgets .widget.widget_nav_menu .widget-title.open::after {
    content: "-";
  }
  #footer-widgets .widget.widget_nav_menu ul.menu {
    display: none;
    padding-left: 10px;
  }
  #footer-widgets .widget.widget_nav_menu ul.menu > li > a {
    font-weight: 300;
    font-size: 1rem;
    color: #fff;
  }
}

/** */
#footer-info {
  background-color: #fff;
  color: #000;
  padding-top: 10px;
  padding-bottom: 8px;
}
#footer-info a {
  color: currentColor;
}
#footer-info .copyright {
  font-size: 0.9375rem;
  display: block;
}
#footer-info .hd {
  font-size: 0.9375rem;
  display: block;
}
#footer-info ul.menu {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  #footer-info ul.menu {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
#footer-info ul.menu li a {
  font-size: 0.9375rem;
  padding: 0;
}
#footer-info .container {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
  grid-gap: 0.3125rem 1.25rem;
  gap: 0.3125rem 1.25rem;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-info .container {
    justify-content: center;
  }
}
#footer-info .container .footer-credits {
  order: 1;
}
#footer-info .container .payment-icons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.625rem;
}
#footer-info .container .payment-icons .payment-icon {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 5px;
  display: inline-block;
  margin: 3px 3px 0;
  opacity: 0.6;
  padding: 3px 5px 5px;
  transition: opacity 0.3s;
}
#footer-info .container .payment-icons .payment-icon svg {
  height: 20px;
  vertical-align: middle;
  width: auto !important;
  fill: #fff;
}
#footer-info .container .payment-icons .payment-icon:hover {
  opacity: 1;
}
#footer-info .container .footer-copyright {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-info .container .footer-copyright {
    flex-direction: column;
  }
}

/** */
#site-footer .container.fluid {
  margin-left: auto;
  margin-right: auto;
}
#site-footer .container.fluid:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  #site-footer .container.fluid:not(.full) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 36rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 34.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 46.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 64rem;
  }
}
@media only screen and (min-width: 80rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 80rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 90rem;
  }
}

/** */
.mini_widget_shopping_cart {
  position: relative;
  z-index: 1;
  color: #0a0a0a;
}
.mini_widget_shopping_cart .cart-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents {
  padding: 0;
  position: relative;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .amount {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .icon {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .count {
  position: absolute;
  right: -12px;
  top: -12px;
  font-size: 11px;
  padding-top: 3px;
  font-weight: 300;
  color: #fff;
  background-color: red;
  height: auto;
  width: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 47.99875rem) {
  .mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .count {
    right: -9px;
    top: -9px;
  }
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .txt {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

/** */
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

#top-header {
  background: #C8332F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}
#top-header .container {
  display: flex;
  align-items: center;
  grid-gap: 2.5rem;
  gap: 2.5rem;
  position: static;
}
@media only screen and (max-width: 63.99875rem) {
  #top-header .container {
    grid-gap: 0.625rem;
    gap: 0.625rem;
    justify-content: space-between;
    padding-left: 0.925rem;
    padding-right: 0.925rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #top-header .container {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
#top-header .container .cell:nth-child(1) {
  flex: 0 0 auto;
  width: auto;
  padding: 15px 0;
}
@media only screen and (max-width: 63.99875rem) {
  #top-header .container .cell:nth-child(1) {
    order: 2;
    flex: 0 0 auto;
    text-align: center;
  }
}
#top-header .container .cell:nth-child(2) {
  flex: 1 1 auto;
  width: auto;
  position: static;
}
#top-header .container .cell:nth-child(2) .off-canvas-content .menu-txt {
  display: none;
}
#top-header .container .cell:nth-child(2) .off-canvas-content .menu-lines {
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  position: relative;
  vertical-align: middle;
  width: 1.25rem;
}
#top-header .container .cell:nth-child(2) .off-canvas-content .menu-lines::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#top-header .container .cell:nth-child(2) .dropdown-search {
  position: static;
}
#top-header .container .cell:nth-child(2) .dropdown-search a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}
#top-header .container .cell:nth-child(2) .dropdown-search span {
  display: none;
}
#top-header .container .cell:nth-child(2) .dropdown-search .trigger-s.hover {
  position: relative;
  z-index: 99;
}
#top-header .container .cell:nth-child(2) .dropdown-search .dropdown-pane {
  width: 100%;
  height: 100vh;
  left: 0 !important;
  top: 0 !important;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}
#top-header .container .cell:nth-child(2) .dropdown-search .dropdown-pane.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-header .container .cell:nth-child(2) .dropdown-search .frm-search {
  width: 300px;
}
#top-header .container .cell:nth-child(2) .dropdown-search .frm-search .frm-container {
  position: relative;
}
#top-header .container .cell:nth-child(2) .dropdown-search .frm-search .frm-container input {
  width: 100%;
  height: 40px;
  border: unset;
  outline: none;
  padding-left: 10px;
  font-size: 14px;
  border-radius: 10px;
}
#top-header .container .cell:nth-child(2) .dropdown-search .frm-search .frm-container .btn-s {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  left: auto;
}
#top-header .container .cell:nth-child(2) .dropdown-search .frm-search .frm-container .trigger-s-close {
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  #top-header .container .cell:nth-child(2) {
    order: 1;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  #top-header .container .cell:nth-child(2) .inline-search {
    display: none;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #top-header .container .cell:nth-child(2) {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}

/** */
#inside-header {
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: rgba(0, 0, 0, 0.8);
}
#inside-header .logo a {
  display: block;
}
#inside-header .logo .custom-logo-link {
  display: block;
}
#inside-header .logo .custom-logo-link > .custom-logo {
  width: auto;
  display: block;
  height: 2.0625rem;
}
@media only screen and (min-width: 48rem) {
  #inside-header .logo .custom-logo-link > .custom-logo {
    height: 2.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  #inside-header .logo .custom-logo-link > .custom-logo {
    height: 2.0625rem;
  }
}
#inside-header .menu.desktop-menu > li {
  padding: 0 25px;
}
@media only screen and (max-width: 79.99875rem) {
  #inside-header .menu.desktop-menu > li {
    padding: 0 15px;
  }
}
#inside-header .menu.desktop-menu > li > a {
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-size: 1rem;
  color: #fff;
  position: relative;
  transition: all 0.25s ease;
  text-transform: uppercase;
  /*@include mq-min(xl) {
  	padding-left: 15px;
  	padding-right: 15px;
  }*/
}
#inside-header .menu.desktop-menu > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 80rem) {
  #inside-header .menu.desktop-menu > li.menu-item-has-children > a {
    padding-right: 12px;
  }
  #inside-header .menu.desktop-menu > li.menu-item-has-children > a::after {
    right: 10px;
  }
}
#inside-header .menu.desktop-menu > li:not(:last-child) {
  position: relative;
}
#inside-header .menu.desktop-menu > li:not(:last-child)::after {
  width: 0;
  background-color: #C8332F;
  content: "";
  opacity: 0.2;
  height: 50%;
  top: 25%;
  position: absolute;
  right: 0;
}
#inside-header .menu.desktop-menu > li.active > a, #inside-header .menu.desktop-menu > li.is-active > a, #inside-header .menu.desktop-menu > li.current-menu-item > a, #inside-header .menu.desktop-menu > li:hover > a {
  color: #fff;
}
#inside-header .menu.desktop-menu > li.active > a::before, #inside-header .menu.desktop-menu > li.is-active > a::before, #inside-header .menu.desktop-menu > li.current-menu-item > a::before, #inside-header .menu.desktop-menu > li:hover > a::before {
  width: 100%;
}
#inside-header .menu.desktop-menu ul {
  background: #222222;
  border: unset;
}
#inside-header .menu.desktop-menu ul li {
  border-top: 1px solid #000000;
}
#inside-header .menu.desktop-menu ul li:first-child {
  border-top: 0;
}
#inside-header .menu.desktop-menu ul li a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 22px;
  color: #fff;
  text-align: left;
  padding: 0.7rem 1.3rem;
}
#inside-header .menu.desktop-menu ul li a::after {
  display: none;
}
#inside-header .menu.desktop-menu ul li.active > a, #inside-header .menu.desktop-menu ul li.current-menu-item > a {
  color: #F1805F;
}
#inside-header .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  grid-gap: 3.125rem;
  gap: 3.125rem;
}
#inside-header .container .cell.cell-1 {
  flex: 0 0 auto;
}
#inside-header .container .cell.cell-2 {
  flex: 1 1 0;
}
#inside-header .container .cell.cell-3 {
  flex: 0 0 auto;
  width: auto;
  position: static;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .container .cell.cell-3 {
    justify-content: flex-end;
  }
}
#inside-header .container .cell.cell-3 .off-canvas-content .menu-txt {
  display: none;
}
#inside-header .container .cell.cell-3 .off-canvas-content .menu-lines {
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  position: relative;
  vertical-align: middle;
  width: 1.25rem;
}
#inside-header .container .cell.cell-3 .off-canvas-content .menu-lines::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#inside-header .container .cell.cell-3 .dropdown-search {
  position: static;
}
#inside-header .container .cell.cell-3 .dropdown-search a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}
#inside-header .container .cell.cell-3 .dropdown-search span {
  display: none;
}
#inside-header .container .cell.cell-3 .dropdown-search .trigger-s.hover {
  position: relative;
  z-index: 99;
}
#inside-header .container .cell.cell-3 .dropdown-search .dropdown-pane {
  width: 100%;
  height: 100vh;
  left: 0 !important;
  top: 0 !important;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}
#inside-header .container .cell.cell-3 .dropdown-search .dropdown-pane.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
#inside-header .container .cell.cell-3 .dropdown-search .frm-search {
  width: 300px;
}
#inside-header .container .cell.cell-3 .dropdown-search .frm-search .frm-container {
  position: relative;
}
#inside-header .container .cell.cell-3 .dropdown-search .frm-search .frm-container input {
  width: 100%;
  height: 40px;
  border: unset;
  outline: none;
  padding-left: 10px;
  font-size: 14px;
  border-radius: 10px;
}
#inside-header .container .cell.cell-3 .dropdown-search .frm-search .frm-container .btn-s {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
#inside-header .container .cell.cell-3 .dropdown-search .frm-search .frm-container .trigger-s-close {
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .container .cell.cell-3 {
    order: 1;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  #inside-header .container .cell.cell-3 .inline-search {
    display: none;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .container .cell.cell-3 {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
#inside-header .container .cell .header-widgets {
  height: 100%;
}
#inside-header .container .cell .header-widgets.widget_polylang {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-left: 15px;
}
#inside-header .container .cell .header-widgets.widget_polylang select {
  border: 1px solid rgba(151, 151, 151, 0.8);
  box-shadow: 0 0 6.5px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 4px;
}
#inside-header .container .cell .mini_widget_shopping_cart {
  margin-right: 12px;
}
#inside-header .container .cell .menu.desktop-menu {
  height: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .container .cell .menu.desktop-menu {
    display: none !important;
  }
}
#inside-header .container .cell .menu.desktop-menu > li {
  display: flex;
  align-items: center;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

/** */
ul.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 0;
}
ul.breadcrumbs li:first-child a {
  position: relative;
}
ul.breadcrumbs li:first-child a::before {
  display: inline-block;
  content: "\e3af";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-right: 5px;
}
ul.breadcrumbs li > a {
  color: #fff;
  font-weight: 400;
}
ul.breadcrumbs li > a:hover {
  opacity: 0.8;
}
ul.breadcrumbs li.current {
  color: #fff;
  font-weight: 600;
}
ul.breadcrumbs li:not(:last-child)::after {
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  font-weight: 400;
  font-size: 0.8125rem;
  margin-left: 7px;
  margin-right: 7px;
}

/** */
.section.section-title {
  background: #F1805F;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-top: 66px;
}
@media only screen and (min-width: 48rem) {
  .section.section-title {
    padding-top: 0.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-title {
    padding-top: 0.625rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.section-title {
    padding-bottom: 0.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-title {
    padding-bottom: 0.625rem;
  }
}
.section.section-title .breadcrumb-title {
  font-weight: 600;
  color: currentColor;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.875rem;
  color: #fff;
  opacity: 0;
  height: 0;
}
@media only screen and (min-width: 48rem) {
  .section.section-title .breadcrumb-title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-title .breadcrumb-title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) and (min-width: 48rem) {
  .section.section-title .breadcrumb-title {
    font-size: 1.25rem;
  }
}
.section.section-title .hashtag {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
}
.section.section-title .hashtag span {
  color: #F1805F;
}
.section.section-title ul.breadcrumbs {
  font-size: 1rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-title ul.breadcrumbs {
    font-size: 0.8125rem;
  }
}
.section.section-title:not(.has-background) {
  border-top: 1px solid rgba(200, 51, 47, 0.1);
}
.section.section-title.has-background .breadcrumb-bg {
  width: 100%;
}
.section.section-title.has-background .breadcrumb-bg img {
  pointer-events: none;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.section.section-title.has-background .breadcrumb-bg::after {
  content: "";
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  /*background-color: transparentize($body-color, 0.4);*/
}
.section.section-title.has-background ul.breadcrumbs li {
  color: currentColor;
}
.section.section-title > .container {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.section.section-title.service {
  padding: 0 15px;
  background: transparent;
  height: 450px;
  width: auto;
  padding-right: 10%;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  display: none;
}
.section.section-title.service::after {
  content: "";
  width: 40%;
  height: 350px;
  position: absolute;
  right: 15px;
  bottom: 63px;
  border: 30px solid #f0f0f0;
  z-index: -1;
}
.section.section-title.service .cover.breadcrumb-bg {
  height: 100%;
}
.section.section-title.service .container {
  display: none;
}
@media only screen and (max-width: 35.99875rem) {
  .section.section-title.service {
    padding: 0 10px;
    height: auto;
  }
}

/** */
.section.page-register {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 40%, #D3F1FD 100%);
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.page-register {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-register {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.page-register {
    padding-bottom: 2.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-register {
    padding-bottom: 3.75rem;
  }
}
.section.page-register h1 {
  text-align: center;
  color: #C8332F;
  font-weight: 400;
  margin-bottom: 15px;
}
.section.page-register .process-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  /*@include media-css(padding-top, 30, false, 40);*/
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .section.page-register .process-bar {
    padding-bottom: 2.5rem;
  }
}
.section.page-register .process-bar li {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 1 0;
  width: auto;
}
.section.page-register .process-bar li > :where(a, span) {
  color: #A1A1A1;
  display: flex;
  flex-flow: column nowrap;
}
.section.page-register .process-bar li > :where(a, span) > .number {
  font-weight: 500;
  position: relative;
  line-height: normal;
  padding-bottom: 4px;
  font-size: 2.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.page-register .process-bar li > :where(a, span) > .number {
    font-size: 2.75rem;
  }
}
.section.page-register .process-bar li > :where(a, span) > .number::before {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  opacity: 0.8;
  content: "";
}
.section.page-register .process-bar li > :where(a, span) > .text {
  padding-top: 6px;
  display: flex;
  align-items: flex-start;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.page-register .process-bar li > :where(a, span) > .text > i {
  position: relative;
  display: none;
  color: currentColor;
  /*font-size: 22px;*/
  flex: 0 0 30px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1.875rem;
  height: 1.875rem;
}
.section.page-register .process-bar li > :where(a, span) > .text > span {
  font-weight: 500;
  line-height: normal;
}
@media only screen and (min-width: 64rem) {
  .section.page-register .process-bar li > :where(a, span) > .text > span {
    font-size: 19px;
  }
}
.section.page-register .process-bar li > :where(a, span).active > .text > i {
  display: block;
}
.section.page-register .process-bar li > :where(a, span).active.current {
  color: #C8332F;
}
.section.page-register .process-bar li > :where(a, span).active.current > .text > i {
  background-image: url("../img/active.png");
}
.section.page-register .process-bar li > :where(a, span).active.activated {
  color: #6DD3D1;
}
.section.page-register .process-bar li > :where(a, span).active.activated > .text > i {
  background-image: url("../img/active2.png");
}

/** */
.row label {
  display: block;
}
.row input:not([type=radio]):not([type=checkbox]), .row input[type=date], .row input[type=datetime-local], .row select, .row textarea {
  width: 100% !important;
}
.row input[type=date], .row input[type=datetime-local] {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.row .phone-inline > div {
  display: flex;
  flex-flow: row wrap;
}
.row .phone-inline > div {
  align-items: center;
  position: relative;
  grid-gap: 0 0.625rem;
  gap: 0 0.625rem;
}
.row .phone-inline > div .country-code {
  flex: 0 0 auto;
  width: 120px !important;
}
.row .phone-inline > div input.phone {
  flex: 1 1 0;
}
.row .phone-inline > div .form-error {
  flex: 0 0 auto;
  width: 100%;
}

/** */
body.body-popup {
  position: relative;
}
body.body-popup::before {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
body.body-popup .uob-group.uob-racekit {
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  z-index: 10000;
  margin-top: -20px;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: -1.875rem;
}
@media only screen and (min-width: 48rem) {
  body.body-popup .uob-group.uob-racekit {
    margin-bottom: -2.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.body-popup .uob-group.uob-racekit {
    margin-bottom: -3.75rem;
  }
}
body.body-popup .frm-uob-racekit {
  position: relative;
  border: none;
  border-radius: 12px;
  grid-gap: 0;
  gap: 0;
  margin-left: auto;
  margin-right: auto;
}
body.body-popup .frm-uob-racekit:not(.full) {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media only screen and (min-width: 36rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    max-width: 34.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    max-width: 46.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    max-width: 64rem;
  }
}
@media only screen and (min-width: 80rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    max-width: 80rem;
  }
}

/** */
.section.singular.page {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  background: #EEEEEE;
}
@media only screen and (min-width: 48rem) {
  .section.singular.page {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.page {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.singular.page {
    padding-bottom: 2.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.page {
    padding-bottom: 3.75rem;
  }
}
.section.singular.page .container-inner {
  background: #fff;
  padding: 30px 40px;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page .container-inner {
    padding: 15px;
  }
}
.section.singular.page .heading-title {
  text-align: left;
  color: #C8332F;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.3125rem;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.singular.page .heading-title {
    font-size: 1.5rem;
  }
}
.section.singular.page .sharing-toolbox {
  display: none;
}
.section.singular.page .flex-info {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.section.singular.page .flex-info .cell-info {
  flex: 0 0 74%;
  max-width: 74%;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  padding: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.page .flex-info .cell-info {
    flex: 0 0 69%;
    max-width: 69%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.page .flex-info .cell-info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.section.singular.page .flex-info .cell-info .sharing-toolbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.page .flex-info .cell-info .sharing-toolbox .share-title {
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 300;
  bottom: -3px;
  transform: unset;
}
.section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions {
  flex-direction: unset;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions > li.share-action {
  margin-bottom: 0;
}
.section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-whatsapp, .section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-telegram,
.section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-linkedin, .section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-copy-link {
  display: none;
}
.section.singular.page .flex-info .cell-sidebar {
  flex: 0 0 24%;
  max-width: 24%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.page .flex-info .cell-sidebar {
    flex: 0 0 29%;
    max-width: 29%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.page .flex-info .cell-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.singular.page .flex-info .cell-sidebar .cell-sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.section.singular.page .flex-info .cell-sidebar .section {
  margin-bottom: 1.875rem;
}
.section.singular.page .flex-info .cell-sidebar .section:last-child {
  margin-bottom: 0;
}
.section.singular.page .flex-info .cell-sidebar .widget_media_image .overlay img {
  border-radius: 15px;
  width: 100%;
}
.section.singular.page .flex-info .cell-sidebar .page-heading-title, .section.singular.page .flex-info .cell-sidebar .sidebar-title {
  position: relative;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  color: #C8332F;
  display: inline-block;
}
.section.singular.page .flex-info .cell-sidebar .page-heading-title::after, .section.singular.page .flex-info .cell-sidebar .sidebar-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: url("../img/heading-line.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
.section.singular.page .flex-info .cell-sidebar .inline-search {
  margin-bottom: 15px;
}
.section.singular.page .flex-info .cell-sidebar .inline-search form {
  position: relative;
  width: 100%;
}
.section.singular.page .flex-info .cell-sidebar .inline-search form input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  min-height: 45px;
  box-shadow: unset;
  padding-left: 10px;
}
.section.singular.page .flex-info .cell-sidebar .inline-search form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.section.singular.page .flex-info .cell-sidebar .inline-search form button::before {
  font-size: 1.125rem;
  font-weight: 600;
}
.section.singular.page .flex-info .cell-sidebar .inline-search form button span {
  display: none;
}
.section.singular.page .flex-info .cell-sidebar .hb_new_slidebar {
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  padding: 10px;
}
.section.singular.page .flex-info .cell-sidebar .hb_new_slidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.singular.page .flex-info .cell-sidebar .hb_new_slidebar ul li .cover-content a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.4s;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.section.singular.page .flex-info .cell-sidebar .hb_new_slidebar ul li .cover-content a::before {
  display: inline-block;
  content: "\f02e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-right: 10px;
}
.section.singular.page .flex-info .cell-sidebar .hb_new_slidebar ul li .cover-content a:hover {
  color: #C8332F;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li:last-child {
  border-bottom: unset;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li .block.cover .res {
  aspect-ratio: auto 1/1;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 23px;
  color: #000;
}
@supports (-webkit-line-clamp: 3) {
  .section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a:hover {
  color: #F1805F;
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item:last-child {
  border-bottom: unset;
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item .block.cover .after-overlay {
  aspect-ratio: auto 1/1;
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #C8332F;
}
@supports (-webkit-line-clamp: 3) {
  .section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a:hover {
  color: #F1805F;
}

/** */
.section.singular.page.page-contact header .heading-title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.page.page-contact header .heading-title {
    margin-bottom: 0;
  }
}
.section.singular.page.page-contact article {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.section.singular.page.page-contact article .form-infos {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact article .form-infos {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.section.singular.page.page-contact article .form-infos h1, .section.singular.page.page-contact article .form-infos .h1, .section.singular.page.page-contact article .form-infos h2, .section.singular.page.page-contact article .form-infos .h2, .section.singular.page.page-contact article .form-infos h3, .section.singular.page.page-contact article .form-infos .h3, .section.singular.page.page-contact article .form-infos h4, .section.singular.page.page-contact article .form-infos .h4, .section.singular.page.page-contact article .form-infos h5, .section.singular.page.page-contact article .form-infos .h5, .section.singular.page.page-contact article .form-infos h6, .section.singular.page.page-contact article .form-infos .h6 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 25px;
  margin-bottom: 10px;
}
.section.singular.page.page-contact article .form-infos .re-contact {
  margin: 0 0 20px;
  list-style: none;
  display: grid;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.section.singular.page.page-contact article .form-infos .re-contact li {
  display: flex;
  align-items: center;
}
.section.singular.page.page-contact article .form-infos .re-contact li .icon {
  position: relative;
  display: inline-block;
}
.section.singular.page.page-contact article .form-infos .re-contact li .icon::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 1.125rem;
  margin-right: 10px;
}
.section.singular.page.page-contact article .form-infos .re-contact li p {
  display: flex;
  flex-flow: row wrap;
}
.section.singular.page.page-contact article .form-infos .re-contact li p .title {
  width: 100%;
  font-weight: 600;
  display: none;
}
.section.singular.page.page-contact article .form-infos .re-contact li p a {
  font-weight: 400;
}
.section.singular.page.page-contact article .form-infos .re-contact li.phone .icon::before {
  content: "\f095";
}
.section.singular.page.page-contact article .form-infos .re-contact li.email .icon::before {
  content: "\f0e0";
}
.section.singular.page.page-contact article .form-infos .re-contact li.address .icon::before {
  content: "\f3c5";
}
.section.singular.page.page-contact article .form-infos .contact-list-mxh {
  margin-top: 0.9375rem;
}
.section.singular.page.page-contact article .form-infos .contact-list-mxh ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.page.page-contact article .form-infos .contact-list-mxh ul li {
  color: #fff;
  font-size: 1.0625rem;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  color: #C8332F;
  border: 1px solid transparent;
  transition: 0.4s;
  position: relative;
}
.section.singular.page.page-contact article .form-infos .contact-list-mxh ul li:hover {
  border: 1px solid #fff;
  background: #C8332F;
  color: #fff;
}
.section.singular.page.page-contact article .form-infos .contact-list-mxh ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner {
  width: 100%;
  max-width: 65%;
  margin: 40px auto 0;
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner {
    margin: 0 auto;
    padding: 15px;
    max-width: 100%;
  }
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-item span.wpcf7-form-control-wrap {
  flex: 0 0 75%;
  max-width: 75%;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-item span.wpcf7-form-control-wrap {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-name, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-email, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-phone, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-address {
  margin-bottom: 0.9375rem;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-name label, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-email label, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-phone label, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-address label {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-name label, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-email label, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-phone label, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-address label {
    font-size: 14px;
  }
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-name label sub, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-email label sub, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-phone label sub, .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-address label sub {
  position: absolute;
  right: -7px;
  bottom: auto;
  color: red;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-message {
  align-items: unset;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-message label {
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-message label {
    font-size: 14px;
  }
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-message label sub {
  position: absolute;
  right: -7px;
  bottom: auto;
  color: red;
  top: 13px;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form [type=text], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=password], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=date], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=datetime], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=datetime-local], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=month], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=week], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=email], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=number], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=search], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=tel], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=time], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=url], .section.singular.page.page-contact article .form-inner.contact-form-inner form [type=color] {
  height: 40px;
  width: 100%;
  border: 1px solid #ddd;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form textarea {
  width: 100%;
  padding-top: 0.625rem;
  height: 95px;
  border: 1px solid #ddd;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner form textarea {
    padding-top: 0.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner form textarea {
    padding-top: 0.625rem;
  }
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit {
  text-align: right;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit {
    text-align: center;
  }
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit input {
  padding: 14px 20px 12px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  text-transform: uppercase;
  z-index: 1;
  background: transparent;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit input {
    font-size: 14px;
  }
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit input:hover {
  border: 1px solid #C8332F;
  color: #C8332F;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.section.singular.page.page-contact article .form-map {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  padding-right: 10%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.page.page-contact article .form-map {
    aspect-ratio: auto 1/1;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact article .form-map {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    aspect-ratio: auto 16/9;
  }
}
.section.singular.page.page-contact article .form-map iframe {
  position: unset;
}

/** */
.single-title-design {
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 45px;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .single-title-design {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .single-title-design {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.single-title-design::after {
  position: absolute;
  width: 20px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  content: "";
  bottom: 0;
}

/** */
.section.singular.post {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  background: #eeeeee;
}
@media only screen and (min-width: 48rem) {
  .section.singular.post {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.post {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.singular.post {
    padding-bottom: 2.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.post {
    padding-bottom: 3.75rem;
  }
}
.section.singular.post > .container {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media only screen and (min-width: 64rem) {
  .section.singular.post > .container .content-col {
    padding-left: 50px;
    padding-right: 100px;
  }
}
.section.singular.post .container-hashtags-sharing .hashtags-sharing-inner {
  background: #f4f4f4;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section.singular.post .container-hashtags-sharing .hashtags {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.post .container-hashtags-sharing .hashtags {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.singular.post .container-hashtags-sharing .hashtags .hashtag-links span {
  font-weight: 600;
}
.section.singular.post .container-hashtags-sharing .hashtags .hashtag-links a {
  position: relative;
  color: #C8332F;
}
.section.singular.post .container-hashtags-sharing .hashtags .hashtag-links a::after {
  display: inline-block;
  content: ",";
  margin-right: 5px;
}
.section.singular.post .container-hashtags-sharing .hashtags .hashtag-links a:last-child::after {
  display: none;
}
.section.singular.post .container-hashtags-sharing .sharing-toolbox {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.post .container-hashtags-sharing .sharing-toolbox {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.singular.post .container-hashtags-sharing .sharing-toolbox .share-title {
  position: unset;
  transform: unset;
  font-weight: 600;
  font-size: 0.9375rem;
}
.section.singular.post .container-hashtags-sharing .sharing-toolbox .share-title::before {
  height: 2px;
}
.section.singular.post .container-hashtags-sharing .sharing-toolbox .social-share ul.share-actions {
  flex-direction: unset;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.post .container-hashtags-sharing .sharing-toolbox .social-share ul.share-actions li {
  margin-bottom: 0;
}
.section.singular.post .container-hashtags-sharing .sharing-toolbox .social-share ul.share-actions li.share-action-copy-link, .section.singular.post .container-hashtags-sharing .sharing-toolbox .social-share ul.share-actions li.share-action-linkedin, .section.singular.post .container-hashtags-sharing .sharing-toolbox .social-share ul.share-actions li.share-action-telegram, .section.singular.post .container-hashtags-sharing .sharing-toolbox .social-share ul.share-actions li.share-action-whatsapp {
  display: none;
}
.section.singular.post .singular-post-inner {
  background: #fff;
  padding: 30px 40px;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.post .singular-post-inner {
    padding: 15px;
  }
}
.section.singular.post header .heading-title {
  text-align: left;
  color: #C8332F;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.3125rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.singular.post header .heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.post header .heading-title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) and (min-width: 48rem) {
  .section.singular.post header .heading-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.post header .heading-title {
    margin-bottom: 20px;
  }
}
.section.singular.post header .excerpt {
  position: relative;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section.singular.post header .excerpt {
    margin-bottom: 1.875rem;
  }
}
.section.singular.post header .excerpt::before {
  font-size: 200%;
  font-weight: 900;
  color: #6c757d;
  position: relative;
  margin-right: 8px;
  top: -8px;
  line-height: 1;
}
.section.singular.post article :where(h2, h3, h4, h5, h6) {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.section.singular.post .inline-share {
  font-size: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 15px 17px 15px;
  display: flex;
  align-items: baseline;
  flex-flow: row nowrap;
  margin-top: 20px;
}
.section.singular.post .inline-share .title {
  display: flex;
  align-items: center;
  font-size: inherit;
  font-weight: 500;
  position: relative;
  margin-right: 15px;
}
.section.singular.post .inline-share .title svg {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.section.singular.post .inline-share .inline-share-groups {
  display: flex;
  align-items: end;
}
.section.singular.post .inline-share .inline-share-groups iframe {
  margin-left: 10px;
}
.section.singular.post .flex-info {
  display: flex;
  justify-content: space-between;
}
.section.singular.post .flex-info .cell-info {
  flex: 0 0 74%;
  max-width: 74%;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  padding: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.post .flex-info .cell-info {
    flex: 0 0 66%;
    max-width: 66%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.post .flex-info .cell-info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.section.singular.post .flex-info .cell-info .sharing-toolbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.post .flex-info .cell-info .sharing-toolbox .share-title {
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 300;
  bottom: -3px;
  transform: unset;
}
.section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions {
  flex-direction: unset;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions > li.share-action {
  margin-bottom: 0;
}
.section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-whatsapp, .section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-telegram,
.section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-linkedin, .section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-copy-link {
  display: none;
}
.section.singular.post .flex-info .cell-sidebar {
  flex: 0 0 24%;
  max-width: 24%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.post .flex-info .cell-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.post .flex-info .cell-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.singular.post .flex-info .cell-sidebar .cell-sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.section.singular.post .flex-info .cell-sidebar .section {
  margin-bottom: 1.875rem;
}
.section.singular.post .flex-info .cell-sidebar .section:last-child {
  margin-bottom: 0;
}
.section.singular.post .flex-info .cell-sidebar .widget_media_image .overlay img {
  border-radius: 15px;
  width: 100%;
}
.section.singular.post .flex-info .cell-sidebar .page-heading-title, .section.singular.post .flex-info .cell-sidebar .sidebar-title {
  position: relative;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  color: #C8332F;
  display: inline-block;
}
.section.singular.post .flex-info .cell-sidebar .page-heading-title::after, .section.singular.post .flex-info .cell-sidebar .sidebar-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: url("../img/heading-line.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
.section.singular.post .flex-info .cell-sidebar .inline-search {
  margin-bottom: 15px;
}
.section.singular.post .flex-info .cell-sidebar .inline-search form {
  position: relative;
  width: 100%;
}
.section.singular.post .flex-info .cell-sidebar .inline-search form input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  min-height: 45px;
  box-shadow: unset;
  padding-left: 10px;
}
.section.singular.post .flex-info .cell-sidebar .inline-search form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.section.singular.post .flex-info .cell-sidebar .inline-search form button::before {
  font-size: 1.125rem;
  font-weight: 600;
}
.section.singular.post .flex-info .cell-sidebar .inline-search form button span {
  display: none;
}
.section.singular.post .flex-info .cell-sidebar .hb_new_slidebar {
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  padding: 10px;
}
.section.singular.post .flex-info .cell-sidebar .hb_new_slidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.singular.post .flex-info .cell-sidebar .hb_new_slidebar ul li .cover-content a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.4s;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.section.singular.post .flex-info .cell-sidebar .hb_new_slidebar ul li .cover-content a::before {
  display: inline-block;
  content: "\f02e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-right: 10px;
}
.section.singular.post .flex-info .cell-sidebar .hb_new_slidebar ul li .cover-content a:hover {
  color: #C8332F;
}
.section.singular.post .flex-info .cell-sidebar .hb_new_slidebar ul li:last-child a {
  padding-bottom: 0;
  margin-bottom: 0;
  border: unset;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li:last-child {
  border-bottom: unset;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li .block.cover .res {
  aspect-ratio: auto 1/1;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 23px;
  color: #000;
}
@supports (-webkit-line-clamp: 3) {
  .section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a:hover {
  color: #F1805F;
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item:last-child {
  border-bottom: unset;
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item .block.cover .after-overlay {
  aspect-ratio: auto 1/1;
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #C8332F;
}
@supports (-webkit-line-clamp: 3) {
  .section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a:hover {
  color: #F1805F;
}

/** */
#ez-toc-container {
  padding: 25px !important;
  margin: 25px auto !important;
  box-shadow: inset 0 0 0 1px #e6e6e6 !important;
  border: none !important;
  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";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  background-color: #C8332F;
  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: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#ez-toc-container ul.ez-toc-list > li > a::before {
  margin-right: 8px !important;
}
#ez-toc-container ul.ez-toc-list > li ul li a {
  font-weight: 400;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#ez-toc-container ul.ez-toc-list > li ul li a::before {
  margin-right: 8px !important;
}

/** */
.content-inner .icon-list {
  margin: 0 auto 45px auto;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 63.99875rem) {
  .content-inner .icon-list {
    margin-bottom: 30px;
  }
}
.content-inner .icon-list li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .content-inner .icon-list li {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.content-inner .icon-list li > ._thumb {
  width: 45px;
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
.content-inner .icon-list li > div {
  flex: 1 1 0;
  width: auto;
}
.content-inner .icon-list li > div ._title {
  display: block;
  color: #C8332F;
  line-height: 1.4;
  font-size: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .content-inner .icon-list li > div ._title {
    font-size: 1.8125rem;
  }
}
.content-inner .icon-list li > div ._desc {
  display: block;
  margin-top: 5px;
}
.content-inner .icon-list li:not(:last-child) {
  margin-bottom: 20px;
}

/** */
.grid-posts div.item {
  background: #fff;
}
.grid-posts div.item .cover {
  position: relative;
  z-index: 1;
}
.grid-posts div.item .cover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
}
.grid-posts div.item .cover img {
  object-fit: unset;
}
.grid-posts div.item .cover .icon {
  position: absolute;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #C8332F;
  text-align: center;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(360deg) scale(0);
  transition: all 0.3s linear 0s;
}
.grid-posts div.item .cover .icon::before {
  border: 1px solid #C8332F;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: all 0.3s linear 0.1s;
  width: 100%;
}
.grid-posts div.item .cover .icon::after {
  border: 1px solid #C8332F;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: all 0.3s linear 0.3s;
  width: 100%;
}
.grid-posts div.item .cover .icon i {
  color: #fff;
  line-height: 50px;
  font-size: 1.3125rem;
}
.grid-posts div.item .cover .icon:hover {
  background: none repeat scroll 0 0 transparent;
}
.grid-posts div.item .cover .icon:hover i {
  color: #C8332F;
}
.grid-posts div.item .cover-content {
  padding: 30px 30px 0;
}
@media only screen and (max-width: 35.99875rem) {
  .grid-posts div.item .cover-content {
    padding: 20px 20px 0;
  }
}
.grid-posts div.item .cover-content .meta {
  display: none;
}
.grid-posts div.item .cover-content a .title:hover {
  color: #C8332F;
}
.grid-posts div.item .cover-content .title {
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.125rem;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  letter-spacing: 0.5px;
  min-height: 64px;
}
@media only screen and (min-width: 48rem) {
  .grid-posts div.item .cover-content .title {
    font-size: 1.25rem;
  }
}
@supports (-webkit-line-clamp: 2) {
  .grid-posts div.item .cover-content .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-posts div.item .cover-content .title:hover {
  color: #F1805F;
}
@media only screen and (max-width: 63.99875rem) {
  .grid-posts div.item .cover-content .title {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 0;
    min-height: auto;
  }
}
@media only screen and (max-width: 63.99875rem) and (min-width: 48rem) {
  .grid-posts div.item .cover-content .title {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .grid-posts div.item .cover-content .title {
    font-size: 1.125rem;
    min-height: auto;
    margin-bottom: 0;
    line-height: 32px;
  }
}
@media only screen and (max-width: 35.99875rem) and (min-width: 48rem) {
  .grid-posts div.item .cover-content .title {
    font-size: 1.25rem;
  }
}
.grid-posts div.item .cover-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 0;
  line-height: 28px;
  text-align: center;
}
@supports (-webkit-line-clamp: 4) {
  .grid-posts div.item .cover-content .excerpt {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .grid-posts div.item .cover-content .excerpt {
    text-align: justify;
  }
}
.grid-posts div.item .view-detail {
  margin-top: 1.25rem;
  padding: 8px 15px 6px;
  display: none;
  border-radius: 5px;
  border: 1px solid #C8332F;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  text-transform: uppercase;
  z-index: 1;
  background: #C8332F;
  font-weight: 400;
  color: #fff;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 35.99875rem) {
  .grid-posts div.item .view-detail {
    margin-top: 0.625rem;
  }
}
.grid-posts div.item .view-detail::before, .grid-posts div.item .view-detail::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 0;
  transform: skew(15deg);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
}
.grid-posts div.item .view-detail::before {
  left: -5px;
  background: #fff;
}
.grid-posts div.item .view-detail::after {
  right: -5px;
  background: #fff;
}
.grid-posts div.item .view-detail span {
  color: #fff;
  letter-spacing: 1.5px;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.grid-posts div.item .view-detail:hover::before, .grid-posts div.item .view-detail:hover::after {
  width: 58%;
}
.grid-posts div.item .view-detail:hover span {
  color: #C8332F;
  transition: 0.3s;
}
.grid-posts div.item .meta {
  padding: 30px 25px 20px;
  font-size: 0.8125rem;
  color: rgb(173, 173, 173);
  text-align: center;
  position: relative;
  margin-top: 25px;
}
.grid-posts div.item .meta::after {
  position: absolute;
  width: 20px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  content: "";
  top: 0;
}
.grid-posts div.item .meta .post-user {
  margin-right: 10px;
  display: none;
}
.grid-posts div.item .meta .post-date i {
  margin-right: 5px;
}
.grid-posts div.item:hover .cover::before {
  opacity: 1;
}
.grid-posts div.item:hover .cover .icon {
  transform: translate(-50%, -50%) rotate(0) scale(1);
}
.grid-posts div.item:hover .cover .icon::before {
  opacity: 0;
  transform: scale(1.3);
}
.grid-posts div.item:hover .cover .icon::after {
  opacity: 0;
  transform: scale(1.1);
}
/** */
a.btn-link {
  font-size: 16px;
  border-radius: 100px;
  padding: 8px 25px;
  background: linear-gradient(90deg, #C8332F 0%, #fef6f6 100%);
  color: #fff;
  text-align: center;
}

/** */
input[type=checkbox]:not(.wc-block-components-checkbox__input) {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
  top: 3px;
  width: 1.25rem;
  height: 1.25rem;
}
input[type=checkbox]:not(.wc-block-components-checkbox__input)::before {
  position: absolute;
  content: "";
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
input[type=checkbox]:not(.wc-block-components-checkbox__input)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
input[type=checkbox]:not(.wc-block-components-checkbox__input):checked::before {
  background-color: #C8332F;
  border-color: #C8332F;
}
input[type=checkbox]:not(.wc-block-components-checkbox__input):checked::after {
  background-image: url("../img/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 3px;
}

/** */
.is-invalid-label > input + span {
  color: #F1805F;
}
.is-invalid-label input::before {
  border-color: #F1805F !important;
}

/** */
@media only screen and (min-width: 48rem) {
  .t-width-40 {
    width: 40%;
  }
}

/** */
.grid-product .product .alg-wc-wl-btn, .grid-product .product .alg-wc-wl-btn-wrapper, .grid-product .product .yith-wcwl-add-to-wishlist {
  inset: unset !important;
  top: 15px !important;
  right: 15px !important;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .alg-wc-wl-btn, .grid-product .product .alg-wc-wl-btn-wrapper, .grid-product .product .yith-wcwl-add-to-wishlist {
    top: 9px !important;
    right: 9px !important;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.grid-product .product .yith-wcwl-add-button {
  display: flex;
  align-items: center;
}
.grid-product .product .alg-wc-wl-btn.add i, .grid-product .product .alg-wc-wl-btn2.add i, .grid-product .product .alg-wc-wl-thumb-btn-abs div i, .grid-product .product i {
  opacity: 1;
  font-size: 1rem;
}
.grid-product .product .alg-wc-wl-btn:hover i, .grid-product .product .alg-wc-wl-btn2:hover i {
  transform: unset !important;
}
.grid-product .product .hb_add_to_cart {
  position: absolute;
  top: 60px;
  right: 15px;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .hb_add_to_cart {
    top: 50px;
    right: 9px;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.grid-product .product .hb_add_to_cart a {
  position: relative;
  background-color: transparent;
  padding: 0;
}
.grid-product .product .hb_add_to_cart a span {
  display: none;
}
.grid-product .product .hb_add_to_cart a::before {
  display: inline-block;
  content: "\f07a";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  color: #C8332F;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .hb_add_to_cart a::before {
    font-size: 0.875rem;
  }
}
.grid-product .product .hb_add_to_cart a:hover span {
  display: flex;
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 5px;
  white-space: nowrap;
  left: -115px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 8px;
  background: #C8332F;
  color: #fff;
}
.grid-product .product .hb_add_to_cart a.added::before {
  opacity: 0;
}
.grid-product .product .woocommerce-loop-product__link {
  border: 1px solid #e9ecef;
  padding: 20px 20px 10px 20px;
  border-radius: 8px;
  position: relative;
  display: inline-flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .woocommerce-loop-product__link {
    padding: 10px;
  }
}
.grid-product .product .woocommerce-loop-product__link .saleoff.onsale {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.grid-product .product .woocommerce-loop-product__link .saleoff.onsale span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 5px 8px;
  height: 27px;
  background: #C8332F;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  text-transform: uppercase;
}
.grid-product .product .woocommerce-loop-product__link .cover.thumbnails {
  border-radius: 10px;
  order: -1;
  width: 100%;
  height: 100%;
}
.grid-product .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: 1rem;
  line-height: 24px;
  color: #C8332F;
  text-transform: capitalize;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 5px;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
@supports (-webkit-line-clamp: 2) {
  .grid-product .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-product .product .woocommerce-loop-product__link .woocommerce-loop-product__title:hover {
  color: #F1805F;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.grid-product .product .woocommerce-loop-product__link .loop-stars-rating {
  width: 100%;
  order: 3;
}
.grid-product .product .woocommerce-loop-product__link span.price {
  width: 100%;
  order: 2;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-bottom: 5px;
}
.grid-product .product .woocommerce-loop-product__link span.price .screen-reader-text {
  display: none;
}
.grid-product .product .woocommerce-loop-product__link span.price .woocommerce-Price-amount bdi {
  font-size: 1.125rem;
  line-height: 18px;
  font-weight: 600;
  color: #6DD3D1;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .woocommerce-loop-product__link span.price .woocommerce-Price-amount bdi {
    font-size: 0.875rem;
    line-height: 14px;
  }
}
.grid-product .product .woocommerce-loop-product__link span.price del {
  text-decoration: unset;
}
.grid-product .product .woocommerce-loop-product__link span.price del .woocommerce-Price-amount bdi {
  font-size: 0.8125rem;
  line-height: 13px;
  font-weight: 300;
  color: rgb(119, 136, 153);
  text-decoration: line-through;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .woocommerce-loop-product__link span.price del .woocommerce-Price-amount bdi {
    font-size: 0.75rem;
    line-height: 12px;
  }
}
.grid-product .product .woocommerce-loop-product__link:hover {
  box-shadow: 1px 1px 10px rgba(115, 129, 54, 0.2);
}

/** */
.section.archive {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.archive {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.archive {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.archive {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.archive {
    padding-bottom: 2.5rem;
  }
}
.section.archive .container header .heading-title {
  text-align: center;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 60px;
  font-size: 1.3125rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .section.archive .container header .heading-title {
    font-size: 1.5rem;
  }
}
.section.archive .container header .heading-title::after {
  position: absolute;
  width: 20px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  content: "";
  bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container header .heading-title {
    margin-top: 15px;
  }
}
.section.archive .container header .excerpt {
  position: relative;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section.archive .container header .excerpt {
    margin-bottom: 1.875rem;
  }
}
.section.archive .container header .excerpt::before {
  font-size: 200%;
  font-weight: 600;
  color: #6c757d;
  position: relative;
  margin-right: 8px;
  top: -8px;
  line-height: 1;
}
.section.archive .container .feature-posts {
  margin-bottom: 1.25rem;
  padding: 30px;
  border-radius: 10px;
  background: #F5F5F5;
}
@media only screen and (min-width: 48rem) {
  .section.archive .container .feature-posts {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.archive .container .feature-posts {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .feature-posts {
    padding: 10px 10px 40px;
  }
}
.section.archive .container .feature-posts .swiper-section {
  position: relative;
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button {
    display: none;
  }
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button::before {
  color: #fff;
  background: #C8332F;
  opacity: 1;
  font-weight: 500;
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button:hover::before {
  color: #C8332F;
  background: #fff;
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button.swiper-button-prev {
  left: -48px;
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button.swiper-button-next {
  right: -48px;
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-pagination {
  display: none;
  bottom: -30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-pagination {
    display: block;
  }
}
.section.archive .container .feature-posts .item .block.cover {
  border-radius: 10px;
}
.section.archive .container .feature-posts .item .block.cover .after-overlay {
  aspect-ratio: auto 3/2;
}
.section.archive .container .feature-posts .item .cover-content {
  padding: 10px 0 0;
}
.section.archive .container .feature-posts .item .cover-content .meta {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  font-weight: 300;
  font-size: 0.9375rem;
  opacity: 0.6;
}
.section.archive .container .feature-posts .item .cover-content .meta i {
  margin-right: 5px;
}
.section.archive .container .feature-posts .item .cover-content .meta .post-view {
  color: #C8332F;
}
.section.archive .container .feature-posts .item .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  min-height: 48px;
}
@supports (-webkit-line-clamp: 2) {
  .section.archive .container .feature-posts .item .cover-content a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive .container .feature-posts .item .cover-content a .title {
  font-size: 1.125rem;
  line-height: 24px;
  color: #C8332F;
  font-weight: 500;
}

.section.archive.new, .section.archive.post {
  background: #EEEEEE;
}
.section.archive.new .grid-posts .content-col, .section.archive.post .grid-posts .content-col {
  flex: 0 0 72%;
  max-width: 72%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.new .grid-posts .content-col, .section.archive.post .grid-posts .content-col {
    flex: 0 0 67%;
    max-width: 67%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive.new .grid-posts .content-col, .section.archive.post .grid-posts .content-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.section.archive.new .grid-posts .content-col .content-col-inner, .section.archive.post .grid-posts .content-col .content-col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.archive.new .grid-posts .content-col .content-col-inner, .section.archive.post .grid-posts .content-col .content-col-inner {
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.archive.new .grid-posts .content-col .content-col-inner, .section.archive.post .grid-posts .content-col .content-col-inner {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.new .grid-posts .content-col .content-col-inner, .section.archive.post .grid-posts .content-col .content-col-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.archive.new .grid-posts .content-col .content-col-inner .cell .item, .section.archive.post .grid-posts .content-col .content-col-inner .cell .item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #69727d;
  transition: all 0.25s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.section.archive.new .grid-posts .content-col .content-col-inner .cell .item .cover-content, .section.archive.post .grid-posts .content-col .content-col-inner .cell .item .cover-content {
  padding: 40px 25px 15px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.new .grid-posts .content-col .content-col-inner .cell .item .cover-content, .section.archive.post .grid-posts .content-col .content-col-inner .cell .item .cover-content {
    padding: 25px 15px 15px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.new .grid-posts .content-col .content-col-inner .cell .item .cover-content, .section.archive.post .grid-posts .content-col .content-col-inner .cell .item .cover-content {
    padding: 20px 15px 15px;
  }
}
.section.archive.new .grid-posts .content-col .content-col-inner .cell .item .cover-content a:hover .title, .section.archive.post .grid-posts .content-col .content-col-inner .cell .item .cover-content a:hover .title {
  color: #F1805F;
}
.section.archive.new .grid-posts .content-col .content-col-inner .cell .item .cover-content .meta, .section.archive.post .grid-posts .content-col .content-col-inner .cell .item .cover-content .meta {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  font-weight: 300;
  opacity: 0.6;
  font-size: 0.9375rem;
}
.section.archive.new .grid-posts .content-col .content-col-inner .cell .item .cover-content .meta i, .section.archive.post .grid-posts .content-col .content-col-inner .cell .item .cover-content .meta i {
  margin-right: 5px;
}
.section.archive.new .grid-posts .content-col .content-col-inner .cell .item .cover-content .meta .post-view, .section.archive.post .grid-posts .content-col .content-col-inner .cell .item .cover-content .meta .post-view {
  color: #C8332F;
}
.section.archive.new .grid-posts .content-col .content-col-inner .cell .item .cover-content .excerpt, .section.archive.post .grid-posts .content-col .content-col-inner .cell .item .cover-content .excerpt {
  letter-spacing: 0.5px;
  font-size: 0.875rem;
}
.section.archive.new .grid-posts .content-col .content-col-inner .cell .item:hover, .section.archive.post .grid-posts .content-col .content-col-inner .cell .item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.section.archive.new .grid-posts .sidebar-col, .section.archive.post .grid-posts .sidebar-col {
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.new .grid-posts .sidebar-col, .section.archive.post .grid-posts .sidebar-col {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive.new .grid-posts .sidebar-col, .section.archive.post .grid-posts .sidebar-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  background: rgba(238, 241, 242, 0.7019607843);
  padding: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner {
    padding: 15px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner {
    padding: 20px;
  }
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .section, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .section {
  margin-bottom: 1.875rem;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .section:last-child, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .section:last-child {
  margin-bottom: 0;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .widget_media_image .overlay img, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .widget_media_image .overlay img {
  border-radius: 15px;
  width: 100%;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .page-heading-title, .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .sidebar-title, .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .widget-title, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .page-heading-title, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .sidebar-title, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .widget-title {
  position: relative;
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  color: #C8332F;
  display: inline-block;
  width: 100%;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .page-heading-title::after, .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .sidebar-title::after, .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .widget-title::after, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .page-heading-title::after, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .sidebar-title::after, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .widget-title::after {
  content: "";
  display: none;
  width: 100%;
  height: 7px;
  background-image: url("../img/heading-line.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .inline-search, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .inline-search {
  margin-bottom: 15px;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .inline-search form, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .inline-search form {
  position: relative;
  width: 100%;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .inline-search form .form-group, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .inline-search form .form-group {
  position: relative;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .inline-search form label, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .inline-search form label {
  border: unset;
  clip: unset;
  -webkit-clip-path: unset;
  clip-path: unset;
  height: unset;
  margin: unset;
  overflow: unset;
  padding: unset;
  width: 100%;
  word-wrap: unset !important;
  white-space: unset;
  position: relative;
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.625rem;
  color: #C8332F;
  display: inline-block;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .inline-search form input, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .inline-search form input {
  width: 100%;
  background-color: rgba(238, 241, 242, 0.7019607843);
  border: 5px solid #fff;
  min-height: 45px;
  box-shadow: unset;
  padding-left: 10px;
  font-size: 0.9375rem;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .inline-search form button, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .inline-search form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .inline-search form button::before, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .inline-search form button::before {
  font-size: 1.125rem;
  font-weight: 600;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .inline-search form button span, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .inline-search form button span {
  display: none;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_slidebar, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_slidebar {
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  padding: 10px;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_slidebar ul, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_slidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_slidebar ul li .cover-content a, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_slidebar ul li .cover-content a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.4s;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_slidebar ul li .cover-content a::before, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_slidebar ul li .cover-content a::before {
  display: inline-block;
  content: "\f02e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-right: 10px;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_slidebar ul li .cover-content a:hover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_slidebar ul li .cover-content a:hover {
  color: #C8332F;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li {
  width: 100%;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li a, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  transition: 0.4s;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #2E313B;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li a::before, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li a::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 6 Pro";
  width: 30px;
  flex: 0 0 30px;
  max-width: 30px;
  font-size: 1rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li a::before, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li a::before {
    width: 25px;
    flex: 0 0 25px;
    max-width: 25px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li a::before, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li a::before {
    width: 30px;
    flex: 0 0 30px;
    max-width: 30px;
  }
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li a:hover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li a:hover {
  color: #C8332F;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li:last-child a, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li:last-child a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li.phone a::before, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li.phone a::before {
  content: "\f095";
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li.mail a::before, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li.mail a::before {
  content: "\f0e0";
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li.address a::before, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_menu_slidebar ul.menu li.address a::before {
  content: "\f3c5";
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .social_footer, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .social_footer {
  margin-top: 0.9375rem;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .social_footer ul, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .social_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .social_footer ul li a, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .social_footer ul li a {
  color: #fff;
  font-size: 1.0625rem;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  color: #C8332F;
  border: 1px solid transparent;
  transition: 0.4s;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .social_footer ul li a:hover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .social_footer ul li a:hover {
  border: 1px solid #fff;
  background: #C8332F;
  color: #fff;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail {
  margin-top: 15px;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #2E313B;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li a.block.cover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li a.block.cover {
  flex: 0 0 110px;
  max-width: 110px;
  margin-right: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li a.block.cover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li a.block.cover {
    flex: 0 0 85px;
    max-width: 85px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li a.block.cover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li a.block.cover {
    flex: 0 0 110px;
    max-width: 110px;
  }
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li .cover-content a, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
}
@supports (-webkit-line-clamp: 3) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li .cover-content a, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li:last-child, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_new_thumbnail ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li:last-child, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li:last-child {
  border-bottom: unset;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .block.cover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .block.cover .res, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .block.cover .res {
  aspect-ratio: auto 1/1;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .cover-content a, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.9375rem;
  line-height: 23px;
  font-weight: 500;
  color: #000;
}
@supports (-webkit-line-clamp: 3) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .cover-content a, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .cover-content a:hover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .cover-content a:hover {
  color: #F1805F;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell {
  margin-bottom: 1.25rem;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell:last-child, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell:last-child {
  margin-bottom: 0;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li {
  list-style: none;
  position: relative;
  border: 1px solid #e9ecef;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li {
    flex-flow: row wrap;
  }
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .saleoff.onsale, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .saleoff.onsale {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .saleoff.onsale span, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .saleoff.onsale span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 5px 8px;
  height: 27px;
  background: #C8332F;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  text-transform: uppercase;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover.thumbnails, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover.thumbnails {
  flex: 0 0 85px;
  max-width: 85px;
  margin-right: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover.thumbnails, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover.thumbnails {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover.thumbnails, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover.thumbnails {
    flex: 0 0 85px;
    max-width: 85px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content {
  flex: 1;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .product-title, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .product-title {
  font-size: 0.9375rem;
  line-height: 23px;
  color: #C8332F;
  text-transform: capitalize;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
@supports (-webkit-line-clamp: 2) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .product-title, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .product-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .product-title:hover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .product-title:hover {
  color: #F1805F;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .loop-stars-rating, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .loop-stars-rating {
  width: 100%;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price {
  width: 100%;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price .screen-reader-text, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price .screen-reader-text {
  display: none;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price .woocommerce-Price-amount bdi, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price .woocommerce-Price-amount bdi {
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 500;
  color: #6DD3D1;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price del, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price del {
  text-decoration: unset;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price del .woocommerce-Price-amount bdi, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price del .woocommerce-Price-amount bdi {
  font-size: 0.8125rem;
  line-height: 13px;
  font-weight: 300;
  color: rgb(119, 136, 153);
  text-decoration: line-through;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price ins, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price ins {
  text-decoration: none;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li:hover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li:hover {
  box-shadow: 1px 1px 10px rgba(115, 129, 54, 0.2);
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item:last-child, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item:last-child {
  border-bottom: unset;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .block.cover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .block.cover .after-overlay, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .block.cover .after-overlay {
  aspect-ratio: auto 1/1;
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .cover-content a, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #C8332F;
}
@supports (-webkit-line-clamp: 3) {
  .section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .cover-content a, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive.new .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .cover-content a:hover, .section.archive.post .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .cover-content a:hover {
  color: #F1805F;
}

.section.archive.service .grid-posts .content-col-inner .item .block.cover {
  background: transparent;
  height: 100%;
  width: 100%;
  padding-right: 10%;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.service .grid-posts .content-col-inner .item .block.cover {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.section.archive.service .grid-posts .content-col-inner .item .block.cover::after {
  content: "";
  width: 40%;
  height: 350px;
  position: absolute;
  right: 0;
  bottom: 45px;
  border: 30px solid #f0f0f0;
  z-index: -1;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.service .grid-posts .content-col-inner .item .block.cover::after {
    width: 55%;
    height: 300px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.service .grid-posts .content-col-inner .item .block.cover::after {
    display: none;
  }
}
.section.archive.service .grid-posts .content-col-inner .item .block.cover .after-overlay {
  aspect-ratio: unset;
  height: 500px;
  background-attachment: fixed; /* Làm hình ảnh cố định khi cuộn */
  background-position: center; /* Vị trí hình ảnh */
  background-repeat: no-repeat; /* Không lặp lại hình ảnh */
  background-size: cover; /* Hình ảnh che phủ toàn bộ khung */
  display: block;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.service .grid-posts .content-col-inner .item .block.cover .after-overlay {
    height: 350px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.service .grid-posts .content-col-inner .item .block.cover .after-overlay {
    height: 400px;
    background-attachment: unset; /* Làm hình ảnh cố định khi cuộn */
  }
}
.section.archive.service .grid-posts .content-col-inner .item .cover-content {
  margin-left: 20%;
  margin-bottom: 50px;
  text-align: left;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.service .grid-posts .content-col-inner .item .cover-content {
    margin-left: 15%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.service .grid-posts .content-col-inner .item .cover-content {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.section.archive.service .grid-posts .content-col-inner .item .cover-content .title {
  min-height: auto;
  font-size: 1.3125rem;
  color: #C8332F;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .section.archive.service .grid-posts .content-col-inner .item .cover-content .title {
    font-size: 1.5rem;
  }
}
.section.archive.service .grid-posts .content-col-inner .item .cover-content .attributes-design .attributes-item {
  margin-bottom: 5px;
}
.section.archive.service .grid-posts .content-col-inner .item .cover-content .attributes-design .attributes-item span:first-child {
  font-weight: 400;
  margin-right: 5px;
}
.section.archive.service .grid-posts .content-col-inner .item .cover-content .attributes-design .attributes-item:last-child {
  margin-bottom: 0;
}
.section.archive.service .grid-posts .content-col-inner .item .cover-content .view-detail {
  padding: 12px 20px 10px;
  font-size: 0.875rem;
}
.section.archive.service .grid-posts .content-col-inner .item .cover-content .view-detail span {
  letter-spacing: 5px;
}
.section.archive.service .grid-posts .content-col-inner .cell:nth-child(2n) .item a.block.cover {
  padding-right: 0;
  padding-left: 10%;
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.service .grid-posts .content-col-inner .cell:nth-child(2n) .item a.block.cover {
    padding-left: 0;
  }
}
.section.archive.service .grid-posts .content-col-inner .cell:nth-child(2n) .item a.block.cover::after {
  right: auto;
  left: 0;
}
.section.archive.service .grid-posts .content-col-inner .cell:nth-child(2n) .item .cover-content {
  margin-left: 0;
  margin-right: 20%;
  text-align: right;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.service .grid-posts .content-col-inner .cell:nth-child(2n) .item .cover-content {
    margin-right: 15%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.service .grid-posts .content-col-inner .cell:nth-child(2n) .item .cover-content {
    margin-right: 0;
    text-align: left;
  }
}

.service-button {
  text-align: center;
  padding: 20px;
  background-image: url(../img/cross-line.png);
}
.service-button .button-link {
  padding: 16px 20px 14px;
  font-size: 1rem;
}
.service-button .button-link span {
  letter-spacing: 5px;
}

.off-canvas.is-transition-overlap {
  z-index: 999;
}

.off-canvas .menu-lines {
  color: #fff;
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  z-index: 9999;
  height: 32px;
  width: 32px;
  opacity: 0;
  -webkit-transition: 0.6s 0.5s ease-in-out;
  transition: 0.6s 0.5s ease-in-out;
  -webkit-transform: translateZ(3px);
  transform: translateZ(3px);
  padding: 0;
}

.off-canvas.is-open .menu-lines {
  opacity: 1;
  -webkit-transform: translateZ(3px);
  transform: translateZ(3px);
}

.off-canvas.white-color .menu-lines {
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.off-canvas.white-color .title-bar-title img {
  max-width: 230px;
}

.off-canvas .menu-lines .line {
  position: absolute;
  top: 16px;
  left: 4px;
  height: 3px;
  background-color: currentColor;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.6s 0.5s ease-in-out;
  transition: 0.6s 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 24px;
  display: block;
}

.off-canvas .menu-lines .line-1 {
  top: 12px;
  width: 20.8px;
}

.off-canvas.is-open .menu-lines .line-1 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.off-canvas .menu-lines .line-2 {
  top: 12px;
  width: 20.8px;
}

.off-canvas.is-open .menu-lines .line-2 {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.off-canvas .title-bar-title {
  font-weight: 500;
  position: absolute;
  top: 16px;
  z-index: 9999;
  /* transform: translateZ(3px) translateX(-50%); */
  left: 20px;
  -webkit-transform: translateZ(3px);
  transform: translateZ(3px);
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.off-canvas.white-color .title-bar-title {
  top: 20px;
}

.off-canvas .title-bar-title > a {
  color: #fff;
  display: block;
  font-size: 1rem;
}

.off-canvas.white-color .title-bar-title > a {
  color: #323433;
  font-weight: 700;
}

.off-canvas.white-color .menu-outer .inline-search {
  padding: 0 0.9375rem;
  margin-bottom: 20px;
}

.off-canvas.white-color .menu-outer .inline-search form {
  position: relative;
}

.off-canvas.white-color .menu-outer .inline-search form input {
  width: 100%;
  border: 1px solid #f5f5f5;
  height: 40px;
  padding-left: 10px;
}

.off-canvas.white-color .menu-outer .inline-search form input::-webkit-input-placeholder {
  font-size: 14px;
}

.off-canvas.white-color .menu-outer .inline-search form input::placeholder {
  font-size: 14px;
}

.off-canvas.white-color .menu-outer .inline-search form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.off-canvas.white-color .menu-outer .mobile-menu.menu > li.current_page_item > a, .off-canvas.white-color .menu-outer .mobile-menu.menu > li.active > a {
  color: var(--Primary-01);
  font-weight: 700;
}

.off-canvas.white-color .menu-outer {
  padding: 120px 0 20px;
}

@media only screen and (max-width: 63.99875rem) {
  .menu .active > a {
    color: #C8332F;
  }
}

.button-link {
  padding: 10px 30px;
  display: inline-block;
  border: 1px solid #C8332F;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  text-transform: uppercase;
  z-index: 1;
  background: #C8332F;
  font-weight: 500;
  color: #fff;
  font-size: 0.875rem;
}
@media only screen and (max-width: 35.99875rem) {
  .button-link {
    padding: 8px 20px 6px;
  }
}
.button-link::before, .button-link::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 0;
  transform: skew(15deg);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
}
.button-link::before {
  left: -10px;
  background: #fff;
}
.button-link::after {
  right: -10px;
  background: #fff;
}
.button-link span {
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in;
}
.button-link:hover::before, .button-link:hover::after {
  width: 58%;
}
.button-link:hover span {
  color: #C8332F;
  transition: 0.3s;
}

.nagi-line {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11.5px;
  width: 68%;
}
@media only screen and (max-width: 63.99875rem) {
  .nagi-line {
    width: 80%;
    bottom: -5px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .nagi-line {
    bottom: -3px;
  }
}
.nagi-line span {
  display: flex;
  width: 100%;
  height: 25px;
  background: url("../img/icon-nghieng.svg");
  background-size: 25px 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .nagi-line span {
    height: 10px;
    background-size: 10px 100%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .nagi-line span {
    height: 6px;
    background-size: 6px 100%;
  }
}

/** */
.hb_contact_home {
  padding-bottom: 1.875rem;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .hb_contact_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_contact_home {
    padding-bottom: 2.5rem;
  }
}
.hb_contact_home .nagi-line {
  display: none;
}
.hb_contact_home .container .flex-info .cell-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.hb_contact_home .container .flex-info .cell-content .content-inner .heading-title {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 500;
  color: #C8332F;
  text-align: center;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_contact_home .container .flex-info .cell-content .content-inner .heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_contact_home .container .flex-info .cell-content .content-inner .heading-title {
    font-size: 1.375rem;
  }
}
.hb_contact_home .container .flex-info .cell-content .content-inner .heading-title span {
  color: rgba(29, 57, 43, 0.8);
}
.hb_contact_home .container .flex-info .cell-box {
  flex: 0 0 100%;
  max-width: 100%;
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 63.99875rem) {
  .hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item {
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item:first-child {
    display: none;
  }
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item figure {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item figure {
    position: absolute;
  }
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 35.99875rem) {
  .hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content {
    position: relative;
  }
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ._desc {
  color: #fff;
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ._desc p {
  font-weight: 500;
  font-size: 1.125rem;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ._desc p {
    font-size: 0.875rem;
  }
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ._desc p strong {
  font-weight: 700;
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ul._list_button {
  margin: 0;
  list-style: none;
  padding-top: 15px;
  display: flex;
  flex-flow: row wrap;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ul._list_button li {
  width: 100%;
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ul._list_button li ._button_item {
  display: inline-flex;
  position: relative;
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ul._list_button li ._button_item i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  color: #fff;
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ul._list_button li ._button_item a {
  background: #C8332F;
  padding: 10px 30px 8px 45px;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ul._list_button li:nth-child(2) {
  text-align: center;
}
.hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ul._list_button li:nth-child(3) {
  text-align: right;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_contact_home .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ul._list_button li {
    text-align: center !important;
  }
}

.singular-service-details {
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .singular-service-details {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .singular-service-details {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .singular-service-details {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .singular-service-details {
    padding-bottom: 5rem;
  }
}
.singular-service-details .container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 35.99875rem) {
  .singular-service-details .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.singular-service-details .container .flex-details {
  margin: 0 -15px;
}
@media only screen and (max-width: 35.99875rem) {
  .singular-service-details .container .flex-details {
    margin: 0 -10px;
  }
}
.singular-service-details .container .flex-details .cell-introduce {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}
@media only screen and (max-width: 35.99875rem) {
  .singular-service-details .container .flex-details .cell-introduce {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    padding-bottom: 30px;
  }
}
.singular-service-details .container .flex-details .cell-introduce ._introduce-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.singular-service-details .container .flex-details .cell-introduce ._title {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (max-width: 63.99875rem) {
  .singular-service-details .container .flex-details .cell-introduce ._title {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .singular-service-details .container .flex-details .cell-introduce ._title {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
.singular-service-details .container .flex-details .cell-introduce ._acreage {
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: capitalize;
}
.singular-service-details .container .flex-details .cell-introduce ._item {
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #C8332F;
}
.singular-service-details .container .flex-details .cell-introduce ._item span:first-child {
  font-weight: 600;
  text-transform: capitalize;
}
.singular-service-details .container .flex-details .cell-introduce ._item span:last-child {
  font-weight: 400;
}
.singular-service-details .container .flex-details .cell-introduce ._iframe_youtube {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #C8332F;
}
.singular-service-details .container .flex-details .cell-introduce ._iframe_youtube iframe {
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 63.99875rem) {
  .singular-service-details .container .flex-details .cell-introduce ._iframe_youtube iframe {
    height: 200px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .singular-service-details .container .flex-details .cell-introduce ._iframe_youtube iframe {
    height: 250px;
  }
}
.singular-service-details .container .flex-details .cell-introduce .sharing-toolbox .share-title {
  display: none;
}
.singular-service-details .container .flex-details .cell-introduce .sharing-toolbox .social-share ul.share-actions {
  flex-direction: unset;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  justify-content: center;
}
.singular-service-details .container .flex-details .cell-introduce .sharing-toolbox .social-share ul.share-actions > li.share-action {
  margin-bottom: 0;
}
.singular-service-details .container .flex-details .cell-introduce .sharing-toolbox .social-share ul.share-actions li.share-action-whatsapp, .singular-service-details .container .flex-details .cell-introduce .sharing-toolbox .social-share ul.share-actions li.share-action-telegram,
.singular-service-details .container .flex-details .cell-introduce .sharing-toolbox .social-share ul.share-actions li.share-action-linkedin, .singular-service-details .container .flex-details .cell-introduce .sharing-toolbox .social-share ul.share-actions li.share-action-copy-link {
  display: none;
}
.singular-service-details .container .flex-details .cell-slider-img {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}
@media only screen and (max-width: 35.99875rem) {
  .singular-service-details .container .flex-details .cell-slider-img {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px 20px;
  }
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper.mySwiper2 {
  margin-bottom: 10px;
  position: static;
  height: 65vh;
}
@media only screen and (max-width: 35.99875rem) {
  .singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper.mySwiper2 {
    height: 40vh;
  }
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper.mySwiper2 .swiper-slide {
  width: 100%;
  height: auto;
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper.mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper.mySwiper .swiper-slide {
  width: 100%;
  height: auto;
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C8332F;
  color: #fff;
  top: 45%;
  transform: translateY(-45%);
}
@media only screen and (max-width: 35.99875rem) {
  .singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper-button-next {
    top: 47%;
    transform: translateY(-47%);
  }
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 700;
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C8332F;
  color: #fff;
  top: 45%;
  transform: translateY(-45%);
}
@media only screen and (max-width: 35.99875rem) {
  .singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper-button-prev {
    top: 47%;
    transform: translateY(-47%);
  }
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 700;
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper-pagination {
  bottom: -35px;
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper-pagination .swiper-pagination-bullet {
  width: 0.8125rem;
  height: 0.8125rem;
  background: transparent;
  opacity: 1;
  border: 1px solid #C8332F;
}
.singular-service-details .container .flex-details .cell-slider-img ._slider-img-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C8332F;
}

.section.singular.service {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.singular.service {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.service {
    padding-bottom: 3.75rem;
  }
}
.section.singular.service .container {
  max-width: 100%;
  margin: 0 15% 0 15%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.service .container {
    margin: 0 10% 0 10%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.service .container {
    margin: 0;
  }
}
.section.singular.service .container header {
  display: none;
}
.section.singular.service .content-inner-design {
  display: block !important;
  overflow: hidden;
  position: relative;
}
.section.singular.service .content-inner-design .viewmore-wrappers {
  background: #fff;
  bottom: 0;
  cursor: pointer;
  left: 0;
  padding-bottom: 20px;
  padding-top: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 90;
}
.section.singular.service .content-inner-design .viewmore-wrappers a.button-link {
  padding: 12px 30px 8px;
  font-size: 0.875rem;
}

.hb_relate_post {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1.875rem;
}
.hb_relate_post .relate_title {
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0.625rem;
  color: #C8332F;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_title {
    font-size: 1.25rem;
    line-height: 24px;
  }
}
.hb_relate_post .relate_inner {
  display: inline-flex;
  flex-direction: column;
}
.hb_relate_post .relate_inner .item a.block.cover {
  display: none;
}
.hb_relate_post .relate_inner .item .cover-content {
  padding-top: 0;
}
.hb_relate_post .relate_inner .item .cover-content .h6 {
  margin-bottom: 5px;
}
.hb_relate_post .relate_inner .item .cover-content .h6 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 300;
}
@supports (-webkit-line-clamp: 2) {
  .hb_relate_post .relate_inner .item .cover-content .h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_relate_post .relate_inner .item .cover-content .h6 a:hover {
  color: #C8332F;
}
.hb_relate_post .relate_inner .item .cover-content .attributes-acreage span {
  font-size: 0.9375rem;
}
.hb_relate_post .relate_inner .item .cover-content .attributes-acreage span:first-child {
  margin-right: 5px;
}
.hb_relate_post .relate_inner .item.service a.block.cover::before, .hb_relate_post .relate_inner .item.service a.block.cover::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000000;
  content: "";
  opacity: 0.6;
  z-index: 1;
}
.hb_relate_post .relate_inner .item.service a.block.cover::before {
  transform: skew(40deg) translateX(-155%);
}
.hb_relate_post .relate_inner .item.service a.block.cover::after {
  transform: skew(40deg) translateX(155%);
}
.hb_relate_post .relate_inner .item.service a.block.cover .icons {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  box-shadow: 0 0 10px #000000;
}
.hb_relate_post .relate_inner .item.service a.block.cover .icons span {
  background-color: #C8332F;
  border: 2px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin: 0;
  padding: 8px 12px 5px;
  text-transform: uppercase;
}
.hb_relate_post .relate_inner .item.service a.block.cover .icons span i {
  font-weight: 400;
}
.hb_relate_post .relate_inner .item.service a.block.cover:hover::before {
  transform: skew(40deg) translateX(-55%);
}
.hb_relate_post .relate_inner .item.service a.block.cover:hover::after {
  transform: skew(40deg) translateX(55%);
}
.hb_relate_post .relate_inner .item.service a.block.cover:hover .icons {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.hb_relate_post .relate_inner .item.service .cover-content {
  padding-top: 10px;
}
.hb_relate_post .relate_inner .item.service .cover-content .h6 a {
  min-height: 48px;
}
.hb_relate_post .relate_inner .item.service .cover-content .attributes-acreage span {
  font-size: 0.9375rem;
}
.hb_relate_post .relate_inner .item.service .cover-content .attributes-acreage span:first-child {
  margin-right: 5px;
}
.hb_relate_post .relate_inner .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_inner .swiper-button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.hb_relate_post .relate_inner .swiper-button::before {
  border-radius: unset;
  background: #C8332F;
  color: #fff;
  opacity: 1;
}
.hb_relate_post .relate_inner .swiper-button:hover::before {
  background: #fff;
  color: #C8332F;
}
/** */
@keyframes ring-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.fiexd-social ul.hb_social_left {
  padding: 0;
  margin: 0;
  list-style: none;
  position: fixed;
  left: 15px;
  bottom: 25px;
  z-index: 9;
}
@media only screen and (max-width: 35.99875rem) {
  .fiexd-social ul.hb_social_left {
    left: 10px;
  }
}
.fiexd-social ul.hb_social_left li a {
  background: #C8332F;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  padding: 5px 15px 5px 5px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.fiexd-social ul.hb_social_left li a i {
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  color: #C8332F;
  font-size: 1rem;
  animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
}
.fiexd-social ul.hb_social_left li a i::after {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
  background-color: transparent;
  border: 2px solid #6DD3D1;
  border-radius: 100%;
  width: 4.375rem;
  height: 4.375rem;
  opacity: 0.1;
  position: absolute;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  content: "";
}
.fiexd-social ul.hb_social_left li a span {
  margin-top: 5px;
}
.fiexd-social ul.hb_social_right {
  padding: 0;
  margin: 0;
  list-style: none;
  position: fixed;
  right: 15px;
  bottom: 85px;
  display: grid;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  z-index: 9;
}
@media only screen and (max-width: 35.99875rem) {
  .fiexd-social ul.hb_social_right {
    right: 10px;
  }
}
.fiexd-social ul.hb_social_right li a {
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 3px 10px #888;
  background: #C8332F;
  font-size: 1.5rem;
}
.fiexd-social ul.hb_social_right li a i {
  color: #fff;
}
.fiexd-social ul.hb_social_right > .facebook a {
  background: #3B5998;
}
.fiexd-social ul.hb_social_right > .mail a {
  background: #F64437;
}
.fiexd-social ul.hb_social_right > .youtube a {
  background: #EE1F04;
}
.fiexd-social ul.hb_social_right > .zalo a {
  background: #2F66F6;
}
.fiexd-social ul.hb_social_center {
  padding: 0;
  margin: 0;
  list-style: none;
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 9;
}
@media only screen and (max-width: 35.99875rem) {
  .fiexd-social ul.hb_social_center {
    right: 10px;
  }
}
.fiexd-social ul.hb_social_center li a {
  height: 45px;
}
.fiexd-social ul.hb_social_center li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/** */
.hb_banner_home {
  padding-top: 66px;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_home {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_banner_home {
    padding-top: 55px;
  }
}
.hb_banner_home .swiper-container {
  width: 100%;
  height: 100%;
}
.hb_banner_home .swiper-container .swiper {
  width: 100%;
  height: 100%;
}
.hb_banner_home .swiper-container .swiper .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.hb_banner_home .swiper-container .swiper .item .overlay {
  width: 100%;
  height: 100%;
}
.hb_banner_home .swiper-container .swiper .item .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_banner_home .swiper-container .swiper .item .overlay-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 35%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 5px 7px 3px 0 #C8332F;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content {
    width: 50%;
    top: 43%;
    transform: translateY(-43%);
    left: 30px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content {
    top: 43%;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -43%);
    padding: 15px;
  }
}
.hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-title {
  font-size: 1.875rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #C8332F;
  margin: 0 0 5px;
}
@media only screen and (min-width: 48rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-title {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 63.99875rem) and (min-width: 48rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-title {
    font-size: 1.8125rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-title {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 35.99875rem) and (min-width: 48rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-title {
    font-size: 1.5rem;
  }
}
.hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-desc {
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-desc {
    font-size: 0.875rem;
  }
}
.hb_banner_home .swiper-container .swiper-button {
  top: auto;
  bottom: 10px;
  transform: unset;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 11;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_home .swiper-container .swiper-button {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 5px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_banner_home .swiper-container .swiper-button {
    width: 2.1875rem;
    height: 2.1875rem;
    bottom: 60px;
  }
}
.hb_banner_home .swiper-container .swiper-button::before {
  border-radius: 0;
  color: #fff;
  background: #C8332F;
  opacity: 1;
  font-size: 1.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_home .swiper-container .swiper-button::before {
    font-size: 1.25rem;
  }
}
.hb_banner_home .swiper-container .swiper-button:hover::before {
  opacity: 0.5;
}
.hb_banner_home .swiper-container .swiper-button.swiper-button-prev {
  right: 80px;
  left: auto;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_home .swiper-container .swiper-button.swiper-button-prev {
    right: 65px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_banner_home .swiper-container .swiper-button.swiper-button-prev {
    right: 60px;
  }
}
.hb_banner_home .swiper-container .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 80px;
  background-color: #EEF1F2;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_home .swiper-container .swiper-pagination {
    height: 50px;
  }
}
.hb_banner_home .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #DADDDE;
}
.hb_banner_home .lists-container {
  position: absolute;
  left: 50px;
  bottom: 28px;
  z-index: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_home .lists-container {
    bottom: 14px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_banner_home .lists-container {
    left: 15px;
    bottom: 13px;
  }
}
.hb_banner_home .lists-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.hb_banner_home .lists-container ul li {
  position: relative;
  margin-left: 60px;
  transition: all 0.2s linear;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hb_banner_home .lists-container ul li::before {
  bottom: 0;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
  background: #C8332F;
  position: absolute;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.hb_banner_home .lists-container ul li::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  right: -46px;
  top: 50%;
  margin-top: 1px;
  background-color: #000;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_banner_home .lists-container ul li:first-child {
    margin-left: 0;
  }
}
.hb_banner_home .lists-container ul li:last-child::after {
  display: none;
}
.hb_banner_home .lists-container ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hb_banner_home .lists-container ul li:hover::before {
  opacity: 1;
  width: 100%;
}
.hb_banner_home .nagi-line {
  display: none;
}

/** */
.hb_abouts_design {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_abouts_design {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_abouts_design {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_abouts_design {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_abouts_design {
    padding-bottom: 5rem;
  }
}
.hb_abouts_design .container .flex-info {
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.hb_abouts_design .container .flex-info .cell-content {
  flex: 0 0 48%;
  max-width: 48%;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_abouts_design .container .flex-info .cell-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.hb_abouts_design .container .flex-info .cell-content .content-inner .heading-title {
  font-size: 1.5625rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 48rem) {
  .hb_abouts_design .container .flex-info .cell-content .content-inner .heading-title {
    font-size: 1.8125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_abouts_design .container .flex-info .cell-content .content-inner .heading-title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) and (min-width: 48rem) {
  .hb_abouts_design .container .flex-info .cell-content .content-inner .heading-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_abouts_design .container .flex-info .cell-content .content-inner .heading-title {
    font-size: 1.5625rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 35.99875rem) and (min-width: 48rem) {
  .hb_abouts_design .container .flex-info .cell-content .content-inner .heading-title {
    font-size: 1.8125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_abouts_design .container .flex-info .cell-content .content-inner .heading-title br {
    display: none;
  }
}
.hb_abouts_design .container .flex-info .cell-content .content-inner .heading-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 3px;
  content: "";
  background: #333333;
}
.hb_abouts_design .container .flex-info .cell-content .content-inner .desc {
  margin-bottom: 20px;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_abouts_design .container .flex-info .cell-content .content-inner .desc {
    margin-bottom: 15px;
  }
}
.hb_abouts_design .container .flex-info .cell-content .content-inner .button-link {
  padding: 11px 25px 8px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
}
.hb_abouts_design .container .flex-info .cell-content .content-inner .button-link::before {
  background: #C8332F;
}
.hb_abouts_design .container .flex-info .cell-content .content-inner .button-link::after {
  background: #C8332F;
}
.hb_abouts_design .container .flex-info .cell-content .content-inner .button-link span {
  color: #000;
}
.hb_abouts_design .container .flex-info .cell-content .content-inner .button-link:hover {
  color: #fff;
  border: 1px solid #C8332F;
}
.hb_abouts_design .container .flex-info .cell-content .content-inner .button-link:hover span {
  color: #fff;
}
.hb_abouts_design .container .flex-info .cell-box {
  flex: 0 0 48%;
  max-width: 48%;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_abouts_design .container .flex-info .cell-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_abouts_design .container .flex-info .cell-box .listsbox-inner ul.lists {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.hb_abouts_design .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ._desc iframe {
  width: 100%;
  height: 350px;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_abouts_design .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ._desc iframe {
    height: 250px;
  }
}

/** */
.hb_iconbox_design {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #F5F5F5;
}
@media only screen and (min-width: 48rem) {
  .hb_iconbox_design {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_iconbox_design {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_iconbox_design {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_iconbox_design {
    padding-bottom: 5rem;
  }
}
.hb_iconbox_design .container .flex-info .cell-box {
  flex: 0 0 100%;
  max-width: 100%;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_iconbox_design .container .flex-info .listsbox-inner ul.lists {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_iconbox_design .container .flex-info .listsbox-inner ul.lists {
    grid-gap: 1.875rem;
    gap: 1.875rem;
    margin: 0;
  }
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  position: relative;
  flex: 0 0 332px;
  max-width: 332px;
  height: 332px;
  padding: 60px 15px;
  transition: all 0.1s linear 0s;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 100%;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item ._icons i {
  font-size: 3rem;
  line-height: 36px;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item ._icons i {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item ._icons i {
    font-size: 3rem;
  }
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item ._content ._title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 0 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item ._content ._title {
    padding: 0 0 10px;
  }
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item ._content ._desc {
  padding: 0 10px;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item:nth-child(1) ._icons i {
  color: #6dd3d1;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item:nth-child(2) ._icons i {
  color: #fabc59;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item:nth-child(3) ._icons i {
  color: #f1805f;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item:hover {
  cursor: pointer;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item:hover:nth-child(1) {
  background: #6dd3d1;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item:hover:nth-child(2) {
  background: #fabc59;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item:hover:nth-child(3) {
  background: #f1805f;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item:hover ._icons i {
  color: #fff;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item:hover ._content ._title {
  color: #fff;
}
.hb_iconbox_design .container .flex-info .listsbox-inner ul.lists li.item:hover ._content ._desc {
  color: #fff;
}
/** */
.hb_title_design {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #C8332F;
}
@media only screen and (min-width: 48rem) {
  .hb_title_design {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_title_design {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_title_design {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_title_design {
    padding-bottom: 1.875rem;
  }
}
.hb_title_design .container .heading-title {
  margin-bottom: 0;
  font-size: 1.3125rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .hb_title_design .container .heading-title {
    font-size: 1.5rem;
  }
}

.hb_title_design.color {
  background: #6dd3d1;
}

/** */
@keyframes collection2 {
  to {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  from {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes collection2 {
  to {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  from {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.hb_process_steps {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 48rem) {
  .hb_process_steps {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_process_steps {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_process_steps {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_process_steps {
    padding-bottom: 5rem;
  }
}
.hb_process_steps::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  content: "";
  z-index: -1;
}
.hb_process_steps .container .flex-info .cell-box {
  flex: 0 0 100%;
  max-width: 100%;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  list-style: none;
  margin: 0 -15px;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists {
    flex-flow: row wrap;
    margin: 0;
  }
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item {
  padding: 0 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin: 30px 0 95px;
  text-align: right;
  cursor: pointer;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._icons {
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  position: relative;
  perspective: 1000px;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._icons::before {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  transition: all 0.8s ease 0s;
  opacity: 1;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._icons::after {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  transition: all 0.8s ease 0.2s;
  opacity: 1;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._icons i {
  font-size: 1.5rem;
  line-height: 50px;
  color: #fff;
  position: relative;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ._title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 20px 0 10px;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ._desc {
  padding-left: 15%;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item ._content ._desc {
    padding-left: 0;
  }
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item:nth-child(1) ._icons {
  background: #6dd3d1;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item:nth-child(2) ._icons {
  background: #fabc59;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item:nth-child(3) ._icons {
  background: #f1805f;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item:nth-child(4) ._icons {
  background: #6dd3d1;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item:nth-child(5) ._icons {
  background: #fabc59;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item:nth-child(6) ._icons {
  background: #f1805f;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item:hover ._icons {
  animation: collection2 2s linear 0s infinite;
}
.hb_process_steps .container .flex-info .cell-box .listsbox-inner ul.lists li.item:hover ._content ._title {
  color: #C8332F;
}

/** */
.post-user-design {
  display: none;
}

.hb_posts_design {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_posts_design {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_posts_design {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_posts_design {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_posts_design {
    padding-bottom: 1.875rem;
  }
}
.hb_posts_design .flex-info .cell-content .grid-posts .item {
  position: relative;
  perspective: 1000px;
  cursor: pointer;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_posts_design .flex-info .cell-content .grid-posts .item a.block.cover .after-overlay {
    aspect-ratio: auto 4/3;
  }
}
.hb_posts_design .flex-info .cell-content .grid-posts .item a.block.cover .icon {
  display: none;
}
.hb_posts_design .flex-info .cell-content .grid-posts .item a.block.cover::before {
  display: none;
}
.hb_posts_design .flex-info .cell-content .grid-posts .item .cover-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  border: 5px solid #eeeeee;
  width: 100%;
  height: 100%;
  transform: rotateY(-35deg);
  transform-origin: left center 0;
  transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;
  opacity: 0;
  overflow: hidden;
  overflow-y: scroll !important;
  padding: 20px;
}
.hb_posts_design .flex-info .cell-content .grid-posts .item .cover-content .title {
  margin-bottom: 5px;
}
.hb_posts_design .flex-info .cell-content .grid-posts .item .cover-content .post-user-design {
  display: block;
  margin-bottom: 10px;
}
.hb_posts_design .flex-info .cell-content .grid-posts .item .cover-content .excerpt {
  text-align: left;
  letter-spacing: 0.5px;
}
.hb_posts_design .flex-info .cell-content .grid-posts .item .cover-content .view-detail {
  display: inline-block;
  margin-top: 10px;
}
.hb_posts_design .flex-info .cell-content .grid-posts .item .meta {
  display: none;
}
.hb_posts_design .flex-info .cell-content .grid-posts .item:hover .cover-content {
  transform: rotateY(0deg);
  opacity: 1;
  transition: transform 0.3s linear 0s, opacity 0s linear 0s;
}
.hb_posts_design .flex-info .cell-content .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 117.49875rem) {
  .hb_posts_design .flex-info .cell-content .swiper-button {
    display: none;
  }
}
.hb_posts_design .flex-info .cell-content .swiper-button::before {
  border: none;
  color: #000;
  opacity: 1;
  font-size: 1.5rem;
}
.hb_posts_design .flex-info .cell-content .swiper-button.swiper-button-prev {
  left: -40px;
}
.hb_posts_design .flex-info .cell-content .swiper-button.swiper-button-next {
  right: -40px;
}
.hb_posts_design .flex-info .cell-content .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 117.49875rem) {
  .hb_posts_design .flex-info .cell-content .swiper-pagination {
    display: block;
    bottom: -20px;
  }
}
.hb_posts_design .flex-info .cell-content .hb_button {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 117.49875rem) {
  .hb_posts_design .flex-info .cell-content .hb_button {
    margin-top: 50px;
  }
}
.hb_posts_design .flex-info .cell-content .hb_button .button-link {
  padding: 11px 25px 8px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
}
.hb_posts_design .flex-info .cell-content .hb_button .button-link::before {
  background: #C8332F;
}
.hb_posts_design .flex-info .cell-content .hb_button .button-link::after {
  background: #C8332F;
}
.hb_posts_design .flex-info .cell-content .hb_button .button-link span {
  color: #000;
}
.hb_posts_design .flex-info .cell-content .hb_button .button-link:hover {
  color: #fff;
  border: 1px solid #C8332F;
}
.hb_posts_design .flex-info .cell-content .hb_button .button-link:hover::before, .hb_posts_design .flex-info .cell-content .hb_button .button-link:hover::after {
  width: 60%;
}
.hb_posts_design .flex-info .cell-content .hb_button .button-link:hover span {
  color: #fff;
}

.hb_vision_mission_corevalues {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .hb_vision_mission_corevalues {
    padding-top: 5.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_vision_mission_corevalues {
    padding-top: 11.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_vision_mission_corevalues {
    padding-bottom: 5.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_vision_mission_corevalues {
    padding-bottom: 11.25rem;
  }
}
.hb_vision_mission_corevalues::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.hb_vision_mission_corevalues .item .overlay-content .inner .html-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .hb_vision_mission_corevalues .item .overlay-content .inner .html-title {
    font-size: 1.25rem;
  }
}
.hb_vision_mission_corevalues .item .overlay-content .inner .html-title::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  margin-right: 8px;
}
.hb_vision_mission_corevalues .item .overlay-content .inner .html-title::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  margin-left: 8px;
}
.hb_vision_mission_corevalues .item .overlay-content .inner .html-desc {
  font-size: 1.125rem;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 0.5px;
  padding: 15px 30px;
}
@media only screen and (min-width: 48rem) {
  .hb_vision_mission_corevalues .item .overlay-content .inner .html-desc {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_vision_mission_corevalues .item .overlay-content .inner .html-desc {
    line-height: 32px;
    padding: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 63.99875rem) and (min-width: 48rem) {
  .hb_vision_mission_corevalues .item .overlay-content .inner .html-desc {
    font-size: 1.0625rem;
  }
}
.hb_vision_mission_corevalues .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
  top: 55%;
}
@media only screen and (max-width: 117.49875rem) {
  .hb_vision_mission_corevalues .swiper-button {
    display: none;
  }
}
.hb_vision_mission_corevalues .swiper-button::before {
  border: none;
  color: #fff;
  opacity: 1;
  font-size: 2rem;
}
.hb_vision_mission_corevalues .swiper-button.swiper-button-prev {
  left: -30px;
}
.hb_vision_mission_corevalues .swiper-button.swiper-button-next {
  right: -30px;
}
.hb_vision_mission_corevalues .swiper-pagination {
  position: relative;
  bottom: -20px;
  display: none;
}
@media only screen and (max-width: 117.49875rem) {
  .hb_vision_mission_corevalues .swiper-pagination {
    display: block;
  }
}
.hb_vision_mission_corevalues .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.hb_vision_mission_corevalues .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

/** */
.hb_clients_design .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.hb_clients_design .container .flex-info, .hb_clients_design .container .cell-box {
  width: 100%;
}
.hb_clients_design .container .gallery-design {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cột */
  grid-auto-rows: 280px;
  /* Thiết lập kích thước các ảnh lớn nhỏ khác nhau */
}
@media only screen and (max-width: 63.99875rem) {
  .hb_clients_design .container .gallery-design {
    grid-template-columns: repeat(2, 1fr); /* 4 cột */
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_clients_design .container .gallery-design {
    grid-template-columns: repeat(1, 1fr); /* 4 cột */
  }
}
.hb_clients_design .container .gallery-design a {
  position: relative;
  overflow: hidden;
}
.hb_clients_design .container .gallery-design a::after {
  position: absolute;
  left: 0;
  top: 20%;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  transition: all 0.2s linear 0s;
}
.hb_clients_design .container .gallery-design a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_clients_design .container .gallery-design a .description {
  position: absolute;
  padding: 0px 10px;
  bottom: 34px;
  width: 100%;
  z-index: 2;
  bottom: -100%;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.5px;
}
.hb_clients_design .container .gallery-design a:hover::after {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hb_clients_design .container .gallery-design a:hover .description {
  bottom: 25px;
}
.hb_clients_design .container .gallery-design .large {
  grid-column: span 2; /* Ảnh lớn chiếm 3 cột */
  grid-row: span 1; /* Ảnh lớn chiếm 2 hàng */
}
@media only screen and (max-width: 35.99875rem) {
  .hb_clients_design .container .gallery-design .large {
    grid-column: span 1;
  }
}
.hb_clients_design .container .gallery-design .medium {
  grid-column: span 1; /* Ảnh lớn chiếm 3 cột */
  grid-row: span 2; /* Ảnh lớn chiếm 2 hàng */
}

.hb_brand_design {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_brand_design {
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_brand_design {
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_brand_design {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_brand_design {
    padding-bottom: 1.875rem;
  }
}
.hb_brand_design .container .swiper-container .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
.hb_brand_design .container .swiper-container .swiper-button::before {
  border: none;
  color: #000;
  opacity: 1;
  font-size: 1.5rem;
}
@media only screen and (max-width: 117.49875rem) {
  .hb_brand_design .container .swiper-container .swiper-button {
    display: none;
  }
}
.hb_brand_design .container .swiper-container .swiper-button.swiper-button-prev {
  left: -40px;
}
.hb_brand_design .container .swiper-container .swiper-button.swiper-button-next {
  right: -40px;
}
.hb_brand_design .container .swiper-container .swiper-pagination {
  position: relative;
  bottom: -20px;
  display: none;
}
@media only screen and (max-width: 117.49875rem) {
  .hb_brand_design .container .swiper-container .swiper-pagination {
    display: block;
  }
}

/** */
.fb-comments {
  padding-top: 30px;
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
}

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