/** $string - svg */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** keyframe */
/** add unique id image url */
/** $string - svg */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** keyframe */
/** add unique id image url */
:root {
  --black: #000;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #198754;
  --teal: #20c997;
  --cyan: #0dcaf0;
  --primary: #006762;
  --secondary: #006762;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --alert: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --body-color: #0a0a0a;
  --body-bg: #fff;
  --link-color: #0a0a0a;
  --link-hover-color: #080808;
  --gutter: 0.9375rem;
  --gutter-xs: 0.625rem;
  --gap: 1.875rem;
  --gap-xs: 1.25rem;
  --line-height-header: 1.4;
  --line-height-paragraph: 1.7;
  --Primary-01: #006762;
  --Primary-02: #006762;
  --Secondary-01: #006762;
  --Secondary-02: #0E4096;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

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

.block {
  display: block;
}

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

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

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

.relative {
  position: relative;
}

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

.absolute {
  position: absolute;
}

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

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

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

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

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

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** */
nav.nav-pagination {
  text-align: center;
  width: 100%;
}
nav.nav-pagination ul.pagination {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li {
  font-weight: 500;
  height: 26px;
  padding: 0;
  min-width: 26px;
  width: auto;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  overflow: hidden;
}
nav.nav-pagination ul.pagination li a, nav.nav-pagination ul.pagination li .current {
  display: block;
  height: 100%;
  width: 100%;
  line-height: inherit;
}
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: #006762;
}

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

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

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

/** */
.dropdown-search .trigger-s.hover::before {
  content: "\f00d";
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 1px !important;
  right: 1px !important;
  width: calc(100% - 2px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  border-radius: 5px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 36rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 34.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 46.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 62.125rem;
  }
}
@media only screen and (min-width: 80rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 86.625rem;
  }
}
.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;
}

/** $string - svg */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** keyframe */
/** add unique id image url */
body {
  background: #F7F4EF;
  overflow-x: hidden;
}

.heading-title {
  color: #006762;
  font-size: 1.75rem;
  line-height: 1.2;
}
@media only screen and (min-width: 48rem) {
  .heading-title {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .heading-title {
    font-size: 2.375rem;
  }
}

.pd-section {
  padding: 80px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .pd-section {
    padding: 40px 0;
  }
}

.shine-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s ease;
}

.shine-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transform: skewX(-45deg);
  transition: left 0.5s ease;
}

.shine-btn:hover::before {
  left: 100%;
}
@media only screen and (max-width: 35.99875rem) {
  .shine-btn:hover::before {
    left: 110%;
  }
}

div#inside-header {
  padding: 10px 0;
}
div#inside-header .container {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
}
div#inside-header .container .cell {
  width: calc(33.3333333333% - 1.25rem);
}
@media only screen and (max-width: 63.99875rem) {
  div#inside-header .container {
    gap: 20px;
  }
  div#inside-header .container .cell {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
div#inside-header .container .site-logo {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  div#inside-header .container .site-logo {
    width: 12.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  div#inside-header .container .site-logo {
    width: 15rem;
  }
}
div#inside-header .container .cell-1 {
  display: flex;
  justify-content: flex-start;
}
div#inside-header .container .cell-1 li a {
  color: #0E4096;
  font-weight: 600;
}
div#inside-header .container .cell-1 li .sub-menu {
  min-width: 300px;
  border: none;
  border-radius: 16px;
  background: #fff;
}
div#inside-header .container .cell-1 li .sub-menu li a {
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
}
div#inside-header .container .cell-1 li .sub-menu li:hover a {
  background: #0E4096;
  color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  div#inside-header .container .cell-1 .desktop-menu {
    display: none;
  }
}
div#inside-header .container .cell .btn-lh a {
  background: #F75F46;
  border-radius: 60px;
  padding: 12px 24px;
  color: #fff;
  font-size: 0.6875rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
@media only screen and (min-width: 48rem) {
  div#inside-header .container .cell .btn-lh a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  div#inside-header .container .cell .btn-lh a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  div#inside-header .container .cell .btn-lh a {
    gap: 5px;
    padding: 8px;
  }
  div#inside-header .container .cell .btn-lh a svg {
    width: 22px;
  }
}
div#inside-header .container .cell .btn-lh a:hover {
  background: #006762;
}
div#inside-header .container .cell-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
div#inside-header .container .cell-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  div#inside-header .container .cell-3 .dropdown-search,
  div#inside-header .container .cell-3 .header-widgets.widget_polylang.poly-header,
  div#inside-header .container .cell-3 .language-dropdown {
    display: none;
  }
}
div#inside-header .container .cell-3 .trigger-s:before {
  color: #0E4096;
  font-size: 20px;
}

