@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: #1f438c;
  --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: #1f438c;
  --Primary-02: #eb1d24;
  --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: 16px;
  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: 64.0625rem) {
  .lg-header\:hidden {
    display: none;
  }
}

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

@media only screen and (min-width: 64.0625rem) {
  .\!lg-header\: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: 46.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 62.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 73.75rem;
  }
}
@media only screen and (min-width: 85.375rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 80rem;
  }
}
@media only screen and (min-width: 90rem) {
  :is(.container, .flex-container, .grid-container):not(.full).\2 xl {
    max-width: 85rem;
  }
}
@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: #1f438c;
  color: #fff;
}
.pagination button :hover {
  background: #1f438c;
  color: #fff;
}

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.1875rem;
  height: 2.1875rem;
  padding: 0;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  overflow: hidden;
}
nav.nav-pagination ul.pagination li a {
  background-color: #ededed;
}
nav.nav-pagination ul.pagination li a:hover {
  background-color: #1f438c;
}
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;
}
nav.nav-pagination ul.pagination li .next,
nav.nav-pagination ul.pagination li .prev {
  background-color: transparent;
}
nav.nav-pagination ul.pagination li .next:hover,
nav.nav-pagination ul.pagination li .prev:hover {
  color: #1f438c;
}
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: #1f438c;
}

.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: -10px;
  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: #1f438c;
  box-shadow: 0 7px 0 #1f438c, 0 14px 0 #1f438c;
}
.off-canvas-content .menu-lines:hover::after {
  background: #eb1d24;
  box-shadow: 0 7px 0 #eb1d24, 0 14px 0 #eb1d24;
}
.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: 46.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 62.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 73.75rem;
  }
}
@media only screen and (min-width: 85.375rem) {
  .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 #1f438c;
  border-radius: 50%;
  color: #1f438c;
  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: 80px;
  }
}
.back-to-top:hover {
  color: #eb1d24;
  border-color: #eb1d24;
}
.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;
}
@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::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(3, 1fr);
  grid-gap: 3.75rem;
  gap: 3.75rem;
}
@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: 63.99875rem) {
  #footer-widgets .rows.row-1 .flex-x {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .flex-x {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
#footer-widgets .rows.row-1 .cell .widget-title {
  font-size: 1.375rem;
  line-height: 26px;
  text-transform: uppercase;
  color: #1f438c;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .cell .widget-title {
    margin-bottom: 10px;
  }
}
#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;
  font-size: 0.9375rem;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000;
  text-transform: uppercase;
}
#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 .hb_footer_desc .textwidget {
  font-size: 0.9375rem;
  line-height: 26px;
}
#footer-widgets .rows.row-1 .hb_footer_item {
  font-size: 0.9375rem;
  line-height: 26px;
  display: flex;
  align-items: baseline;
  margin-bottom: 0.625rem;
}
#footer-widgets .rows.row-1 .hb_footer_item i {
  margin-right: 10px;
  font-weight: 300;
}
#footer-widgets .rows.row-1 .hb_footer_item.mail {
  margin-bottom: 0;
}
#footer-widgets .rows.row-1 .social_footer {
  margin-top: 1.25rem;
}
#footer-widgets .rows.row-1 .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 .social_footer ul li a {
  color: #fff;
  font-size: 1.125rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #1f438c;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}
#footer-widgets .rows.row-1 .social_footer ul li a img {
  width: 1.875rem;
  height: 1.875rem;
  object-fit: contain;
}
#footer-widgets .rows.row-1 .social_footer ul li.facebook a:hover {
  background: #3b5998;
}
#footer-widgets .rows.row-1 .social_footer ul li.youtube a:hover {
  background: #ff0000;
}
#footer-widgets .rows.row-1 .social_footer ul li.instagram a:hover {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
#footer-widgets .rows.row-1 .social_footer ul li.zalo a:hover {
  background: #015ce0;
}
#footer-widgets .rows.row-1 .cell.cell-1 .logo {
  margin-bottom: 0.9375rem;
}
#footer-widgets .rows.row-1 .cell.cell-1 .logo img {
  max-width: 140px;
}
#footer-widgets .rows.row-1 .cell.cell-2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .cell.cell-2 {
    justify-content: flex-start;
  }
}
#footer-widgets .rows.row-1 .cell.cell-2 .widget_nav_menu ul li a {
  position: relative;
}
#footer-widgets .rows.row-1 .cell.cell-2 .widget_nav_menu ul li a:hover {
  color: #eb1d24;
}
#footer-widgets .rows.row-1 .cell.cell-2 .widget_nav_menu ul li.phone a::before {
  content: "\f095";
}
#footer-widgets .rows.row-1 .cell.cell-2 .widget_nav_menu ul li.mail a::before {
  content: "\f0e0";
}
#footer-widgets .rows.row-1 .cell.cell-2 .widget_nav_menu ul li.address a::before {
  content: "\f3c5";
}
/** */
#footer-info {
  background-color: #1f438c;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 12px;
}
#footer-info a {
  color: currentColor;
}
#footer-info .copyright {
  font-size: 0.875rem;
  display: block;
}
#footer-info .hd {
  font-size: 0.875rem;
  display: block;
}
#footer-info ul.menu {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  #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.25rem;
    gap: 1.25rem;
  }
}
#footer-info ul.menu li {
  position: relative;
}
#footer-info ul.menu li a {
  font-size: 0.875rem;
  padding: 0;
}
#footer-info ul.menu li:first-child::after {
  position: absolute;
  content: "|";
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}
#footer-info .container {
  align-items: center;
  justify-content: space-between;
  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;
}

/** */
#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: 46.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 62.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 73.75rem;
  }
}
@media only screen and (min-width: 85.375rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 80rem;
  }
}
@media only screen and (min-width: 90rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 85rem;
  }
}

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

/** */
#top-header {
  background: #1f438c;
  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 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #1f438c;
  transition: all 0.3s ease;
}
#inside-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#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.75rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (min-width: 48rem) {
  #inside-header .logo .custom-logo-link > .custom-logo {
    height: 4.625rem;
  }
}
#inside-header .menu.desktop-menu {
  justify-content: center;
}
#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: 0;
  font-size: 1rem;
  color: #fff;
  position: relative;
  transition: all 0.25s ease;
  text-transform: uppercase;
  line-height: initial;
}
#inside-header .menu.desktop-menu > li > a::before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media only screen and (min-width: 85.375rem) {
  #inside-header .menu.desktop-menu > li.menu-item-has-children > a {
    padding-right: 30px;
  }
}
#inside-header .menu.desktop-menu > li:not(:last-child) {
  position: relative;
}
#inside-header .menu.desktop-menu > li:not(:last-child)::after {
  width: 2px;
  background-color: #fff;
  content: "";
  opacity: 0.2;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  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: #e50000;
}
#inside-header .menu.desktop-menu ul li a {
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
#inside-header .menu.desktop-menu ul li.active > a, #inside-header .menu.desktop-menu ul li.current-menu-item > a {
  color: #eb1d24;
}
#inside-header .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .container {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
#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;
  display: flex;
  align-items: center;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .container .cell.cell-3 {
    justify-content: flex-end;
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
#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: 0.875rem;
  font-weight: 500;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 100%;
}
#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;
  color: #fff;
}
#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: 1rem;
}
#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 .header-widgets.widget_polylang {
  padding: 8px 20px 5px;
  border-radius: 50px;
  border: 1px solid rgba(204, 204, 204, 0.8);
}
#inside-header .container .cell .header-widgets.widget_polylang ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
#inside-header .container .cell .header-widgets.widget_polylang ul li {
  position: relative;
}
#inside-header .container .cell .header-widgets.widget_polylang ul li:first-child::after {
  display: inline-block;
  content: "|";
  margin: 0 5px;
}
#inside-header .container .cell .header-widgets.widget_polylang ul li.current-lang a {
  font-weight: 600;
  color: #e50000;
}
#inside-header .container .cell .mini_widget_shopping_cart {
  margin-right: 12px;
}
#inside-header .container .cell .menu.desktop-menu {
  height: 100%;
}
@media only screen and (max-width: 64.06125rem) {
  #inside-header .container .cell .menu.desktop-menu {
    display: none !important;
  }
}
#inside-header .container .cell .menu.desktop-menu > li {
  display: flex;
  align-items: center;
}
#inside-header .container .cell .menu.desktop-menu > li.opens-right .is-dropdown-submenu {
  top: 150% !important;
}
#inside-header .container .cell .menu.desktop-menu > li.opens-right .is-dropdown-submenu li a:hover {
  color: #eb1d24;
}

