/** $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: #619c46;
  --secondary: #331f00;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --alert: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --body-color: #0a0a0a;
  --body-bg: #F5F5F5;
  --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: #619c46;
  --Primary-02: #38abdf;
  --Secondary-01: #331f00;
  --Secondary-02: #ec9a20;
}

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

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

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

: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: "Roboto Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  display: inline-block;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) p {
  color: currentColor;
  line-height: inherit;
  margin-bottom: 0;
}

a {
  display: inline-block;
  color: #1e68c4;
}
a:hover {
  color: #619c46;
}
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;
}

.full-bg-white, .bg-white .container {
  background: #fff !important;
}

.bg-white .container {
  padding: 15px;
}
@media only screen and (max-width: 35.99875rem) {
  .bg-white .container {
    margin: 0 10px;
  }
}

.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-pc {
  display: none !important;
}
@media only screen and (max-width: 35.99875rem) {
  .hidden-pc {
    display: block !important;
  }
}

@media only screen and (max-width: 35.99875rem) {
  .hidden-mobile {
    display: none !important;
  }
}

.\!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;
  }
}

header {
  position: relative;
  z-index: 999;
}

.container-fluid {
  position: relative;
  z-index: 2;
}

:is(.container, .flex-container, .grid-container) {
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}
: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: 76.25rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  :is(.container, .flex-container, .grid-container):not(.full).\2 xl {
    max-width: 85.375rem;
  }
}
@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.breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.cover .wrapper .heading-title {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: normal;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.74);
}
@media only screen and (min-width: 48rem) {
  .cover .wrapper .heading-title {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .cover .wrapper .heading-title {
    font-size: 4.6875rem;
  }
}
.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;
}

/* @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: #dc9a0e;
  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: #dc9a0e;
  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: 32px;
  padding: 0;
  min-width: 32px;
  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: flex;
  justify-content: center;
  align-items: center;
  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: #619c46;
}

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

.dropdown.menu > li {
  position: relative;
}
.dropdown.menu > li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown.menu > li:first-child::before {
  content: none;
}
.dropdown.menu > li > a {
  line-height: 1.4;
  color: hsla(0, 0%, 40%, 0.85);
  text-transform: uppercase;
  font-family: "Signika", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.dropdown.menu > li ul {
  border: unset;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.dropdown.menu > li ul li a {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 24px;
}
.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: 20px;
  opacity: 0.8;
}
.dropdown.menu .current-menu-item a {
  font-weight: 600;
}

/** */
.off-canvas.is-transition-overlap {
  z-index: 9999999;
}

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

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

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

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

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

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

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

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

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

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

.off-canvas {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.off-canvas.white-color .menu-outer {
  padding: 50px 10px 20px;
}
.off-canvas.white-color .menu-outer .menu li {
  margin-bottom: 0px;
}
.off-canvas.white-color .menu-outer .menu li:last-child {
  margin-bottom: 0;
}
.off-canvas.white-color .menu-outer .menu li a {
  text-transform: uppercase;
  color: #000;
  font-size: 0.875rem;
  line-height: 24px;
  padding: 10px;
}
.off-canvas.white-color .menu-outer .bottom-outer .widget_polylang ul {
  margin: 20px 0 0 0;
  list-style-type: none;
  display: flex;
  gap: 5px;
  padding-left: 0.9375rem;
}
.off-canvas.white-color .menu-outer .bottom-outer .widget_polylang ul li a {
  color: #000;
}

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

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

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

.off-canvas-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: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.off-canvas-content .menu-lines:hover::after {
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 14px;
  font-weight: 300;
  padding-left: 30px;
}
@media only screen and (max-width: 63.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: 76.25rem;
  }
}
.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;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.section-padding {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-padding {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section-padding {
    padding-bottom: 1.875rem;
  }
}

.centered {
  text-align: center;
}

.has-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-attachment: fixed;
  background-color: #EEFFFD;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: relative;
}
.has-bg:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.95;
  background-color: #EEFFFD;
}

.button-link {
  font-size: 0.8125rem;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #000;
  border-radius: 30px;
  font-weight: 600;
  padding: 5px 5px 5px 15px;
  white-space: nowrap;
}
@media only screen and (min-width: 64rem) {
  .button-link {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .button-link {
    padding: 5px 5px 5px 10px;
  }
}
.button-link:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #619c46;
  color: #fff;
  font-size: 1rem;
  margin-left: 10px;
  border-radius: 50%;
}
@media only screen and (max-width: 35.99875rem) {
  .button-link:after {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
  }
}
.button-link:hover {
  color: #fff;
  background-color: #619c46;
}
.button-link:hover::after {
  background-color: #fff;
  color: #619c46;
}

.heading-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .heading-title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .heading-title {
    font-size: 1.5625rem;
  }
}
.heading-title span {
  color: #38abdf;
  font-weight: 800;
}

.back-to-top {
  align-items: center;
  border: 1px solid #3e5878;
  border-radius: 50%;
  bottom: 30px;
  background-color: #fff;
  color: #3e5878;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  right: 30px;
  transition: 0.3s;
  visibility: hidden;
  width: 2.5rem;
  height: 2.5rem;
  z-index: -9999;
}
@media only screen and (max-width: 35.99875rem) {
  .back-to-top {
    width: 2.1875rem;
    height: 2.1875rem;
    bottom: 10px;
    right: 15px;
  }
}
.back-to-top:hover {
  border-color: #619c46;
}
.back-to-top:hover::before {
  color: #619c46;
}
.back-to-top.back-to-top__show {
  pointer-events: auto;
  visibility: visible;
  z-index: 9999;
}

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

#top-header {
  background: #619c46;
  padding: 10px 0;
}
@media only screen and (max-width: 63.99875rem) {
  #top-header {
    display: none;
  }
}
#top-header .container .cell {
  color: #fff;
}
#top-header .container .cell a {
  color: #fff;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase;
}
#top-header .container .cell ul {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
#top-header .container .cell ul li {
  position: relative;
}
#top-header .container .cell ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: -10px;
  background: #fff;
  bottom: 0;
}
#top-header .container .cell ul li:last-child::after {
  display: none;
}
#top-header .container .cell .header-top-company {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 400;
}
#top-header .container .cell-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#inside-header {
  padding: 10px 0;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 98;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header {
    width: 95%;
    z-index: 98;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header {
    padding: 10px 0;
  }
}
#inside-header > .container {
  display: flex;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  position: static;
  max-width: 90rem;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header > .container {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header > .container {
    grid-gap: 0.625rem;
    gap: 0.625rem;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header > .container {
    justify-content: space-between;
  }
}
#inside-header > .container .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header > .container .cell {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
#inside-header > .container .cell.cell-1 {
  flex: 0 0 auto;
  justify-content: flex-start;
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header > .container .cell.cell-1 {
    order: 1;
  }
}
#inside-header > .container .cell.cell-2 {
  flex: 1 1 auto;
  position: static;
  justify-content: center;
  grid-gap: 0;
  gap: 0;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header > .container .cell.cell-2 {
    display: none;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header > .container .cell.cell-2 {
    order: 3;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header > .container .cell.cell-2 .header-widgets {
    display: none;
  }
}
#inside-header > .container .cell.cell-2 .dropdown-search {
  position: static;
}
#inside-header > .container .cell.cell-2 .dropdown-search a {
  font-size: 1.125rem;
  font-weight: 600;
  color: hsla(0, 0%, 40%, 0.85);
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header > .container .cell.cell-2 .dropdown-search a {
    font-size: 1.375rem;
  }
}
#inside-header > .container .cell.cell-2 .dropdown-search span {
  display: none;
}
#inside-header > .container .cell.cell-2 .dropdown-search .trigger-s.hover {
  position: relative;
  z-index: 99;
}
#inside-header > .container .cell.cell-2 .dropdown-search .trigger-s.hover::before {
  color: #fff;
}
#inside-header > .container .cell.cell-2 .dropdown-search .dropdown-pane {
  width: 100%;
  height: 100vh;
  left: 0 !important;
  top: 0 !important;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}
#inside-header > .container .cell.cell-2 .dropdown-search .dropdown-pane.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
#inside-header > .container .cell.cell-2 .dropdown-search .frm-search {
  width: 600px;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header > .container .cell.cell-2 .dropdown-search .frm-search {
    width: 450px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header > .container .cell.cell-2 .dropdown-search .frm-search {
    width: 300px;
  }
}
#inside-header > .container .cell.cell-2 .dropdown-search .frm-search .frm-container {
  position: relative;
}
#inside-header > .container .cell.cell-2 .dropdown-search .frm-search .frm-container input {
  width: 100%;
  height: 40px;
  border: unset;
  outline: none;
  padding-left: 10px;
  font-size: 14px;
  border-radius: 10px;
}
#inside-header > .container .cell.cell-2 .dropdown-search .frm-search .frm-container .btn-s {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
#inside-header > .container .cell.cell-2 .dropdown-search .frm-search .frm-container .btn-s::before {
  color: #619c46;
}
#inside-header > .container .cell.cell-2 .dropdown-search .frm-search .frm-container .trigger-s-close {
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
#inside-header > .container .cell.cell-2 .mini_widget_shopping_cart .cart-title {
  display: none;
}
#inside-header > .container .cell.cell-2 .mini_widget_shopping_cart .txt {
  display: none;
}
#inside-header > .container .cell.cell-2 .hb_search_design {
  width: 100%;
}
#inside-header > .container .cell.cell-2 .hb_search_design form input {
  background: #f5f5f5;
  padding: 0 40px 0 10px;
  border-radius: 0;
}
#inside-header > .container .cell.cell-2 .hb_search_design form button {
  right: 0;
  width: 60px;
  background: #619c46;
}
#inside-header > .container .cell.cell-2 .hb_search_design form button::before {
  color: #fff;
}
#inside-header > .container .cell.cell-2 .hb_search_design form button:hover {
  background: #202067;
}
#inside-header > .container .cell.cell-3 {
  flex: 0 0 auto;
  justify-content: flex-end;
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header > .container .cell.cell-3 {
    order: 2;
  }
}
#inside-header > .container .cell.cell-3 .hb_header_checkout {
  position: relative;
}
#inside-header > .container .cell.cell-3 .hb_header_checkout::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: -10px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header > .container .cell.cell-3 .hb_header_checkout::before {
    display: none;
  }
}
#inside-header > .container .cell.cell-3 .hb_header_checkout a {
  padding: 8px 25px;
  background: #619c46;
  font-size: 15px;
  border-radius: 60px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header > .container .cell.cell-3 .hb_header_checkout a {
    padding: 6px 10px;
    font-size: 12px;
  }
}
#inside-header > .container .cell.cell-3 .hb_header_checkout a:hover {
  background: #38abdf;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header > .container .cell.cell-3 .hb_cct_design {
    display: none;
  }
}
#inside-header > .container .cell.cell-3 .hb_cct_design .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#inside-header > .container .cell.cell-3 .hb_cct_design ul.list-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
}
#inside-header > .container .cell.cell-3 .hb_cct_design ul.list-content li .icon {
  width: 3.75rem;
  height: 3.75rem;
}
#inside-header > .container .cell.cell-3 .hb_cct_design ul.list-content li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#inside-header > .container .cell.cell-3 .hb_cct_design ul.list-content li .wrapper .title {
  margin-bottom: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
#inside-header > .container .cell.cell-3 .hb_cct_design ul.list-content li .wrapper .content .desc p {
  font-size: 0.8125rem;
  line-height: 19px;
}
#inside-header > .container .cell .cart-title, #inside-header > .container .cell .shopping-cart .menu-item .txt, #inside-header > .container .cell .woocommerce-Price-amount.amount {
  display: none;
}
#inside-header > .container .cell .shopping-cart .header-cart-contents {
  color: #000;
  position: relative;
  padding: 5px;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header > .container .cell .shopping-cart .header-cart-contents {
    padding: 0;
    border-left: none;
    border-right: none;
  }
}
#inside-header > .container .cell .shopping-cart .header-cart-contents .icon {
  font-size: 1.375rem;
  color: hsla(0, 0%, 40%, 0.85);
}
@media only screen and (min-width: 48rem) {
  #inside-header > .container .cell .shopping-cart .header-cart-contents .icon {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  #inside-header > .container .cell .shopping-cart .header-cart-contents .icon {
    font-size: 1.375rem;
  }
}
#inside-header > .container .cell .shopping-cart .header-cart-contents .count {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -2px;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  background-color: #619c46;
  font-size: 10px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  transition: 0.2s all;
  color: #fff;
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header > .container .cell .shopping-cart .header-cart-contents .count {
    top: -4px;
    right: -4px;
  }
}
#inside-header > .container .cell .icon-cartpage {
  display: none;
}
#inside-header .site-logo a img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .site-logo a img {
    height: 55px;
    width: 90px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  #inside-header .site-logo a img {
    height: 55px;
    width: 90px;
  }
}
#inside-header .hidden-mobile {
  display: block;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .hidden-mobile {
    display: none;
  }
}
#inside-header .hidden-pc {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .hidden-pc {
    display: block;
  }
}
#inside-header .hidden-pc .site-logo {
  text-align: center;
}
#inside-header .hidden-pc .site-logo a img {
  width: 50%;
  height: 52px;
  object-fit: contain;
}