.menu-heading-outer .title-bar-title {
  font-weight: 700;
  font-size: 35px;
  margin: 15px;
}
.menu-heading-outer .title-bar-title a {
  color: #006762;
  text-transform: capitalize;
}

.position-left {
  width: 80%;
  display: none;
}

.menu-outer .inline-search {
  margin: 15px;
  position: relative;
}
.menu-outer .inline-search input {
  height: 48px;
  width: 100%;
  border-radius: 50px;
  border: none;
  padding: 12px;
}
.menu-outer .inline-search button {
  background: #F75F46;
  padding: 15px;
  border-radius: 37px;
  color: #fff;
  position: absolute;
  right: 1px;
}
.menu-outer li a {
  font-weight: 500;
  color: #0E4096;
}
.menu-outer li .sub-menu a {
  text-transform: capitalize;
}
.menu-outer .active > a {
  color: #006762;
}

a.back-to-top {
  background: #006762;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 40px;
  transition: 0.4s;
}
a.back-to-top:hover {
  background: #94FF85;
}

section#banner_home {
  margin-top: 0;
}
@media only screen and (min-width: 48rem) {
  section#banner_home {
    margin-top: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#banner_home {
    margin-top: 1.5625rem;
  }
}
section#banner_home .row {
  position: relative;
}
section#banner_home .row .col-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 35.99875rem) {
  section#banner_home .row .col-inner {
    width: 71%;
  }
}
section#banner_home .row .col-inner .subtitle {
  color: #83FFEC;
  font-size: 2.1875rem;
  text-align: center;
  display: block;
  font-weight: 900;
}
@media only screen and (min-width: 48rem) {
  section#banner_home .row .col-inner .subtitle {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#banner_home .row .col-inner .subtitle {
    font-size: 4.5rem;
  }
}
section#banner_home .row .col-inner .heading-title {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  section#banner_home .row .col-inner .heading-title {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#banner_home .row .col-inner .heading-title {
    font-size: 1.9375rem;
  }
}
section#banner_home .row .col-inner .des {
  font-size: 0.75rem;
  margin: 40px 0;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 48rem) {
  section#banner_home .row .col-inner .des {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#banner_home .row .col-inner .des {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  section#banner_home .row .col-inner .des {
    margin: 15px 0;
  }
}
section#banner_home .row .col-inner .btn-xt {
  display: block;
  text-align: center;
}
section#banner_home .row .col-inner .btn-xt a {
  background: #94FF85;
  border-radius: 60px;
  padding: 20px;
  color: #00745B;
  font-size: 0.625rem;
  font-weight: 500;
  transition: 0.3s;
}
@media only screen and (min-width: 48rem) {
  section#banner_home .row .col-inner .btn-xt a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#banner_home .row .col-inner .btn-xt a {
    font-size: 1rem;
  }
}
section#banner_home .row .col-inner .btn-xt a:hover {
  background: #006762;
  color: #fff;
}
@media only screen and (max-width: 35.99875rem) {
  section#banner_home .row .col-inner .btn-xt a {
    padding: 12px;
  }
}