.site-header {
  position: relative;
  z-index: 9;
}

/** */
ul.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  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: #000;
  font-weight: 400;
}
ul.breadcrumbs li > a:hover {
  opacity: 0.8;
  color: #1f438c;
}
ul.breadcrumbs li.current {
  color: #000;
  font-weight: 400;
}
ul.breadcrumbs li.paged {
  color: #fff;
  font-weight: 400;
}
ul.breadcrumbs li:not(:last-child)::after {
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  color: #000;
  font-weight: 400;
  font-size: 0.8125rem;
  margin-left: 7px;
  margin-right: 7px;
}

/** */
.section.section-title {
  position: relative;
}
.section.section-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.09;
  display: none;
}
.section.section-title .breadcrumb-title {
  font-weight: 600;
  color: currentColor;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.875rem;
}
@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;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.section-title .breadcrumb-title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 35.99875rem) and (min-width: 48rem) {
  .section.section-title .breadcrumb-title {
    font-size: 1.0625rem;
  }
}
.section.section-title .hashtag {
  font-weight: 700;
  font-size: 0.9375rem;
  margin-bottom: 0;
}
.section.section-title .hashtag span {
  color: #eb1d24;
}
.section.section-title ul.breadcrumbs {
  font-size: 1rem;
}
@media only screen and (max-width: 35.99875rem) {
  .section.section-title ul.breadcrumbs {
    font-size: 0.75rem;
    display: none;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.section-title ul.breadcrumbs li.current {
    font-size: 0.75rem;
  }
}
.section.section-title:not(.has-background) {
  border-top: 1px solid rgba(31, 67, 140, 0.1);
}
.section.section-title.has-background {
  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 .container {
  text-align: left;
}
.section.section-title.has-background ul.breadcrumbs {
  width: 100%;
  justify-content: flex-start;
}
.section.section-title > .container {
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-title > .container {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-title > .container {
    padding-top: 2.5rem;
  }
}

/** */
.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: #1f438c;
  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: #1f438c;
}
.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: #405d2b;
}
.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: 46.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    max-width: 62.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    max-width: 73.75rem;
  }
}
@media only screen and (min-width: 85.375rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    max-width: 80rem;
  }
}

/** */
.singular.page-about-us {
  padding-top: 30px;
}

.section.singular.page {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@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 .heading-title {
  text-align: left;
  color: #1f438c;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  text-transform: uppercase !important;
  font-size: 1.3125rem;
}
@media only screen and (min-width: 48rem) {
  .section.singular.page .heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.page .heading-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section.singular.page h1,
.section.singular.page .h1,
.section.singular.page h2,
.section.singular.page .h2,
.section.singular.page h3,
.section.singular.page .h3,
.section.singular.page h4,
.section.singular.page .h4,
.section.singular.page h5,
.section.singular.page .h5,
.section.singular.page h6,
.section.singular.page .h6 {
  text-align: left;
  color: #1f438c;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.3125rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.singular.page h1,
  .section.singular.page .h1,
  .section.singular.page h2,
  .section.singular.page .h2,
  .section.singular.page h3,
  .section.singular.page .h3,
  .section.singular.page h4,
  .section.singular.page .h4,
  .section.singular.page h5,
  .section.singular.page .h5,
  .section.singular.page h6,
  .section.singular.page .h6 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.page h1,
  .section.singular.page .h1,
  .section.singular.page h2,
  .section.singular.page .h2,
  .section.singular.page h3,
  .section.singular.page .h3,
  .section.singular.page h4,
  .section.singular.page .h4,
  .section.singular.page h5,
  .section.singular.page .h5,
  .section.singular.page h6,
  .section.singular.page .h6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.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: #1f438c;
  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: #1f438c;
}
.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: #eb1d24;
}
.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: #1f438c;
}
@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: #eb1d24;
}

/** */
.page-template-page-contact .section.section-title .breadcrumb-title {
  display: none;
}

/** */
.wpcf7 form .wpcf7-response-output {
  color: #eb1d24;
  border: none !important;
  margin: 1em 0.5em 1em !important;
  padding: 0 !important;
}

