@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap");

/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
:root {
  --gutter: 10px;
  --gutter-xs: 10px;
  --gap: 20px;
  --gap-xs: 20px;
  --Primary-01: #D49300;
  --Primary-02: #7C8182;
  --Primary-03: #F93939;
  --Primary-04: #8C5C0A;
}
@media only screen and (min-width: 64rem) {
  ::-webkit-scrollbar-track {
    background-color: #e9ecef;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
    border-radius: 4px;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  color: #000000;
  background: #fff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1px;
  overflow-x: hidden;
}
body {
  font-size: 1rem;
  line-height: 1.618rem;
}
: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) {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  /*touch-action: manipulation;*/
  outline: none;
}
:is([type=submit], [type=reset], [type=button]) {
  cursor: pointer;
}
*:disabled {
  cursor: not-allowed;
  opacity: 0.9;
}
* > p {
  margin-top: 0;
  line-height: inherit;
}
* > p:not(:last-child) {
  margin-bottom: 15px;
}
* > p:last-child {
  margin-bottom: 0;
}
:is(code, kbd, pre, samp) {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 1rem;
}
sup {
  line-height: 1;
  top: -4px;
  color: #ff0000;
  font-size: 14px;
  padding-left: 2px;
}
.cite-block::before, cite::before {
  content: "";
  font-style: normal;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-optical-sizing: auto;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  text-decoration: none;
  display: inline-block;
  color: currentColor;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) p {
  color: currentColor;
  line-height: inherit;
  margin-bottom: 0;
}
:is(h1, .h1) {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
:is(h2, .h2) {
  font-size: clamp(1.25rem, 0.25rem + 2.5vw, 2.5rem);
  line-height: clamp(1.625rem, 0.325rem + 3.25vw, 3.25rem);
}
:is(h3, .h3) {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
:is(h4, .h4) {
  font-size: clamp(1.125rem, 0.775rem + 0.875vw, 1.5625rem);
  line-height: clamp(1.4625rem, 1.0075rem + 1.1375vw, 2.03125rem);
}
:is(h5, .h5) {
  font-size: clamp(1.0625rem, 0.9125rem + 0.375vw, 1.25rem);
  line-height: clamp(1.38125rem, 1.18625rem + 0.4875vw, 1.625rem);
}
:is(h6, .h6) {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}
:is(span, label) > a:hover {
  text-decoration: none !important;
}
a {
  text-decoration: none;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: currentColor;
}
picture {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
img:not([src]) {
  visibility: hidden;
}
img:where(.aligncenter, .align-center) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
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: #495057;
}
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);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
[data-fa]::before {
  content: attr(data-fa);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
[data-fa-after]::after {
  content: attr(data-fa-after);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
@media only screen and (max-width: 39.99875rem) {
  .sm\:show {
    display: none;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .\!sm\:show {
    display: none !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;
  }
}
@media only screen and (max-width: 79.99875rem) {
  .xl\:show {
    display: none;
  }
}
@media only screen and (max-width: 79.99875rem) {
  .\!xl\:show {
    display: none !important;
  }
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
@media only screen and (min-width: 40rem) {
  .sm\:hidden {
    display: none;
  }
}
@media only screen and (min-width: 40rem) {
  .\!sm\:hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .\!md\:hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media only screen and (min-width: 64rem) {
  .\!lg\:hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 80rem) {
  .xl\:hidden {
    display: none;
  }
}
@media only screen and (min-width: 80rem) {
  .\!xl\:hidden {
    display: none !important;
  }
}
.flex {
  display: flex;
}
.\!flex {
  display: flex !important;
}
.flex-x {
  flex-flow: row wrap;
}
.flex-x > .auto {
  width: auto;
}
@media only screen and (min-width: 40rem) {
  .flex-x > .sm-auto {
    width: auto;
  }
}
@media only screen and (min-width: 48rem) {
  .flex-x > .md-auto {
    width: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex-x > .lg-auto {
    width: auto;
  }
}
@media only screen and (min-width: 80rem) {
  .flex-x > .xl-auto {
    width: auto;
  }
}
.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;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.dvh-100 {
  height: calc(var(--vh, 1vh) * 100);
}
@supports (height: 100dvh) {
  .dvh-100 {
    height: 100dvh;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.cell {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
.cell.auto {
  flex: 1 1 0;
  max-width: 100%;
  min-width: 0;
  width: auto;
}
.cell.stretch {
  width: 100%;
}
@media only screen and (min-width: 40rem) {
  .cell.sm-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.sm-stretch {
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  .cell.md-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.md-stretch {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .cell.lg-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.lg-stretch {
    width: 100%;
  }
}
@media only screen and (min-width: 80rem) {
  .cell.xl-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.xl-stretch {
    width: 100%;
  }
}
.gap {
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .gap {
    gap: 1.25rem;
  }
}
.container {
  margin-inline: auto;
  max-width: 640px;
}
.container:not(.full) {
  padding-inline: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .container:not(.full) {
    max-width: 768px;
  }
}
@media only screen and (min-width: 48rem) {
  .container:not(.full) {
    padding-inline: 0.625rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .container:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .container:not(.full) {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 90rem) {
  .container:not(.full).xxl {
    max-width: 1440px;
  }
}
.container.full {
  max-width: 100%;
  padding-inline: 0;
}
:is(.flex, .\!flex):not(.gap).sm-up-1 > .cell {
  width: 100%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-1 {
  width: 8.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-1 {
  width: 8.3333333333% !important;
}
:is(.flex, .\!flex).gap.sm-up-1 > .cell {
  width: 100%;
}
:is(.flex, .\!flex).gap > .cell.sm-1 {
  width: calc(8.3333333333% - 1.1458333333rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-1 {
  width: calc(8.3333333333% - 1.1458333333rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-2 > .cell {
  width: 50%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-2 {
  width: 16.6666666667%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-2 {
  width: 16.6666666667% !important;
}
:is(.flex, .\!flex).gap.sm-up-2 > .cell {
  width: calc(50% - 0.625rem);
}
:is(.flex, .\!flex).gap > .cell.sm-2 {
  width: calc(16.6666666667% - 1.0416666667rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-2 {
  width: calc(16.6666666667% - 1.0416666667rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-3 > .cell {
  width: 33.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-3 {
  width: 25%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-3 {
  width: 25% !important;
}
:is(.flex, .\!flex).gap.sm-up-3 > .cell {
  width: calc(33.3333333333% - 0.8333333333rem);
}
:is(.flex, .\!flex).gap > .cell.sm-3 {
  width: calc(25% - 0.9375rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-3 {
  width: calc(25% - 0.9375rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-4 > .cell {
  width: 25%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-4 {
  width: 33.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-4 {
  width: 33.3333333333% !important;
}
:is(.flex, .\!flex).gap.sm-up-4 > .cell {
  width: calc(25% - 0.9375rem);
}
:is(.flex, .\!flex).gap > .cell.sm-4 {
  width: calc(33.3333333333% - 0.8333333333rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-4 {
  width: calc(33.3333333333% - 0.8333333333rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-5 > .cell {
  width: 20%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-5 {
  width: 41.6666666667%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-5 {
  width: 41.6666666667% !important;
}
:is(.flex, .\!flex).gap.sm-up-5 > .cell {
  width: calc(20% - 1rem);
}
:is(.flex, .\!flex).gap > .cell.sm-5 {
  width: calc(41.6666666667% - 0.7291666667rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-5 {
  width: calc(41.6666666667% - 0.7291666667rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-6 > .cell {
  width: 16.6666666667%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-6 {
  width: 50%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-6 {
  width: 50% !important;
}
:is(.flex, .\!flex).gap.sm-up-6 > .cell {
  width: calc(16.6666666667% - 1.0416666667rem);
}
:is(.flex, .\!flex).gap > .cell.sm-6 {
  width: calc(50% - 0.625rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-6 {
  width: calc(50% - 0.625rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-7 > .cell {
  width: 14.2857142857%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-7 {
  width: 58.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-7 {
  width: 58.3333333333% !important;
}
:is(.flex, .\!flex).gap.sm-up-7 > .cell {
  width: calc(14.2857142857% - 1.0714285714rem);
}
:is(.flex, .\!flex).gap > .cell.sm-7 {
  width: calc(58.3333333333% - 0.5208333333rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-7 {
  width: calc(58.3333333333% - 0.5208333333rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-8 > .cell {
  width: 12.5%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-8 {
  width: 66.6666666667%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-8 {
  width: 66.6666666667% !important;
}
:is(.flex, .\!flex).gap.sm-up-8 > .cell {
  width: calc(12.5% - 1.09375rem);
}
:is(.flex, .\!flex).gap > .cell.sm-8 {
  width: calc(66.6666666667% - 0.4166666667rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-8 {
  width: calc(66.6666666667% - 0.4166666667rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-9 > .cell {
  width: 11.1111111111%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-9 {
  width: 75%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-9 {
  width: 75% !important;
}
:is(.flex, .\!flex).gap.sm-up-9 > .cell {
  width: calc(11.1111111111% - 1.1111111111rem);
}
:is(.flex, .\!flex).gap > .cell.sm-9 {
  width: calc(75% - 0.3125rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-9 {
  width: calc(75% - 0.3125rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-10 > .cell {
  width: 10%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-10 {
  width: 83.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-10 {
  width: 83.3333333333% !important;
}
:is(.flex, .\!flex).gap.sm-up-10 > .cell {
  width: calc(10% - 1.125rem);
}
:is(.flex, .\!flex).gap > .cell.sm-10 {
  width: calc(83.3333333333% - 0.2083333333rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-10 {
  width: calc(83.3333333333% - 0.2083333333rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-11 > .cell {
  width: 9.0909090909%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-11 {
  width: 91.6666666667%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-11 {
  width: 91.6666666667% !important;
}
:is(.flex, .\!flex).gap.sm-up-11 > .cell {
  width: calc(9.0909090909% - 1.1363636364rem);
}
:is(.flex, .\!flex).gap > .cell.sm-11 {
  width: calc(91.6666666667% - 0.1041666667rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-11 {
  width: calc(91.6666666667% - 0.1041666667rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-12 > .cell {
  width: 8.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-12 {
  width: 100%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-12 {
  width: 100% !important;
}
:is(.flex, .\!flex).gap.sm-up-12 > .cell {
  width: calc(8.3333333333% - 1.1458333333rem);
}
:is(.flex, .\!flex).gap > .cell.sm-12 {
  width: 100%;
}
:is(.flex, .\!flex).gap > .cell.\!sm-12 {
  width: 100% !important;
}
@media only screen and (min-width: 48rem) {
  :is(.flex, .\!flex):not(.gap).md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex).gap > .cell.md-1 {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-1 {
    width: calc(8.3333333333% - 1.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-2 {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-2 {
    width: calc(16.6666666667% - 1.0416666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex).gap.md-up-3 > .cell {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-3 {
    width: calc(25% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-3 {
    width: calc(25% - 0.9375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-4 > .cell {
    width: calc(25% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-4 {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-4 {
    width: calc(33.3333333333% - 0.8333333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-5 {
    width: calc(41.6666666667% - 0.7291666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-5 {
    width: calc(41.6666666667% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex).gap.md-up-6 > .cell {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-6 {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-6 {
    width: calc(50% - 0.625rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-7 > .cell {
    width: calc(14.2857142857% - 1.0714285714rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-7 {
    width: calc(58.3333333333% - 0.5208333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-7 {
    width: calc(58.3333333333% - 0.5208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-8 > .cell {
    width: calc(12.5% - 1.09375rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-8 {
    width: calc(66.6666666667% - 0.4166666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-8 {
    width: calc(66.6666666667% - 0.4166666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex).gap.md-up-9 > .cell {
    width: calc(11.1111111111% - 1.1111111111rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-9 {
    width: calc(75% - 0.3125rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-9 {
    width: calc(75% - 0.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-10 > .cell {
    width: calc(10% - 1.125rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-10 {
    width: calc(83.3333333333% - 0.2083333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-10 {
    width: calc(83.3333333333% - 0.2083333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-11 > .cell {
    width: calc(9.0909090909% - 1.1363636364rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-11 {
    width: calc(91.6666666667% - 0.1041666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-11 {
    width: calc(91.6666666667% - 0.1041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex).gap.md-up-12 > .cell {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex).gap > .cell.\!md-12 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.flex, .\!flex):not(.gap).lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex).gap > .cell.lg-1 {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-1 {
    width: calc(8.3333333333% - 1.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-2 {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-2 {
    width: calc(16.6666666667% - 1.0416666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-3 > .cell {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-3 {
    width: calc(25% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-3 {
    width: calc(25% - 0.9375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-4 > .cell {
    width: calc(33.33% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-4 {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-4 {
    width: calc(33.3333333333% - 0.8333333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-5 {
    width: calc(41.6666666667% - 0.7291666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-5 {
    width: calc(41.6666666667% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-6 > .cell {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-6 {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-6 {
    width: calc(50% - 0.625rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-7 > .cell {
    width: calc(14.2857142857% - 1.0714285714rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-7 {
    width: calc(58.3333333333% - 0.5208333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-7 {
    width: calc(58.3333333333% - 0.5208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-8 > .cell {
    width: calc(12.5% - 1.09375rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-8 {
    width: calc(66.6666666667% - 0.4166666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-8 {
    width: calc(66.6666666667% - 0.4166666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-9 > .cell {
    width: calc(11.1111111111% - 1.1111111111rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-9 {
    width: calc(75% - 0.3125rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-9 {
    width: calc(75% - 0.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-10 > .cell {
    width: calc(10% - 1.125rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-10 {
    width: calc(83.3333333333% - 0.2083333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-10 {
    width: calc(83.3333333333% - 0.2083333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-11 > .cell {
    width: calc(9.0909090909% - 1.1363636364rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-11 {
    width: calc(91.6666666667% - 0.1041666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-11 {
    width: calc(91.6666666667% - 0.1041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-12 > .cell {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-12 {
    width: 100% !important;
  }
}
.overlay {
  position: relative;
}
.overlay :where(.bg-overlay, .link-overlay) {
  background: transparent;
  -webkit-user-select: none;
          user-select: none;
}
.overlay :where(.bg-overlay, .link-overlay) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.cover :where(.bg-cover, .link-cover) {
  background: transparent;
  -webkit-user-select: none;
          user-select: none;
}
.cover :where(.bg-cover, .link-cover) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cover.after-overlay::after {
  background: transparent;
  content: "";
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}
.cover.after-overlay::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cover.after-overlay > img {
  width: 100%;
  display: block;
  -webkit-user-select: none;
          user-select: none;
}
.res {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.res > img:first-child {
  display: block;
}
.res > img:first-child {
  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) {
  border: 0;
}
.res :where(iframe, embed, object, video) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.res.after-overlay::after {
  background: transparent;
  content: "";
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}
.res.after-overlay::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.res.after-overlay > img {
  -webkit-user-select: none;
          user-select: none;
}
@supports (aspect-ratio: 1) {
  :is(.ar-1, .ar-1-1, .ar\[1-1\]) {
    aspect-ratio: 1 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-1, .ar-1-1, .ar\[1-1\]) {
    height: 0;
    padding-bottom: 100%;
  }
}
@supports (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    aspect-ratio: 2 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    height: 0;
    padding-bottom: 50%;
  }
}
@supports (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    aspect-ratio: 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: 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: 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: 21 / 9;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    height: 0;
    padding-bottom: 42.8571428571%;
  }
}
[id^=gallery-] {
  gap: 10;
  display: flex;
  flex-flow: row wrap;
}
[id^=gallery-] > .gallery-item {
  flex: 0 0 auto;
  max-width: 100%;
  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);
}
.order-history-link,
.account-item {
  display: none !important;
}
.site-header {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1607843137);
  z-index: 9;
}
.site-header :where(.logo, .custom-logo-link, .custom-logo) {
  display: block;
}
#main-nav {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 63.99875rem) {
  #main-nav {
    display: none;
  }
}
#main-nav .menu.dropdown.horizontal {
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
#main-nav .menu.dropdown.horizontal li a {
  color: #3f3f3f;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  gap: 7px;
  line-height: 1.4;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 22px;
  flex-wrap: nowrap;
  white-space: normal;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
#main-nav .menu.dropdown.horizontal li a > img {
  display: block;
  max-height: 18px;
  width: auto !important;
}
#main-nav .menu.dropdown.horizontal > li.menu_home > a {
  font-size: 0;
  padding-right: 12px;
  display: block;
}
#main-nav .menu.dropdown.horizontal > li > a {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding: 0;
  font-size: 15px;
  white-space: nowrap;
  padding: 5px 12px;
  border: 1px solid transparent;
}
#main-nav .menu.dropdown.horizontal > li > a::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  background: transparent;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}
#main-nav .menu.dropdown.horizontal > li > a:hover {
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgba(5, 37, 50, 0.3);
  font-weight: 600;
}
#main-nav .menu.dropdown.horizontal > li > a:hover::before {
  background: #fff;
}
#main-nav .menu.dropdown.horizontal > li.is-active > a, #main-nav .menu.dropdown.horizontal > li.current_page_item > a {
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgba(5, 37, 50, 0.3);
}
#main-nav .menu.dropdown.horizontal > li.is-active > a::before, #main-nav .menu.dropdown.horizontal > li.current_page_item > a::before {
  background: #fff;
}
#main-nav .menu.dropdown.horizontal > li.is-dropdown-submenu-parent > a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f107";
  border: none;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  font-weight: 300;
  right: 0;
  margin-top: 0;
  font-size: 14px;
}
#main-nav .menu.dropdown.horizontal > li.is-dropdown-submenu-parent > a::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-nav .menu.dropdown.horizontal > li.more > a {
  font-size: 0;
  position: relative;
}
#main-nav .menu.dropdown.horizontal > li.more > a::after {
  font-size: 18px;
  display: flex;
  align-items: center;
  content: "\f141";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  width: auto;
}
#main-nav .menu.dropdown.horizontal > li.more .sub-menu.dropdown {
  padding-left: 0;
}
#main-nav .menu.dropdown.horizontal > li ul {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}
#main-nav .menu.dropdown.horizontal > li ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent > a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  border: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  font-weight: 300;
  right: 14px;
  margin-top: 0;
  font-size: 14px;
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent > a::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent.opens-right > a::after {
  content: "\f105";
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent.opens-left > a::after {
  content: "\f104";
}
.mobile-logo-link {
  min-height: 50px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.mobile-logo-link img {
  max-width: 130px;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#masthead.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.4509803922);
}
#masthead > .container {
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .custom-logo-link {
    display: flex;
    justify-content: center;
    margin-right: 20px;
  }
}
#masthead > .container .site-logo {
  flex: 0 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .site-logo {
    flex: 1 1 auto;
  }
}
#masthead > .container .site-logo img.custom-logo {
  display: block;
  width: auto;
}
#masthead > .container .site-logo img.custom-logo {
  max-height: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #masthead > .container .site-logo img.custom-logo {
    max-height: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #masthead > .container .site-logo img.custom-logo {
    max-height: 1.875rem;
  }
}
#masthead > .container .all_logo_header {
  position: relative;
  flex: 0 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .all_logo_header {
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 64rem) {
  #masthead > .container .all_logo_header::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 200%;
    height: 100%;
    left: -200%;
    z-index: 3;
  }
}
#masthead > .container .all_logo_header .hotline_bg {
  max-height: 60px;
  max-width: 220px;
  transform: rotate3d(0, 30, 0, 180deg);
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .all_logo_header .hotline_bg {
    display: none;
  }
}
@media only screen and (min-width: 64rem) {
  #masthead > .container .all_logo_header .site-logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
#masthead > .container .lang_mobile {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .lang_mobile {
    display: block;
    flex: 0 0 auto;
  }
  #masthead > .container .lang_mobile ul {
    display: flex;
    gap: 10px;
  }
  #masthead > .container .lang_mobile ul li a {
    padding: 0;
  }
}
#masthead > .container #main-nav {
  flex: 1 1 auto;
}
#masthead > .container .all_wraper_button_hotline {
  flex: 0 0 auto;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .all_wraper_button_hotline {
    display: none;
  }
}
#masthead > .container .all_wraper_button_hotline .hotline-box {
  position: relative;
}
#masthead > .container .all_wraper_button_hotline .header-hotline {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
  width: 100%;
  justify-content: flex-end;
}
#masthead > .container .all_wraper_button_hotline .header-hotline i {
  background: linear-gradient(91.67deg, #2051a0 0%, #4a78c2 100%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
}
#masthead > .container .all_wraper_button_hotline .header-hotline .text_hotline {
  display: flex;
  flex-direction: column;
}
#masthead > .container .all_wraper_button_hotline .header-hotline .text_hotline > span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
#masthead > .container .header-content .row-1 {
  justify-content: space-between;
  align-items: center;
}
#masthead > .container .header-content .row-2 {
  position: relative;
  align-items: center;
}
#masthead > .container .header-content .inline-search {
  flex: 1 1 0;
  min-width: 0;
  max-width: 410px;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .header-content .inline-search {
    display: none;
  }
}
#masthead > .container .header-content .inline-search .frm-search {
  width: 100%;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent .is-dropdown-submenu.js-dropdown-active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  min-width: fit-content;
}
.is-dropdown-submenu-parent .is-dropdown-submenu.js-dropdown-active li {
  width: 100%;
  min-width: 250px;
}
.is-dropdown-submenu-parent .is-dropdown-submenu.js-dropdown-active li.lang-item {
  min-width: fit-content;
}
.is-dropdown-submenu-parent .is-dropdown-submenu.js-dropdown-active li a {
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 600;
}
.page-template-template-page-home .site-footer {
  margin-top: 0;
}
.single-post .site-footer {
  margin-bottom: 0;
}
.site-footer {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .site-footer {
    margin-top: 3.75rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .site-footer {
    margin-bottom: 60px;
  }
}
.footer-columns {
  background-color: #075584;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 39.99875rem) {
  .footer-columns {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.footer-columns a {
  color: currentColor;
}
.footer-columns a:hover {
  color: #D49300;
}
.footer-columns .footer-title {
  font-size: 20px;
  letter-spacing: 0;
  padding: 0 0 3px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #184c61;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-columns .footer-info {
  color: #515151;
}
.footer-columns .footer-info p {
  font-size: 15px;
  line-height: 1.8;
}
.footer-columns ul.menu {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.footer-columns ul.menu.footer-icon-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #515151;
  line-height: 1.8;
  font-size: 15px;
}
.footer-columns ul.menu li > a {
  color: #000;
  padding: 3px 0;
  /*font-size: 16px;*/
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
}
.footer-columns .cell-menu {
  flex: 1 1 0;
  min-width: 0;
}
.footer-columns .cell-menu > div {
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-columns .cell-menu > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-columns .cell-menu > div {
    width: 100%;
  }
}
.footer-credit {
  background-color: #05212d;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.footer-credit > .container {
  position: relative;
}
:is(.ajax-loading, .ajax-loader) {
  position: relative;
}
:is(.ajax-loading, .ajax-loader)::before {
  z-index: 99998;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
:is(.ajax-loading, .ajax-loader)::after {
  content: "";
  z-index: 99999;
  border: 2px solid;
  border-color: #000000 #f3f3f3 #000000 #f3f3f3;
  border-radius: 50%;
  animation: spin 2.5s linear infinite;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  width: 30px;
  height: 30px;
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
body.ajax-loader {
  height: 100vh;
}
body.ajax-loader::after {
  top: calc(50vh - 0.9375rem);
}
.sharing-toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.sharing-toolbox .share-title {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  /*transform: rotate(-90deg);*/
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
  /*&::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;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-direction: column;
  flex-wrap: nowrap;
}
.share-icon {
  display: block;
  padding: 0;
  position: relative;
}
.share-icon::before {
  content: "";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  margin: 0;
  font-weight: 900;
  color: #666;
  font-size: 16px;
}
.share-icon::before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-icon.icon-print::before {
  content: "\f02f";
}
.share-icon.icon-facebook::before {
  content: "\f39e";
}
.share-icon.icon-x::before {
  content: "\e61b";
}
.share-icon.icon-whatsapp::before {
  content: "\f232";
}
.share-icon.icon-messenger::before {
  content: "\f39f";
}
.share-icon.icon-snapchat::before {
  content: "\f2ab";
}
.share-icon.icon-line::before {
  content: "\f3c0";
}
.share-icon.icon-viber::before {
  content: "\f409";
}
.share-icon.icon-skype::before {
  content: "\f17e";
}
.share-icon.icon-telegram::before {
  content: "\f2c6";
}
.share-icon.icon-linkedin::before {
  content: "\f0e1";
}
.share-icon.icon-quora::before {
  content: "\f2c4";
}
.share-icon.icon-mastodon::before {
  content: "\f4f6";
}
.share-icon.icon-reddit::before {
  content: "\f1a1";
}
.share-icon.icon-bluesky::before {
  content: "\e671";
}
.share-icon.icon-threads::before {
  content: "\e618";
}
.share-icon.icon-copy-link::before {
  content: "\f0c5";
}
.share-icon.icon-send-email::before {
  content: "\f0e0";
}
.share-icon.icon-web-share::before {
  content: "\f1e0";
}
.share-icon:hover {
  color: #D49300;
}
nav.nav-pagination {
  text-align: center;
  width: 100%;
}
nav.nav-pagination {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  nav.nav-pagination {
    margin-top: 1.875rem;
  }
}
nav.nav-pagination ul.pagination {
  margin: 0;
  flex-wrap: wrap;
  gap: 5px;
}
nav.nav-pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.nav-pagination ul.pagination li {
  font-weight: 500;
  height: 28px;
  padding: 0;
  min-width: 28px;
  width: auto;
  line-height: normal;
  overflow: hidden;
  border-radius: 50%;
}
nav.nav-pagination ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  height: 100%;
  width: 100%;
  line-height: inherit;
  aspect-ratio: 1/1;
  padding: 0;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.nav-pagination ul.pagination li svg {
  height: 20px;
}
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: #7C8182;
}
:is(span, label) > a {
  color: #D49300;
}
:is(span, label) > a:hover {
  color: #D49300;
  text-decoration: underline;
}
.form-error {
  display: none !important;
  margin-top: 5px;
  font-weight: 400;
  color: #ff0000;
  text-align: center;
  font-size: 12px;
}
.form-error.is-visible {
  display: block !important;
}
.simplebar-scrollable-y {
  padding-right: 12px;
}
.simplebar-track.simplebar-vertical {
  width: 10px;
}
.simplebar-track.simplebar-horizontal {
  height: 10px;
}
.simplebar-scrollbar:before {
  background-color: #cccccc;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.back-to-top {
  opacity: 0;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 30px;
  border: 1px solid #7C8182;
  border-radius: 4px;
  /*background-color: rgb(0 0 0 / 10%);*/
  width: 34px;
  height: 34px;
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .back-to-top {
    bottom: 70px;
  }
}
.back-to-top.back-to-top__show {
  opacity: 1;
  transition: 0.3s;
}
.back-to-top > svg {
  position: relative;
  transform: rotate(-90deg);
  display: block;
  color: #7C8182;
  width: 28px;
  height: 28px;
}
.back-to-top:hover {
  border-color: #F93939;
}
.back-to-top:hover > svg {
  color: #F93939;
}
.menu .active > a {
  background: none;
}
.menu .sub-menu:not(.is-dropdown-submenu) {
  display: none;
}
.inline-search .frm-search {
  position: relative;
  width: 290px;
  max-width: 100%;
}
.inline-search .frm-search input[type=search] {
  padding-inline: 36px 15px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: border-color 0.4s ease;
  background-color: #fff;
  height: 36px;
  width: 100%;
  color: #777;
  border-radius: 35px;
  font-size: 15px;
}
.inline-search .frm-search [type=submit] {
  inset-inline-start: 0;
  pointer-events: none;
  width: 36px;
  height: 36px;
  position: absolute;
  inset-block: 0;
  font-size: 0;
}
.inline-search .frm-search [type=submit]::before {
  transition: opacity 0.2s ease;
  font-size: 16px;
  color: #777;
}
.off-canvas.is-transition-overlap {
  z-index: 999999;
}
.js-off-canvas-overlay.is-overlay-fixed {
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 80rem) {
  .off-canvas-content {
    display: none !important;
  }
}
.off-canvas-content .menu-lines {
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  /*@include hamburger($Primary-01, $Primary-02, 22px, 18px, 2px, 3);*/
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 16px;
  font-weight: 400;
  order: 1;
  display: none !important;
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}
.off-canvas-content .menu-lines .line {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 30px;
  height: 20px;
}
.off-canvas-content .menu-lines .line > span {
  position: relative;
  width: 100%;
}
.off-canvas-content .menu-lines .line > span::before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.off-canvas-content .menu-lines .line > span.line-2::before {
  width: 90%;
  transition: 0.3s;
}
.off-canvas-content .menu-lines:hover .menu-txt {
  color: #000000;
}
.off-canvas-content .menu-lines:hover .line > span::before {
  background-color: #184c61;
}
.off-canvas-content .menu-lines:hover .line > span.line-2::before {
  width: 100%;
}
.off-canvas {
  background-color: rgba(7, 85, 132, 0.8588235294);
}
.off-canvas.is-open {
  transform: translate(0) translateZ(3px);
}
.off-canvas .menu-lines {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  z-index: 9999;
  opacity: 0;
  transition: 0.6s 0.5s ease-in-out;
  transform: translateZ(3px);
  padding: 0;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 28px;
  height: 28px;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
  display: none !important;
}
.off-canvas .menu-lines .line {
  position: absolute;
  top: 14px;
  left: 6px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  transition: 0.5s 0.4s ease-in-out;
  transform: rotate(0deg);
  width: 20px;
  display: block;
}
.off-canvas.is-open .menu-lines {
  opacity: 1;
  transform: translateZ(3px);
}
.off-canvas.is-open .menu-lines .line-1 {
  transform: rotate(135deg);
}
.off-canvas.is-open .menu-lines .line-2 {
  transform: rotate(-135deg);
}
.off-canvas.position-top.is-open, .off-canvas.position-bottom.is-open {
  transform: translateY(0) translateZ(3px);
}
.off-canvas .menu-outer .inline-search {
  padding: 15px;
}
.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
}
.off-canvas .menu-outer .inline-search .frm-search input {
  font-size: 14px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] {
  position: absolute;
  background: none;
  left: 2px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] span {
  display: none;
}
.off-canvas ul.vertical.menu {
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  transform: translateZ(3px);
}
.off-canvas ul.vertical.menu li a {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #fff;
}
.off-canvas ul.vertical.menu li a img {
  display: none;
}
.off-canvas ul.vertical.menu li .submenu-toggle {
  width: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.off-canvas ul.vertical.menu li .submenu-toggle::after {
  content: "+";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-weight: 400;
  border: none;
}
.off-canvas ul.vertical.menu li .submenu-toggle[aria-expanded=true]::after {
  content: "\f068";
  transform: none;
  transform-origin: unset;
}
.off-canvas.is-transition-overlap {
  z-index: 1000001 !important;
}
.off-canvas.is-transition-overlap.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap.is-open {
  visibility: visible;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}
.off-canvas.position-left {
  width: 320px;
  transform: translateX(-320px);
}
.off-canvas.position-left.is-open {
  transform: translate(0) translateZ(3px);
}
.off-canvas.position-right {
  width: 320px;
  transform: translateX(320px);
}
.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;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  border-radius: 5px;
  margin-inline: auto;
  max-width: 640px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-inline: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 768px;
  }
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-inline: 0.625rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1280px;
  }
}
.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;
}
/** other */
.grecaptcha-badge {
  display: none !important;
}
.fancybox__content > .f-button.is-close-btn {
  top: 5px;
  right: 5px;
  color: #D49300;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.tabs-panel {
  display: none;
}
.tabs-panel.active {
  display: block;
}
/** Animation Classes */
.fade-in {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.slide-in-left {
  opacity: 0;
  transform: translateX(-25px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 47.99875rem) {
  .slide-in-left {
    transform: translateX(-10px);
  }
}
.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.slide-in-right {
  opacity: 0;
  transform: translateX(25px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 47.99875rem) {
  .slide-in-right {
    transform: translateX(10px);
  }
}
.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.page-template-template-page-about-us #footer {
  margin-top: 0;
}
.section-about-us-cauchuyen {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-about-us-cauchuyen {
    padding: 30px 0;
  }
}
.section-about-us-cauchuyen .img_left_news {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-about-us-cauchuyen .img_bottom_news {
  position: absolute;
  bottom: 0;
  left: 20%;
}
.section-about-us-cauchuyen .all_content_cauchuyen .sub_title_cauchuyen {
  color: #515151;
  font-size: 16px;
  font-weight: 600;
}
.section-about-us-cauchuyen .all_content_cauchuyen .title_cauchuyen {
  color: #184c61;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}
.section-about-us-cauchuyen .all_content_cauchuyen .title_cauchuyen {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-about-us-cauchuyen .all_content_cauchuyen .desc_cauchuyen {
  color: #515151;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .section-about-us-cauchuyen .all_content_cauchuyen .desc_cauchuyen {
    text-align: justify;
  }
}
.section-about-us-cauchuyen .img_cauchuyen {
  border-radius: 8px;
}
.section-about-us-cauchuyen .img_cauchuyen img {
  border-radius: 8px;
}
.section-about-us-doingu {
  position: relative;
  padding: 60px 0;
  background: #f7f7f7;
}
.section-about-us-doingu .all_content_doingu .title_doingu {
  color: #184c61;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
  text-align: center;
}
.section-about-us-doingu .all_content_doingu .title_doingu {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-about-us-doingu .all_content_doingu .desc_doingu {
  color: #515151;
  font-weight: 400;
  max-width: 800px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-about-us-doingu .all_content_doingu .desc_doingu {
    text-align: justify;
  }
}
.section-about-us-doingu .all_doingu {
  margin-top: 40px;
}
.section-about-us-doingu .swiper-container .swiper-slide {
  width: calc(33.3333333333% - 0.8333333333rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section-about-us-doingu .swiper-container .swiper-slide {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-about-us-doingu .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 23.75rem) {
  .section-about-us-doingu .swiper-container .swiper-slide {
    width: 100%;
  }
}
.section-about-us-doingu .swiper-container .swiper-slide .all_content_list .img_content_list {
  background: #e4e4e4;
  padding-top: 30px;
}
.section-about-us-doingu .swiper-container .swiper-slide .all_content_list .img_content_list img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.section-about-us-doingu .swiper-container .swiper-slide .all_content_list .content_list {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
}
.section-about-us-doingu .swiper-container .swiper-slide .all_content_list .content_list span:nth-child(1) {
  color: #131313;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.section-about-us-doingu .swiper-container .swiper-slide .all_content_list .content_list span:nth-child(2) {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
}
.section-about-us-muctieu {
  position: relative;
  padding: 60px 0;
}
.section-about-us-muctieu .img_left_news {
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-about-us-muctieu .img_bottom_news {
  position: absolute;
  bottom: 0;
  right: 20%;
}
.section-about-us-muctieu .all_img_muctieu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.section-about-us-muctieu .all_img_muctieu .img_muctieu:nth-child(1) {
  width: calc(60% - 15px);
}
.section-about-us-muctieu .all_img_muctieu .img_muctieu:nth-child(2) {
  width: 40%;
}
.section-about-us-muctieu .all_img_muctieu .img_muctieu picture {
  height: 100%;
}
.section-about-us-muctieu .all_img_muctieu .img_muctieu picture img {
  height: 100%;
  object-fit: cover;
}
.section-about-us-muctieu .all_content_muctieu .title_muctieu {
  color: #184c61;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}
.section-about-us-muctieu .all_content_muctieu .title_muctieu {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-about-us-muctieu .all_content_muctieu .desc_muctieu {
  color: #515151;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .section-about-us-muctieu .all_content_muctieu .desc_muctieu {
    text-align: justify;
  }
}
.section-about-us-tamnhin {
  position: relative;
  background: #03151d;
  padding: 60px 0;
}
.section-about-us-tamnhin .img_left_news {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-about-us-tamnhin .img_bottom_news {
  position: absolute;
  bottom: 0;
  left: 20%;
}
.section-about-us-tamnhin .img_tamnhin {
  border-radius: 8px;
}
.section-about-us-tamnhin .img_tamnhin img {
  border-radius: 8px;
}
.section-about-us-tamnhin .all_content_muctieu .title_muctieu {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}
.section-about-us-tamnhin .all_content_muctieu .title_muctieu {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-about-us-tamnhin .all_content_muctieu .desc_muctieu {
  color: #e4e4e4;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .section-about-us-tamnhin .all_content_muctieu .desc_muctieu {
    text-align: justify;
  }
}
.page-template-template-page-contact-us #footer {
  margin-top: 0;
}
.section-contact-us {
  position: relative;
  overflow: hidden;
}
.section-contact-us .contact-form .inner .title {
  color: #184c61;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
  text-align: center;
}
.section-contact-us .contact-form .inner .title {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-contact-us .contact-form .inner .form-wrapper {
  max-width: 800px;
  margin: auto;
}
.section-contact-us .contact-form .inner .form-wrapper .flex-contact .cell {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.section-contact-us .contact-form .inner .form-wrapper .flex-contact .cell > span {
  color: #052532;
  font-size: 16px;
  font-weight: 500;
}
.section-contact-us .contact-form .inner .form-wrapper .flex-contact .cell input,
.section-contact-us .contact-form .inner .form-wrapper .flex-contact .cell select,
.section-contact-us .contact-form .inner .form-wrapper .flex-contact .cell textarea {
  border: 1px solid rgba(10, 47, 44, 0.4);
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
}
.section-contact-us .contact-form .inner .form-wrapper .flex-contact .cell.cell-submit {
  flex-direction: row !important;
}
.section-contact-us .contact-form .inner .form-wrapper .flex-contact .cell.cell-submit button {
  border: 1px solid #184c61;
  background: rgba(5, 37, 50, 0);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #184c61;
  font-weight: 600;
}
.section-contact-us .contact-info {
  background: #f7f7f7;
  padding: 50px 0;
  position: relative;
  margin-top: 20px;
}
.section-contact-us .contact-info::before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  left: -50%;
  bottom: 0;
  z-index: -1;
}
.section-contact-us .contact-info::after {
  content: "";
  position: absolute;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  right: -50%;
  bottom: 0;
  z-index: -1;
}
.section-contact-us .contact-info .all_content_contact_infor .title_contact_infor {
  color: #184c61;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
  text-align: center;
}
.section-contact-us .contact-info .all_content_contact_infor .title_contact_infor {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-contact-us .contact-info .all_content_contact_infor .desc_contact_infor {
  color: #515151;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.section-contact-us .contact-info .list-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
  align-items: start;
}
@media only screen and (max-width: 63.99875rem) {
  .section-contact-us .contact-info .list-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-contact-us .contact-info .list-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-contact-us .contact-info .list-info .item-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-contact-us .contact-info .list-info .item-info .item_image {
  width: 30px;
  height: 30px;
}
.section-contact-us .contact-info .list-info .item-info .item_image img {
  width: 100%;
  height: 100%;
}
.section-contact-us .contact-info .list-info .item-info .item_content {
  width: calc(100% - 40px);
}
.section-contact-us .contact-info .list-info .item-info .item_content .label {
  color: #013b52;
  font-weight: 400;
  font-size: 18px;
}
.section-contact-us .contact-info .list-info .item-info .item_content .content {
  color: #515151;
  font-size: 15px;
  font-weight: 400;
}
.section-contact-us .contact-info .list-info .item-info-mxh {
  text-align: end;
}
@media only screen and (max-width: 63.99875rem) {
  .section-contact-us .contact-info .list-info .item-info-mxh {
    text-align: start;
  }
}
.section-contact-us .contact-info .list-info .item-info-mxh .txt {
  color: #013b52;
  font-weight: 400;
  font-size: 20px;
}
.section-contact-us .contact-info .list-info .item-info-mxh .info-mxh {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-contact-us .contact-info .list-info .item-info-mxh .info-mxh {
    justify-content: flex-start;
  }
}
.section-contact-us .contact-info .list-info .item-info-mxh .info-mxh a {
  width: 32px;
  height: 32px;
  border: 1px solid #cecece;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #184c61;
  border-radius: 50%;
}
.section-contact-us .contact-map {
  padding-top: 40px;
}
.section-contact-us .contact-map .iframe-wrapper iframe {
  width: 100%;
  height: 280px;
  border-radius: 8px;
}
.section-contact-us .contact-map .all_content_map {
  text-align: center;
  margin: 30px 0;
}
.section-contact-us .contact-map .all_content_map .title_map {
  color: #184c61;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
  text-align: center;
}
.section-contact-us .contact-map .all_content_map .title_map {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-contact-us .contact-map .all_content_map .desc_map {
  color: #515151;
  font-size: 16px;
}
.section-contact-us .all_form_dktt {
  padding: 80px 0;
}
.section-contact-us .all_form_dktt .form_dktt {
  max-width: 800px;
  margin: auto;
}
.section-contact-us .all_form_dktt .form_dktt .txt {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.section-contact-us .all_form_dktt .form_dktt .flex-contact .cell {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.section-contact-us .all_form_dktt .form_dktt .flex-contact .cell > span {
  color: #d1d1d1;
  font-size: 16px;
  font-weight: 500;
}
.section-contact-us .all_form_dktt .form_dktt .flex-contact .cell input,
.section-contact-us .all_form_dktt .form_dktt .flex-contact .cell select,
.section-contact-us .all_form_dktt .form_dktt .flex-contact .cell textarea {
  border: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
}
.section-contact-us .all_form_dktt .form_dktt .flex-contact .cell.cell-submit {
  flex-direction: row !important;
}
.section-contact-us .all_form_dktt .form_dktt .flex-contact .cell.cell-submit button {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
}
.heading-title-ar {
  color: #184c61;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.heading-title-ar {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.posts-list .item {
  border-radius: 10px;
  background: #f4f4f4;
  padding: 10px 10px 20px 10px;
}
.posts-list .item .cover {
  border-radius: 10px;
  margin-bottom: 12px;
}
.posts-list .item .content .date {
  color: #969696;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.posts-list .item .content .date i {
  font-weight: 300;
}
.posts-list .item .content .title {
  color: #121110;
  font-weight: 500;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}
.posts-list .item .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 1) {
  .posts-list .item .content .title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.posts-list .item .content .title a {
  color: #121110;
}
.all_tin_tuc_noi_bat_archive {
  margin-bottom: 30px;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_left a {
  width: 100%;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_left .featured-post {
  position: relative;
  border-radius: 10px;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_left .featured-post img {
  width: 100%;
  aspect-ratio: 3/2.3;
  object-fit: cover;
  border-radius: 10px;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_left .featured-post .info {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: 15px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_left .featured-post .info .date {
  color: #515151;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_left .featured-post .info .date i {
  font-weight: 300;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_left .featured-post .info .title {
  color: #184c61;
  font-weight: 500;
  font-size: 20px !important;
  margin-bottom: 0 !important;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_left .featured-post .info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 1) {
  .all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_left .featured-post .info .title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right a {
  width: 100%;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small {
  display: flex;
  gap: 15px;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small .img {
  width: 160px;
  border-radius: 4px;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small .img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 4px;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small .text {
  width: calc(100% - 160px - 15px);
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small .text .date {
  color: #515151;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small .text .date i {
  font-weight: 300;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small .text .title {
  color: #184c61;
  font-weight: 500;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 1) {
  .all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small .text .title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small .text .excerpt {
  color: #969696;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
}
.all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small .text .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .all_tin_tuc_noi_bat_archive .tin_tuc_noi_bat_right .item-small .text .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.all_sidebar_title {
  position: sticky;
  top: 40px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  border-radius: 8px;
}
.heading-title-sidebar {
  color: #184c61;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.heading-title-sidebar {
  font-size: clamp(1.125rem, 0.775rem + 0.875vw, 1.5625rem);
  line-height: clamp(1.4625rem, 1.0075rem + 1.1375vw, 2.03125rem);
}
.sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar-inner a {
  width: 100%;
}
.sidebar-inner .item-small {
  display: flex;
  gap: 15px;
}
.sidebar-inner .item-small .img {
  width: 160px;
  border-radius: 4px;
}
.sidebar-inner .item-small .img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 4px;
}
.sidebar-inner .item-small .text {
  width: calc(100% - 160px - 15px);
}
.sidebar-inner .item-small .text .date {
  color: #515151;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar-inner .item-small .text .date i {
  font-weight: 300;
}
.sidebar-inner .item-small .text .title {
  color: #184c61;
  font-weight: 500;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}
.sidebar-inner .item-small .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .sidebar-inner .item-small .text .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.sidebar-inner .item-small .text .excerpt {
  color: #969696;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
}
.sidebar-inner .item-small .text .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .sidebar-inner .item-small .text .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.author-profile {
  display: none;
}
.no-results.not-found {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 6px;
  background-color: #efefef;
  margin-top: 30px;
  font-size: 15px;
  margin-inline: auto;
  max-width: 640px;
}
.no-results.not-found:not(.full) {
  padding-inline: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .no-results.not-found:not(.full) {
    max-width: 768px;
  }
}
@media only screen and (min-width: 48rem) {
  .no-results.not-found:not(.full) {
    padding-inline: 0.625rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .no-results.not-found:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .no-results.not-found:not(.full) {
    max-width: 1280px;
  }
}
.breadcrumb-archive-pro {
  padding: 20px 0;
}
.breadcrumb-archive-pro ul li a {
  color: #184c61;
}
.breadcrumb-archive-pro ul li::after {
  color: #515151;
}
.breadcrumb-archive-pro ul li.current {
  color: #515151;
}
.title_archive_product {
  color: #184c61;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
.title_archive_product {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 8px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.breadcrumbs > li {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.breadcrumbs > li > a {
  font-size: inherit;
  color: #fff;
}
.breadcrumbs > li:not(:last-child)::after {
  content: "/";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.breadcrumbs > li:not(:last-child) > a {
  margin-right: 8px;
}
.section.section-breadcrumb {
  position: relative;
}
.section.section-breadcrumb > .container {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 60px 0;
  position: relative;
  height: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-breadcrumb > .container {
    padding: 30px 0;
  }
}
.section.section-breadcrumb > .container .breadcrumb-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.section.section-breadcrumb > .container .breadcrumb-title {
  font-size: clamp(1.75rem, 1.15rem + 1.5vw, 2.5rem);
  line-height: clamp(2.45rem, 1.61rem + 2.1vw, 3.5rem);
}
.section.section-breadcrumb > .container .breadcrumb-description {
  max-width: 900px;
  color: #fff;
}
.section.section-breadcrumb > .container .breadcrumb-description {
  font-size: clamp(0.875rem, 0.775rem + 0.25vw, 1rem);
  line-height: clamp(1.225rem, 1.085rem + 0.35vw, 1.4rem);
}
.section.section-breadcrumb.has-background {
  position: relative;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  background-color: #fff;
  color: #eee;
  height: 500px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-breadcrumb.has-background {
    height: 300px;
  }
}
@media screen and (max-width: 26.25rem) {
  .section.section-breadcrumb.has-background {
    height: 250px;
  }
}
.section.section-breadcrumb.has-background .breadcrumb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section.section-breadcrumb.has-background .breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-breadcrumb-product {
  position: relative;
  background: #f7f7f7;
}
.section-breadcrumb-product > .container {
  display: flex;
  flex-flow: column nowrap;
  padding: 10px 0;
  position: relative;
}
.section-breadcrumb-product > .container .breadcrumb-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.section-breadcrumb-product > .container .breadcrumb-title {
  font-size: clamp(1.75rem, 1.15rem + 1.5vw, 2.5rem);
  line-height: clamp(2.45rem, 1.61rem + 2.1vw, 3.5rem);
}
.section-breadcrumb-product #breadcrumbs li.current {
  color: rgba(68, 68, 68, 0.6);
  font-size: 15px;
  font-weight: 400;
}
.section-breadcrumb-product #breadcrumbs li a {
  color: rgba(68, 68, 68, 0.6);
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive {
    margin-top: 20px;
  }
}
.section.archive > .container {
  gap: 30px;
}
.section.archive > .container > .content {
  flex: 1 1 0;
  min-width: 0;
}
.section.archive > .container > .content > .heading-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.section.archive > .container > .content > .excerpt {
  font-size: 16px;
  margin-bottom: 30px;
  color: #666;
  line-height: 1.5;
}
.section.archive > .container .sidebar {
  flex: 0 0 auto;
  width: 350px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive > .container .sidebar {
    display: none;
  }
}
/** */
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h1, .h1) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h1, .h1) {
  font-size: clamp(1.1875rem, 0.8375rem + 0.875vw, 1.625rem);
  line-height: clamp(1.6625rem, 1.1725rem + 1.225vw, 2.275rem);
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h2, .h2) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h2, .h2) {
  font-size: clamp(1.125rem, 1.025rem + 0.25vw, 1.25rem);
  line-height: clamp(1.575rem, 1.435rem + 0.35vw, 1.75rem);
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h3, .h3) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h3, .h3) {
  font-size: clamp(1.0625rem, 1.0125rem + 0.125vw, 1.125rem);
  line-height: clamp(1.4875rem, 1.4175rem + 0.175vw, 1.575rem);
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h4, .h4, h5, .h5, h6, .h6) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h4, .h4, h5, .h5, h6, .h6) {
  font-size: clamp(1rem, 0.95rem + 0.125vw, 1.0625rem);
  line-height: clamp(1.4rem, 1.33rem + 0.175vw, 1.4875rem);
}
/** */
.section.singular:not(.section-single) .heading-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular:where(.section-single, .section-page) {
    margin-top: 20px;
  }
}
.section.singular:where(.section-single, .section-page) > .container {
  gap: 30px;
}
.section.singular:where(.section-single, .section-page) > .container .content {
  flex: 1 1 0;
  min-width: 0;
}
.section.singular:where(.section-single, .section-page) > .container .sidebar {
  flex: 0 0 auto;
  width: 350px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular:where(.section-single, .section-page) > .container .sidebar {
    display: none;
  }
}
.section.singular:where(.section-single, .section-page) .meta {
  font-size: 14px;
  color: #a5a5a5;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 0 8px;
}
.section.singular:where(.section-single, .section-page) .meta .terms a {
  color: currentColor;
  position: relative;
}
.section.singular:where(.section-single, .section-page) .meta .terms::after {
  padding-left: 5px;
  content: "/";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.section.singular:where(.section-single, .section-page) .meta .icon {
  position: relative;
  color: #969696;
  font-weight: 400;
  font-size: 15px;
}
.section.singular:where(.section-single, .section-page) .meta .icon i {
  font-weight: 300;
}
.section.singular:where(.section-single, .section-page) .meta .icon::before {
  margin-right: 8px;
  font-weight: 400;
}
.section.singular:where(.section-single, .section-page) .meta .admin span {
  color: #184c61;
  font-weight: 600;
}
.section.singular:where(.section-single, .section-page) .meta .date::after {
  padding-left: 5px;
  content: "|";
}
.section.singular:where(.section-single, .section-page) .excerpt {
  font-size: 16px;
  margin-bottom: 15px;
  color: #666;
  font-weight: 500;
}
.section.singular:where(.section-single, .section-page) .entry-content {
  margin-top: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.section.singular:where(.section-single, .section-page) .sharing-toolbox {
  flex-direction: row;
  margin-top: 15px;
}
.section.singular:where(.section-single, .section-page) .sharing-toolbox .share-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.section.singular:where(.section-single, .section-page) .sharing-toolbox .social-share .share-actions {
  flex-flow: row nowrap;
  gap: 20px;
}
.section.section-related .related-title {
  color: #184c61;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section.section-related .related-title {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section.section-related .swiper-container .swiper-slide {
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-related .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 23.75rem) {
  .section.section-related .swiper-container .swiper-slide {
    width: 100%;
  }
}
.section.section-related .swiper-container .swiper-pagination {
  bottom: 0;
  position: relative;
  top: 10px;
}
section.comments-area {
  margin-top: 30px;
}
section.comments-area ol {
  list-style: none;
}
section.comments-area ol > li .comment-body {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.comments-area ol > li .comment-body .comment-meta {
  position: relative;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author > img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author .says {
  display: none;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author a {
  color: #333;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author a:hover {
  color: #D49300;
}
section.comments-area ol > li .comment-body .comment-meta .comment-metadata {
  font-size: 12px;
  position: absolute;
  top: 22px;
  left: 60px;
  color: #666;
}
section.comments-area ol > li .comment-body .comment-meta .comment-metadata a {
  color: currentColor;
}
section.comments-area ol > li .comment-body .comment-meta .comment-metadata .edit-link {
  color: #F93939;
}
section.comments-area ol > li .comment-body .comment-content {
  margin-top: 10px;
}
section.comments-area .comment-list {
  padding-left: 0;
}
section.comments-area .comment-list > li .children {
  padding-left: 20px;
}
section.comments-area .comment-respond .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
section.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-weight: 400;
}
section.comments-area .comment-respond .comment-form .comment-form-comment {
  display: flex;
  flex-flow: column nowrap;
}
section.comments-area .comment-respond .comment-form .comment-form-comment > label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
section.comments-area .comment-respond .comment-form .comment-form-comment #comment {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
#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;
  backdrop-filter: blur(30px);
  background: rgba(251, 246, 237, 0.6) !important;
}
@media only screen and (max-width: 47.99875rem) {
  #ez-toc-container {
    padding: 15px !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;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
#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: #D49300;
  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 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
#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: 100%;
  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: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
#ez-toc-container ul.ez-toc-list > li ul li a::before {
  margin-right: 8px !important;
}
/** */
.add-this.contact-link {
  position: fixed;
  bottom: 15%;
  right: 10px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  z-index: 999;
  padding: 10px 0;
  border-radius: 6px;
  overflow: hidden;
  backdrop-filter: blur(30px);
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link {
    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.7);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 0 5px;
  }
}
.add-this.contact-link li a {
  position: relative;
  transition: 0.3s;
  color: #7C8182;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-this.contact-link li a > svg {
  color: #075584;
  border-radius: 6px;
  border: 1px solid #075584;
  padding: 5px;
}
.add-this.contact-link li a > svg {
  width: 2.375rem;
  height: 2.375rem;
}
.add-this.contact-link li a > svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > svg {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.add-this.contact-link li a > span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > span {
    line-height: 16px;
  }
}
.add-this.contact-link li a:hover {
  transition: 0.3s;
}
.add-this.contact-link li a:hover > svg {
  background-color: #7C8182;
  color: #fff;
}
/** */
/** */