section#slide_cus_home {
  padding-bottom: 30px;
}
section#slide_cus_home .heading-title {
  text-align: center;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  section#slide_cus_home .heading-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#slide_cus_home .heading-title {
    margin-bottom: 2.5rem;
  }
}
section#slide_cus_home .slides_customer {
  background: #fff;
  border-radius: 30px;
  padding: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  section#slide_cus_home .slides_customer {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#slide_cus_home .slides_customer {
    padding: 3.75rem;
  }
}
section#slide_cus_home .slides_customer .swiper-slide {
  overflow: visible;
}
section#slide_cus_home .slides_customer .swiper-controls .swiper-button {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 35.99875rem) {
  section#slide_cus_home .slides_customer .swiper-controls .swiper-button {
    width: 40px;
    height: 40px;
  }
}
section#slide_cus_home .slides_customer .swiper-controls .swiper-button::before {
  background: #F75F46;
  color: #ffffff;
  font-size: 1rem;
  border: none;
}
@media only screen and (min-width: 48rem) {
  section#slide_cus_home .slides_customer .swiper-controls .swiper-button::before {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#slide_cus_home .slides_customer .swiper-controls .swiper-button::before {
    font-size: 2rem;
  }
}
section#slide_cus_home .slides_customer .img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
section#slide_cus_home .slides_customer .img .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5019607843);
  z-index: 1;
}
section#slide_cus_home .slides_customer .img .tht {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
section#slide_cus_home .slides_customer .img .tht a {
  border: 2px solid #fff;
  display: none;
  border-radius: 60px;
  padding: 12px 24px;
  color: #ffffff;
  font-weight: 400;
  background: linear-gradient(to right, #1C82F0 0%, #0270FF 50%, #1C82F0 100%);
  border: 2px solid;
  background-color: rgba(28, 130, 240, 0.5);
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
section#slide_cus_home .slides_customer .img:before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
section#slide_cus_home .slides_customer .img img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section#slide_cus_home .slides_customer .box-content {
  min-height: 245px;
  position: relative;
}
section#slide_cus_home .slides_customer .box-content .col-ct {
  position: absolute;
  top: 50px;
  width: 150%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: none;
}
@media only screen and (max-width: 35.99875rem) {
  section#slide_cus_home .slides_customer .box-content .col-ct {
    position: relative;
    top: 35px;
    width: 100%;
    height: auto;
    left: unset;
    transform: unset;
    text-align: center;
  }
}
section#slide_cus_home .slides_customer .box-content .col-ct .title-ab {
  color: #1EC049;
  text-transform: capitalize;
}
section#slide_cus_home .slides_customer .box-content .col-ct .des {
  text-align: center;
  font-size: 0.875rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48rem) {
  section#slide_cus_home .slides_customer .box-content .col-ct .des {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#slide_cus_home .slides_customer .box-content .col-ct .des {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  section#slide_cus_home .slides_customer .box-content .col-ct .des {
    width: 90%;
  }
}
@media only screen and (min-width: 64rem) {
  section#slide_cus_home .slides_customer .box-content .col-ct .des {
    width: 76%;
  }
}
section#slide_cus_home .slides_customer .swiper-slide-active {
  margin-top: 30px;
}
section#slide_cus_home .slides_customer .swiper-slide-active .bg {
  display: none;
}
section#slide_cus_home .slides_customer .swiper-slide-active .tht a {
  display: inline-flex;
}
section#slide_cus_home .slides_customer .swiper-slide-active .box-content .col-ct {
  display: block;
}

section#about_home .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  gap: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section#about_home .row {
    gap: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_home .row {
    gap: 3.75rem;
  }
}
section#about_home .row .col .slie_about .swiper-slide {
  display: flex;
  height: auto;
}
section#about_home .row .col .slie_about .swiper-slide .col-inner {
  border-radius: 16px;
  padding: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #88D9B0;
  height: 100%;
}
section#about_home .row .col .slie_about .swiper-slide .col-inner .title-ab,
section#about_home .row .col .slie_about .swiper-slide .col-inner .des {
  color: #006762;
}
section#about_home .row .col .slie_about .swiper-slide .col-inner .img {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 16px;
}
section#about_home .row .col .slie_about .swiper-slide .col-inner .img::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
section#about_home .row .col .slie_about .swiper-slide .col-inner .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
section#about_home .row .col .slie_about .swiper-slide.a1 .col-inner {
  background: #FFCB5B;
}
section#about_home .row .col .slie_about .swiper-slide.a1 .col-inner .title-ab,
section#about_home .row .col .slie_about .swiper-slide.a1 .col-inner .des {
  color: #992F12;
}
section#about_home .row .col .slie_about .title-ab {
  font-size: 1.125rem;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  section#about_home .row .col .slie_about .title-ab {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_home .row .col .slie_about .title-ab {
    font-size: 1.5rem;
  }
}
section#about_home .row .col .slie_about .des {
  text-align: center;
  font-size: 0.8125rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48rem) {
  section#about_home .row .col .slie_about .des {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_home .row .col .slie_about .des {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48rem) {
  section#about_home .row .col .slie_about .des {
    width: 90%;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_home .row .col .slie_about .des {
    width: 72%;
  }
}
section#about_home .row .col .slie_about .box-content {
  padding-top: 30px;
}
section#about_home .row .col .swiper-pagination-bullets {
  top: 50%;
}
@media only screen and (max-width: 35.99875rem) {
  section#about_home .row .col .swiper-pagination-bullets {
    top: 56%;
  }
}
@media only screen and (min-width: 80rem) {
  section#about_home .row .col .swiper-pagination-bullets {
    top: 60%;
  }
}
@media only screen and (min-width: 87.5rem) {
  section#about_home .row .col .swiper-pagination-bullets {
    top: 56%;
  }
}
section#about_home .row .col .swiper-pagination-bullet {
  background: #ffffff;
  transform: scale(1);
  opacity: 0.5;
}
section#about_home .row .col .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
section#about_home .row .col-left {
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: calc(58.3333333333% - 1.5625rem);
  padding-right: 15%;
}
@media only screen and (max-width: 35.99875rem) {
  section#about_home .row .col-left {
    width: 100%;
    padding-right: 0;
  }
}
section#about_home .row .col-right {
  width: calc(41.6666666667% - 2.1875rem);
}
@media only screen and (max-width: 35.99875rem) {
  section#about_home .row .col-right {
    width: 100%;
  }
}