.page-template-page-home #bottom-header .productcat-menu .bars-menu .sub-menu.vertical {
  opacity: 1;
  visibility: visible;
}

#bottom-header {
  background-color: #e6e6e6;
}
@media only screen and (max-width: 63.99875rem) {
  #bottom-header {
    display: none;
  }
}
@media only screen and (max-width: 35.99875rem) {
  #bottom-header {
    padding: 15px 0;
    background-color: transparent;
  }
}
#bottom-header.is-stuck .productcat-menu .bars-menu .sub-menu.vertical {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
}
#bottom-header.is-stuck .productcat-menu .bars-menu:hover .sub-menu.vertical {
  opacity: 1;
  transition: all 0.2s ease 0s;
  visibility: visible;
  height: auto;
}
#bottom-header .container {
  display: flex;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
#bottom-header .container .cell.cell-1 {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 35.99875rem) {
  #bottom-header .container .cell.cell-1 {
    width: 100%;
  }
}
#bottom-header .container .cell.cell-2 {
  width: calc(75% - 10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 35.99875rem) {
  #bottom-header .container .cell.cell-2 {
    width: 100%;
  }
}
#bottom-header .container .cell.cell-2 .header-widgets.widget_block {
  height: 100%;
}
#bottom-header .container .cell.cell-2 .header-widgets.widget_block > ul.menu {
  height: 100%;
}
#bottom-header .container .cell.cell-2 .header-widgets.widget_block > ul.menu li a {
  height: 100%;
  display: flex;
  align-items: center;
}
#bottom-header .container .cell.cell-2 .hb_headerbottom_phone a {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  padding: 0 15px;
  background: red;
  color: #fff;
}
#bottom-header .productcat-menu .bars-menu {
  background-color: #619c46;
  position: relative;
}
#bottom-header .productcat-menu .bars-menu > a {
  padding: 0;
  padding-left: 20px;
  line-height: 45px;
  position: relative;
  display: block;
  background-color: transparent;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}
#bottom-header .productcat-menu .bars-menu > a:hover {
  color: #fff;
}
#bottom-header .productcat-menu .bars-menu > .sub-menu {
  position: absolute;
}
#bottom-header .productcat-menu .bars-menu .sub-menu.vertical {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0.1s;
  left: 0;
  top: 100%;
  display: block;
  border-top: none;
  width: 100%;
  height: 500px;
  z-index: 1;
  box-shadow: 0px 10px 10px 0px rgb(236, 236, 236);
  border: 1px solid #ebebeb;
}
#bottom-header .productcat-menu .bars-menu .sub-menu.vertical li {
  position: relative;
}
#bottom-header .productcat-menu .bars-menu .sub-menu.vertical li a {
  display: flex;
  align-items: center;
  color: #232323;
  font-weight: 500;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #ececec;
  text-transform: uppercase;
  position: relative;
  background: transparent !important;
}
#bottom-header .productcat-menu .bars-menu .sub-menu.vertical li a::before {
  display: inline-block;
  content: "\f101";
  color: #619c46;
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
}
#bottom-header .productcat-menu .bars-menu .sub-menu.vertical li a::after {
  display: none;
}
#bottom-header .productcat-menu .bars-menu .sub-menu.vertical li a:hover {
  color: #619c46;
  background: transparent;
}
#bottom-header .productcat-menu .bars-menu .sub-menu.vertical li a .menu-image-title-after.menu-image-title {
  padding-left: 0;
}
#bottom-header .productcat-menu .bars-menu .sub-menu.vertical li > ul {
  top: 0;
  opacity: 0 !important;
  z-index: -1;
  display: none;
  box-shadow: unset;
  height: unset;
}
#bottom-header .productcat-menu .bars-menu .sub-menu.vertical li:last-child a {
  border-bottom: unset;
}
#bottom-header .productcat-menu .bars-menu .sub-menu.vertical li:hover > ul {
  left: 100%;
  opacity: 1 !important;
  display: block;
}

.inline-search {
  width: 30%;
}
@media only screen and (max-width: 35.99875rem) {
  .inline-search {
    width: 100%;
  }
}
.inline-search form {
  position: relative;
}
.inline-search form input {
  padding: 0 30px 0 10px;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 40px;
  font-size: 14px;
  box-shadow: none;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}
.inline-search form button {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 20px;
}
.inline-search form button:before {
  color: #054C99;
}

.menu.horizontal li > a {
  color: #fff;
  position: relative;
  padding: 5px 15px;
}
@media only screen and (max-width: 63.99875rem) {
  .menu.horizontal li > a {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .menu.horizontal li > a {
    padding: 0px 5px;
  }
}
.menu.horizontal li:hover > a {
  color: #EDDD5E;
}

.woocommerce-cart #inside-header .cell .icon-cartpage,
.woocommerce-checkout #inside-header .cell .icon-cartpage {
  display: block;
}

#footer-widgets {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media only screen and (min-width: 48rem) {
  #footer-widgets {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-widgets {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 48rem) {
  #footer-widgets {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-widgets {
    padding-bottom: 1.875rem;
  }
}
#footer-widgets .rows .widget-title {
  color: #619c46;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
#footer-widgets .rows .textwidget {
  font-size: 14px;
}
#footer-widgets .rows.row-1 .flex-x {
  display: flex;
  margin: 0 -15px;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .flex-x {
    margin: 0;
  }
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .mb-15 {
    margin-bottom: 15px;
  }
}
#footer-widgets .rows.row-1 .flex-x .cell-1 {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .cell-1 {
    flex: 0 0 40%;
    max-width: 40%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .cell-1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
#footer-widgets .rows.row-1 .flex-x .cell-2 {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 15px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .cell-2 {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .cell-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
#footer-widgets .rows.row-1 .flex-x .cell-3 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .cell-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .cell-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
#footer-widgets .rows.row-1 .flex-x .cell-4 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .cell-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .cell-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
#footer-widgets .rows.row-1 .widget-title {
  display: none;
  color: #fff;
  border-bottom: none;
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#footer-widgets .rows.row-1 .widget-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #38abdf;
}
#footer-widgets .rows.row-1 .hb_bct_dmca {
  margin-bottom: 0.9375rem;
}
#footer-widgets .rows.row-1 .hb_bct_dmca .textwidget.custom-html-widget {
  display: flex;
  align-items: center;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
#footer-widgets .rows.row-1 .menu-policy-footer .menu, #footer-widgets .rows.row-1 .menu-procat-footer .menu {
  flex-direction: column;
}
#footer-widgets .rows.row-1 .menu-policy-footer .menu li a, #footer-widgets .rows.row-1 .menu-procat-footer .menu li a {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.875rem;
  line-height: 20px;
  text-transform: capitalize;
}
#footer-widgets .rows.row-1 .menu-policy-footer .menu li:first-child a, #footer-widgets .rows.row-1 .menu-procat-footer .menu li:first-child a {
  padding-top: 0;
}
#footer-widgets .rows.row-1 form {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
#footer-widgets .rows.row-1 form .form-phone {
  width: calc(100% - 50px);
}
#footer-widgets .rows.row-1 form .form-phone input {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  border: 2px solid hsla(0, 0%, 100%, 0.7);
  background: transparent;
  color: #fff;
}
#footer-widgets .rows.row-1 form .form-phone input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7) !important;
}
#footer-widgets .rows.row-1 form .form-phone input::placeholder {
  color: hsla(0, 0%, 100%, 0.7) !important;
}
#footer-widgets .rows.row-1 form .form-phone .wpcf7-not-valid-tip {
  font-size: 13px;
  white-space: nowrap;
  margin-top: 5px;
}
#footer-widgets .rows.row-1 form .form-submit {
  position: absolute;
  top: 0;
  right: 0;
}
#footer-widgets .rows.row-1 form .form-submit input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #619c46;
  background: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 500;
}
#footer-widgets .rows.row-1 form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
#footer-widgets .rows.row-1 form .wpcf7-response-output {
  margin: 0 0 0;
  padding: 0.3em;
  border-color: #fff;
}
#footer-widgets .rows.row-1 .hb_form_slogan {
  font-size: 25px;
  line-height: 1.3;
  font-family: "Signika", sans-serif;
  text-align: left;
  color: #4C4B4B;
  font-weight: 500;
  margin-bottom: 20px;
}
#footer-widgets .rows.row-1 .footer-right-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-widgets .rows.row-1 .footer-right-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
#footer-widgets .rows.row-1 .footer-right-ul-left span, #footer-widgets .rows.row-1 .footer-right-ul-center span, #footer-widgets .rows.row-1 .footer-right-ul-right span {
  font-size: 18px;
  line-height: 1.3;
  font-family: "Signika", sans-serif;
  color: #4C4B4B;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
#footer-widgets .rows.row-1 .footer-right-ul-left ul, #footer-widgets .rows.row-1 .footer-right-ul-center ul, #footer-widgets .rows.row-1 .footer-right-ul-right ul {
  margin: 0;
  list-style: none;
}
#footer-widgets .rows.row-1 .footer-right-ul-left ul li, #footer-widgets .rows.row-1 .footer-right-ul-center ul li, #footer-widgets .rows.row-1 .footer-right-ul-right ul li {
  margin-bottom: 10px;
  font-size: 13px;
  color: #4C4B4B;
}
#footer-widgets .rows.row-1 .footer-right-ul-left ul li a, #footer-widgets .rows.row-1 .footer-right-ul-center ul li a, #footer-widgets .rows.row-1 .footer-right-ul-right ul li a {
  font-size: 13px;
  color: #4C4B4B;
}
#footer-widgets .rows.row-1 .widget_media_image {
  width: 40%;
  padding-right: 5px;
  margin-bottom: 10%;
}
#footer-widgets .rows.row-1 .widget_media_image .overlay:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
#footer-widgets .rows.row-1 .widget_media_image .overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#footer-widgets .rows.row-1 .widget_media_image:last-child {
  margin-bottom: 0;
}
#footer-widgets .rows.row-1 .widget_custom_html_footer_left {
  color: #4C4B4B;
  font-size: 15px;
  margin-bottom: 5%;
}
#footer-widgets .social-menu {
  margin-top: 10px;
}
#footer-widgets .social-menu a {
  padding: 0;
  color: #fff;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-widgets .social-menu i {
  font-size: 15px;
  line-height: normal;
}
#footer-widgets .social-menu .social-txt {
  display: none;
}
#footer-widgets .menu-social_menu-container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row !important;
  align-items: center;
}
#footer-widgets .menu-social_menu-container ul li {
  width: 45px;
  height: 45px;
}
#footer-widgets .menu-social_menu-container ul li a {
  padding: 0;
}
#footer-widgets .menu-social_menu-container ul li a span {
  display: none;
}
#footer-widgets .footer-copyright {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .footer-copyright {
    flex-direction: column;
  }
}
#footer-widgets .footer-copyright .copyright-left ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
#footer-widgets .footer-copyright .copyright-left ul li a {
  color: #4C4B4B;
  font-size: 13px;
}
#footer-widgets .footer-copyright .copyright {
  color: #4C4B4B;
  font-size: 13px;
}

#footer-info {
  background-color: #619c46;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 35.99875rem) {
  #footer-info {
    padding: 10px 0;
  }
}
#footer-info .footer-copyright {
  color: #fff;
  text-align: center;
  font-size: 15px;
}
#footer-info .footer-copyright a {
  color: #fff;
}
#footer-info .footer-copyright a:hover {
  color: #619c46;
}