/** */
.section.singular.page.page-contact {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section.singular.page.page-contact header .heading-title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact header .heading-title {
    margin-bottom: 20px;
  }
}
.section.singular.page.page-contact .right-container {
  margin-right: 0;
  margin-left: auto;
  padding-left: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .section.singular.page.page-contact .right-container {
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 36rem) {
  .section.singular.page.page-contact .right-container {
    max-width: calc(50% + 23.0625rem);
  }
}
@media only screen and (min-width: 48rem) {
  .section.singular.page.page-contact .right-container {
    max-width: calc(50% + 31.0625rem);
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.page.page-contact .right-container {
    max-width: calc(50% + 36.875rem);
  }
}
@media only screen and (min-width: 85.375rem) {
  .section.singular.page.page-contact .right-container {
    max-width: calc(50% + 40rem);
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact .right-container {
    padding-right: 10px;
  }
}
.section.singular.page.page-contact article {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.singular.page.page-contact article {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.page.page-contact article {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.singular.page.page-contact article {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.page.page-contact article {
    padding-bottom: 3.75rem;
  }
}
.section.singular.page.page-contact article .form-infos {
  flex: 0 0 42%;
  max-width: 42%;
}
.section.singular.page.page-contact article .form-infos .re-contact {
  margin: 0;
  list-style: none;
  display: grid;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.section.singular.page.page-contact article .form-infos .re-contact .heading-title {
  margin: 0;
  font-size: 2.1875rem;
  line-height: 42px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.page.page-contact article .form-infos .re-contact .heading-title {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
.section.singular.page.page-contact article .form-infos .re-contact .c_title_company {
  font-size: 1.5625rem;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.page.page-contact article .form-infos .re-contact .c_title_company {
    font-size: 1.125rem;
    line-height: 26px;
  }
}
.section.singular.page.page-contact article .form-infos .re-contact li {
  display: flex;
  align-items: baseline;
}
.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: 300;
  font-size: 1rem;
  margin-right: 10px;
}
.section.singular.page.page-contact article .form-infos .re-contact li p {
  font-size: 0.875rem;
}
.section.singular.page.page-contact article .form-infos .re-contact li p .title {
  width: 100%;
  font-weight: 500;
}
.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: "\f658";
}
.section.singular.page.page-contact article .form-infos .re-contact li.address .icon::before {
  content: "\f3c5";
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.page.page-contact article .form-infos {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@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-inner.contact-form-inner {
  flex: 0 0 55%;
  max-width: 55%;
  background: #1f438c;
  padding: 40px 80px;
  border-radius: 30px 0 0 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner {
    padding: 20px 30px;
    border-radius: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner {
    padding: 20px;
    border-radius: 15px;
  }
}
.section.singular.page.page-contact article .form-inner.contact-form-inner .c_title_form {
  font-size: 2.1875rem;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner .c_title_form {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.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 [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;
}
.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],
.section.singular.page.page-contact article .form-inner.contact-form-inner form textarea {
  background: transparent;
  border: 1px solid #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  padding-left: 10px;
  width: 100%;
  font-size: 0.875rem;
  border-radius: 10px;
  color: #fff;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form input::-webkit-input-placeholder {
  color: #fff;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form input::placeholder {
  color: #fff;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form select {
  height: 40px;
  border-radius: 10px;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #fff;
  border-radius: 10px;
  background: transparent;
  color: #fff;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form textarea {
  color: #fff;
  width: 100%;
  padding-top: 0.625rem;
  height: 95px;
  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 textarea::-webkit-input-placeholder {
  color: #fff;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form textarea::placeholder {
  color: #fff;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit {
  display: inline-flex;
  position: relative;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit::after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  z-index: 1;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit input {
  padding: 12px 60px 8px 40px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1;
  background: #fff;
  font-weight: 500;
  color: #000;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit input:hover {
  background: #1f438c;
  color: #fff;
  border: 1px solid #fff;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.section.singular.page.page-contact article .form-inner.contact-form-inner form .form-submit:hover::after {
  color: #fff;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page.page-contact article .form-inner.contact-form-inner {
    flex: 0 0 100%;
    max-width: 100%;
    order: unset;
  }
}
.section.singular.page.page-contact .form-map {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border-radius: 10px;
}
@media only screen and (min-width: 48rem) {
  .section.singular.page.page-contact .form-map {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.page.page-contact .form-map {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.singular.page.page-contact .form-map {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.page.page-contact .form-map {
    margin-bottom: 2.5rem;
  }
}

.contact-systems-wrapper {
  margin-bottom: 1.875rem;
  padding: 40px 0;
  background-color: #f9f9f9;
  border-radius: 10px;
}
@media only screen and (min-width: 48rem) {
  .contact-systems-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .contact-systems-wrapper {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .contact-systems-wrapper {
    padding: 25px 0;
  }
}
.contact-systems-wrapper .system-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.contact-systems-wrapper .system-block {
  flex: 1;
  min-width: calc(50% - 15px);
}
@media only screen and (max-width: 35.99875rem) {
  .contact-systems-wrapper .system-block {
    min-width: 100%;
  }
}
.contact-systems-wrapper .system-heading {
  color: #1f438c;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 2px solid #1f438c;
  padding-bottom: 8px;
}
.contact-systems-wrapper .system-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-systems-wrapper .system-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}
.contact-systems-wrapper .system-list li::before {
  content: "•";
  color: #eb1d24;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/** */
.section.singular.post {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@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;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.post > .container .content-col {
    padding-left: 50px;
    padding-right: 100px;
  }
}
.section.singular.post > .container .sharing-toolbox {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.post > .container .sharing-toolbox .share-title {
  bottom: 0;
  white-space: nowrap;
  transform: unset;
}
.section.singular.post > .container .sharing-toolbox .social-share ul.share-actions {
  flex-direction: unset;
  justify-content: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.post > .container .sharing-toolbox .social-share ul.share-actions li {
  margin-bottom: 0;
}
.section.singular.post > .container .sharing-toolbox .social-share ul.share-actions li.share-action-whatsapp,
.section.singular.post > .container .sharing-toolbox .social-share ul.share-actions .share-action-linkedin,
.section.singular.post > .container .sharing-toolbox .social-share ul.share-actions li.share-action-copy-link,
.section.singular.post > .container .sharing-toolbox .social-share ul.share-actions .li.share-action-whatsapp {
  display: none;
}
.section.singular.post > .container iframe {
  width: 100%;
}
.section.singular.post header .heading-title {
  text-align: left;
  color: #1f438c;
  font-weight: 600;
  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 {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section.singular.post header .excerpt {
  display: none;
  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: #1f438c;
  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: #1f438c;
}
.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: #eb1d24;
}
.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: #1f438c;
}
@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: #eb1d24;
}

/** */
#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: #1f438c;
  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: #1f438c;
  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 .cover-content .meta {
  display: none;
}
.grid-posts div.item .cover-content a .title:hover {
  color: #1f438c;
}
.grid-posts div.item .cover-content .title {
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 48rem) {
  .grid-posts div.item .cover-content .title {
    font-size: 1.0625rem;
  }
}
@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: #eb1d24;
}
@media only screen and (max-width: 63.99875rem) {
  .grid-posts div.item .cover-content .title {
    margin-bottom: 0;
  }
}
.grid-posts div.item .cover-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 0;
  font-size: 0.875rem;
}
@supports (-webkit-line-clamp: 3) {
  .grid-posts div.item .cover-content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-posts div.item .view-detail {
  margin-top: 1.25rem;
  padding: 8px 15px 6px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #1f438c;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  text-transform: uppercase;
  z-index: 1;
  background: #1f438c;
  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: #1f438c;
  transition: 0.3s;
}
.grid-posts div.item .meta {
  padding: 10px 25px;
  border-top: 1px solid #eaeaea;
  font-size: 0.75rem;
  color: rgb(173, 173, 173);
  display: none;
}
.grid-posts div.item .meta .post-user {
  margin-right: 10px;
}
.grid-posts div.item .meta .post-date i {
  margin-right: 5px;
}

/** */
a.btn-link {
  font-size: 16px;
  border-radius: 100px;
  padding: 8px 25px;
  background: linear-gradient(90deg, #1f438c 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: #1f438c;
  border-color: #1f438c;
}
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: #eb1d24;
}
.is-invalid-label input::before {
  border-color: #eb1d24 !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: #1f438c;
}
@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: #1f438c;
  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: #1f438c;
  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: #1f438c;
  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: #eb1d24;
}
@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: #405d2b;
}
@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: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.archive {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.archive {
    padding-bottom: 3.75rem;
  }
}
.section.archive .container header {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.section.archive .container header .heading-title {
  text-align: center;
  color: #1f438c;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.3125rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 48rem) {
  .section.archive .container header .heading-title {
    font-size: 1.5rem;
  }
}
@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: #1f438c;
  opacity: 1;
  font-weight: 500;
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button:hover::before {
  color: #1f438c;
  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: #1f438c;
}
.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: #1f438c;
  font-weight: 500;
}

.section.archive.post .archive_content_top {
  position: relative;
  z-index: 1;
  margin-bottom: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.post .archive_content_top {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.post .archive_content_top {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.section.archive.post .archive_content_top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  background: #f4f4f4;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}
.section.archive.post .archive_content_top .container .feature-posts {
  padding: 0;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
}
.section.archive.post .archive_content_top .container .feature-posts .item {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.post .archive_content_top .container .feature-posts .item {
    flex-flow: row wrap;
    padding-top: 50px;
  }
}
.section.archive.post .archive_content_top .container .feature-posts .item .title_news {
  width: 40%;
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 2.1875rem;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 30px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.post .archive_content_top .container .feature-posts .item .title_news {
    display: none;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.post .archive_content_top .container .feature-posts .item .title_news {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 32px;
    text-align: center;
  }
}
.section.archive.post .archive_content_top .container .feature-posts .item .block.cover {
  flex: 0 0 60%;
  max-width: 60%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.post .archive_content_top .container .feature-posts .item .block.cover {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.post .archive_content_top .container .feature-posts .item .block.cover {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.archive.post .archive_content_top .container .feature-posts .item .cover-content {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.post .archive_content_top .container .feature-posts .item .cover-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.post .archive_content_top .container .feature-posts .item .cover-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.section.archive.post .archive_content_top .container .feature-posts .item .cover-content a .title {
  font-size: 1.375rem;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.post .archive_content_top .container .feature-posts .item .cover-content a .title {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.section.archive.post .archive_content_top .container .feature-posts .item .cover-content a:hover .title {
  color: #1f438c;
}
.section.archive.post .archive_content_top .container .feature-posts .item .cover-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.875rem;
}
@supports (-webkit-line-clamp: 3) {
  .section.archive.post .archive_content_top .container .feature-posts .item .cover-content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive.post .container .grid-posts .cell .item .cover-content {
  padding: 10px 0 0;
}
.section.archive.post .container .grid-posts .cell .item .cover-content .view-detail-design {
  display: none;
}

.section.archive.new .grid-posts,
.section.archive.post .grid-posts {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive.new .grid-posts,
  .section.archive.post .grid-posts {
    flex-flow: row wrap;
  }
}
.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: #eb1d24;
}
.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: #1f438c;
}
.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: #1f438c;
  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: #1f438c;
  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: #1f438c;
}
.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: #1f438c;
}
.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: #1f438c;
  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: #1f438c;
  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: #eb1d24;
}
.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: #1f438c;
  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: #1f438c;
  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: #eb1d24;
}
.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: #405d2b;
}
.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: #1f438c;
}
@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: #eb1d24;
}

.view-detail-design {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.view-detail-design::after {
  display: inline-block;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px;
}
.view-detail-design:hover {
  color: #1f438c;
}

.section.archive.service .grid-posts .cell .item .block.cover {
  border-radius: 12px;
}
.section.archive.service .grid-posts .cell .item .cover-content {
  padding: 10px 0 0;
}
.section.archive.service .grid-posts .cell .item .cover-content .terms {
  margin-bottom: 10px;
}
.section.archive.service .grid-posts .cell .item .cover-content .terms a {
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
  color: #3b3b3b;
}
.section.archive.service .grid-posts .cell .item .cover-content .terms a:hover {
  color: #1f438c;
}
.section.archive.service .grid-posts .cell .item .cover-content a .title {
  min-height: unset;
  font-size: 1.375rem;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.service .grid-posts .cell .item .cover-content a .title {
    font-size: 1.125rem;
  }
}
.section.archive.service .grid-posts .cell .item .cover-content .view-detail-design {
  font-size: 0.875rem;
}

.section.singular.service,
.section.singular.field {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.singular.service,
  .section.singular.field {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.service,
  .section.singular.field {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.singular.service,
  .section.singular.field {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.service,
  .section.singular.field {
    padding-bottom: 1.875rem;
  }
}
.section.singular.service .heading-title,
.section.singular.field .heading-title {
  color: #1f438c;
  text-transform: uppercase;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.service .heading-title,
  .section.singular.field .heading-title {
    font-size: 1.5rem;
    line-height: 32px;
  }
}

.section.archive.field .grid-posts .cell .item {
  position: relative;
}
.section.archive.field .grid-posts .cell .item .block.cover {
  border-radius: 12px;
  z-index: 1;
}
.section.archive.field .grid-posts .cell .item .block.cover::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.1%, rgba(0, 0, 0, 0.85) 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.section.archive.field .grid-posts .cell .item .block.cover .logo_field {
  display: none;
}
.section.archive.field .grid-posts .cell .item .cover-content {
  position: absolute;
  padding: 0 40px 40px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.field .grid-posts .cell .item .cover-content {
    padding: 0 15px 15px;
  }
}
.section.archive.field .grid-posts .cell .item .cover-content a {
  width: 100%;
}
.section.archive.field .grid-posts .cell .item .cover-content a .title {
  min-height: unset;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-flex;
}
@media only screen and (max-width: 35.99875rem) {
  .section.archive.field .grid-posts .cell .item .cover-content a .title {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
.section.archive.field .grid-posts .cell .item .cover-content a .title:hover {
  color: #1f438c;
}
.section.archive.field .grid-posts .cell .item .cover-content .excerpt,
.section.archive.field .grid-posts .cell .item .cover-content .view-detail {
  display: none;
}
.section.archive.field .grid-posts .cell .item .cover-content .view-detail-design {
  color: #fff;
  font-size: 0.875rem;
}
.section.archive.field .grid-posts .cell .item .cover-content .view-detail-design:hover {
  color: #1f438c;
}
.section.archive.field .grid-posts .cell .item .meta {
  display: none;
}

.off-canvas {
  background: #1f438c;
}

.js-off-canvas-overlay {
  background: rgba(31, 67, 140, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(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 .submenu-toggle::after {
  border-color: #eb1d24 transparent transparent !important;
}

.off-canvas .sub-menu li a {
  color: #fff !important;
}

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

.off-canvas.white-color .menu-lines {
  color: #fff;
}

.off-canvas.white-color .title-bar-title img {
  max-width: 100px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.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: #fff;
  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 > a {
  color: #fff;
}

.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: #fff;
  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: #1f438c;
  }
}

.button-link {
  padding: 10px 30px 8px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 35.99875rem) {
  .button-link {
    font-size: 0.875rem;
    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: #000;
  letter-spacing: 1.5px;
  font-weight: 600;
  transition: all 0.3s ease-in;
  position: relative;
}
.button-link span::after {
  display: inline-block;
  content: "\f061";
  margin-left: 10px;
  font-family: "Font Awesome 6 Pro";
}
.button-link:hover::before, .button-link:hover::after {
  width: 58%;
}
.button-link:hover span {
  color: #1f438c;
  transition: 0.3s;
}

.hb_relate_post {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_relate_post {
    margin-top: 3.125rem;
  }
}
.hb_relate_post .relate_title {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  color: #1f438c;
}
@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 .item .cover-content {
  padding-top: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_relate_post .relate_inner .item .cover-content .h6 {
    margin-bottom: 0;
  }
}
.hb_relate_post .relate_inner .item .cover-content .h6 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 600;
}
@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 .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: #1f438c;
  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 .terms {
  margin-bottom: 10px;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_inner .item.service .cover-content .terms {
    margin-bottom: 5px;
  }
}
.hb_relate_post .relate_inner .item.service .cover-content .terms a {
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
  color: #3b3b3b;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_inner .item.service .cover-content .terms a {
    font-size: 0.75rem;
  }
}
.hb_relate_post .relate_inner .item.service .cover-content .terms a:hover {
  color: #1f438c;
}
.hb_relate_post .relate_inner .item.service .cover-content .h6 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_inner .item.service .cover-content .h6 {
    margin-bottom: 5px;
  }
}
.hb_relate_post .relate_inner .item.service .cover-content .h6 a {
  min-height: unset;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_inner .item.service .cover-content .h6 a {
    font-size: 0.875rem;
    line-height: 24px;
  }
}
.hb_relate_post .relate_inner .item.service .cover-content .h6 a:hover {
  color: #1f438c;
}
.hb_relate_post .relate_inner .item.service .cover-content .excerpt {
  display: none;
}
.hb_relate_post .relate_inner .item.service .cover-content .view-detail-design {
  font-size: 0.875rem;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_inner .item.service .cover-content .view-detail-design {
    font-size: 0.75rem;
  }
}
.hb_relate_post .relate_inner .item.post .cover-content .terms {
  margin-bottom: 10px;
}
.hb_relate_post .relate_inner .item.post .cover-content .terms a {
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
  color: #3b3b3b;
}
.hb_relate_post .relate_inner .item.post .cover-content .terms a:hover {
  color: #1f438c;
}
.hb_relate_post .relate_inner .item.post .cover-content .h6 {
  margin-bottom: 10px;
}
.hb_relate_post .relate_inner .item.post .cover-content .h6 a {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_inner .item.post .cover-content .h6 a {
    font-size: 0.875rem;
    line-height: 24px;
  }
}
.hb_relate_post .relate_inner .item.post .cover-content .h6 a:hover {
  color: #1f438c;
}
.hb_relate_post .relate_inner .item.post .cover-content .excerpt {
  font-size: 0.875rem;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 10px;
}
@supports (-webkit-line-clamp: 3) {
  .hb_relate_post .relate_inner .item.post .cover-content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_relate_post .relate_inner .item.post .cover-content .view-detail-design {
  font-size: 0.875rem;
}
.hb_relate_post .relate_inner .item.field .cover-content .terms {
  margin-bottom: 10px;
  display: none;
}
.hb_relate_post .relate_inner .item.field .cover-content .terms a {
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
  color: #3b3b3b;
}
.hb_relate_post .relate_inner .item.field .cover-content .terms a:hover {
  color: #1f438c;
}
.hb_relate_post .relate_inner .item.field .cover-content .h6 {
  margin-bottom: 0;
}
.hb_relate_post .relate_inner .item.field .cover-content .h6 a {
  font-size: 1.125rem;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_inner .item.field .cover-content .h6 a {
    font-size: 0.875rem;
    line-height: 24px;
  }
}
.hb_relate_post .relate_inner .item.field .cover-content .h6 a:hover {
  color: #1f438c;
}
.hb_relate_post .relate_inner .item.field .cover-content .excerpt {
  font-size: 0.875rem;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 10px;
  display: none !important;
}
@supports (-webkit-line-clamp: 3) {
  .hb_relate_post .relate_inner .item.field .cover-content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_relate_post .relate_inner .item.field .cover-content .view-detail-design {
  font-size: 0.875rem;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_inner .item.field .cover-content .view-detail-design {
    font-size: 0.75rem;
  }
}
.hb_relate_post .relate_inner .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 100%;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_inner .swiper-button {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.hb_relate_post .relate_inner .swiper-button::before {
  background: #1f438c;
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_relate_post .relate_inner .swiper-button::before {
    font-size: 15px;
  }
}
.hb_relate_post .relate_inner .swiper-button:hover::before {
  background: #fff;
  color: #1f438c;
}
.hb_relate_post .relate_inner .swiper-button.swiper-button-prev::before {
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
}
.hb_relate_post .relate_inner .swiper-button.swiper-button-next::before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
}
/** */
@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: #1f438c;
  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: #1f438c;
  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 #405d2b;
  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 {
    display: flex;
    flex-direction: row;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    bottom: 0;
    top: unset;
    justify-content: space-evenly;
    background-color: rgba(255, 255, 255, 0.7019607843);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1019607843);
    padding: 5px 0;
  }
}
.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: #1f438c;
  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 {
  position: relative;
}
.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: 15%;
  width: auto;
}
@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-subtitle {
  font-size: 1.3125rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 48rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-subtitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-subtitle {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) and (min-width: 48rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-subtitle {
    font-size: 1.25rem;
  }
}
.hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-title {
  font-size: 2.875rem;
  line-height: 62px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-title strong {
  font-weight: 700;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-title {
    font-size: 2rem;
    line-height: 42px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-title {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-desc {
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.hb_banner_home .swiper-container .swiper .item .overlay-content .inner .html-desc strong {
  font-weight: 700;
}
@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 .item .overlay-content .inner .html-desc br {
    display: none;
  }
}
.hb_banner_home .swiper-container .swiper .item .overlay-content .inner .button-link {
  border: 1px solid #fff;
  color: #fff;
}
.hb_banner_home .swiper-container .swiper .item .overlay-content .inner .button-link span {
  color: #fff;
}
.hb_banner_home .swiper-container .swiper .item .overlay-content .inner .button-link:hover {
  border: 1px solid #1f438c;
  color: #1f438c;
}
.hb_banner_home .swiper-container .swiper .item .overlay-content .inner .button-link:hover span {
  color: #1f438c;
}
.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: #1f438c;
  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: #1f438c;
  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_counter_home {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #1f438c;
}
@media only screen and (min-width: 48rem) {
  .hb_counter_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_counter_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_counter_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_counter_home {
    padding-bottom: 2.5rem;
  }
}
.hb_counter_home .flex-info .cell-box {
  flex: 0 0 100%;
  max-width: 100%;
}
.hb_counter_home .flex-info .listsbox-inner ul.lists {
  padding: 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_counter_home .flex-info .listsbox-inner ul.lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hb_counter_home .flex-info .listsbox-inner ul.lists li figure {
  height: 81px;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_counter_home .flex-info .listsbox-inner ul.lists li figure {
    height: 40px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_counter_home .flex-info .listsbox-inner ul.lists li figure {
    height: 50px;
  }
}
.hb_counter_home .flex-info .listsbox-inner ul.lists li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_counter_home .flex-info .listsbox-inner ul.lists li ._icons {
  position: relative;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-weight: bold;
  text-align: center;
  font-size: 60px;
  line-height: 75px;
}
.hb_counter_home .flex-info .listsbox-inner ul.lists li ._icons ._unit_box {
  position: absolute;
  top: -15px;
  font-size: 36px;
}
.hb_counter_home .flex-info .listsbox-inner ul.lists li ._content ._title {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}

/** */
.hb_about_home {
  position: relative;
  background: #f7f7f7;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_about_home {
    padding-top: 6.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_about_home {
    padding-top: 12.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_about_home {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_about_home {
    padding-bottom: 12.5rem;
  }
}
.hb_about_home .container .flex-info .cell-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 5%;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_about_home .container .flex-info .cell-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
}
.hb_about_home .container .flex-info .cell-content .content-inner .heading-title {
  color: #1f438c;
  margin-bottom: 5px;
}
.hb_about_home .container .flex-info .cell-content .content-inner .desc {
  margin-bottom: 1.5625rem;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_about_home .container .flex-info .cell-content .content-inner .desc {
    margin-bottom: 0;
  }
}
.hb_about_home .container .flex-info .cell-content .content-inner .button-link::before, .hb_about_home .container .flex-info .cell-content .content-inner .button-link::after {
  background: #1f438c;
}
.hb_about_home .container .flex-info .cell-content .content-inner .button-link:hover {
  border: 1px solid #1f438c;
}
.hb_about_home .container .flex-info .cell-content .content-inner .button-link:hover span {
  color: #fff;
}
.hb_about_home .container .flex-info .cell-thumbs {
  flex: 0 0 50%;
  max-width: 50%;
  position: static;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_about_home .container .flex-info .cell-thumbs {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
  }
}
.hb_about_home .container .flex-info .cell-thumbs .thumb-inner {
  position: absolute;
  width: 50%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_about_home .container .flex-info .cell-thumbs .thumb-inner {
    position: unset;
    width: 100%;
  }
}
.hb_about_home .container .flex-info .cell-thumbs .thumb-inner .after-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-page-about-us .hb_about_home {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .hb_about_home {
    padding-top: 6.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .hb_about_home {
    padding-bottom: 6.25rem;
  }
}
.page-template-page-about-us .hb_about_home .thumb-inner {
  all: unset !important;
}
.page-template-page-about-us .hb_about_home .thumb-inner img {
  border-radius: 30px;
}

/** */
.hb_field_home {
  padding-top: 1.875rem;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .hb_field_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_field_home {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_field_home {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_field_home {
    padding-bottom: 0;
  }
}
.hb_field_home::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #1f438c;
  z-index: -1;
}
.hb_field_home .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.hb_field_home .heading-title {
  color: #fff;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .hb_field_home .heading-title {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_field_home .heading-title {
    margin-bottom: 3.75rem;
  }
}
.hb_field_home .button-link.top {
  display: none;
}
.hb_field_home .flex-info .cell-content {
  width: 100%;
  text-align: center;
}
.hb_field_home .flex-info .grid-posts-design {
  display: flex;
  flex-wrap: wrap;
}
.hb_field_home .flex-info .grid-posts-design .cell {
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  flex: 1;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_field_home .flex-info .grid-posts-design .cell .item {
  position: relative;
  height: 100vh;
  background-color: #000000;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item {
    height: 50vh;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item {
    height: 35vh;
  }
}
.hb_field_home .flex-info .grid-posts-design .cell .item .block.cover {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hb_field_home .flex-info .grid-posts-design .cell .item .block.cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0.8;
  z-index: 2;
  transition: 0.4s all ease-in-out;
}
.hb_field_home .flex-info .grid-posts-design .cell .item .block.cover .after-overlay {
  aspect-ratio: unset;
  height: 100%;
}
.hb_field_home .flex-info .grid-posts-design .cell .item .block.cover .after-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  transition: 0.4s all ease-in-out;
  transition: 1s all ease-in-out;
  opacity: 0.8;
}
.hb_field_home .flex-info .grid-posts-design .cell .item .block.cover .logo_field {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 125px;
  z-index: 2;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item .block.cover .logo_field {
    top: 15px;
    right: 15px;
    padding: 10px;
    border-radius: 10px;
    max-width: 80px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item .block.cover .logo_field {
    top: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 10px;
    max-width: 85px;
  }
}
.hb_field_home .flex-info .grid-posts-design .cell .item .block.cover .logo_field img {
  height: 45px;
  object-fit: contain;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item .block.cover .logo_field img {
    height: 30px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item .block.cover .logo_field img {
    height: 25px;
  }
}
.hb_field_home .flex-info .grid-posts-design .cell .item .cover-content {
  padding: 0;
  left: 55px;
  bottom: 80px;
  position: absolute;
  z-index: 30;
  width: 75%;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item .cover-content {
    left: 35px;
    bottom: 25px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item .cover-content {
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: auto;
  }
}
.hb_field_home .flex-info .grid-posts-design .cell .item .cover-content a .title {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 54px;
  transition: 0.4s all ease-in-out;
  transform: rotate(-90deg);
  transform-origin: 0;
  margin-bottom: 0;
  min-height: auto;
  letter-spacing: 2px;
  white-space: nowrap;
  text-align: left;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item .cover-content a .title {
    font-size: 1.25rem;
    line-height: 30px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item .cover-content a .title {
    transform: unset;
    text-align: center;
  }
}
.hb_field_home .flex-info .grid-posts-design .cell .item .cover-content .excerpt {
  display: none;
}
.hb_field_home .flex-info .grid-posts-design .cell .item .cover-content .view-detail-design {
  background: transparent;
  border: unset;
  padding: 0;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  overflow: unset;
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item .cover-content .view-detail-design {
    position: unset;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item .cover-content .view-detail-design {
    display: none;
  }
}
.hb_field_home .flex-info .grid-posts-design .cell .item .cover-content .view-detail-design::before {
  position: unset;
  left: 0;
  background: transparent;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  transform: unset;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 1.875rem;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: bold;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell .item .cover-content .view-detail-design::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
}
.hb_field_home .flex-info .grid-posts-design .cell .item .cover-content .view-detail-design::after {
  display: none;
}
.hb_field_home .flex-info .grid-posts-design .cell .item .cover-content .view-detail-design span {
  display: none;
}
.hb_field_home .flex-info .grid-posts-design .cell .item meta {
  display: none;
}
.hb_field_home .flex-info .grid-posts-design .cell:hover .item .block.cover::before {
  display: none;
}
.hb_field_home .flex-info .grid-posts-design .cell.hover {
  flex: 3.5;
}
.hb_field_home .flex-info .grid-posts-design .cell.hover .item .block.cover::before {
  display: none;
}
.hb_field_home .flex-info .grid-posts-design .cell.hover .item .block.cover .logo_field {
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  right: auto;
}
.hb_field_home .flex-info .grid-posts-design .cell.hover .item .cover-content {
  left: 35px;
  display: flex;
  align-items: center;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  width: auto;
}
.hb_field_home .flex-info .grid-posts-design .cell.hover .item .cover-content .title {
  font-size: 2.1875rem;
  transform: rotate(0deg);
}
@media only screen and (max-width: 63.99875rem) {
  .hb_field_home .flex-info .grid-posts-design .cell.hover .item .cover-content .title {
    font-size: 1.25rem;
  }
}
.hb_field_home .flex-info .grid-posts-design .cell.hover .item .cover-content .view-detail-design {
  margin-top: 0;
  transform: rotate(0deg);
  position: unset;
}
.hb_field_home .button-link::before, .hb_field_home .button-link::after {
  background: #1f438c;
}
.hb_field_home .button-link:hover {
  border: 1px solid #1f438c;
}
.hb_field_home .button-link:hover span {
  color: #fff;
}
.hb_field_home .button-link.bottom {
  margin-top: 30px;
  margin-bottom: 30px;
}
/** */
.hb_partner_home {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 48rem) {
  .hb_partner_home {
    padding-top: 6.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_partner_home {
    padding-top: 12.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_partner_home {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_partner_home {
    padding-bottom: 12.5rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_partner_home {
    background-size: cover !important;
  }
}
.hb_partner_home .container .flex-info {
  gap: 20px;
  grid-gap: 20px;
}
.hb_partner_home .container .flex-info .cell-content {
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_partner_home .container .flex-info .cell-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_partner_home .container .flex-info .cell-content .heading-title {
  color: #1f438c;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.hb_partner_home .container .flex-info .cell-content .animation-inner {
  flex-direction: column;
}
.hb_partner_home .container .flex-info .cell-box {
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
}
.hb_partner_home .container .flex-info .cell-box .heading-title {
  color: #1f438c;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_partner_home .container .flex-info .cell-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_partner_home .container .flex-info .cell-box .swiper-slide {
  aspect-ratio: auto 1/1;
  background: #fff;
}
.hb_partner_home .container .flex-info .cell-box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_partner_home .container .flex-info .cell-box .swiper-controls .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
  opacity: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_partner_home .container .flex-info .cell-box .swiper-controls .swiper-button {
    display: none;
  }
}
.hb_partner_home .container .flex-info .cell-box .swiper-controls .swiper-button::before {
  opacity: 1;
  background: #1f438c;
  color: #fff;
  content: "\f061";
  font-size: 1rem;
}
.hb_partner_home .container .flex-info .cell-box .swiper-button-prev {
  left: -25px;
}
.hb_partner_home .container .flex-info .cell-box .swiper-button-prev::before {
  transform: rotate(180deg);
}
.hb_partner_home .container .flex-info .cell-box .swiper-button-next {
  right: -25px;
}
.hb_partner_home .container .flex-info .cell-box .swiper-pagination {
  bottom: -30px;
}
.hb_partner_home .container .flex-info .cell-box .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.hb_partner_home .container .flex-info .cell-box .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.hb_partner_home .container .flex-info .cell-box .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.hb_partner_home .container .flex-info .cell-box .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.hb_partner_home .container .flex-info .cell-box .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.hb_partner_home .container .flex-info .cell-box .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.hb_partner_home .container .flex-info .cell-box .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.hb_partner_home .container .flex-info .cell-box .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: unset;
}
.hb_partner_home .container .flex-info .cell-box .swiper-pagination-bullet {
  background: #000;
  border: 1px solid #000;
  opacity: 1;
}
.hb_partner_home .container .flex-info .cell-box .swiper-pagination-bullet-active {
  background: transparent;
}
.hb_partner_home .container .flex-info .cell-box .animation-inner {
  flex-direction: column;
}
.hb_partner_home .container .flex-info .fcy-album-serive {
  width: 100%;
  height: 100%;
  flex: none;
  display: contents;
}
.hb_partner_home .container .flex-info .fcy-album-serive img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

/** */
@keyframes slide-har2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-har3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.animation-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  grid-gap: 15px;
}
.animation-inner .animation-item {
  display: flex;
  width: 100%;
  white-space: nowrap;
}
.animation-inner .animation-item:nth-child(1) .animation-left {
  animation: 300s linear infinite slide-har3 !important;
}
.animation-inner .animation-item:nth-child(2) .animation-left {
  animation: 300s linear infinite slide-har2 !important;
}

.animation-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 5px 0;
  animation: 60s linear infinite slide-har3;
  gap: 15px;
  grid-gap: 15px;
}

.animation-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 5px 0;
  animation: 60s linear infinite slide-har2;
  gap: 15px;
  grid-gap: 15px;
}

.hb_news_home {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-bottom: 3.75rem;
  }
}
.hb_news_home .cell-content {
  text-align: center;
}
.hb_news_home .cell-content .heading-title {
  color: #1f438c;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.hb_news_home .cell-content .grid-posts-design {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .cell-content .grid-posts-design {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_news_home .cell-content .grid-posts-design {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hb_news_home .cell-content .grid-posts-design .cell {
  grid-column: span 2;
  grid-row: span 1;
}
.hb_news_home .cell-content .grid-posts-design .cell .item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_news_home .cell-content .grid-posts-design .cell .item {
    flex-flow: row wrap;
  }
}
.hb_news_home .cell-content .grid-posts-design .cell .item .block.cover {
  border-radius: 10px;
  flex: 0 0 255px;
  max-width: 255px;
  margin-right: 15px;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_news_home .cell-content .grid-posts-design .cell .item .block.cover {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_news_home .cell-content .grid-posts-design .cell .item .cover-content {
    padding: 10px 0 0;
  }
}
.hb_news_home .cell-content .grid-posts-design .cell .item .cover-content a {
  width: 100%;
}
.hb_news_home .cell-content .grid-posts-design .cell .item .cover-content a .title {
  min-height: unset;
  font-size: 1rem;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1f438c;
  margin-bottom: 0;
  text-align: left;
}
.hb_news_home .cell-content .grid-posts-design .cell .item .cover-content a:hover .title {
  color: #000;
}
.hb_news_home .cell-content .grid-posts-design .cell .item .cover-content .excerpt {
  font-size: 0.875rem;
  line-height: 28px;
  min-height: unset;
  text-align: justify;
}
.hb_news_home .cell-content .grid-posts-design .cell .item .cover-content .view-detail-design {
  display: none;
}
.hb_news_home .cell-content .grid-posts-design .cell .item .meta {
  display: none;
}
.hb_news_home .cell-content .grid-posts-design .cell:first-child {
  grid-column: span 2;
  grid-row: span 3;
}
.hb_news_home .cell-content .grid-posts-design .cell:first-child .item {
  display: unset;
}
.hb_news_home .cell-content .grid-posts-design .cell:first-child .item .block.cover {
  flex: 0 0 100%;
  max-width: 100%;
  margin-right: 0;
}
.hb_news_home .cell-content .grid-posts-design .cell:first-child .item .cover-content {
  padding-top: 15px;
}
.hb_news_home .cell-content .grid-posts-design .cell:first-child .item .cover-content a .title {
  font-size: 1.375rem;
  line-height: 32px;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_news_home .cell-content .grid-posts-design .cell:first-child .item .cover-content a .title {
    font-size: 1rem;
    line-height: 24px;
  }
}
.hb_news_home .cell-content .grid-posts-design .cell:first-child .item .cover-content .view-detail-design {
  display: none;
}
.hb_news_home .cell-content .grid-posts-design .cell:first-child .item .meta {
  display: none;
}
.hb_news_home .cell-content .button-link::before, .hb_news_home .cell-content .button-link::after {
  background: #1f438c;
}
.hb_news_home .cell-content .button-link:hover {
  border: 1px solid #1f438c;
}
.hb_news_home .cell-content .button-link:hover span {
  color: #fff;
}
.hb_news_home .cell-content .button-link.top {
  display: none;
}
.hb_news_home .cell-content .button-link.bottom {
  margin-top: 30px;
}

/** */
.hb_before_footer {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  background-size: cover !important;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 48rem) {
  .hb_before_footer {
    padding-top: 7.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_before_footer {
    padding-bottom: 7.5rem;
  }
}
.hb_before_footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.hb_before_footer .container .sub-title1 {
  color: #fff;
  font-size: 1.375rem;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_before_footer .container .sub-title1 {
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }
}
.hb_before_footer .container .sub-title2 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_before_footer .container .sub-title2 {
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }
}
.hb_before_footer .container .heading-title {
  color: #fff;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_before_footer .container .heading-title {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
  }
}
.hb_before_footer .container .button-links {
  padding: 14px 30px 10px;
  background: #eb1d24;
  color: #fff;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 22px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_before_footer .container .button-links {
    font-size: 0.875rem;
    padding: 10px 25px 6px;
  }
}
.hb_before_footer .container .button-links:hover {
  transform: translateY(-4px);
}

/** */
.hb_mission_vision {
  padding-top: 1.875rem;
  padding-bottom: 0;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .hb_mission_vision {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_mission_vision {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_mission_vision {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_mission_vision {
    padding-bottom: 3.75rem;
  }
}
.hb_mission_vision .container .about-mission-vision-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  grid-gap: 30px;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_mission_vision .container .about-mission-vision-inner ul {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
.hb_mission_vision .container .about-mission-vision-inner ul li {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #bebebe;
  background: #fff;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_mission_vision .container .about-mission-vision-inner ul li {
    padding: 25px;
  }
}
.hb_mission_vision .container .about-mission-vision-inner ul li .heading-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #1f438c;
  text-transform: uppercase;
}
.hb_mission_vision .container .about-mission-vision-inner ul li .desc {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_mission_vision .container .about-mission-vision-inner ul li .desc {
    margin-bottom: 0;
  }
}
/** */
.hb_core_values {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_core_values {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_core_values {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_core_values {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_core_values {
    padding-bottom: 3.75rem;
  }
}
.hb_core_values .container .about-core-values-title {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_core_values .container .about-core-values-title {
    margin-bottom: 1.25rem;
  }
}
.hb_core_values .container .about-core-values-title .heading-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #1f438c;
  text-transform: uppercase;
}
.hb_core_values .container .about-core-values-inner ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
  margin: 0;
  list-style: none;
  grid-gap: 3.75rem;
  gap: 3.75rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_core_values .container .about-core-values-inner ul {
    grid-gap: 1.875rem;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_core_values .container .about-core-values-inner ul {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.hb_core_values .container .about-core-values-inner ul li figure {
  width: 9.375rem;
  height: 9.375rem;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_core_values .container .about-core-values-inner ul li figure {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.hb_core_values .container .about-core-values-inner ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_core_values .container .about-core-values-inner ul li .title {
  font-size: 1.375rem;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f438c;
  margin-bottom: 10px;
  text-align: center;
}
.hb_core_values .container .about-core-values-inner ul li .desc {
  font-size: 0.875rem;
  text-align: center;
}
.hb_core_values .container .about-core-values-inner ul li .desc p {
  line-height: 24px;
}

/** */
.hb_prize {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
  background: #f8f8f8;
}
@media only screen and (min-width: 48rem) {
  .hb_prize {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_prize {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_prize {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_prize {
    padding-bottom: 6.25rem;
  }
}
.hb_prize .container .flex-info .cell-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.hb_prize .container .flex-info .cell-content .heading-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5rem;
  color: #1f438c;
  text-transform: uppercase;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_prize .container .flex-info .cell-content .heading-title {
    margin-bottom: 1.25rem;
  }
}
.hb_prize .container .flex-info .cell-box {
  flex: 0 0 100%;
  max-width: 100%;
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-slide a {
  position: relative;
  z-index: 1;
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-slide a .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 2.625rem;
  height: 2.625rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  background: #ccc;
  border-radius: 100%;
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-slide a:hover .icon {
  background: #1f438c;
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-controls .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
  opacity: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_prize .container .flex-info .cell-box .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-controls .swiper-button::before {
  opacity: 1;
  background: #1f438c;
  color: #fff;
  border: 0.7px solid #ffffff;
  content: "\f061";
  font-size: 1rem;
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-button-prev {
  left: -25px;
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-button-prev::before {
  transform: rotate(180deg);
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-button-next {
  right: -25px;
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-pagination {
  bottom: -30px;
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: unset;
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-pagination-bullet {
  background: #000;
  border: 1px solid #000;
  opacity: 1;
}
.hb_prize .container .flex-info .cell-box .swiper-container .swiper-pagination-bullet-active {
  background: transparent;
}

/** */
.hb_partner_about {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 48rem) {
  .hb_partner_about {
    padding-top: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_partner_about {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_partner_about {
    padding-bottom: 3.75rem;
  }
}
.hb_partner_about .container .flex-info .cell-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.hb_partner_about .container .flex-info .cell-content .heading-title {
  margin-top: 0;
  margin-bottom: 2.5rem;
  color: #1f438c;
  text-transform: uppercase;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_partner_about .container .flex-info .cell-content .heading-title {
    margin-bottom: 1.25rem;
  }
}
.hb_partner_about .container .partner-marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.hb_partner_about .container .partner-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  animation: scrollMarquee 20s linear infinite;
}
.hb_partner_about .container .partner-item {
  flex-shrink: 0;
  width: 160px;
}
.hb_partner_about .container .partner-item figure {
  margin: 0;
}
.hb_partner_about .container .partner-item figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 15px));
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_partner_about .container .partner-item {
    width: 100px;
  }
  .hb_partner_about .container .partner-marquee-track {
    gap: 15px;
  }
}

/** */
.hb_pages_doitac {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  .hb_pages_doitac {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_pages_doitac {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_pages_doitac {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_pages_doitac {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_pages_doitac {
    margin-bottom: 0;
    background-size: cover !important;
  }
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .page-doitac-item figure {
  aspect-ratio: auto 1/1;
  background: #fff;
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .page-doitac-item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .page-doitac-item a {
  position: relative;
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .page-doitac-item a::before, .hb_pages_doitac .container .flex-info .page-doitac-inner .page-doitac-item a::after {
  position: absolute;
  content: "";
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-controls .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
  opacity: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-controls .swiper-button {
    display: none;
  }
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-controls .swiper-button::before {
  opacity: 1;
  background: #1f438c;
  color: #fff;
  content: "\f061";
  font-size: 1rem;
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-button-prev {
  left: -25px;
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-button-prev::before {
  transform: rotate(180deg);
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-button-next {
  right: -25px;
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-pagination {
  bottom: -30px;
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: unset;
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-pagination-bullet {
  background: #000;
  border: 1px solid #000;
  opacity: 1;
}
.hb_pages_doitac .container .flex-info .page-doitac-inner .swiper-pagination-bullet-active {
  background: transparent;
}

/** */
.single.single-post .section.section-title .breadcrumb-title {
  display: none;
}

section.archive.search .grid-posts {
  flex-flow: row wrap;
}
section.archive.search .grid-posts .content-col-inner {
  grid-template-columns: repeat(3, 1fr) !important;
}
@media only screen and (max-width: 35.99875rem) {
  section.archive.search .grid-posts .content-col-inner {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
section.archive.search .grid-posts .cell .item .block.cover {
  border-radius: 15px;
}

/** */
@media only screen and (max-width: 1119px) and (min-width: 1080px) {
  #inside-header .menu.desktop-menu > li {
    padding: 0 15px;
  }
  #inside-header .menu.desktop-menu > li > a {
    font-size: 0.875rem;
  }
  .hb_banner_home .swiper-container .swiper .item .overlay-content {
    left: 5%;
  }
  .section.singular.page.page-contact article .form-infos .re-contact .heading-title,
  .section.singular.page.page-contact article .form-inner.contact-form-inner .c_title_form {
    font-size: 1.875rem;
    line-height: 40px;
  }
  .section.singular.page.page-contact article .form-infos .re-contact .c_title_company {
    font-size: 1.375rem;
  }
  .hb_before_footer {
    padding-top: 9.75rem;
    padding-bottom: 9.75rem;
  }
  .hb_field_home .flex-info .grid-posts-design .cell .item .cover-content .view-detail-design {
    position: unset;
  }
  .hb_partner_home .container .flex-info .cell-box .swiper-controls .swiper-button,
  .hb_prize .container .flex-info .cell-box .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
  .hb_partner_about .container .flex-info .cell-box .swiper-container .swiper-button-prev {
    left: 15px;
  }
  .hb_partner_about .container .flex-info .cell-box .swiper-container .swiper-button-next {
    right: 15px;
  }
}
/** */
/** */
/** */
/** */
/** */

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