section#cat_pro_home .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
section#cat_pro_home .row .col-left {
  width: calc(50% - 0.9375rem);
  padding-right: 0;
}
@media only screen and (max-width: 35.99875rem) {
  section#cat_pro_home .row .col-left {
    width: 100%;
  }
  section#cat_pro_home .row .col-left .heading-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 48rem) {
  section#cat_pro_home .row .col-left {
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#cat_pro_home .row .col-left {
    padding-right: 5rem;
  }
}
section#cat_pro_home .row .col-right {
  width: calc(50% - 0.9375rem);
}
@media only screen and (max-width: 35.99875rem) {
  section#cat_pro_home .row .col-right {
    width: 100%;
  }
}

section#form_contact_home {
  background-image: url("../img/bg-contact-form-home.png");
}
section#form_contact_home .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 35.99875rem) {
  section#form_contact_home .row {
    flex-direction: column-reverse;
  }
}
section#form_contact_home .row .col-left {
  width: calc(58.3333333333% - 0.78125rem);
  padding-right: 0;
}
@media only screen and (max-width: 35.99875rem) {
  section#form_contact_home .row .col-left {
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  section#form_contact_home .row .col-left {
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#form_contact_home .row .col-left {
    padding-right: 8%;
  }
}
section#form_contact_home .row .col-left .heading-title {
  font-weight: 600;
}
section#form_contact_home .row .col-left .row-form {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-right: 0;
}
@media only screen and (min-width: 48rem) {
  section#form_contact_home .row .col-left .row-form {
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#form_contact_home .row .col-left .row-form {
    padding-right: 3.75rem;
  }
}
section#form_contact_home .row .col-left .row-form label {
  color: #fff;
  font-size: 15px;
  margin-bottom: 7px;
  display: block;
}
section#form_contact_home .row .col-left .row-form input {
  height: 48px;
  padding: 12px;
  border-radius: 8px;
  outline: none;
  border: none;
  width: 100%;
}
section#form_contact_home .row .col-left .row-form textarea {
  height: 74px;
  border-radius: 12px;
  padding: 12px;
  outline: none;
  border: none;
  width: 100%;
}
section#form_contact_home .row .col-left .row-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #F75F46;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  width: auto;
  padding: 12px 24px;
}
section#form_contact_home .row .col-left .row-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #006762;
}
section#form_contact_home .row .col-left .row-form .col-50 {
  width: calc(50% - 0.9375rem);
}
@media only screen and (max-width: 35.99875rem) {
  section#form_contact_home .row .col-left .row-form .col-50 {
    width: 100%;
  }
}
section#form_contact_home .row .col-left .row-form .col-100 {
  width: 100%;
}
section#form_contact_home .row .col-left .row-form .subm {
  display: inline-flex;
}
section#form_contact_home .row .col-right {
  width: calc(41.6666666667% - 1.09375rem);
}
@media only screen and (max-width: 35.99875rem) {
  section#form_contact_home .row .col-right {
    width: 100%;
  }
}