.swiper-controls .swiper-pagination {
  bottom: -25px;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  opacity: 1;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-controls .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:hover {
  background-color: #38abdf;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(1);
}

@media only screen and (max-width: 35.99875rem) {
  body.page .grid-posts {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 35.99875rem) {
  .section.singular.page {
    flex-direction: column-reverse;
  }
}
.section.singular.page .grid-posts {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 35.99875rem) {
  .section.singular.page .grid-posts {
    flex-wrap: wrap;
  }
}

.content-col {
  width: 100%;
}

.sidebar-col {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 63.99875rem) {
  .sidebar-col {
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 35.99875rem) {
  .sidebar-col {
    width: 100%;
  }
}
.sidebar-col .widget-title, .sidebar-col .heading-title {
  font-size: 1.125rem;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .sidebar-col .widget-title, .sidebar-col .heading-title {
    font-size: 1rem;
    line-height: 24px;
  }
}
.sidebar-col .widget_nav_menu {
  margin-top: 5px;
  margin-bottom: 30px;
}
.sidebar-col .widget_nav_menu .bars-menu {
  width: 100%;
}
.sidebar-col .widget_nav_menu .bars-menu > a {
  display: none;
}
.sidebar-col .widget_nav_menu .bars-menu > ul.sub-menu {
  display: block;
  list-style: none;
  margin: 0;
}
.sidebar-col .widget_nav_menu .bars-menu > ul.sub-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
.sidebar-col .widget_nav_menu .bars-menu > ul.sub-menu > li a {
  font-size: 0.9375rem;
  padding: 0;
  display: flex;
  align-items: center;
  color: #000;
  text-transform: capitalize;
  padding: 15px;
}
@media only screen and (max-width: 35.99875rem) {
  .sidebar-col .widget_nav_menu .bars-menu > ul.sub-menu > li a {
    font-size: 0.8125rem;
    padding: 10px;
  }
}
.sidebar-col .widget_nav_menu .bars-menu > ul.sub-menu > li a:hover {
  background-color: #619c46;
  color: #fff;
}
.sidebar-col .widget_nav_menu .bars-menu > ul.sub-menu > li a .menu-image-title-after {
  padding-left: 0;
  line-height: 20px;
}
.sidebar-col .widget_nav_menu .bars-menu > ul.sub-menu > li a > ul > li > a {
  padding: 0;
}
.sidebar-col .widget_nav_menu .bars-menu > ul.sub-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #444;
  line-height: 21px;
}
.sidebar-col .widget_nav_menu .bars-menu > ul.sub-menu > li > a:hover {
  background: red;
}
.sidebar-col .widget_nav_menu .bars-menu > ul.sub-menu > li > ul > li > a {
  padding: 15px 0;
  transition: all 0.5s;
}
.sidebar-col .widget_nav_menu .bars-menu > ul.sub-menu > li > ul > li > a:hover {
  background-color: transparent;
  padding-left: 10px;
  color: red;
}
.sidebar-col .widget_nav_menu .bars-menu .sub-menu:not(.is-dropdown-submenu) {
  display: block;
  list-style: none;
  background: #f5f5f5;
}
.sidebar-col .hb_product_featured .grid-products .cell {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
}
.sidebar-col .hb_product_featured .grid-products .cell:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.sidebar-col .hb_product_featured .grid-products .cell li {
  list-style: none;
  display: flex;
}
.sidebar-col .hb_product_featured .grid-products .cell li .product-images {
  flex: 0 0 40%;
  max-width: 40%;
}
.sidebar-col .hb_product_featured .grid-products .cell li .product-content {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 10px;
}
.sidebar-col .hb_product_featured .grid-products .cell li .product-content .product-title {
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 700;
  color: #619c46;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.sidebar-col .hb_product_featured .grid-products .cell li .product-content span.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
@media only screen and (max-width: 63.99875rem) {
  .sidebar-col .hb_product_featured .grid-products .cell li .product-content span.price {
    flex-flow: row wrap;
    flex-direction: column-reverse;
  }
}
.sidebar-col .hb_product_featured .grid-products .cell li .product-content span.price .woocommerce-Price-amount {
  font-size: 0.875rem;
  font-weight: 600;
}
.sidebar-col .hb_product_featured .grid-products .cell li .product-content span.price del {
  color: #bcbcbc;
}
@media only screen and (max-width: 63.99875rem) {
  .sidebar-col .hb_product_featured .grid-products .cell li .product-content span.price del {
    line-height: 1;
  }
}
.sidebar-col .hb_product_featured .grid-products .cell li .product-content span.price ins {
  text-decoration: unset;
}
.sidebar-col .hb_product_featured .grid-products .cell li .product-content span.price ins .woocommerce-Price-amount {
  color: red;
}
@media only screen and (max-width: 63.99875rem) {
  .sidebar-col .hb_product_featured .grid-products .cell li .product-content span.price ins {
    line-height: 1;
  }
}
.sidebar-col .widget_block {
  border: 2px solid #dddddd;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  padding: 20px;
}
.sidebar-col .widget_block .sidebar-contact {
  font-size: 14px;
}
.sidebar-col .widget_block .sidebar-contact .widget-title {
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (min-width: 48rem) {
  .sidebar-col .widget_block .sidebar-contact .widget-title {
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sidebar-col .widget_block .sidebar-contact .widget-title {
    font-size: 1.25rem;
  }
}
.sidebar-col .widget_block .sidebar-contact .btn-call {
  display: block;
  background: #8d9293;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  font-size: 15px;
  border-radius: 10px;
  padding: 8px 37px;
  margin: 0px;
  text-align: center;
}
.sidebar-col .widget_block .sidebar-contact .btn-call:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.sidebar-col .widget_block .sidebar-contact .list_phone {
  margin: 15px 0 0 0;
  list-style-type: none;
}
.sidebar-col .widget_block .sidebar-contact .list_phone li {
  margin-bottom: 5px;
}
.sidebar-col .widget_block .sidebar-contact .list_phone li a {
  color: #8d9293;
}
.sidebar-col .widget_block .sidebar-contact .list_phone li a span {
  padding-left: 5px;
}

body.category .section.archive {
  padding-bottom: 30px;
}
body.category .section.archive #breadcrumbs {
  margin-bottom: 10px;
}
@media only screen and (max-width: 35.99875rem) {
  body.category .section.archive .grid-posts {
    flex-flow: row wrap;
  }
}
body.category .section.archive .grid-posts .item .cover-content .title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 5px;
  font-family: "Signika", sans-serif;
  color: #404A3D;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
body.category .section.archive .grid-posts .item .cover-content .meta {
  color: #4C4B4B;
  font-weight: 300;
  font-size: 12px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 10px 0;
}
body.category .section.archive .grid-posts .item .cover-content .excerpt {
  font-size: 14px;
  font-weight: 400;
}

body.single-post .singular.post .grid-posts {
  display: flex;
  gap: 20px;
  padding: 10px 0 20px 0;
}
@media only screen and (max-width: 35.99875rem) {
  body.single-post .singular.post .grid-posts {
    flex-flow: row wrap;
  }
}
body.single-post .singular.post .content-col .heading-title {
  margin-bottom: 0;
}
body.single-post .singular.post .content-col .meta {
  margin-bottom: 10px;
}
body.single-post .singular.post .content-col article {
  margin-top: 15px;
}

.section-title {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
.section-title .heading-title {
  font-size: 1.25rem;
  font-family: "Signika", sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .section-title .heading-title {
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-title .heading-title {
    font-size: 1.875rem;
  }
}

#breadcrumbs {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  gap: 0 15px;
}
#breadcrumbs li {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
#breadcrumbs li::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -10px;
  color: #1e68c4;
}
#breadcrumbs li.current {
  color: #8d9293;
}
#breadcrumbs li.current::after {
  content: none;
}

.all_slide_text .cs_moving_section_in {
  display: flex;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: nowrap;
}
.all_slide_text .cs_moving_section_in .cs_moving_section2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 5px 0;
  animation: 20s linear infinite slide-har3;
}
.all_slide_text .cs_moving_section_in .cs_moving_section2 .cs_partner_logo_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.all_slide_text .cs_moving_section_in .cs_moving_section2 .cs_partner_logo_wrap .text_slide_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  font-size: 5vw;
  font-family: "Signika Negative", sans-serif;
  color: #F8F7F0;
  /* -webkit-text-stroke: 1px #828282; */
  font-weight: 900;
  text-shadow: 0px 0px 3px #000000;
}
@media only screen and (max-width: 35.99875rem) {
  .all_slide_text .cs_moving_section_in .cs_moving_section2 .cs_partner_logo_wrap .text_slide_text {
    font-size: 12vw;
  }
}
.all_slide_text .cs_moving_section_in .cs_moving_section2 .cs_partner_logo_wrap .icon_slide_text {
  margin: 0 40px;
  line-height: 1;
}
.all_slide_text .cs_moving_section_in .cs_moving_section2 .cs_partner_logo_wrap .icon_slide_text img {
  width: 32px;
  height: 32px;
}

@keyframes slide-har3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.Gallery_product_index {
  background: #5B8C51;
  padding: 60px 0;
}
.Gallery_product_index .product-type-simple .woocommerce-loop-product__link {
  background: url(../../assets/img/bg_sp.png);
  padding: 20px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  width: 100%;
}
.Gallery_product_index .product-type-simple .woocommerce-loop-product__link .cover {
  border-radius: 20px;
}
.Gallery_product_index .product-type-simple .woocommerce-loop-product__link .cover img {
  border-radius: 20px;
}
.Gallery_product_index .product-type-simple .woocommerce-loop-product__link .product-categories {
  position: relative;
  color: #7F7F7F;
  font-size: 14px;
  font-family: "Signika", sans-serif;
  padding-left: 20px;
  margin-top: 20px;
  display: block;
  line-height: 1;
}
.Gallery_product_index .product-type-simple .woocommerce-loop-product__link .product-categories::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #EDDD5E;
  bottom: 5px;
  left: 0;
  border-radius: 50%;
}
.Gallery_product_index .product-type-simple .woocommerce-loop-product__link .woocommerce-loop-product__title {
  color: #404A3D;
  font-family: "Signika", sans-serif;
  font-size: 25px;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.Gallery_product_index .product-type-simple .woocommerce-loop-product__link .woocommerce-loop-product__description {
  color: #4C4B4B;
  font-size: 14px;
  width: 85%;
}
.Gallery_product_index .product-type-simple .view-details {
  width: 35px;
  height: 35px;
  background: #EDDD5E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.Gallery_product_index .product-type-simple .view-details i {
  font-weight: 400;
  color: #000;
  transform: rotate(-45deg);
}
.Gallery_product_index .heading-mota-product {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 8px 20px 8px 30px;
  line-height: 1;
  color: #4C4B4B;
  font-family: "Signika", sans-serif;
  font-size: 13px;
}
.Gallery_product_index .heading-mota-product::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/icon_product.png);
  width: 13px;
  height: 17px;
  left: 10px;
  background-size: cover;
}
.Gallery_product_index .all_title_control_swiper {
  margin-bottom: 3%;
}
.Gallery_product_index .all_title_control_swiper .heading-title {
  font-size: 3vw;
  line-height: 1.3;
  margin: 10px 0;
  font-family: "Signika", sans-serif;
  text-align: left;
  color: #fff;
  font-weight: 500;
}
.Gallery_product_index .carousel-product-list .swiper-controls .swiper-button {
  top: -15%;
}
.Gallery_product_index .carousel-product-list .swiper-controls .swiper-button.swiper-button-prev {
  right: 60px;
  left: auto;
}
.Gallery_product_index .carousel-product-list .swiper-controls .swiper-button::before {
  background-color: transparent;
  border: 1px solid #F0F4F7;
  color: #fff;
  border-radius: 5px;
}