footer.site-footer .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  footer.site-footer .row {
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  footer.site-footer .row {
    gap: 1.875rem;
  }
}
footer.site-footer .row .col-left {
  width: calc(41.6666666667% - 1.09375rem);
  background-image: url("../img/bg-ft-left.png");
  padding: 1.875rem;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (max-width: 35.99875rem) {
  footer.site-footer .row .col-left {
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  footer.site-footer .row .col-left {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  footer.site-footer .row .col-left {
    padding: 3.75rem;
  }
}
footer.site-footer .row .col-left .title_ft {
  color: #ffffff;
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  footer.site-footer .row .col-left .title_ft {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  footer.site-footer .row .col-left .title_ft {
    font-size: 2rem;
  }
}
footer.site-footer .row .col-left .des {
  color: #ffffff;
  font-size: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  footer.site-footer .row .col-left .des {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  footer.site-footer .row .col-left .des {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  footer.site-footer .row .col-left .des {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  footer.site-footer .row .col-left .des {
    margin-bottom: 1.5rem;
  }
}
footer.site-footer .row .col-left .btn-lh a {
  background: #F75F46;
  border-radius: 60px;
  padding: 12px 24px;
  color: #fff;
  font-size: 0.9375rem;
  display: inline-flex;
  gap: 10px;
  transition: 0.3s;
}
@media only screen and (min-width: 48rem) {
  footer.site-footer .row .col-left .btn-lh a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  footer.site-footer .row .col-left .btn-lh a {
    font-size: 1rem;
  }
}
footer.site-footer .row .col-left .btn-lh a:hover {
  background: #006762;
}
footer.site-footer .row .col-right {
  width: calc(58.3333333333% - 0.78125rem);
  background: #fff;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 35.99875rem) {
  footer.site-footer .row .col-right {
    width: 100%;
  }
}
footer.site-footer .row .col-right .r-title {
  position: relative;
  padding: 12px;
}
footer.site-footer .row .col-right .r-title svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90%;
}
@media only screen and (max-width: 35.99875rem) {
  footer.site-footer .row .col-right .r-title svg {
    width: 100%;
  }
}
footer.site-footer .row .col-right .r-title .title_ft_right {
  color: #ffffff;
  font-size: 1.125rem;
  position: relative;
  padding-left: 12px;
}
@media only screen and (min-width: 48rem) {
  footer.site-footer .row .col-right .r-title .title_ft_right {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  footer.site-footer .row .col-right .r-title .title_ft_right {
    font-size: 1.4375rem;
  }
}
footer.site-footer .row .col-right .svg svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
footer.site-footer .row .col-right .list_info {
  list-style: none;
  position: relative;
  padding-top: 1.25rem;
  padding-left: 0;
  z-index: 1;
}
@media only screen and (min-width: 48rem) {
  footer.site-footer .row .col-right .list_info {
    padding-top: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  footer.site-footer .row .col-right .list_info {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  footer.site-footer .row .col-right .list_info {
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  footer.site-footer .row .col-right .list_info {
    padding-left: 2.8125rem;
  }
}
footer.site-footer .row .col-right .list_info li {
  display: flex;
  gap: 30px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 35.99875rem) {
  footer.site-footer .row .col-right .list_info li {
    gap: 0;
    margin-bottom: 15px;
    flex-direction: column;
  }
}
footer.site-footer .row .col-right .list_info li strong {
  width: calc(25% - 1.40625rem);
  color: #006762;
}
@media only screen and (max-width: 35.99875rem) {
  footer.site-footer .row .col-right .list_info li strong {
    width: 100%;
  }
}
footer.site-footer .row .col-right .list_info li span {
  color: #3C3C3C;
  margin-left: 40px;
  width: calc(75% - 0.46875rem);
}
@media only screen and (max-width: 35.99875rem) {
  footer.site-footer .row .col-right .list_info li span {
    width: 100%;
    margin-left: 40px;
  }
}

section#about_page_ab {
  padding-bottom: 0;
}
section#about_page_ab .row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
section#about_page_ab .row .col-left {
  width: calc(41.6666666667% - 1.09375rem);
}
@media only screen and (max-width: 35.99875rem) {
  section#about_page_ab .row .col-left {
    width: 100%;
  }
}
section#about_page_ab .row .col-left .title-page-ab {
  color: #006762;
}
section#about_page_ab .row .col-left .title-page-ab .color {
  color: #F75F46;
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  section#about_page_ab .row .col-left .title-page-ab .color {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_page_ab .row .col-left .title-page-ab .color {
    font-size: 2.1875rem;
  }
}
section#about_page_ab .row .col-right {
  width: calc(58.3333333333% - 0.78125rem);
}
@media only screen and (max-width: 35.99875rem) {
  section#about_page_ab .row .col-right {
    width: 100%;
  }
}
section#about_page_ab .row-img {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  section#about_page_ab .row-img {
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_page_ab .row-img {
    margin-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  section#about_page_ab .row-img {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_page_ab .row-img {
    margin-bottom: 3.75rem;
  }
}
section#about_page_ab .row-img .img-1 {
  display: flex;
  width: calc(66.6666666667% - 0.625rem);
}
@media only screen and (max-width: 35.99875rem) {
  section#about_page_ab .row-img .img-1 {
    width: 100%;
  }
}
section#about_page_ab .row-img .img-2 {
  display: flex;
  width: calc(33.3333333333% - 1.25rem);
}
@media only screen and (max-width: 35.99875rem) {
  section#about_page_ab .row-img .img-2 {
    width: 100%;
  }
}
section#about_page_ab .row-sm-gt .col-ct {
  background: #ffffff;
  padding: 1.875rem;
  border-radius: 40px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  section#about_page_ab .row-sm-gt .col-ct {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_page_ab .row-sm-gt .col-ct {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  section#about_page_ab .row-sm-gt .col-ct {
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_page_ab .row-sm-gt .col-ct {
    margin-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  section#about_page_ab .row-sm-gt .col-ct {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_page_ab .row-sm-gt .col-ct {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  section#about_page_ab .row-sm-gt .col-ct {
    gap: 0;
  }
}
section#about_page_ab .row-sm-gt .col-ct .col-title {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(41.6666666667% - 1.09375rem);
}
@media only screen and (max-width: 35.99875rem) {
  section#about_page_ab .row-sm-gt .col-ct .col-title {
    width: 100%;
  }
  section#about_page_ab .row-sm-gt .col-ct .col-title svg {
    width: 30px;
  }
}
section#about_page_ab .row-sm-gt .col-ct .col-title span {
  font-size: 1.125rem;
  font-weight: 600;
  color: #006762;
}
@media only screen and (min-width: 48rem) {
  section#about_page_ab .row-sm-gt .col-ct .col-title span {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_page_ab .row-sm-gt .col-ct .col-title span {
    font-size: 3.25rem;
  }
}
section#about_page_ab .row-sm-gt .col-ct .col-info {
  width: calc(58.3333333333% - 0.78125rem);
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  section#about_page_ab .row-sm-gt .col-ct .col-info {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  section#about_page_ab .row-sm-gt .col-ct .col-info {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  section#about_page_ab .row-sm-gt .col-ct .col-info {
    width: 100%;
  }
}

.title-archive {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .title-archive {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .title-archive {
    margin-bottom: 3.5rem;
  }
}

.grid-posts-ar .cell .item {
  overflow: hidden;
  border-radius: 16px;
}
.grid-posts-ar .cell .cover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.grid-posts-ar .cell .cover-content .r-title {
  position: relative;
}
.grid-posts-ar .cell .cover-content .r-title svg {
  position: absolute;
  bottom: 5px;
  right: 20px;
  height: 32px;
  width: 32px;
}
.grid-posts-ar .cell .cover-content h2 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #ffffff;
  padding: 0 15px;
  width: 85%;
  text-transform: capitalize;
}
@media only screen and (min-width: 48rem) {
  .grid-posts-ar .cell .cover-content h2 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .grid-posts-ar .cell .cover-content h2 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 48rem) {
  .grid-posts-ar .cell .cover-content h2 {
    width: 65%;
  }
}
@media only screen and (min-width: 64rem) {
  .grid-posts-ar .cell .cover-content h2 {
    width: 60%;
  }
}

.banner_single .row {
  position: relative;
}
.banner_single .row .title-sing-post {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 35.99875rem) {
  .banner_single .row .title-sing-post {
    bottom: -15px;
  }
}
.banner_single .row .title-sing-post span {
  color: #fff;
  padding: 20px 40px;
  text-transform: capitalize;
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .banner_single .row .title-sing-post span {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .banner_single .row .title-sing-post span {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .banner_single .row .title-sing-post span {
    display: block;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .banner_single .row .title-sing-post span {
    padding: 15px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .banner_single .row img {
    min-height: 350px;
    object-fit: cover;
  }
}

.content-sg {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48rem) {
  .content-sg {
    width: 80%;
  }
}
@media only screen and (min-width: 64rem) {
  .content-sg {
    width: 60%;
  }
}

.bvlq h3.cdvk {
  text-align: center;
  margin-bottom: 30px;
}
.bvlq .swiper-button-prev {
  left: -55px;
}
.bvlq .swiper-button-next {
  right: -55px;
}

.list_contact_fixed {
  list-style: none;
  position: fixed;
  right: 20px;
  bottom: 40%;
  display: flex;
  z-index: 999;
  flex-direction: column;
  gap: 30px;
}
.list_contact_fixed li img {
  width: 60px;
  height: 60px;
}

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