.why_chosse_index {
  padding: 60px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .why_chosse_index {
    padding-bottom: 0;
  }
}
.why_chosse_index .heading-mota-why_choose {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 20px;
  padding: 8px 20px 8px 30px;
  line-height: 1;
  color: #4C4B4B;
  font-family: "Signika", sans-serif;
  font-size: 13px;
}
.why_chosse_index .heading-mota-why_choose::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/icon_product.png);
  width: 13px;
  height: 17px;
  left: 10px;
  background-size: cover;
}
.why_chosse_index .heading-title_why_choose {
  font-size: 3vw;
  line-height: 1.3;
  margin: 10px 0;
  font-family: "Signika", sans-serif;
  color: #000;
  font-weight: 500;
}
.why_chosse_index .list-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.625rem;
  gap: 0.625rem;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .why_chosse_index .list-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why_chosse_index .list-content .list-content-left, .why_chosse_index .list-content .list-content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .why_chosse_index .list-content .list-content-left, .why_chosse_index .list-content .list-content-right {
    gap: 20px;
  }
}
.why_chosse_index .list-content .list-content-left .list-content-li, .why_chosse_index .list-content .list-content-right .list-content-li {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.why_chosse_index .list-content .list-content-left .list-content-li .icon, .why_chosse_index .list-content .list-content-right .list-content-li .icon {
  width: 70px;
}
.why_chosse_index .list-content .list-content-left .list-content-li .icon img, .why_chosse_index .list-content .list-content-right .list-content-li .icon img {
  width: 70px;
  height: 70px;
}
.why_chosse_index .list-content .list-content-left .list-content-li .content, .why_chosse_index .list-content .list-content-right .list-content-li .content {
  width: calc(100% - 70px - 15px);
}
.why_chosse_index .list-content .list-content-left .list-content-li .content .title, .why_chosse_index .list-content .list-content-right .list-content-li .content .title {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "Signika", sans-serif;
  color: #404A3D;
  font-weight: 700;
}
.why_chosse_index .list-content .list-content-left .list-content-li .content .desc, .why_chosse_index .list-content .list-content-right .list-content-li .content .desc {
  color: #4C4B4B;
  font-size: 16px;
}

.section-list-gallery-img {
  padding: 60px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-list-gallery-img {
    padding-top: 0;
  }
}
.section-list-gallery-img .swiper-wrapper {
  align-items: center;
}

.contact_text_index .all_contact_text_index {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  flex-wrap: wrap;
}
@media only screen and (max-width: 35.99875rem) {
  .contact_text_index .all_contact_text_index {
    padding: 20px;
  }
}
.contact_text_index .all_contact_text_index::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 20px;
}
.contact_text_index .all_contact_text_index .all_contact_text_index_left {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .contact_text_index .all_contact_text_index .all_contact_text_index_left {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.contact_text_index .all_contact_text_index .all_contact_text_index_left .name_contact_text {
  font-size: 40px;
  line-height: 1.3;
  font-family: "Signika", sans-serif;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 47.99875rem) {
  .contact_text_index .all_contact_text_index .all_contact_text_index_left .name_contact_text {
    text-align: center;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .contact_text_index .all_contact_text_index .all_contact_text_index_left .name_contact_text {
    font-size: 30px;
  }
}
.contact_text_index .all_contact_text_index .all_contact_text_index_left .icon_contact_text img {
  width: 80px;
}
.contact_text_index .all_contact_text_index .all_contact_text_index_right {
  width: 20%;
}
@media only screen and (max-width: 47.99875rem) {
  .contact_text_index .all_contact_text_index .all_contact_text_index_right {
    width: 100%;
    margin-top: 30px;
  }
}
.contact_text_index .all_contact_text_index .all_contact_text_index_right .button-link-contact-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 20px;
  padding: 8px 35px 8px 20px;
  line-height: 1;
  color: #4C4B4B;
  font-family: "Signika", sans-serif;
  font-size: 18px;
}
.contact_text_index .all_contact_text_index .all_contact_text_index_right .button-link-contact-text::before {
  content: "\f061";
  position: absolute;
  width: 21px;
  height: 21px;
  font-family: "Font Awesome 6 Pro";
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  color: #5E5E5E;
}

.all_tintuc_index .subtitle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 8px 20px 8px 30px;
  line-height: 1;
  color: #4C4B4B;
  font-family: "Signika", sans-serif;
  font-size: 13px;
}
.all_tintuc_index .subtitle::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/icon_product.png);
  width: 13px;
  height: 17px;
  left: 10px;
  background-size: cover;
}
.all_tintuc_index .heading-title {
  font-size: 3vw;
  line-height: 1.3;
  margin: 10px 0;
  font-family: "Signika", sans-serif;
  text-align: left;
  color: #000;
  font-weight: 500;
}
.all_tintuc_index .carousel-posts .swiper-controls .swiper-button {
  top: -15%;
}
.all_tintuc_index .carousel-posts .swiper-controls .swiper-button.swiper-button-prev {
  right: 60px;
  left: auto;
}
.all_tintuc_index .carousel-posts .swiper-controls .swiper-button::before {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  border-radius: 5px;
}

.all-before-footer {
  padding: 30px 0;
  background: #619c46;
}
.all-before-footer .container {
  display: flex;
}
@media only screen and (max-width: 63.99875rem) {
  .all-before-footer .container {
    flex-wrap: wrap;
  }
}
.all-before-footer .container .widget_block {
  width: 60%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.99875rem) {
  .all-before-footer .container .widget_block {
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .all-before-footer .container .widget_block .menu.horizontal {
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
  }
}
.all-before-footer .container .widget_block .menu.horizontal li {
  position: relative;
}
.all-before-footer .container .widget_block .menu.horizontal li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.all-before-footer .container .widget_block .menu.horizontal li:first-child::before {
  content: none;
}
.all-before-footer .container .widget_block .menu.horizontal li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding: 5px 15px;
}
@media only screen and (max-width: 35.99875rem) {
  .all-before-footer .container .widget_block .menu.horizontal li a {
    padding: 5px 10px;
  }
}
.all-before-footer .container .widget_text {
  width: 50%;
}
@media only screen and (max-width: 63.99875rem) {
  .all-before-footer .container .widget_text {
    width: 100%;
  }
}
.all-before-footer .container .all-right-before-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 63.99875rem) {
  .all-before-footer .container .all-right-before-footer {
    justify-items: center;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .all-before-footer .container .all-right-before-footer {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.all-before-footer .container .all-right-before-footer .right-before-footer-top, .all-before-footer .container .all-right-before-footer .right-before-footer-bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}
@media only screen and (max-width: 35.99875rem) {
  .all-before-footer .container .all-right-before-footer .right-before-footer-top, .all-before-footer .container .all-right-before-footer .right-before-footer-bottom {
    font-size: 14px;
  }
}
.all-before-footer .container .all-right-before-footer .right-before-footer-top .right-before-footer-icon, .all-before-footer .container .all-right-before-footer .right-before-footer-bottom .right-before-footer-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.all-before-footer .container .all-right-before-footer .right-before-footer-top .right-before-footer-icon i, .all-before-footer .container .all-right-before-footer .right-before-footer-bottom .right-before-footer-icon i {
  font-weight: 400;
  color: #619c46;
}

.section-title-top {
  position: relative;
  margin-bottom: 4%;
}
.section-title-top .breadcrumb-bg {
  border-radius: 20px;
  padding: 10px;
  height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 47.99875rem) {
  .section-title-top .breadcrumb-bg {
    height: 250px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section-title-top .breadcrumb-bg {
    height: 200px;
  }
}
.section-title-top .breadcrumb-bg::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5019607843);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-title-top .breadcrumb-bg img {
  border-radius: 20px;
}
.section-title-top .all_breadcrumbs {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.99875rem) {
  .section-title-top .all_breadcrumbs {
    top: 65%;
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.section-title-top .all_breadcrumbs .breadcrumbs-title {
  font-weight: 600;
  color: #fff;
  font-size: 4vw;
  font-family: "Signika", sans-serif;
  line-height: 1;
  display: none;
}
.section-title-top .all_breadcrumbs #breadcrumbs li a {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  font-family: "Signika", sans-serif;
  line-height: 1;
}
.section-title-top .all_breadcrumbs #breadcrumbs li::after {
  color: #fff;
}
.section-title-top .all_breadcrumbs #breadcrumbs li.current {
  font-weight: 600;
  color: #fff;
}

.title-product-description {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 22px;
  font-family: "Signika", sans-serif;
  line-height: 1;
  margin-top: 40px;
}

.product-description-content {
  font-size: 13px;
  color: #4C4B4B;
}

.all_contact_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .all_contact_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .all_contact_row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.all_contact_row .contact_row {
  background: url("../img/bg_contact.png") no-repeat right bottom;
  border-radius: 35px;
  padding: 25px;
  position: relative;
  background-size: cover;
}
.all_contact_row .contact_row .view-details {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.all_contact_row .top_contact_row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.all_contact_row .top_contact_row .img_contact_row {
  width: 50px;
  height: 50px;
  background: #EDDD5E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.all_contact_row .top_contact_row .img_contact_row img {
  width: 20px;
}
.all_contact_row .top_contact_row .title_contact_row {
  font-size: 25px;
  font-weight: 600;
}
.all_contact_row .desc_contact_row {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ECEDEB;
  color: #4C4B4B;
  font-size: 13px;
}
.all_contact_row .desc_contact_row p {
  margin-bottom: 5px;
}

/* Combo Phone */
.support-online {
  position: fixed;
  z-index: 999;
  right: -6px;
  bottom: 100px;
}
.support-online a {
  display: block;
  position: relative;
  margin: 20px;
  text-align: left;
  width: 45px;
  height: 45px;
}
.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #67b634;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #fff;
  z-index: 999;
  top: 0;
  right: 40px;
  transition: all 0.2s ease-in-out 0;
  animation: headerAnimation 0.7s 1;
}
.support-online a span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #67b634 transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
.support-online img, .support-online i {
  width: 45px;
  height: 45px;
  background: #43a1f3;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
  padding: 5px;
}
.support-online .kenit-alo-circle-fill {
  width: 65px;
  height: 65px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75;
  right: -10px;
}
.support-online .kenit-alo-circle {
  width: 55px;
  height: 55px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #0089b9;
  opacity: 0.5;
}
.support-online .btn-support {
  cursor: pointer;
}
.support-online .sms img {
  background: red;
}
.support-online .call-now img {
  background: green;
}
.support-online .mes img {
  background: orange;
}
.support-online .zalo {
  text-decoration: none;
}
.support-online .zalo img {
  background: #087be0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding: 5px;
}

.home-endow {
  background: #F5F5F5;
}
.home-endow .list-content {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 35.99875rem) {
  .home-endow .list-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-endow .list-content li {
  padding: 5px 10px;
  border-right: 1px dashed #ddd;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 35.99875rem) {
  .home-endow .list-content li {
    justify-content: center;
    border-right: unset;
    border-bottom: 1px dashed #ddd;
    text-align: center;
  }
}
.home-endow .list-content li:last-child {
  border-right: unset;
}
@media only screen and (max-width: 35.99875rem) {
  .home-endow .list-content li:last-child {
    border-bottom: unset;
  }
}
.home-endow .list-content li .icon {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-right: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-endow .list-content li .icon {
    display: none;
  }
}
.home-endow .list-content li .icon img {
  width: 100%;
  height: 100%;
}
.home-endow .list-content li .content .title {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 700;
  color: rgb(119, 119, 119);
}
.home-endow .list-content li .content .desc {
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 400;
  color: rgb(119, 119, 119);
}

.home-slides {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .home-slides {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-slides {
    margin-bottom: 1.25rem;
  }
}
.home-slides .container_all_slide {
  height: 100vh;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slides .container_all_slide {
    height: 500px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .home-slides .container_all_slide {
    height: 450px;
  }
}
.home-slides .container_all_slide .images-left {
  overflow: hidden;
  grid-column: span 2;
  grid-row: span 2;
}
@media only screen and (max-width: 35.99875rem) {
  .home-slides .container_all_slide .images-left {
    grid-column: unset;
    grid-row: unset;
  }
}
.home-slides .container_all_slide .images-right {
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 2;
}
@media only screen and (max-width: 35.99875rem) {
  .home-slides .container_all_slide .images-right {
    grid-column: unset;
    grid-row: unset;
  }
}
.home-slides .container_all_slide .images-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.home-slides .container_all_slide .images-right ul li {
  position: relative;
  overflow: hidden;
}
.home-slides .container_all_slide .images-right ul li .images img {
  transition: opacity 0.6s, transform 0.6s, box-shadow 0.3s, -webkit-filter 0.6s;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s, -webkit-filter 0.6s;
}
.home-slides .container_all_slide .images-right ul li .contents {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-shadow: 1px 1px 4px #000;
}
.home-slides .container_all_slide .images-right ul li .contents span {
  display: block;
  width: 100%;
}
.home-slides .container_all_slide .images-right ul li .contents span:first-child {
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 48rem) {
  .home-slides .container_all_slide .images-right ul li .contents span:first-child {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-slides .container_all_slide .images-right ul li .contents span:first-child {
    font-size: 1.5rem;
  }
}
.home-slides .container_all_slide .images-right ul li .contents span:last-child {
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #f1f1f1;
}
.home-slides .container_all_slide .images-right ul li .attached-link {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.home-slides .container_all_slide .images-right ul li:hover .images img {
  object-position: 47% 55%;
  transform: scale(1.1);
}
.home-slides .swiper-container, .home-slides .swiper, .home-slides .item, .home-slides .overlay, .home-slides img {
  height: 100%;
}
.home-slides img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.home-slides .swiper-container .overlay {
  border-radius: 20px;
  padding: 10px;
}
.home-slides .swiper-container .overlay::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5019607843);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-slides .swiper-container .overlay-content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.99875rem) {
  .home-slides .swiper-container .overlay-content {
    top: 60%;
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-slides .swiper-container .overlay-content .container {
  height: auto;
}
.home-slides .swiper-container .overlay-content .container .html-title {
  color: #fff;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 5px 20px 3px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.3px;
  line-height: 1.6;
  margin-bottom: 10px;
  background: #619c46;
  font-weight: 600;
}
@media only screen and (max-width: 35.99875rem) {
  .home-slides .swiper-container .overlay-content .container .html-title {
    font-size: 10px;
  }
}
.home-slides .swiper-container .overlay-content .container .html-image_description {
  font-weight: 600;
  color: #fff;
  font-size: 5vw;
  font-family: "Signika", sans-serif;
  line-height: 1;
}
.home-slides .swiper-container .overlay-content .container .html-image_description p {
  line-height: 1.2;
}
@media only screen and (max-width: 35.99875rem) {
  .home-slides .swiper-container .overlay-content .container .html-image_description {
    font-size: 7vw;
  }
}
.home-slides .swiper-container .overlay-content .container .html-desc {
  color: #fff;
  border-top: 1px solid #D2D2D2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  padding-top: 15px;
  font-size: 16px;
}
.home-slides .swiper-container .overlay-content .container .button-link-slide {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #4C4B4B;
  border-radius: 30px;
  font-weight: 500;
  padding: 5px 20px;
  white-space: nowrap;
  margin-top: 20px;
  font-family: "Signika", sans-serif;
}
.home-slides .swiper-container .overlay-content .container .button-link-slide:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4C4B4B;
  font-size: 0.875rem;
  margin-left: 10px;
  transform: rotate(-45deg);
}
.home-slides .swiper-container .overlay-content .container .button-link-slide:hover {
  color: #fff;
  background-color: #619c46;
}
.home-slides .swiper-container .overlay-content .container .button-link-slide:hover::after {
  color: #fff;
}
.home-slides .swiper-controls .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 35.99875rem) {
  .home-slides .swiper-controls .swiper-button {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.home-slides .swiper-controls .swiper-button::before {
  background-color: #619c46;
  border: 1px solid #619c46;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 35.99875rem) {
  .home-slides .swiper-controls .swiper-button::before {
    font-size: 16px;
  }
}
.home-slides .swiper-controls .swiper-button:hover::before {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.home-slides .swiper-controls .swiper-pagination {
  bottom: 20px;
  right: 20px;
  width: 10px;
}
@media only screen and (max-width: 35.99875rem) {
  .home-slides .swiper-controls .swiper-pagination {
    bottom: 10px;
  }
}
.home-slides .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 0.4;
}
@media only screen and (max-width: 35.99875rem) {
  .home-slides .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
  }
}
.home-slides .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  border: 2px solid transparent;
}
@media only screen and (max-width: 35.99875rem) {
  .home-slides .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid transparent;
  }
}

.hb_procat_design {
  background: #F5F5F5;
}

.product-taxonomy-section .heading-title {
  font-size: 1rem;
  color: #3a3a3a;
  font-weight: 700;
  text-transform: uppercase;
  background: url("../img/arrow_left_big.png") no-repeat left center;
  padding-left: 35px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  .product-taxonomy-section .heading-title {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .product-taxonomy-section .heading-title {
    font-size: 1.125rem;
  }
}
.product-taxonomy-section .carousel-product-cat .swiper-slide .item {
  color: #000;
}
.product-taxonomy-section .carousel-product-cat .swiper-slide .item:hover {
  color: #619c46;
}
.product-taxonomy-section .carousel-product-cat .swiper-slide .item .cover {
  border: 1px solid #dddddd;
  padding: 5px;
  max-width: 90px;
  margin: 0 auto;
  border-radius: 50%;
}
.product-taxonomy-section .carousel-product-cat .swiper-slide .item .cover img {
  width: 5rem;
  height: 5rem;
}
.product-taxonomy-section .carousel-product-cat .swiper-slide .item .cover-content {
  margin-top: 0.625rem;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .product-taxonomy-section .carousel-product-cat .swiper-slide .item .cover-content {
    margin-top: 0.9375rem;
  }
}
.product-taxonomy-section .carousel-product-cat .swiper-slide .item .cover-content h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.product-taxonomy-section .carousel-product-cat .swiper-controls .swiper-button {
  top: -32px;
}
.product-taxonomy-section .carousel-product-cat .swiper-controls .swiper-button:before {
  background-color: #F0F4F7;
  border: 1px solid #F0F4F7;
  font-size: 18px;
  color: #000;
  line-height: 34px;
}
.product-taxonomy-section .carousel-product-cat .swiper-controls .swiper-button.swiper-button-prev {
  left: inherit;
  right: 56px;
}
.select-products-section .section-title {
  align-items: center;
  justify-content: space-between;
}
.select-products-section.flash-sale-section .section-title {
  border-bottom: none;
  padding-bottom: 0;
}
.select-products-section.flash-sale-section .section-title:after {
  content: none;
}
.select-products-section.flash-sale-section .product .onsale {
  display: none;
}
.select-products-section.flash-sale-section .product .number_sold {
  display: flex;
}

.hb_button {
  text-align: center;
}

@media only screen and (max-width: 47.99875rem) {
  .linkbox_list-section.section-list-commit .heading-title {
    font-size: 30px;
  }
}
.linkbox_list-section.section-list-commit .list-content {
  margin: 0;
  gap: 0 30px;
  list-style-type: none;
}
.linkbox_list-section.section-list-commit .list-content .cell {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  align-items: center;
}
.linkbox_list-section.section-list-commit .list-content .cell:first-child {
  background-color: #d8f4fc;
}
.linkbox_list-section.section-list-commit .list-content .cell:nth-child(2) {
  background-color: #fee9d5;
}
.linkbox_list-section.section-list-commit .list-content .cell:nth-child(3) {
  background-color: #c2d0e2;
}
@media only screen and (max-width: 35.99875rem) {
  .linkbox_list-section.section-list-commit .list-content .cell {
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  .linkbox_list-section.section-list-commit .list-content .cell:last-child {
    margin-bottom: 0;
  }
}
.linkbox_list-section.section-list-commit .list-content .cell .content {
  margin-top: 0px;
  margin-left: 15px;
  font-size: 13px;
}
.linkbox_list-section.section-list-commit .list-content .cell .content .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .linkbox_list-section.section-list-commit .list-content .cell .content .title {
    font-size: 0.9375rem;
  }
}
.linkbox_list-section.section-list-commit .list-content .cell .link {
  color: #000;
}

.products-section .container .section-title {
  align-items: center;
  justify-content: space-between;
}
.products-section .container .section-title .heading-title {
  width: 100%;
}
.products-section .container .section-title .heading-title a {
  display: flex;
  align-items: center;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  color: #000;
}
.products-section .container .section-title .heading-title a small {
  font-weight: 500;
}
.products-section .container .section-title .heading-title a:hover {
  color: #619c46;
}
.products-section .container .section-title .heading-title a:hover small {
  color: #619c46;
}
.products-section .container .section-title .list-tax-child {
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
  max-width: 90%;
  overflow-x: scroll;
}
@media only screen and (max-width: 47.99875rem) {
  .products-section .container .section-title .list-tax-child {
    display: none;
  }
}
.products-section .container .section-title .list-tax-child li:last-child a {
  padding-right: 0;
}
.products-section .container .section-title .list-tax-child li:last-child a:after {
  content: none;
}
.products-section .container .section-title .list-tax-child li a {
  color: #8d9293;
  font-size: 13px;
  padding: 0 10px;
  display: block;
}
.products-section .container .section-title .list-tax-child li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: #8d9293;
}
.products-section .container .section-title .list-tax-child li a:hover {
  color: #000;
}

.grid-posts .item {
  gap: 15px;
}
.grid-posts .item .all_img_news {
  position: relative;
}
.grid-posts .item .all_img_news::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/vector_news.png);
  bottom: 0;
  right: 0;
  width: 23%;
  height: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  border-bottom-right-radius: 20px;
  background-position: center center;
  -webkit-filter: sepia(1);
          filter: sepia(1);
}
@media only screen and (max-width: 35.99875rem) {
  .grid-posts .item .all_img_news::before {
    width: 30%;
    height: 35%;
  }
}
.grid-posts .item .all_img_news .view-details {
  width: 35px;
  height: 35px;
  background: #EDDD5E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 2%;
  right: 1%;
  z-index: 1;
}
.grid-posts .item .all_img_news .view-details i {
  font-weight: 400;
  color: #000;
  transform: rotate(-45deg);
}
.grid-posts .item .all_img_news .categories_news {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  border-radius: 100px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-posts .item .all_img_news .categories_news a {
  color: #404A3D;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 20px;
}
.grid-posts .item .cover {
  border-radius: 20px;
}
.grid-posts .item .cover img {
  border-radius: 20px;
}
.grid-posts .item .cover .meta {
  position: absolute;
  background: url("../img/bg-meta.png") no-repeat left center;
  color: #fff;
  width: 40px;
  height: 48px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 11px;
  font-weight: 600;
}
.grid-posts .item .cover-content {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-posts .item .cover-content .title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 5px;
  font-family: "Signika", sans-serif;
  color: #404A3D;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .grid-posts .item .cover-content .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-posts .item .cover-content .title:hover {
  color: #619c46;
}
.grid-posts .item .cover-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  color: #8d9293;
  line-height: 20px;
}
@supports (-webkit-line-clamp: 2) {
  .grid-posts .item .cover-content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-posts .item .cover-content .meta {
  color: #4C4B4B;
  font-weight: 300;
  font-size: 12px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 10px 0;
}

.justify-content {
  justify-content: center;
}

.news-section .section-title {
  justify-content: space-between;
}
.news-section .grid-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 35.99875rem) {
  .news-section .grid-posts {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 15px;
  }
}
.news-section .grid-posts .item {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.section-list-ecom .container {
  border-top: 1px solid #D9D9D9;
  padding-top: 30px;
}
.section-list-ecom .container .carousel-img {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 35.99875rem) {
  .section-list-ecom .container .carousel-img {
    flex-wrap: wrap;
  }
}
.section-list-ecom .container .carousel-img .heading-title {
  width: 15%;
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section-list-ecom .container .carousel-img .heading-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .section-list-ecom .container .carousel-img .heading-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.section-list-ecom .container .carousel-img .item .link img {
  object-fit: contain;
}
.section-list-ecom .container .carousel-img .swiper-controls {
  display: none;
}

.whychoose-section .heading-title {
  font-size: 1.875rem;
  line-height: normal;
  color: #fff;
}
@media only screen and (min-width: 48rem) {
  .whychoose-section .heading-title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .whychoose-section .heading-title {
    font-size: 3.125rem;
  }
}
.whychoose-section .list-content {
  list-style-type: none;
  margin: 0;
  padding: 10px 20px;
  gap: 20px;
  margin-top: 25px;
  margin-top: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .whychoose-section .list-content {
    margin-top: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .whychoose-section .list-content {
    margin-top: 1.5625rem;
  }
}
.whychoose-section .list-content .cell .icon {
  text-align: center;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .whychoose-section .list-content .cell .icon {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .whychoose-section .list-content .cell .icon {
    margin-bottom: 1.25rem;
  }
}
.whychoose-section .list-content .cell .icon img {
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
}
.whychoose-section .list-content .cell .content {
  text-align: center;
  color: #fff;
}
.whychoose-section .list-content .cell .content .title {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (min-width: 48rem) {
  .whychoose-section .list-content .cell .content .title {
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .whychoose-section .list-content .cell .content .title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .whychoose-section .list-content .cell .content .title {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .whychoose-section .list-content .cell .content .title {
    margin-bottom: 1.25rem;
  }
}
.whychoose-section .list-content .cell .content .desc {
  font-style: italic;
}

.reviews-section {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .reviews-section {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .reviews-section {
    padding-top: 4.6875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .reviews-section {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .reviews-section {
    padding-bottom: 4.6875rem;
  }
}
.reviews-section .container-fluid {
  position: relative;
  z-index: 2;
}
.reviews-section .container-fluid .heading-title {
  font-size: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .reviews-section .container-fluid .heading-title {
    font-size: 1.875rem;
  }
}
.reviews-section .container-fluid .link_reviews {
  margin: 0 100px;
  padding: 12px 48px;
  background-color: transparent;
  background-image: linear-gradient(74deg, rgba(255, 85, 198, 0.7490196078) 0%, rgba(255, 98, 137, 0.7411764706) 100%);
  border-radius: 25px;
  font-size: 14px;
  color: #000;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.reviews-section .container-fluid .carousel-reviews {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .reviews-section .container-fluid .carousel-reviews {
    margin-top: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .reviews-section .container-fluid .carousel-reviews {
    margin-top: 2.1875rem;
  }
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide {
  min-height: 100%;
  height: auto;
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide .item {
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.07);
  padding: 25px 15px;
  height: 100%;
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-inf .avt {
  margin-bottom: 15px;
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-inf .avt img {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-inf .name {
  font-size: 15px;
  font-weight: 500;
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-inf .star-rating2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 10px;
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-inf .star-rating2 .rating-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-inf .star-rating2 .rating-inner i {
  font-style: normal;
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-inf .star-rating2 .rating-inner > div {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 5px;
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-inf .star-rating2 .rating-inner > div i {
  color: #00B67A;
  font-weight: 900;
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-inf .job {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
@media only screen and (min-width: 48rem) {
  .reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-inf .job {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-inf .job {
    font-size: 1.125rem;
  }
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .item-content {
  margin-top: 20px;
  font-size: 15px;
}
.reviews-section .container-fluid .carousel-reviews .swiper-controls {
  display: none;
}
@media only screen and (max-width: 35.99875rem) {
  .reviews-section .container-fluid .carousel-reviews .swiper-controls {
    display: flex;
  }
}
.reviews-section .container-fluid .carousel-reviews .swiper-controls .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  background-color: #000;
}
.reviews-section .container-fluid .carousel-reviews .swiper-controls .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.reviews-section .container-fluid .carousel-reviews .swiper-controls .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:hover {
  background-color: #38abdf;
}

.home-info-section .flex {
  gap: 40px;
}
.home-info-section.gioithieu_index {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 35.99875rem) {
  .home-info-section.gioithieu_index {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.home-info-section.gioithieu_index.gioithieu_index_right .flex-x {
  flex-flow: row-reverse wrap !important;
}
@media only screen and (max-width: 47.99875rem) {
  .home-info-section.gioithieu_index.gioithieu_index_right .flex-x {
    flex-flow: row wrap !important;
  }
}
.home-info-section.reverse .flex-x {
  flex-flow: row-reverse wrap;
}
.home-info-section .container .cell.cell-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-info-section .container .cell.cell-content .content-inner {
  color: #000;
}
.home-info-section .container .cell.cell-content .content-inner .all-heading-mota {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 8px 20px;
  line-height: 1;
  color: #4C4B4B;
  font-family: "Signika", sans-serif;
  font-size: 13px;
}
.home-info-section .container .cell.cell-content .content-inner .all-heading-mota .after-overlay img {
  width: 13px;
}
.home-info-section .container .cell.cell-content .content-inner .heading-title {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 10px 0;
  font-family: "Signika", sans-serif;
}
@media only screen and (min-width: 48rem) {
  .home-info-section .container .cell.cell-content .content-inner .heading-title {
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-info-section .container .cell.cell-content .content-inner .heading-title {
    font-size: 2.625rem;
  }
}
.home-info-section .container .cell.cell-content .content-inner .desc {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
}
.home-info-section .container .cell.cell-content .content-inner .all_home_ist_Introduction_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin: 25px 0;
}
@media only screen and (max-width: 35.99875rem) {
  .home-info-section .container .cell.cell-content .content-inner .all_home_ist_Introduction_row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-info-section .container .cell.cell-content .content-inner .all_home_ist_Introduction_row .icon_introduction_row img {
  height: 64px;
  object-fit: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home-info-section .container .cell.cell-content .content-inner .all_home_ist_Introduction_row .title_introduction_row {
  font-family: "Signika", sans-serif;
  font-weight: 600;
  margin: 8px 0;
  font-size: 18px;
}
.home-info-section .container .cell.cell-content .content-inner .all_home_ist_Introduction_row .desc_introduction_row {
  font-size: 14px;
  font-weight: 300;
}
.home-info-section .container .cell.cell-thumbs {
  position: relative;
}
.home-info-section .container .cell.cell-thumbs .all_number_gioithieu {
  display: none;
  width: 45%;
  background: #F6F6F6;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 35.99875rem) {
  .home-info-section .container .cell.cell-thumbs .all_number_gioithieu {
    width: 50%;
  }
}
.home-info-section .container .cell.cell-thumbs .all_number_gioithieu .number_gioithieu_khung {
  background: #619c46;
  padding: 20px 16px;
  border-radius: 20px;
  margin: 25px;
  color: #fff;
}
@media only screen and (max-width: 35.99875rem) {
  .home-info-section .container .cell.cell-thumbs .all_number_gioithieu .number_gioithieu_khung {
    margin: 15px;
  }
}
.home-info-section .container .cell.cell-thumbs .all_number_gioithieu .number_gioithieu_khung .number_gioithieu {
  font-size: 70px;
  font-weight: 700;
  font-family: "Signika", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .home-info-section .container .cell.cell-thumbs .all_number_gioithieu .number_gioithieu_khung .number_gioithieu {
    font-size: 3.8vw;
  }
}
.home-info-section .container .cell.cell-thumbs .all_number_gioithieu .number_gioithieu_khung .mota_number_gioithieu {
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.4705882353);
  padding-top: 5px;
  margin-top: 5px;
}
.home-info-section .container .cell.cell-thumbs .thumb-inner {
  text-align: center;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  display: flex;
  align-items: center;
}
.home-info-section .container .cell.cell-thumbs .thumb-inner img {
  width: 100%;
  object-fit: scale-down;
  border-radius: 25px;
}

.home-contact {
  text-align: center;
  color: #fff;
}
.home-contact .container {
  max-width: 950px;
}
.home-contact .form-contact .heading {
  font-weight: 900;
  font-size: 1.625rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .home-contact .form-contact .heading {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-contact .form-contact .heading {
    font-size: 2.25rem;
  }
}
.home-contact .form-contact .form-desc {
  margin-bottom: 20px;
  font-weight: 500;
}
.home-contact .form-contact form {
  max-width: 450px;
  position: relative;
  margin: 0 auto;
}
.home-contact .form-contact form .wpcf7-not-valid-tip {
  position: absolute;
  left: 5px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #ffc107;
}
.home-contact .form-contact form .wpcf7-response-output {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
}
.home-contact .form-contact form input {
  height: 54px;
  border-radius: 4px;
  font-size: 1rem;
  border: 1px solid rgb(148, 149, 150);
  padding-left: 15px;
}
@media only screen and (min-width: 48rem) {
  .home-contact .form-contact form input {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-contact .form-contact form input {
    font-size: 1.125rem;
  }
}
.home-contact .form-contact form input[type=email] {
  width: 70%;
}
.home-contact .form-contact form input[type=email]:focus {
  border: 2px solid #000;
}
.home-contact .form-contact form input[type=submit] {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #38abdf;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}
.home-contact .form-contact form input[type=submit]:hover {
  background-color: #619c46;
}
.home-contact .home-faq {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .home-contact .home-faq {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-contact .home-faq {
    margin-top: 2.5rem;
  }
}
.home-contact .home-faq .heading {
  color: #fff;
}
.home-contact .home-faq .html-desc {
  font-weight: 500;
}

.page-template-page-about-us .ez-toc-container-direction {
  display: none !important;
}
.page-template-page-about-us .cover .wrapper .heading-title {
  display: none;
}
.page-template-page-about-us .main-aboutus .container {
  max-width: 1366px !important;
}
.page-template-page-about-us .main-aboutus .container .heading-title b {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #fff;
  font-weight: 900;
}
.page-template-page-about-us .main-aboutus .container article p {
  font-weight: 500;
}
.page-template-page-about-us .main-aboutus .container article .listsbox {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .main-aboutus .container article .listsbox {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .main-aboutus .container article .listsbox {
    margin-top: 3.125rem;
  }
}
.page-template-page-about-us .main-aboutus .container article .listsbox .desc {
  font-weight: 700;
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .main-aboutus .container article .listsbox .desc {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 80rem) {
  .page-template-page-about-us .main-aboutus .container article .listsbox .desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
}
.page-template-page-about-us .main-aboutus .container article .listsbox .listbox {
  margin-top: 60px;
  margin-left: 0;
  list-style-type: none;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 35.99875rem) {
  .page-template-page-about-us .main-aboutus .container article .listsbox .listbox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-page-about-us .main-aboutus .container article .listsbox .listbox .item {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 20px 25px 20px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 35.99875rem) {
  .page-template-page-about-us .main-aboutus .container article .listsbox .listbox .item {
    margin-bottom: 50px;
  }
}
.page-template-page-about-us .main-aboutus .container article .listsbox .listbox .item .icon {
  margin-top: -35px;
  margin-bottom: 10px;
}
.page-template-page-about-us .main-aboutus .container article .listsbox .listbox .item .icon img {
  width: 6.25rem;
  height: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
.page-template-page-about-us .main-aboutus .container article .listsbox .listbox .item .content {
  line-height: 24px;
}
.page-template-page-about-us .bottom-aboutus .bg {
  position: relative;
  min-height: 500px;
}
.page-template-page-about-us .bottom-aboutus .bg:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #111111;
  opacity: 0.9;
}
.page-template-page-about-us .bottom-aboutus .bg img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.page-template-page-about-us .bottom-aboutus .wrapper-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.page-template-page-about-us .bottom-aboutus .wrapper-content .content {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.page-contact {
  padding: 25px 0;
}
.page-contact .main-contact {
  background: #F8F8F8;
  border-radius: 35px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1019607843);
  margin-top: 10%;
  margin-bottom: 5%;
}
.page-contact .main-contact .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 14px;
  margin-bottom: 20px;
  gap: 0 !important;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact .main-contact .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact .main-contact .wrapper .contact-inf {
    margin-bottom: 15px;
  }
}
.page-contact .main-contact .wrapper .contact-inf .title {
  font-weight: 700;
  color: red;
}
.page-contact .main-contact .wrapper .contact-inf .site-logo {
  width: 80px;
}
.page-contact .main-contact .wrapper .contact-inf .html-desc {
  margin-top: 10px;
}
.page-contact .main-contact .wrapper .contact-inf img {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  max-height: 600px;
  object-fit: cover;
  width: 100%;
  object-position: center top;
}
.page-contact .main-contact .wrapper .contact-form {
  padding: 40px;
}
.page-contact .main-contact .wrapper .contact-form form .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 10px;
}
.page-contact .main-contact .wrapper .contact-form form .wpcf7-form-control-wrap::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 14px;
  color: #737373;
}
.page-contact .main-contact .wrapper .contact-form form .wpcf7-form-control-wrap[data-name=text-851]::before {
  content: "\f007";
}
.page-contact .main-contact .wrapper .contact-form form .wpcf7-form-control-wrap[data-name=email-211]::before {
  content: "\f0e0";
}
.page-contact .main-contact .wrapper .contact-form form .wpcf7-form-control-wrap[data-name=tel-106]::before {
  content: "\f879";
  transform: translateY(-50%) rotate(95deg);
}
.page-contact .main-contact .wrapper .contact-form form .wpcf7-form-control-wrap[data-name=text-777]::before {
  content: "\f044";
}
.page-contact .main-contact .wrapper .contact-form form input, .page-contact .main-contact .wrapper .contact-form form textarea {
  height: 35px;
  background-color: #fff;
  color: #4f4f4f;
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px !important;
  text-indent: 25px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.0705882353);
}
.page-contact .main-contact .wrapper .contact-form form textarea {
  padding: 10px;
  height: 80px;
}
.page-contact .main-contact .wrapper .contact-form form .submit-contact {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  display: flex;
  align-items: center;
}
.page-contact .main-contact .wrapper .contact-form form .submit-contact input[type=submit] {
  text-indent: inherit;
  font-family: "Signika", sans-serif;
  font-size: 18px !important;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 0 40px 0 20px;
  background-color: #619c46;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.page-contact .main-contact .wrapper .contact-form form .submit-contact::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/send.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  width: 18px;
  height: 18px;
  right: 40%;
}
.page-contact .main-contact .wrapper .contact-form form .all_contact_right .heading-mota-product {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 8px 20px 8px 30px;
  line-height: 1;
  color: #4C4B4B;
  font-family: "Signika", sans-serif;
  font-size: 13px;
}
.page-contact .main-contact .wrapper .contact-form form .all_contact_right .heading-mota-product::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/icon_product.png);
  width: 13px;
  height: 17px;
  left: 10px;
  background-size: cover;
}
.page-contact .main-contact .wrapper .contact-form form .all_contact_right .all_title_control h2 {
  font-size: 2.4vw;
  line-height: 1.3;
  margin: 10px 0;
  font-family: "Signika", sans-serif;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact .main-contact .wrapper .contact-form form .all_contact_right .all_title_control h2 {
    font-size: 30px;
  }
}
.page-contact .main-contact .wrapper .contact-form form .all_contact_right .all-coll-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 10px;
}
.page-contact .main-contact .iframe-map iframe {
  width: 100%;
}
.page-contact .carousel-img-contact {
  padding-top: 5%;
  border-top: 1px solid #D9D9D9;
  padding-bottom: 5%;
}

.top_product-archive .linkbox-widget {
  padding-top: 0;
}
.top_product-archive .linkbox-widget .list-content {
  max-width: 100%;
  margin-top: 0;
  gap: 0;
}
.top_product-archive .linkbox-widget .list-content .cell {
  padding: 30px;
  border-radius: 0;
}
@media only screen and (max-width: 35.99875rem) {
  .top_product-archive .linkbox-widget .list-content .cell {
    margin-bottom: 0px;
  }
}
.top_product-archive .linkbox-widget .list-content .cell:first-child {
  background-image: linear-gradient(220deg, #077900 30%, #FFF145 100%);
}
.top_product-archive .linkbox-widget .list-content .cell:nth-child(2) {
  background-image: linear-gradient(220deg, #1375FF 0%, #FF0C94 100%);
}
.top_product-archive .linkbox-widget .list-content .cell:last-child {
  background-image: linear-gradient(220deg, #FF2D2D 0%, #FF9342 100%);
}
.top_product-archive .linkbox-widget .list-content .cell .icon {
  margin-top: 0;
}
.top_product-archive .linkbox-widget .list-content .cell .content {
  font-style: normal;
  font-weight: 500;
  color: #fff;
}
.top_product-archive .linkbox-widget .list-content .cell .content a {
  color: #00ff00;
  text-decoration: underline;
}
.top_product-archive .linkbox-widget .list-content .cell .content a:hover {
  color: #38abdf;
}

.main_product-archive {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main_product-archive .section-title {
  border-bottom: 1px solid #dddddd;
}
.main_product-archive .section-title .heading-title {
  text-transform: uppercase;
}
.main_product-archive .desc_produccat {
  margin-bottom: 20px;
}
.main_product-archive .products-section {
  margin-bottom: 20px;
}
.main_product-archive .flash-sale-section {
  margin-bottom: 20px;
}
.main_product-archive .product .price {
  order: 1;
}
.main_product-archive .product .price .amount {
  font-weight: 400;
}

.bottom_product-archive .sctext-understanding {
  background-image: linear-gradient(360deg, #FF55C6 0%, #11C155 80%);
  text-align: center;
}
.bottom_product-archive .sctext-understanding > span {
  font-size: 1.875rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .sctext-understanding > span {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .sctext-understanding > span {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .bottom_product-archive .sctext-understanding > span {
    line-height: normal;
  }
}
.bottom_product-archive .sctext-understanding .textwidget {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .sctext-understanding .textwidget {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .sctext-understanding .textwidget {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .bottom_product-archive .sctext-understanding .textwidget {
    margin-top: 10px;
  }
}
.bottom_product-archive .sccomponents .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.bottom_product-archive .sccomponents .container-fluid .cell-content .content-inner .heading-title {
  font-size: 1.5625rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .sccomponents .container-fluid .cell-content .content-inner .heading-title {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .sccomponents .container-fluid .cell-content .content-inner .heading-title {
    font-size: 1.875rem;
  }
}
.bottom_product-archive .sccomponents .container-fluid .cell-content .content-inner .desc {
  text-align: justify;
}
.bottom_product-archive .sccomponents .container-fluid .cell-thumbs {
  margin-left: 0;
  margin-top: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .sccomponents .container-fluid .cell-thumbs {
    margin-left: 0.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .sccomponents .container-fluid .cell-thumbs {
    margin-left: 1.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .sccomponents .container-fluid .cell-thumbs {
    margin-top: 0;
  }
}
.bottom_product-archive .sccomponents .container-fluid .cell-thumbs .thumb-inner {
  text-align: center;
}
.bottom_product-archive .sccomponents .container-fluid .cell-thumbs .thumb-inner img {
  width: 65%;
}
@media only screen and (max-width: 35.99875rem) {
  .bottom_product-archive .sccomponents .container-fluid .cell-thumbs .thumb-inner img {
    width: 100%;
  }
}
.bottom_product-archive .sccomponents .container-fluid .cell-thumbs .thumb-inner .sub-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
  opacity: 0.12;
}
.bottom_product-archive .scthc .heading-title, .bottom_product-archive .scstep-product .heading-title {
  font-weight: 800;
  font-size: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .scthc .heading-title, .bottom_product-archive .scstep-product .heading-title {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .scthc .heading-title, .bottom_product-archive .scstep-product .heading-title {
    font-size: 2.8125rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .bottom_product-archive .scthc .heading-title, .bottom_product-archive .scstep-product .heading-title {
    line-height: normal;
  }
}
.bottom_product-archive .scthc .desc, .bottom_product-archive .scstep-product .desc {
  max-width: 1000px;
  font-weight: 500;
  font-size: 1rem;
  margin: 10px auto 0 auto;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .scthc .desc, .bottom_product-archive .scstep-product .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .scthc .desc, .bottom_product-archive .scstep-product .desc {
    font-size: 1.1875rem;
  }
}
.bottom_product-archive .scthc .list-content, .bottom_product-archive .scstep-product .list-content {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 35.99875rem) {
  .bottom_product-archive .scthc .list-content, .bottom_product-archive .scstep-product .list-content {
    padding: 0;
  }
}
.bottom_product-archive .scthc .list-content .cell, .bottom_product-archive .scstep-product .list-content .cell {
  border-radius: 15px;
  padding: 30px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media only screen and (max-width: 35.99875rem) {
  .bottom_product-archive .scthc .list-content .cell, .bottom_product-archive .scstep-product .list-content .cell {
    margin-bottom: 20px;
  }
}
.bottom_product-archive .scthc .list-content .cell .title, .bottom_product-archive .scstep-product .list-content .cell .title {
  order: 1;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: normal;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .scthc .list-content .cell .title, .bottom_product-archive .scstep-product .list-content .cell .title {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .scthc .list-content .cell .title, .bottom_product-archive .scstep-product .list-content .cell .title {
    font-size: 1.875rem;
  }
}
.bottom_product-archive .scthc .list-content .cell .icon, .bottom_product-archive .scstep-product .list-content .cell .icon {
  order: 2;
  margin-top: 0;
}
.bottom_product-archive .scthc .list-content .cell .content, .bottom_product-archive .scstep-product .list-content .cell .content {
  order: 3;
  font-style: normal;
}
.bottom_product-archive .scthc .list-content .cell .content .desc, .bottom_product-archive .scstep-product .list-content .cell .content .desc {
  text-align: justify;
  max-width: 100%;
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .scthc .list-content .cell .content .desc, .bottom_product-archive .scstep-product .list-content .cell .content .desc {
    font-size: 1.0625rem;
  }
}
.bottom_product-archive .scstep-product .heading-title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .scstep-product .heading-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .scstep-product .heading-title {
    font-size: 2.1875rem;
  }
}
.bottom_product-archive .scstep-product .desc {
  font-size: 1rem;
  margin: 10px auto 0 auto;
  color: #fff;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .scstep-product .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .scstep-product .desc {
    font-size: 1.1875rem;
  }
}
.bottom_product-archive .scstep-product .list-content {
  max-width: 100%;
}
.bottom_product-archive .scstep-product .list-content .cell {
  background: #fff;
  border-radius: 10px;
  padding: 0px 20px 30px 20px;
  display: block;
}
@media only screen and (max-width: 35.99875rem) {
  .bottom_product-archive .scstep-product .list-content .cell {
    margin-bottom: 60px;
  }
  .bottom_product-archive .scstep-product .list-content .cell:last-child {
    margin-bottom: 0;
  }
}
.bottom_product-archive .scstep-product .list-content .cell .icon {
  margin-top: -35px;
}
.bottom_product-archive .scstep-product .list-content .cell .title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 36px;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .scstep-product .list-content .cell .title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .scstep-product .list-content .cell .title {
    font-size: 1.5rem;
  }
}
.bottom_product-archive .scstep-product .list-content .cell .content .desc {
  color: #000;
  text-align: center;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .scstep-product .list-content .cell .content .desc {
    font-size: 1rem;
  }
}
.bottom_product-archive .sctext-safety {
  text-align: center;
}
.bottom_product-archive .sctext-safety > span {
  font-weight: 500;
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .sctext-safety > span {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .sctext-safety > span {
    font-size: 2.125rem;
  }
}
.bottom_product-archive .sctext-safety .textwidget {
  margin: 10px auto 0 auto;
  font-size: 1rem;
  font-weight: 400;
  max-width: 1000px;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .sctext-safety .textwidget {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .sctext-safety .textwidget {
    font-size: 1.1875rem;
  }
}
.bottom_product-archive .scinfo-white {
  background: #fff;
}
.bottom_product-archive .scinfo-white .container-fluid .flex-x {
  gap: 0 30px;
}
.bottom_product-archive .scinfo-white .container-fluid .cell.cell-content .content-inner {
  color: #000;
}
.bottom_product-archive .scinfo-white .container-fluid .cell.cell-content .content-inner .heading-title {
  color: #000;
  font-size: 1.5625rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .scinfo-white .container-fluid .cell.cell-content .content-inner .heading-title {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .scinfo-white .container-fluid .cell.cell-content .content-inner .heading-title {
    font-size: 1.875rem;
  }
}
.bottom_product-archive .scinfo-white .container-fluid .cell.cell-content .content-inner .desc {
  text-align: justify;
}
@media only screen and (max-width: 35.99875rem) {
  .bottom_product-archive .scinfo-white .container-fluid .cell.cell-thumbs {
    margin-top: 10px;
  }
}
.bottom_product-archive .scinfo-white .container-fluid .cell.cell-thumbs img {
  border-radius: 10px;
}
.bottom_product-archive .faq-widget .heading-title {
  margin-bottom: 25px !important;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media only screen and (min-width: 48rem) {
  .bottom_product-archive .faq-widget .heading-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom_product-archive .faq-widget .heading-title {
    font-size: 2.1875rem;
  }
}

.bottom_product-single .widget_text {
  font-size: 14px;
}
.bottom_product-single .widget_text ul {
  margin: 0;
  list-style-type: none;
}
.bottom_product-single .widget_text ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
.bottom_product-single .widget_text ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #000;
}
.bottom_product-single .widget_text.custom-img {
  margin-top: 25px;
  padding-bottom: 10px;
  text-align: center;
  border: 1px solid #e2e2e2;
  position: relative;
}
.bottom_product-single .widget_text.custom-img span {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8f8f8;
  font-weight: 600;
  padding: 0 10px;
}
.bottom_product-single .widget_text.custom-img .textwidget {
  margin-top: 20px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-privacy-policy-text {
  font-size: 15px;
  margin-bottom: 10px;
}

p.woocommerce-LostPassword.lost_password a, a.woocommerce-privacy-policy-link {
  text-decoration: underline;
  font-size: 15px;
}

@media only screen and (max-width: 35.99875rem) {
  .woocommerce-account.woocommerce-page .singular {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.woocommerce-account.woocommerce-page form label {
  margin-bottom: 5px;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.woocommerce-account.woocommerce-page form input {
  padding: 0 10px;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 0;
  border: 1px solid #d2d6dc;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.woocommerce-account.woocommerce-page form button {
  color: #fff;
  font-weight: 600;
  background-color: #38abdf;
}
.woocommerce-account.woocommerce-page form button:hover {
  color: #fff;
  background-color: #009245;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
  width: 20%;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  list-style-type: none;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:after {
  content: "\f624";
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:after {
  content: "\f65d";
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:after {
  content: "\e4e7";
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:after {
  content: "\f015";
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:after {
  content: "\f007";
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:after {
  content: "\f2f5";
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 14px;
  opacity: 0.4;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #222;
  font-weight: 500;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li:hover:after, .woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active:after {
  opacity: 1;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
  font-size: 15px;
  color: #777;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
  width: 75%;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account.woocommerce-page .woocommerce-info, .woocommerce-account.woocommerce-page .woocommerce-noreviews, .woocommerce-account.woocommerce-page p.no-comments {
  background-color: #3d9cd2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-account.woocommerce-page .woocommerce-info::before {
  color: #fff;
}

.woocommerce-cart-progress-bar {
  margin-bottom: 80px;
  text-align: center;
}
.woocommerce-cart-progress-bar .checkout-bar {
  position: relative;
  display: flex;
  width: 80%;
  height: 2px;
  margin: 0 auto 20px 10%;
  padding: 0;
  border-radius: 6px;
  background-size: 35px 35px;
  background-color: #ececec;
}
.woocommerce-cart-progress-bar .checkout-bar:before {
  position: absolute;
  left: 0;
  width: 17%;
  height: 2px;
  border-radius: 6px;
  background-color: #38abdf;
  background-size: 35px 35px;
  content: "";
}
.woocommerce-cart-progress-bar .checkout-bar li {
  display: inline-block;
  position: relative;
  width: 33.333%;
  margin: 22px 0 0;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
}
.woocommerce-cart-progress-bar .checkout-bar li.active, .woocommerce-cart-progress-bar .checkout-bar li.completed {
  z-index: 3;
  color: #444;
  background: 0 0;
}
.woocommerce-cart-progress-bar .checkout-bar li.active:before, .woocommerce-cart-progress-bar .checkout-bar li.completed:before {
  z-index: 4;
  background: #444;
}
.woocommerce-cart-progress-bar .checkout-bar li.active:after, .woocommerce-cart-progress-bar .checkout-bar li.completed:after {
  position: absolute;
  z-index: 0;
  top: -22px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  background-size: 35px 35px;
  content: "";
}
.woocommerce-cart-progress-bar .checkout-bar li.completed:after {
  background-color: #38abdf;
}
.woocommerce-cart-progress-bar .checkout-bar li:before {
  position: absolute;
  z-index: 3;
  top: -40px;
  left: 50%;
  margin-left: -19px;
  width: 26px;
  height: 26px;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #ddd;
  box-sizing: content-box;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
.woocommerce-cart-progress-bar .checkout-bar li:first-child:before {
  content: "1";
}
.woocommerce-cart-progress-bar .checkout-bar li:nth-child(2):before {
  content: "2";
}
.woocommerce-cart-progress-bar .checkout-bar li:nth-child(3):before {
  content: "3";
}
.woocommerce-cart-progress-bar .checkout-bar li:last-child:after {
  width: 50%;
}
.woocommerce-cart-progress-bar .checkout-bar li a, .woocommerce-cart-progress-bar .checkout-bar li span {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 35.99875rem) {
  .woocommerce-cart-progress-bar .checkout-bar li a, .woocommerce-cart-progress-bar .checkout-bar li span {
    display: none;
  }
}

.countdown {
  display: flex;
}
.countdown .countdown-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 35.99875rem) {
  .countdown .countdown-item {
    flex-direction: column;
  }
}
.countdown .countdown-item .time {
  padding: 6px 12px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  background-color: #619c46;
}
@media only screen and (max-width: 35.99875rem) {
  .countdown .countdown-item .time {
    font-size: 14px;
    padding: 2px 6px;
  }
}
.countdown .countdown-item .prefix {
  padding: 0 5px;
}
@media only screen and (max-width: 35.99875rem) {
  .countdown .countdown-item .prefix {
    font-size: 14px;
  }
}

.flashsale-single {
  background: linear-gradient(-90deg, #f0451e 9%, #f32424 96%);
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 15px;
}
.flashsale-single img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  object-fit: contain;
  width: 25%;
}
.flashsale-single .countdown .countdown-item .time {
  background-color: #000;
}
.flashsale-single .countdown .countdown-item .prefix {
  color: #fff;
}

.page-promotion {
  padding-bottom: 30px;
}
@media only screen and (max-width: 35.99875rem) {
  .page-promotion .flash-sale-section .container {
    margin: 0;
  }
}
.page-promotion .grid-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.page-promotion .grid-product-list .item {
  width: calc(25% - 12px);
}
@media only screen and (max-width: 35.99875rem) {
  .page-promotion .grid-product-list .item {
    width: calc(50% - 12px);
  }
}

.section-cta-sidebar {
  z-index: 999999;
  position: fixed;
  bottom: 80px;
  right: 10px;
}
@media only screen and (max-width: 35.99875rem) {
  .section-cta-sidebar {
    bottom: 55px;
  }
}
.section-cta-sidebar .cta-lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section-cta-sidebar .cta-lists .btn-cta .btn-cta-wrapper {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  z-index: 11;
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 35.99875rem) {
  .section-cta-sidebar .cta-lists .btn-cta .btn-cta-wrapper {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.section-cta-sidebar .cta-lists .btn-cta .btn-cta-wrapper .circle-fill {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: zoom 1.3s infinite;
}
@media only screen and (max-width: 35.99875rem) {
  .section-cta-sidebar .cta-lists .btn-cta .btn-cta-wrapper .circle-fill {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.section-cta-sidebar .cta-lists .btn-cta .btn-cta-wrapper .cta-img-circle {
  background-color: #e60808;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 40px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  animation: circle-fill 1s infinite ease-in-out;
}
.section-cta-sidebar .cta-lists .btn-cta .btn-cta-wrapper .cta-img-circle img {
  object-fit: contain;
}
@media only screen and (max-width: 35.99875rem) {
  .section-cta-sidebar .cta-lists .btn-cta .btn-cta-wrapper .cta-img-circle {
    align-items: center;
  }
  .section-cta-sidebar .cta-lists .btn-cta .btn-cta-wrapper .cta-img-circle img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.section-cta-sidebar .cta-lists .btn-cta .btn-cta-wrapper .cta-img-circle a {
  display: block;
  line-height: 37px;
}
.section-cta-sidebar .cta-lists .btn-cta .btn-cta-wrapper .cta-img-circle a img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-cta-sidebar .cta-lists .btn-cta.cta-zalo .circle-fill, .section-cta-sidebar .cta-lists .btn-cta.cta-mess .circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
.section-cta-sidebar .cta-lists .btn-cta.cta-zalo .cta-img-circle, .section-cta-sidebar .cta-lists .btn-cta.cta-mess .cta-img-circle {
  background-color: #2196F3;
}

.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.modal-popup.show {
  opacity: 1;
  visibility: visible;
}
.modal-popup.show .modal-content {
  transform: translate(-50%, -50%);
}
.modal-popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.modal-popup .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  width: 600px;
  background-color: #fff;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .modal-popup .modal-content {
    width: 90%;
  }
}
.modal-popup .modal-content .modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-popup .modal-content .modal-body {
  position: relative;
  padding: 15px;
}
.modal-popup .modal-content .modal-body .cta-detail {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}
.modal-popup .modal-content .modal-body .cta-detail.show {
  display: block;
}
.modal-popup .modal-content .modal-body .cta-detail li {
  margin-bottom: 10px;
}
.modal-popup .modal-content .modal-body .cta-detail li a {
  background: #f0f4f7;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 10px;
  padding: 5px;
  border-radius: 5px;
  color: #383939;
  font-size: 13px;
}
.modal-popup .modal-content .modal-body .cta-detail li:last-child {
  margin-bottom: 0;
}

@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
/** */
.hb_endow2 {
  background: #F5F5F5;
}

/** */
.desktop-menu {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.desktop-menu > li a:hover {
  color: #fff !important;
}
.desktop-menu > li a:hover::after {
  border-color: transparent transparent transparent #fff !important;
}
.desktop-menu > li ul {
  min-width: 280px;
  transition: 0.3s;
  background: transparent !important;
}
.desktop-menu > li ul > li > a {
  color: #fff !important;
}
.desktop-menu > li ul > li > a::after {
  border-color: transparent transparent transparent hsla(0, 0%, 100%, 0.85) !important;
}
.desktop-menu > .current-menu-item a {
  color: #fff !important;
}
.desktop-menu > .current-menu-item a::after {
  border-color: transparent transparent transparent #fff !important;
}
.desktop-menu > li.is-active > a {
  color: #fff !important;
}
/** */
.button-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.button-text span {
  display: none;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  padding: 5px 30px 5px 14px;
  background: red;
  z-index: -1;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 35.99875rem) {
  .button-text span {
    left: -90px;
    font-size: 0.75rem;
  }
}

/** */
section.archive .grid-posts .content-col {
  order: -1;
}
section.archive .grid-posts .content-col .section-title {
  opacity: 0;
  margin-bottom: 0;
  height: 0;
  padding-bottom: 0;
  position: absolute;
  z-index: -1;
}
section.archive .grid-posts .content-col .cell {
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section.archive .grid-posts .content-col .cell:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
section.archive .grid-posts .content-col .cell .item .cover-content .title {
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive .grid-posts .content-col .cell .item .cover-content .title {
    font-size: 1rem;
    line-height: 20px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  section.archive .grid-posts .content-col .cell .item .cover-content .title {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
section.archive .grid-posts .content-col .cell .item .cover-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-weight: 400;
  font-size: 0.875rem;
}
@supports (-webkit-line-clamp: 2) {
  section.archive .grid-posts .content-col .cell .item .cover-content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 35.99875rem) {
  section.archive .grid-posts .content-col .cell .item .cover-content .excerpt {
    font-size: 0.75rem;
  }
}
section.archive .grid-posts .content-col .cell .item .meta {
  color: rgb(168, 168, 168) !important;
  display: flex;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 35.99875rem) {
  section.archive .grid-posts .content-col .cell .item .meta {
    font-size: 12px !important;
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }
}
section.archive .grid-posts .content-col .cell:first-child .item {
  display: unset;
}
section.archive .grid-posts .content-col .cell:first-child .item .cover-content {
  width: 100%;
}
section.archive .grid-posts .content-col .cell:first-child .item .cover-content .title {
  font-size: 1.5rem;
  line-height: 32px;
  color: red;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive .grid-posts .content-col .cell:first-child .item .cover-content .title {
    font-size: 1.25rem;
    line-height: 24px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  section.archive .grid-posts .content-col .cell:first-child .item .cover-content .title {
    font-size: 1.25rem;
    line-height: 24px;
  }
}
section.archive .grid-posts .content-col .cell:first-child .item .block.cover {
  width: 100%;
  margin-bottom: 10px;
}
section.archive .grid-posts .content-col .cell:first-child .item .meta {
  margin-bottom: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_headerbottom_phone {
    display: none;
  }
}
.hb_headerbottom_phone a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.hb_headerbottom_phone a i {
  color: #EDDD5E;
  font-size: 30px;
  font-weight: 300;
}
.hb_headerbottom_phone a .all_content_hotline {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 200;
  font-size: 14px;
}
.hb_headerbottom_phone a .all_content_hotline .all_content_hotline span:nth-child(1) {
  font-size: 13px;
}

.dropdown-search a {
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.dropdown-search a span {
  display: none;
}
.dropdown-search a::before {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.widget_polylang ul {
  margin: 0;
  list-style: none;
  display: flex;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 2px 15px;
}
.widget_polylang ul li {
  position: relative;
}
.widget_polylang ul li:nth-child(1) {
  padding-right: 10px;
  margin-right: 10px;
}
.widget_polylang ul li:nth-child(1)::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget_polylang ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.widget_polylang ul li.current-lang a {
  font-weight: 700;
  color: #619c46;
}

.all_contact_header {
  background: #619c46;
  color: #fff;
  padding: 3px 10px 3px 20px;
  border-radius: 20px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .all_contact_header {
    display: none;
  }
}
.all_contact_header i {
  font-weight: 300;
  transform: rotate(-45deg);
}

.site-content {
  background: #F8F7F0;
}

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

.product_cat_index_home{
     padding-bottom: 60px;
}
.product_cat_index_home .all-category-box-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
.product_cat_index_home .heading-mota-product {
    font-size: 2.5vw;
    line-height: 1.3;
    margin: 10px 0;
    font-family: "Signika", sans-serif;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.product_cat_index_home .all-category-box-product .category-box h2 {
     color: #fff;
    font-family: "Signika", sans-serif;
    font-size: 25px;
    position: absolute;
    margin-bottom: 0;
    bottom: 10px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 400;
    text-shadow: 1px 2px 6px #000;
}
.product_cat_index_home .all-category-box-product .category-box{
    position: relative;
    border-radius: 20px;
    height: 100%;
}
.product_cat_index_home .all-category-box-product .img-category-box {
    position: relative;
    height: 100%;
}
.product_cat_index_home .all-category-box-product .img-category-box img{
    border-radius: 20px;
    width:100%;
    height: 100%;
}
.product_cat_index_home .all-category-box-product .img-category-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000002b;
    border-radius: 20px;
}
@media only screen and (max-width: 769px) {
.product_cat_index_home .all-category-box-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.product_cat_index_home .heading-mota-product{
    font-size: 18px;
}
}