/** $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: #F6921E;
  --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: #F6921E;
  --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: #F6921E;
}

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;
}

.submenu-toggle::after {
  border-color: #185 transparent transparent;
}

: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;
  width: 100%;
}
header .inside-header .container-fluid {
  margin: 0 auto;
}
.container-fluid {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 48rem) {
  .container-fluid {
    padding-left: 1.875rem;
  }
}

@media only screen and (min-width: 64rem) {
  .container-fluid {
    padding-left: 3.125rem;
  }
}

@media only screen and (min-width: 48rem) {
  .container-fluid {
    padding-right: 1.875rem;
  }
}

@media only screen and (min-width: 64rem) {
  .container-fluid {
    padding-right: 3.125rem;
  }
}

: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: #f6921e;
}

.menu .active>a {
  background: none;
}

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

.menu .is-dropdown-submenu>li {
  background: #fff;
}

.menu .is-dropdown-submenu>li a {
  border-bottom: none !important;
  line-height: 1.4 !important;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  padding: 10px 25px !important;
}

.dropdown.menu>li {
  position: relative;
  border-radius: 6.25rem;
  border: 1px solid transparent;
  background: transparent;
}

.dropdown.menu>li>a {
  line-height: 1.4;
  font-weight: 500;
  color: #454545;
  font-size: 16px;
  margin: 0;
}

.dropdown.menu>li.active,
.dropdown.menu>li.is-active,
.dropdown.menu>li:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #37a2fa;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
}

.dropdown.menu>li.active>a,
.dropdown.menu>li.is-active>a,
.dropdown.menu>li:hover>a {
  color: #fff;
}

.dropdown.menu>li ul {
  border: unset;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #fbc02d;
}

.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: "";
  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 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #37a2fa;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
}

.dropdown.menu .current-menu-item>a {
  color: #fff;
}

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

@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content {
    padding-right: 15px;
  }
}

.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: #333;
  box-shadow: 0 7px 0 #333, 0 14px 0 #333;
}

.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: #F6921E;
  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: #F6921E;
}

.button-link:hover::after {
  background-color: #fff;
  color: #F6921E;
}

.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: #F6921E;
}

.back-to-top:hover::before {
  color: #F6921E;
}

.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: #F6921E;
  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 {
  width: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.9019607843);
  padding: 6px 0;
}

#inside-header>.container,
#inside-header>.container-fluid {
  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,
  #inside-header>.container-fluid {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}

@media only screen and (max-width: 35.99875rem) {

  #inside-header>.container,
  #inside-header>.container-fluid {
    grid-gap: 0.625rem;
    gap: 0.625rem;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 63.99875rem) {

  #inside-header>.container,
  #inside-header>.container-fluid {
    justify-content: space-between;
  }
}

#inside-header>.container .cell,
#inside-header>.container-fluid .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

@media only screen and (max-width: 35.99875rem) {

  #inside-header>.container .cell,
  #inside-header>.container-fluid .cell {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}

#inside-header>.container .cell.cell-1,
#inside-header>.container-fluid .cell.cell-1 {
  position: relative;
  flex: 0 0 auto;
}

#inside-header>.container .cell.cell-2,
#inside-header>.container-fluid .cell.cell-2 {
  flex: 1 1 auto;
  position: static;
  grid-gap: 0;
  gap: 0;
}

@media only screen and (max-width: 63.99875rem) {

  #inside-header>.container .cell.cell-2,
  #inside-header>.container-fluid .cell.cell-2 {
    display: none;
  }
}

@media only screen and (max-width: 63.99875rem) {

  #inside-header>.container .cell.cell-2,
  #inside-header>.container-fluid .cell.cell-2 {
    justify-content: flex-end;
    gap: 10px;
  }
}

@media only screen and (max-width: 35.99875rem) {

  #inside-header>.container .cell.cell-2,
  #inside-header>.container-fluid .cell.cell-2 {
    order: 3;
  }
}

#inside-header>.container .cell.cell-2 .dropdown-search,
#inside-header>.container-fluid .cell.cell-2 .dropdown-search {
  position: static;
}

#inside-header>.container .cell.cell-2 .dropdown-search a,
#inside-header>.container-fluid .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,
  #inside-header>.container-fluid .cell.cell-2 .dropdown-search a {
    font-size: 1.375rem;
  }
}

#inside-header>.container .cell.cell-2 .dropdown-search span,
#inside-header>.container-fluid .cell.cell-2 .dropdown-search span {
  display: none;
}

#inside-header>.container .cell.cell-2 .dropdown-search .trigger-s.hover,
#inside-header>.container-fluid .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,
#inside-header>.container-fluid .cell.cell-2 .dropdown-search .trigger-s.hover::before {
  color: #fff;
}

#inside-header>.container .cell.cell-2 .dropdown-search .dropdown-pane,
#inside-header>.container-fluid .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,
#inside-header>.container-fluid .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,
#inside-header>.container-fluid .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,
  #inside-header>.container-fluid .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,
  #inside-header>.container-fluid .cell.cell-2 .dropdown-search .frm-search {
    width: 300px;
  }
}

#inside-header>.container .cell.cell-2 .dropdown-search .frm-search .frm-container,
#inside-header>.container-fluid .cell.cell-2 .dropdown-search .frm-search .frm-container {
  position: relative;
}

#inside-header>.container .cell.cell-2 .dropdown-search .frm-search .frm-container input,
#inside-header>.container-fluid .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,
#inside-header>.container-fluid .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,
#inside-header>.container-fluid .cell.cell-2 .dropdown-search .frm-search .frm-container .btn-s::before {
  color: #F6921E;
}

#inside-header>.container .cell.cell-2 .dropdown-search .frm-search .frm-container .trigger-s-close,
#inside-header>.container-fluid .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,
#inside-header>.container-fluid .cell.cell-2 .mini_widget_shopping_cart .cart-title {
  display: none;
}

#inside-header>.container .cell.cell-2 .mini_widget_shopping_cart .txt,
#inside-header>.container-fluid .cell.cell-2 .mini_widget_shopping_cart .txt {
  display: none;
}

#inside-header>.container .cell.cell-2 .hb_search_design,
#inside-header>.container-fluid .cell.cell-2 .hb_search_design {
  width: 100%;
}

#inside-header>.container .cell.cell-2 .hb_search_design form input,
#inside-header>.container-fluid .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,
#inside-header>.container-fluid .cell.cell-2 .hb_search_design form button {
  right: 0;
  width: 60px;
  background: #F6921E;
}

#inside-header>.container .cell.cell-2 .hb_search_design form button::before,
#inside-header>.container-fluid .cell.cell-2 .hb_search_design form button::before {
  color: #fff;
}

#inside-header>.container .cell.cell-2 .hb_search_design form button:hover,
#inside-header>.container-fluid .cell.cell-2 .hb_search_design form button:hover {
  background: #202067;
}

#inside-header>.container .cell.cell-3,
#inside-header>.container-fluid .cell.cell-3 {
  flex: 0 0 auto;
}

@media only screen and (max-width: 63.99875rem) {

  #inside-header>.container .cell.cell-3,
  #inside-header>.container-fluid .cell.cell-3 {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 35.99875rem) {

  #inside-header>.container .cell.cell-3,
  #inside-header>.container-fluid .cell.cell-3 {
    order: 2;
  }
}

#inside-header>.container .cell.cell-3 .header-button>a,
#inside-header>.container-fluid .cell.cell-3 .header-button>a {
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.02);
  border-radius: 6.25rem;
  border: 0.0625rem solid #A9A9A9;
  -webkit-backdrop-filter: blur(0.78125rem);
  backdrop-filter: blur(0.78125rem);
  background: transparent;
  width: 8.125rem;
  color: #454545;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
}

@media only screen and (max-width: 35.99875rem) {

  #inside-header>.container .cell.cell-3 .header-button>a,
  #inside-header>.container-fluid .cell.cell-3 .header-button>a {
    width: 100px;
    padding: 6px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 35.99875rem) {

  #inside-header>.container .cell.cell-3 .header-button>a,
  #inside-header>.container-fluid .cell.cell-3 .header-button>a {
    width: 80px;
    padding: 3px 10px;
    font-size: 13px;
  }
}

#inside-header>.container .cell .cart-title,
#inside-header>.container .cell .shopping-cart .menu-item .txt,
#inside-header>.container .cell .woocommerce-Price-amount.amount,
#inside-header>.container-fluid .cell .cart-title,
#inside-header>.container-fluid .cell .shopping-cart .menu-item .txt,
#inside-header>.container-fluid .cell .woocommerce-Price-amount.amount {
  display: none;
}

#inside-header>.container .cell .shopping-cart .header-cart-contents,
#inside-header>.container-fluid .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,
  #inside-header>.container-fluid .cell .shopping-cart .header-cart-contents {
    padding: 0;
    border-left: none;
    border-right: none;
  }
}

#inside-header>.container .cell .shopping-cart .header-cart-contents .icon,
#inside-header>.container-fluid .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,
  #inside-header>.container-fluid .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,
  #inside-header>.container-fluid .cell .shopping-cart .header-cart-contents .icon {
    font-size: 1.375rem;
  }
}

#inside-header>.container .cell .shopping-cart .header-cart-contents .count,
#inside-header>.container-fluid .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: #185;
  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,
  #inside-header>.container-fluid .cell .shopping-cart .header-cart-contents .count {
    top: -4px;
    right: -4px;
  }
}

#inside-header>.container .cell .icon-cartpage,
#inside-header>.container-fluid .cell .icon-cartpage {
  display: none;
}

#inside-header .site-logo a img {
  width: 210px;
  object-fit: contain;
}

@media only screen and (max-width: 35.99875rem) {
  #inside-header .site-logo a img {
    width: 150px;
  }
}

#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: #F6921E;
  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: #F6921E;
  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: #F6921E;
  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 {
  position: relative;
  padding: 6px 15px !important;
}

@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;
  }
}

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

#footer-widgets {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}

#footer-widgets .rows .widget-title {
  color: #F6921E;
  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 .title_footer {
  color: #454545;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1rem;
  margin-bottom: 19px;
}

#footer-widgets .rows .thongtinlienhe_footer p {
  margin-bottom: 10px;
  color: #fff;
  opacity: 0.7;
  font-weight: 400;
}

#footer-widgets .rows.row-1 .flex-x {
  padding-top: 60px;
  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 25%;
  max-width: 25%;
  padding: 0 15px;
}

@media only screen and (max-width: 63.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .cell-1 {
    flex: 0 0 50%;
    max-width: 50%;
    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 #menu-footer_product {
  flex-direction: row;
  gap: 20px;
}

#footer-widgets .rows.row-1 .flex-x .cell-1 .thongtinlienhe_footer {
  color: #fff;
}

#footer-widgets .rows.row-1 .flex-x .cell-1 .mota_footer {
  color: #6A6A6A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 13px;
  margin-top: 14px;
}

#footer-widgets .rows.row-1 .flex-x .cell-1 .giayphep_footer {
  display: flex;
  align-items: center;
  color: #6A6A6A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 13px;
  margin-top: 14px;
}

#footer-widgets .rows.row-1 .flex-x .cell-1 .giayphep_footer i {
  display: flex;
  width: 19px;
  height: 19px;
  object-fit: contain;
  align-items: center;
  background: #37a2fa;
  border-radius: 5px;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  margin-right: 10px;
}

#footer-widgets .rows.row-1 .flex-x .cell-2 {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 15px;
}

@media only screen and (max-width: 63.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .cell-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@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-2 .footer_item {
  display: flex;
  align-items: baseline;
  margin-bottom: 19px;
  position: relative;
  gap: 20px;
}

#footer-widgets .rows.row-1 .flex-x .cell-2 .footer_item i {
  color: #37a2fa;
}

#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: 47.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 25%;
  max-width: 25%;
  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: 47.99875rem) {
  #footer-widgets .rows.row-1 .flex-x .cell-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

#footer-widgets .rows.row-1 .flex-x .cell-4 .mota_contact_footer {
  color: #6A6A6A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 13px;
  margin-top: 14px;
}

#footer-widgets .rows.row-1 .flex-x .cell-4 form {
  justify-content: space-between;
}

#footer-widgets .rows.row-1 .flex-x .cell-4 form .all-coll-contact {
  width: calc(100% - 50px - 20px);
}

#footer-widgets .rows.row-1 .flex-x .cell-4 form .all-coll-contact input {
  width: 100%;
  font-size: 16px;
  line-height: 150% !important;
  padding: 0 !important;
  box-shadow: unset !important;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #6A6A6A;
  color: #A9A9A9;
  height: 43px;
}

#footer-widgets .rows.row-1 .flex-x .cell-4 form .submit-contact {
  width: 50px;
  position: relative;
}

#footer-widgets .rows.row-1 .flex-x .cell-4 form .submit-contact img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

#footer-widgets .rows.row-1 .flex-x .cell-4 form .submit-contact input {
  background: transparent;
  border: none;
  outline: none;
  color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  z-index: 2;
}

#footer-widgets .rows.row-1 .flex-x .cell-4 form .wpcf7-spinner {
  display: none;
}

#footer-widgets .rows.row-1 .flex-x .cell-4 .map_footer iframe {
  height: 156px;
  width: 100%;
  margin-top: 17px;
}

#footer-widgets .rows.row-1 .menu {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

#footer-widgets .rows.row-1 .menu li {
  margin-bottom: 10px;
}

#footer-widgets .rows.row-1 .menu li>a {
  color: #000;
  opacity: 0.7;
  font-weight: 700;
  padding: 0;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 10px;
}

#footer-widgets .rows.row-1 .menu li ul {
  display: block !important;
}

#footer-widgets .rows.row-1 .menu li ul li {
  margin-bottom: 10px;
}

#footer-widgets .rows.row-1 .menu li ul li a {
  color: #6A6A6A;
  opacity: 0.7;
  font-weight: 400;
  padding: 0;
  line-height: 1.6;
  font-size: 14px;
}

#footer-widgets .rows.row-1 .title_root {
  color: rgb(51, 51, 51);
  font-weight: 400 !important;
  line-height: 42px;
  font-size: 31px;
  margin-bottom: 32px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#footer-widgets .rows.row-1 .sqsrte-small {
  color: rgb(51, 51, 51);
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}

#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: #F6921E;
  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 .widget_media_image img {
  width: 100%;
  height: auto;
}

#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;
  display: flex !important;
  flex-direction: row !important;
}

@media only screen and (max-width: 47.99875rem) {
  #footer-widgets .social-menu {
    justify-content: flex-start;
  }
}

#footer-widgets .social-menu a {
  padding: 0;
  color: #fff;
  margin-left: 5px;
  width: 1.5rem;
  height: 1.5rem;
  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;
  justify-content: flex-end;
  margin-top: 30px;
}

#footer-widgets .menu-social_menu-container ul li {
  width: 30px;
}

#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: 15px 0;
  border-top: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .footer-copyright {
    flex-direction: column;
  }
}

#footer-widgets .footer-copyright span.hd {
  color: #6A6A6A;
  font-size: 13px;
}

#footer-widgets .footer-copyright span.hd a {
  color: #6A6A6A;
}

#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: #6A6A6A;
  font-size: 13px;
}

#footer-info {
  background-color: #F6921E;
  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: #F6921E;
}

.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;
  padding: 10px 0 20px 0;
  max-width: 750px;
  margin: auto;
}

@media only screen and (max-width: 35.99875rem) {
  .section.singular.page .grid-posts {
    flex-flow: row wrap;
  }
}

.section.singular.page .section-title {
  display: none;
}

.section.singular.page .main-content {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  margin: 20px 0;
}

.content-col {
  width: 100%;
}

.sidebar-col {
  width: 25%;
}

@media only screen and (max-width: 63.99875rem) {
  .sidebar-col {
    width: 30%;
  }
}

@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: #F6921E;
  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;
}

body.category .section.archive {
  padding-bottom: 30px;
  background: #FCF7F1;
}

body.category .section.archive #breadcrumbs {
  margin-bottom: 10px;
}

body.category .section.archive .container {
  padding-top: 30px;
}

@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 .excerpt {
  font-size: 14px;
  font-weight: 400;
}

body.single-post .singular.post .grid-posts {
  display: flex;
  gap: 20px;
  padding: 24px 0 24px 0;
  max-width: 750px;
  margin: auto;
}

@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 {
  color: rgb(51, 51, 51);
  font-weight: 400;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

@media only screen and (min-width: 48rem) {
  body.single-post .singular.post .content-col .heading-title {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  body.single-post .singular.post .content-col .heading-title {
    font-size: 1.875rem;
  }
}

body.single-post .singular.post .content-col .meta {
  margin-bottom: 16px;
  color: #475467;
  font-style: italic;
  text-align: center;
}

body.single-post .singular.post .content-col article {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  margin: 20px 0;
}

.section-title {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
}

.section-title .heading-title {
  font-size: 1.25rem;
  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;
}

.section-title-top {
  position: relative;
}

.section-title-top .breadcrumb-bg {
  position: relative;
  height: 350px;
  overflow: hidden;
  margin: auto;
}

.section-title-top .breadcrumb-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.68%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  pointer-events: none;
  border-radius: 23px;
  border: none;
}

@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 .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: 50%;
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.section-title-top .all_breadcrumbs .breadcrumbs-title {
  font-weight: 700;
  color: #fff;
  font-size: 2vw;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

@media only screen and (max-width: 63.99875rem) {
  .section-title-top .all_breadcrumbs .breadcrumbs-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .section-title-top .all_breadcrumbs .breadcrumbs-title {
    font-size: 20px;
  }
}

.section-title-top .all_breadcrumbs #breadcrumbs {
  display: none;
}

.section-title-top .all_breadcrumbs #breadcrumbs li a {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  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;
  line-height: 1;
  margin-top: 40px;
}

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

/* Combo Phone */
.support-online {
  position: fixed;
  z-index: 999999;
  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 {
  background: #37a2fa;
  width: 45px;
  height: 45px;
  padding: 6px;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

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

.iframe-map {
  margin-top: 60px;
}

.iframe-map iframe {
  width: 100%;
  border: none;
  border-radius: 20px;
}

.container_all_slide .swiper-container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.container_all_slide .item img {
  width: 100%;
}

.container_all_slide .item video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 63.99875rem) {
  .container_all_slide .item video {
    display: none;
  }
}

.container_all_slide .item .slide_mobile {
  display: none;
}

@media only screen and (max-width: 63.99875rem) {
  .container_all_slide .item .slide_mobile {
    display: block;
  }
}

.container_all_slide .overlay-content {
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 0;
}

.container_all_slide .overlay-content .html-title {
  text-align: center;
  font-size: 6vw;
  font-weight: 600;
  line-height: 120%;
  background: linear-gradient(180deg, #FFF 41.67%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.container_all_slide .overlay-content .html-desc>h3 {
  color: #ffd220;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.container_all_slide .overlay-content .homepage__banner-search .search_slide {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 730px;
  height: 4rem;
  background: #fff;
  border-radius: 6.25rem;
  padding: 1.25rem 3.5rem;
  position: relative;
  margin: auto;
  margin-bottom: 25px;
}

.container_all_slide .overlay-content .homepage__banner-search .search_slide img {
  position: absolute;
  width: 1.1875rem;
  height: 1.1875rem;
  object-fit: contain;
  top: 50%;
  left: 1.75rem;
  transform: translateY(-50%);
}

.container_all_slide .overlay-content .homepage__banner-search .search_slide input {
  width: calc(100% - 6rem);
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  color: #454545;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  height: 2.507em;
  max-width: 100%;
  background-color: #fff;
}

.container_all_slide .overlay-content .homepage__banner-search .search_slide .homepage__search-btn {
  position: absolute;
  right: 0.37rem;
  top: 0.37rem;
  width: 8.75rem;
  height: 3.25rem;
  border-radius: 100px;
  background: #37a2fa;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  cursor: pointer;
}

.container_all_slide .overlay-content .homepage__banner-scrollDown {
  padding-top: 20px;
}

.container_all_slide .overlay-content .homepage__banner-scrollDown .box-image {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.container_all_slide .overlay-content .homepage__banner-scrollDown .box-image img {
  width: 1.375rem !important;
  height: 1.375rem;
  object-fit: contain;
  margin: 0 auto 0.94rem;
  display: flex;
  animation: move 2s ease infinite;
}

@keyframes move {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.5rem);
  }

  100% {
    transform: translateY(0);
  }
}

.container_all_slide .overlay-content .homepage__banner-scrollDown .box-text {
  padding: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
}

.container_all_slide .overlay-content .homepage__banner-scrollDown .box-text p {
  margin-bottom: 0.1em;
  margin-top: 0.1em;
}

.all_thongin_map_contact {
  position: relative;
  z-index: 99;
  margin-bottom: 60px;
}

.all_thongin_map_contact .title_icon_thongtin_map {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 30px;
}

.all_thongin_map_contact .title_icon_thongtin_map .title_thongtin_map {
  display: flex;
  align-items: center;
  gap: 10px;
}

.all_thongin_map_contact .title_icon_thongtin_map .title_thongtin_map i {
  font-size: 18px;
  color: #0f3564;
}

.all_thongin_map_contact .title_icon_thongtin_map .icon_map i {
  color: #0f3564;
}

.all_thongin_map_contact .noidung_thongtin_map {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: none;
  z-index: 99;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 14px;
}

.all_thongin_map_contact .noidung_thongtin_map::before {
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  content: "";
  display: inline-block;
  left: 50px;
  position: absolute;
  top: -11px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: #fff;
}

.all_thongin_map_contact.active .noidung_thongtin_map {
  display: block;
}

.all_giavang_bosuutap_index {
  position: relative;
  background: url("../img/bg_introduction.jpg");
  background-size: cover;
}

.all_giavang_bosuutap_index::before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 247, 241, 0.96);
  z-index: 1;
}

.all_giavang_bosuutap_index .all_img_content_index_introduction {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
  padding: 5% 0 0 0;
}

@media only screen and (max-width: 47.99875rem) {
  .all_giavang_bosuutap_index .all_img_content_index_introduction {
    padding: 15% 0 0 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 47.99875rem) {
  .all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index {
    text-align: center;
  }
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .homepage__discover-sun {
  width: 18.0625rem;
  height: 18.0625rem;
  position: absolute;
  top: 7rem;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 47.99875rem) {
  .all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .homepage__discover-sun {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .content_introduction_index {
  color: #37a2fa;
  font-size: 4vw;
  font-weight: 600;
  line-height: 120%;
  z-index: 1;
  position: relative;
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .content_introduction_index.mota_introduction_index {
  text-transform: capitalize;
  margin-bottom: 19px;
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .description_introduction_index {
  color: #6a6a6a;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 2rem;
  z-index: 1;
  position: relative;
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .all_home_ist_Introduction_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-bottom: 46px;
}

@media only screen and (max-width: 35.99875rem) {
  .all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .all_home_ist_Introduction_row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .all_home_ist_Introduction_row .home_ist_Introduction_row .title_home_ist_Introduction_row {
  color: #6a6a6a;
  font-size: 19px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .all_home_ist_Introduction_row .home_ist_Introduction_row .mota_home_ist_Introduction_row {
  color: #37a2fa;
  font-size: 3vw;
  font-weight: 600;
  line-height: 120%;
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .all_home_ist_Introduction_row .home_ist_Introduction_row .desc_home_ist_Introduction_row {
  color: #454545;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .introduction_index__item__button {
  display: block;
  margin-bottom: 30px;
}

@media only screen and (max-width: 47.99875rem) {
  .all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .introduction_index__item__button {
    display: flex;
    justify-content: center;
  }
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .introduction_index__item__button .homepage__tours-map-btn {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #37a2fa;
  border-radius: 80px;
  padding: 5px 6px;
  position: relative;
}

@media only screen and (max-width: 47.99875rem) {
  .all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .introduction_index__item__button .homepage__tours-map-btn {
    width: 100%;
    max-width: 300px;
  }
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .introduction_index__item__button .homepage__tours-map-btn .icon-box-img {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.5s;
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .introduction_index__item__button .homepage__tours-map-btn .icon-box-text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}

.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .introduction_index__item__button .homepage__tours-map-btn:hover .icon-box-img {
  left: 78%;
}

.news_session_index {
  position: relative;
  background: rgba(252, 247, 241, 0.96);
  padding-bottom: 5%;
}

.news_session_index::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  /* background: #0d3422; */
  background: #37a2fa75;                        
  bottom: -2px;
}

.news_session_index .grid-posts .item {
  height: 100%;
  overflow: hidden;
  border-radius: 23px;
  position: relative;
  -webkit-filter: none;
  filter: none;
}

.news_session_index .grid-posts .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.68%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  z-index: 1;
  pointer-events: none;
  border-radius: 23px;
  border: none;
}

.news_session_index .grid-posts .item .all_img_news_index {
  overflow: hidden;
  border-radius: 23px;
  position: relative;
}

@media only screen and (max-width: 47.99875rem) {
  .news_session_index .grid-posts .item .all_img_news_index .res.scale {
    aspect-ratio: unset;
  }
}

.news_session_index .grid-posts .item .all_img_news_index img {
  height: 100%;
  overflow: hidden;
  border-radius: 23px;
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
}

.news_session_index .grid-posts .item .all_img_news_index .cover-content-index {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 15px 26px;
  z-index: 10;
}

.news_session_index .grid-posts .item .all_img_news_index .cover-content-index>a h3 {
  color: #ececec;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0.37rem;
}

.news_session_index .grid-posts .item .all_img_news_index .cover-content-index .excerpt {
  color: #ececec;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_session_index .grid-posts .item .all_img_news_index:hover .cover-content-index>a h3 {
  color: #ffd220;
  text-decoration: underline;
}

.section__collection_tours {
  background-color: #37a2fa75;
}

.section__collection_tours .container-fluid {
  display: flex;
  justify-content: space-between;
  background-attachment: fixed;
}

@media only screen and (max-width: 47.99875rem) {
  .section__collection_tours .container-fluid {
    flex-wrap: wrap;
  }
}

.section__collection_tours .content__column_left {
  width: 40%;
  height: 100%;
}

@media only screen and (max-width: 47.99875rem) {
  .section__collection_tours .content__column_left {
    width: 100%;
  }
}

.section__collection_tours .content__column_left .sticky_content {
  padding-top: 12.88rem;
  padding-bottom: 17.06rem;
}

@media only screen and (max-width: 47.99875rem) {
  .section__collection_tours .content__column_left .sticky_content {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

.section__collection_tours .content__column_left .sticky_content .sub__title_top {
  display: flex;
  align-items: center;
}

.section__collection_tours .content__column_left .sticky_content .sub__title_top .dot_icon {
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  display: flex;
}

.section__collection_tours .content__column_left .sticky_content .sub__title_top .dot_icon svg {
  width: 6px;
  height: 6px;
}

.section__collection_tours .content__column_left .sticky_content .sub__title_top .sub_title {
  color: #c5c5c5;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.66667;
  text-transform: uppercase;
  margin-left: 12px;
  display: inline-block;
}

.section__collection_tours .content__column_left .sticky_content .title_heading h3 {
  color: #fff1ba;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 3vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 12px;
}

.section__collection_tours .content__column_left .sticky_content .introduction_index__item__button {
  display: block;
}

.section__collection_tours .content__column_left .sticky_content .introduction_index__item__button .homepage__tours-map-btn {
  width: 100%;
  min-width: 280px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #37a2fa;
  border-radius: 80px;
  padding: 5px 6px;
  position: relative;
}

.section__collection_tours .content__column_left .sticky_content .introduction_index__item__button .homepage__tours-map-btn .icon-box-img {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.5s;
}

.section__collection_tours .content__column_left .sticky_content .introduction_index__item__button .homepage__tours-map-btn .icon-box-text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}

.section__collection_tours .content__column_left .sticky_content .introduction_index__item__button .homepage__tours-map-btn:hover .icon-box-img {
  left: 78%;
}

.section__collection_tours .content__column_right {
  display: flex;
  padding-top: 5rem;
  margin-left: auto;
  opacity: 1;
  transition: all 0.5s;
  width: calc(60% - 30px);
}

@media only screen and (max-width: 47.99875rem) {
  .section__collection_tours .content__column_right {
    width: 100%;
  }
}

@media only screen and (max-width: 35.99875rem) {
  .section__collection_tours .content__column_right {
    flex-direction: column;
  }
}

.section__collection_tours .content__column_right .wrap__list_tours:first-child {
  margin-right: 2rem;
}

@media only screen and (max-width: 35.99875rem) {
  .section__collection_tours .content__column_right .wrap__list_tours:first-child {
    margin-right: 0;
  }
}

.section__collection_tours .content__column_right .wrap__list_tours:last-child {
  padding-top: 5rem;
}

@media only screen and (max-width: 47.99875rem) {
  .section__collection_tours .content__column_right .wrap__list_tours:last-child {
    padding-top: 0;
  }
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail {
  position: relative;
  margin-bottom: 31px;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .item__tours_detail-link {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .feature_image {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  z-index: 0;
  height: 500px;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .feature_image img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  border-radius: 23px;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .feature_image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 23px;
  z-index: 1;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content .product-title {
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  text-decoration: none;
  background-color: transparent;
  background-image: linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  display: inline;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content .price_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 47.99875rem) {
  .section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content .price_detail {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content .price_detail .price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content .price_detail .price del {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  text-decoration: line-through;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content .price_detail .price ins {
  color: #ffd220;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content .price_detail>a {
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 6px 6px 19px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content .price_detail>a .btn_text {
  color: #fff;
  text-align: justify;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  margin-right: 26px;
  transition: all 0.3s;
  min-width: 20px;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content .price_detail>a .btn_icon {
  display: flex;
  height: -webkit-fit-content;
  height: fit-content;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content .price_detail>a .btn_icon svg {
  width: 35px;
  height: 35px;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail .product-content .price_detail>a .btn_icon svg circle {
  transition: all 0.3s;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail:hover .product-content .product-title {
  color: #ffd220;
  background-image: linear-gradient(#ffd220, #ffd220);
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail:hover .price_detail>a {
  background-color: #ffd220;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail:hover .price_detail>a .btn_text {
  color: #454545;
}

.section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail:hover .price_detail>a svg circle {
  fill: #fff;
}

.homepage__tours-wrapper {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}

@media only screen and (min-width: 48rem) {
  .homepage__tours-wrapper {
    padding-top: 3.75rem;
  }
}

@media only screen and (min-width: 64rem) {
  .homepage__tours-wrapper {
    padding-top: 4.6875rem;
  }
}

@media only screen and (min-width: 48rem) {
  .homepage__tours-wrapper {
    padding-bottom: 3.75rem;
  }
}

@media only screen and (min-width: 64rem) {
  .homepage__tours-wrapper {
    padding-bottom: 4.6875rem;
  }
}

.homepage__tours-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(252, 247, 241, 0.8) 40.85%, rgb(252, 247, 241) 88.77%);
  pointer-events: none;
}

.homepage__tours-wrapper .homepage__tours-map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8%;
}

@media only screen and (max-width: 47.99875rem) {
  .homepage__tours-wrapper .homepage__tours-map {
    flex-direction: column;
  }
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left {
  width: calc(60% - 30px);
}

@media only screen and (max-width: 47.99875rem) {
  .homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left {
    width: 100%;
  }
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left .homepage__tours-map-header {
  display: flex;
  align-items: center;
  color: #828282;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left .homepage__tours-map-header::before {
  display: flex;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #0d5c2d;
  margin-right: 12px;
  border-radius: 50%;
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left .homepage__tours-map-subDes {
  color: #37a2fa;
/*   font-size: 4vw; */
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left .homepage__tours-map-des {
  color: #6a6a6a;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.8;
  margin-bottom: 46px;
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left .introduction_index__item__button {
  display: block;
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left .introduction_index__item__button .homepage__tours-map-btn {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #37a2fa;
  border-radius: 80px;
  padding: 5px 6px;
  position: relative;
}

@media only screen and (max-width: 47.99875rem) {
  .homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left .introduction_index__item__button .homepage__tours-map-btn {
    width: 100%;
    max-width: 300px;
  }
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left .introduction_index__item__button .homepage__tours-map-btn .icon-box-img {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.5s;
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left .introduction_index__item__button .homepage__tours-map-btn .icon-box-text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-left .introduction_index__item__button .homepage__tours-map-btn:hover .icon-box-img {
  left: 78%;
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-right {
  position: relative;
  width: 40%;
}

@media only screen and (max-width: 47.99875rem) {
  .homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-right {
    width: 100%;
  }
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-right .bg_whychoose {
  width: 80%;
  margin-left: auto;
}

.homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-right .map-circle {
  display: flex;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  border: 2px solid #37a2fa;
  background-color: transparent;
  z-index: 10;
  position: absolute;
  top: 1rem;
  left: 0;
  opacity: 0;
  transform: scale(0.2);
  animation: circleScale 1.5s infinite linear;
}

@media only screen and (max-width: 47.99875rem) {
  .homepage__tours-wrapper .homepage__tours-map .homepage__tours-map-right .map-circle {
    width: 20rem;
    height: 20rem;
  }
}

@keyframes circleScale {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }

  80% {
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.home-contact {
  /* padding: 0 0 12rem; */
  width: 100%;
  overflow: hidden;
  /* background: #FCF7F1; */
  z-index: 10;
  /* height: 1000px; */
}

@media only screen and (max-width: 47.99875rem) {
  .home-contact {
    padding: 0 0 2rem;
  }
}

.home-contact .homepage__exp_contact {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  position: relative;
  /* max-height: 1100px; */
}

@media only screen and (min-width: 48rem) {
  .home-contact .homepage__exp_contact {
    padding-top: 3.75rem;
  }
}

@media only screen and (min-width: 64rem) {
  .home-contact .homepage__exp_contact {
    padding-top: 4.6875rem;
  }
}

@media only screen and (min-width: 48rem) {
  .home-contact .homepage__exp_contact {
    padding-bottom: 3.75rem;
  }
}

@media only screen and (min-width: 64rem) {
  .home-contact .homepage__exp_contact {
    padding-bottom: 4.6875rem;
  }
}

.home-contact .homepage__exp_contact::before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 0 3.5rem 3.5rem;
  background: linear-gradient(0deg, rgba(13, 52, 34, 0.48) 0%, rgb(13, 52, 34) 100%);
  pointer-events: none;
}

.home-contact .homepage__exp_contact .all_title_form_contact {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 47.99875rem) {
  .home-contact .homepage__exp_contact .all_title_form_contact {
    align-items: flex-start;
    flex-direction: column;
  }
}

.home-contact .homepage__exp_contact .all_title_form_contact .heading {
  color: #fff1ba;
  font-size: 38px;
  font-weight: 500;
  line-height: 120%;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  margin-bottom: 2.5rem;
  margin-right: 0.5rem;
}

.home-contact .homepage__exp_contact .all_title_form_contact .form-desc {
  font-size: 6rem;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  background: url("../img/Rectangle.jpg"), lightgray 50%/cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 47.99875rem) {
  .home-contact .homepage__exp_contact .all_title_form_contact .form-desc {
    font-size: 10vw;
  }
}

.home-contact .homepage__exp_contact form {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 80%;
  margin: auto;
}

@media only screen and (max-width: 35.99875rem) {
  .home-contact .homepage__exp_contact form {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}

.home-contact .homepage__exp_contact form .wpcf7-response-output {
  color: #f00;
  border: none;
}

.home-contact .homepage__exp_contact form .all-coll-contact {
  width: calc(100% - 62px - 30px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 35.99875rem) {
  .home-contact .homepage__exp_contact form .all-coll-contact {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-top: 0;
  }
}

.home-contact .homepage__exp_contact form .all-coll-contact .coll-contact input,
.home-contact .homepage__exp_contact form .all-coll-contact .coll-contact textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0.5rem 0.94rem 0;
  height: 50px;
  width: 100%;
  color: #fff;
  font-weight: 500;
}

.home-contact .homepage__exp_contact form .submit-contact {
  width: 62px;
  position: relative;
  animation: fadeRight 1.5s infinite ease;
  margin-left: 1rem;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 35.99875rem) {
  .home-contact .homepage__exp_contact form .submit-contact {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 5px;
  }
}

@keyframes fadeRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(1rem);
  }

  100% {
    transform: translateX(0);
  }
}

.home-contact .homepage__exp_contact form .submit-contact .submit-icon {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.home-contact .homepage__exp_contact form .submit-contact input {
  background: transparent;
  border: none;
  outline: none;
  color: transparent;
  width: 4rem;
  height: 4rem;
  padding: 0;
  position: relative;
  z-index: 2;
}

.home-contact .homepage__exp_contact form .submit-contact .wpcf7-spinner {
  position: absolute;
  bottom: -12px;
}

.home-contact .homepage__exp_contact .all_form_news {
  width: 90%;
  margin: auto;
}

.home-contact .homepage__exp_contact .all_form_news .all_content_form_news .form-desc {
  position: relative;
  /* margin-top: 16.75rem !important; */
  color: #c5c5c5;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 47.99875rem) {
  .home-contact .homepage__exp_contact .all_form_news .all_content_form_news .form-desc {
    margin-top: 4rem !important;
  }
}

.home-contact .homepage__exp_contact .all_form_news .all_content_form_news .form-desc::before {
  content: "";
  display: flex;
  width: 9px;
  height: 9px;
  background: #ffea98;
  margin-right: 12px;
  border-radius: 50%;
}

.home-contact .homepage__exp_contact .all_form_news .all_content_form_news .heading {
  color: #fff1ba;
  font-size: 4.125rem;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media only screen and (max-width: 47.99875rem) {
  .home-contact .homepage__exp_contact .all_form_news .all_content_form_news .heading {
    font-size: 40px;
  }
}

.home-contact .homepage__exp_contact .all_form_news .item {
  background: #fff;
  border-radius: 15px;
}

.home-contact .homepage__exp_contact .all_form_news .item .all_img_news .cover {
  border-radius: 15px 15px 0 0;
}

.home-contact .homepage__exp_contact .all_form_news .item .cover-content {
  padding: 24px;
}

.home-contact .homepage__exp_contact .all_form_news .item .cover-content .title {
  color: #3f3f3f;
  font-size: 23px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 14px;
  min-height: 4.5rem;
}

.home-contact .homepage__exp_contact .all_form_news .item .cover-content .view-detail {
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  margin-left: auto;
  text-decoration: none;
  align-items: center;
  color: #828282;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin-right: 8px;
  text-transform: uppercase;
}

.home-contact .homepage__exp_contact .all_form_news .item .cover-content .view-detail i {
  font-weight: 300;
  margin-left: 5px;
  font-size: 12px;
}

.home-contact .homepage__exp_contact .all_form_news .item:hover .cover-content .title {
  color: #37a2fa;
  text-decoration: underline;
}

.home-contact .homepage__exp_contact .all_form_news .swiper-controls .swiper-button {
  display: flex;
  width: 5.375rem;
  height: 3.125rem;
  justify-content: center;
  align-items: center;
}

.home-contact .homepage__exp_contact .all_form_news .swiper-controls .swiper-button::before {
  border-radius: 6.25rem;
  background: #ffea98;
}

.home-contact .homepage__exp_contact .all_form_news .swiper-controls .swiper-button.swiper-button-prev {
  left: -3rem;
}

.home-contact .homepage__exp_contact .all_form_news .swiper-controls .swiper-button.swiper-button-next {
  right: -3rem;
}

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

@media only screen and (max-width: 63.99875rem) {
  .logo_header_des {
    width: 80%;
  }
}

.page-template-page-home .site-header {
  position: absolute;
}

.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 {
  background: rgba(252, 247, 241, 0.96);
}

.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: #F6921E;
  border: 1px solid #F6921E;
  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;
  }
}

.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: #F6921E;
}

.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-controls .swiper-button {
  width: 60px;
}

.product-taxonomy-section .carousel-product-cat .swiper-controls .swiper-button:before {
  background-color: #333;
  border: #333;
  font-size: 30px;
  color: #fff;
  line-height: 34px;
  width: 60px;
  height: 60px;
  opacity: 0.7;
  font-weight: 300;
}

.select-products-section .section-title {
  align-items: center;
  justify-content: center;
}

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

.select-products-section.all_product_outstanding_index {
  margin: 60px 0;
}

.select-products-section.all_product_outstanding_index .all_giavang_index {
  margin-bottom: 60px;
}

.select-products-section.all_product_outstanding_index .heading-title {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 5px;
  color: #86573e;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (min-width: 48rem) {
  .select-products-section.all_product_outstanding_index .heading-title {
    font-size: 1.5625rem;
  }
}

@media only screen and (min-width: 64rem) {
  .select-products-section.all_product_outstanding_index .heading-title {
    font-size: 1.5625rem;
  }
}

.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: #F6921E;
}

.products-section .container .section-title .heading-title a:hover small {
  color: #F6921E;
}

.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 {
  gap: 40px;
}

.grid-posts .all-news-content-col {
  width: calc(70% - 40px);
}

@media only screen and (max-width: 47.99875rem) {
  .grid-posts .all-news-content-col {
    width: 100%;
  }
}

.grid-posts .sidebar-col .content_archive {
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: calc(-0.24vw + 1rem);
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  line-height: 2;
  margin-top: 15px;
}

.grid-posts .sidebar-col .social-menu {
  margin-top: 30px;
  display: flex !important;
  flex-direction: row !important;
  margin-bottom: 30px;
}

.grid-posts .sidebar-col .social-menu a {
  padding: 0;
  color: #fff;
  margin-left: 5px;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-posts .sidebar-col .social-menu i {
  font-size: 15px;
  line-height: normal;
}

.grid-posts .sidebar-col .social-menu .social-txt {
  display: none;
}

.grid-posts .sidebar-col .inline-search {
  width: 100%;
}

.grid-posts .sidebar-col .inline-search form button {
  left: 10px;
  right: auto;
}

.grid-posts .sidebar-col .inline-search form button span {
  display: none;
}

.grid-posts .sidebar-col .inline-search form input {
  padding: 0 10px 0 40px;
  height: 50px;
  border-radius: 0;
  color: #333;
  font-size: 14px;
}

.grid-posts .sidebar-col .all_gallery_archive {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.grid-posts .sidebar-col .all_gallery_archive .gallery_archive a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.grid-posts .sidebar-col .all_gallery_archive .gallery_archive a img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  object-position: center center;
}

.grid-posts .sidebar-col .all_gallery_archive .gallery_archive a::before {
  content: "";
  position: absolute;
  background: url("../img/play-button.png");
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.grid-posts .item {
  background: #fff;
  border-radius: 15px;
  height: 100%;
}

.grid-posts .item .all_img_news .cover {
  border-radius: 15px 15px 0 0;
}

.grid-posts .item .cover-content {
  padding: 24px;
}

.grid-posts .item .cover-content .title {
  color: #3f3f3f;
  font-size: 23px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 14px;
}

.grid-posts .item .cover-content .view-detail {
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  margin-left: auto;
  text-decoration: none;
  align-items: center;
  color: #828282;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin-right: 8px;
  text-transform: uppercase;
}

.grid-posts .item .cover-content .view-detail i {
  font-weight: 300;
  margin-left: 5px;
  font-size: 12px;
}

.grid-posts .item:hover .cover-content .title {
  color: #37a2fa;
  text-decoration: underline;
}

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

.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;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 53px 53px 0 0;
}

@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::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  display: flex;
  background: linear-gradient(0deg, rgba(13, 52, 34, 0.46) 0%, rgba(13, 52, 34, 0.46) 100%);
  border-radius: 53px 53px 0 0;
  z-index: 1;
}

.reviews-section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  display: flex;
  background: rgba(252, 247, 241, 0.8);
  z-index: -1;
}

.reviews-section .homepage__exp-overlay {
  width: 100%;
  height: 37.125rem;
  position: absolute;
  left: 0;
  background: linear-gradient(0deg, rgba(13, 52, 34, 0) 0%, rgba(13, 52, 34, 0.56) 9.54%, #0D3422 20.47%);
  z-index: 1;
  bottom: -7%;
}

@media only screen and (max-width: 47.99875rem) {
  .reviews-section .homepage__exp-overlay {
    width: 100%;
    height: 25%;
    position: absolute;
    left: 0;
    background: linear-gradient(0deg, rgba(13, 52, 34, 0) 0%, rgba(13, 52, 34, 0.56) 50.54%, #0D3422 87.47%);
    z-index: 1;
    bottom: -2px;
    transform: rotateX(180deg);
  }
}

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

.reviews-section .container-fluid .homepage__exp-content {
  max-width: 1700px;
  margin: 0 auto;
  padding: 7rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

@media only screen and (max-width: 47.99875rem) {
  .reviews-section .container-fluid .homepage__exp-content {
    padding: 12% 0 0;
  }
}

.reviews-section .container-fluid .heading-title {
  font-size: 10.5rem !important;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 0.9;
  background: linear-gradient(180deg, #FFF 59.9%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 47.99875rem) {
  .reviews-section .container-fluid .heading-title {
    font-size: 14vw !important;
  }
}

.reviews-section .container-fluid .desc-title {
  font-size: 10.5rem !important;
  font-weight: 600;
  line-height: 123%;
  text-transform: uppercase;
  opacity: 0.9;
  background: linear-gradient(180deg, #FFF 59.9%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  position: relative;
  text-align: end;
  margin-bottom: 8.31rem !important;
}

@media only screen and (max-width: 47.99875rem) {
  .reviews-section .container-fluid .desc-title {
    font-size: 14vw !important;
    margin-bottom: 8% !important;
  }
}

.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: 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;
  }
}

@media only screen and (min-width: 64rem) {
  .reviews-section .container-fluid .carousel-reviews .swiper-slide {
    min-height: 100%;
    height: auto;
  }
}

.reviews-section .container-fluid .carousel-reviews .swiper-slide.swiper-slide-next .item {
  margin-top: 8.44rem;
}

@media only screen and (max-width: 47.99875rem) {
  .reviews-section .container-fluid .carousel-reviews .swiper-slide.swiper-slide-next .item {
    margin-top: 0;
  }
}

.reviews-section .container-fluid .carousel-reviews .swiper-slide .item {
  position: relative;
}

.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .mainImg {
  width: 100%;
  border-radius: 23px;
  position: relative;
}

.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .mainImg img {
  width: 100%;
  object-fit: cover;
  border-radius: 23px;
  aspect-ratio: 3/3.5;
  display: block;
}

@media only screen and (max-width: 47.99875rem) {
  .reviews-section .container-fluid .carousel-reviews .swiper-slide .item .mainImg img {
    aspect-ratio: 3/2;
  }
}

.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .sub-icon {
  width: 4.15694rem;
  height: 3.06rem;
  object-fit: contain;
  position: absolute;
  right: 2.07rem;
  bottom: 20%;
  z-index: 10;
}

.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .exp-item-info {
  display: flex;
  margin-top: 19px;
  align-items: center;
}

.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .exp-item-info .avatar {
  width: 70px;
  height: 70px;
  min-height: 70px;
  min-width: 70px;
  margin-right: 11px;
}

.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .exp-item-info .avatar img {
  width: 70px;
  height: 70px;
  min-height: 70px;
  min-width: 70px;
  border-radius: 50%;
  border: 1.848px solid #fff;
}

.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .exp-item-info .info-main {
  position: relative;
}

.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .exp-item-info .info-main .name {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.reviews-section .container-fluid .carousel-reviews .swiper-slide .item .exp-item-info .info-main .review-detail {
  color: #ececec;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  text-overflow: fade;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}

.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.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-thumbs {
  position: relative;
}

.home-info-section .container .cell.cell-thumbs .thumb-inner {
  text-align: center;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
}

.home-info-section .container .cell.cell-thumbs .thumb-inner img {
  width: 100%;
}

.all_contact_index .form-contact {
  text-align: center;
}

.all_contact_index .heading {
  color: rgb(51, 51, 51);
  font-weight: 400;
  line-height: 42px;
  font-size: 1rem;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media only screen and (min-width: 48rem) {
  .all_contact_index .heading {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .all_contact_index .heading {
    font-size: 1.875rem;
  }
}

.all_contact_index .form-desc {
  color: rgb(51, 51, 51);
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
}

.all_contact_index form {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 40px 0;
}

.all_contact_index form .form-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

@media only screen and (max-width: 47.99875rem) {
  .all_contact_index form .form-text {
    width: 100%;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .all_contact_index form .form-text .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.all_contact_index form .form-text input {
  color: #797979;
  border: 1px solid #dddddd;
  height: 46px;
  padding: 12px 20px;
  font-size: 13px;
  background: transparent;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  border-radius: 0px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media only screen and (max-width: 47.99875rem) {
  .all_contact_index form .form-text input {
    width: 100%;
  }
}

.all_contact_index form .form-submit {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 47.99875rem) {
  .all_contact_index form .form-submit {
    flex-direction: column;
  }
}

.all_contact_index form .form-submit input {
  color: #ffffff;
  width: auto;
  border: 1px solid #383838;
  display: inline-block;
  padding: 12px 20px;
  font-size: 14px;
  background: #383838;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  border-radius: 0px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

@media only screen and (max-width: 47.99875rem) {
  .all_contact_index form .form-submit input {
    width: 100%;
  }
}

.page-about-us .ez-toc-container-direction {
  display: none !important;
}

.page-about-us .cover .wrapper .heading-title {
  display: none;
}

.page-about-us .main-aboutus .container .heading-title b,
.page-about-us .main-aboutus .container-fluid .heading-title b {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #fff;
  font-weight: 900;
}

.page-about-us .main-aboutus .container .content-col,
.page-about-us .main-aboutus .container-fluid .content-col {
  padding: 10px 0 20px 0;
}

.page-about-us .main-aboutus .container article,
.page-about-us .main-aboutus .container-fluid article {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  margin: 20px 0;
}

.page-about-us .bottom-aboutus .bg {
  position: relative;
  min-height: 500px;
}

.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-about-us .bottom-aboutus .bg img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}

.page-about-us .bottom-aboutus .wrapper-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.page-about-us .bottom-aboutus .wrapper-content .content {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.page-contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #FCF7F1;
}

.page-contact .main-contact .wrapper .contact-form {
  width: 100%;
}

.page-contact .main-contact .wrapper .contact-form .title_contact {
  font-size: 3rem;
  line-height: 1.2;
  color: #37a2fa;
  font-weight: 600;
}

@media only screen and (max-width: 47.99875rem) {
  .page-contact .main-contact .wrapper .contact-form .title_contact {
    font-size: 25px;
  }
}

.page-contact .main-contact .wrapper .contact-form form {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 35.99875rem) {
  .page-contact .main-contact .wrapper .contact-form form {
    margin-top: 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 .all-coll-contact {
  width: calc(100% - 62px - 30px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 35.99875rem) {
  .page-contact .main-contact .wrapper .contact-form form .all-coll-contact {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-top: 0;
  }
}

.page-contact .main-contact .wrapper .contact-form form .all-coll-contact .coll-contact input,
.page-contact .main-contact .wrapper .contact-form form .all-coll-contact .coll-contact textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #37a2fa;
  padding: 0 0.5rem 0.94rem 0;
  height: 50px;
  width: 100%;
  color: #37a2fa;
  font-weight: 500;
}

.page-contact .main-contact .wrapper .contact-form form .submit-contact {
  width: 62px;
  position: relative;
  animation: fadeRight 1.5s infinite ease;
  margin-left: 1rem;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 35.99875rem) {
  .page-contact .main-contact .wrapper .contact-form form .submit-contact {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 5px;
  }
}

@keyframes fadeRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(1rem);
  }

  100% {
    transform: translateX(0);
  }
}

.page-contact .main-contact .wrapper .contact-form form .submit-contact .submit-icon {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: invert(47%) sepia(95%) saturate(377%) hue-rotate(138deg) brightness(86%) contrast(90%);
  filter: invert(47%) sepia(95%) saturate(377%) hue-rotate(138deg) brightness(86%) contrast(90%);
}

.page-contact .main-contact .wrapper .contact-form form .submit-contact input {
  background: transparent;
  border: none;
  outline: none;
  color: transparent;
  width: 4rem;
  height: 4rem;
  padding: 0;
  position: relative;
  z-index: 2;
}

.page-contact .main-contact .wrapper .contact-form form .submit-contact .wpcf7-spinner {
  position: absolute;
  bottom: -12px;
}

.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: #F6921E;
}

@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>li a:hover::after {
  border-color: transparent transparent transparent #fff !important;
}

.desktop-menu>li ul {
  min-width: 280px;
  transition: 0.3s;
  background: #fff !important;
  border-radius: 15px;
  padding: 5px;
}

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

.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%;
  border: 0.0625rem solid #A9A9A9;
}

.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: 0 15px;
}

.widget_polylang ul li {
  position: relative;
}

.widget_polylang ul li:nth-child(1) {
  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 {
  line-height: 1.4;
  color: hsla(0, 0%, 40%, 0.85);
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  font-weight: 300;
  padding: 5px 0;
}

.widget_polylang ul li.current-lang a {
  font-weight: 700;
  color: #185;
}

.all_contact_header {
  background: #f6921e;
  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);
}

.date_all_giavang_index {
  margin-bottom: 20px;
}

.date_all_giavang_index label {
  color: #86573e;
}

.date_all_giavang_index input {
  height: 40px;
  background-color: rgba(255, 255, 255, 0.4196078431);
  color: #4f4f4f;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 14px;
  text-indent: 5px;
  border: 1px solid #fedd62;
  border-radius: 7px;
  box-shadow: 0 0 0 1px transparent;
}

.gold-pri-table {
  overflow: hidden;
}

.gold-pri-table .khongcongay {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
}

.gold-pri-table .khongcongay span {
  display: block;
  font-weight: 600;
}

.gold-pri-table .ngaygannhat {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 10px;
}

.gold-pri-table .ngaygannhat span {
  display: block;
  font-weight: 600;
}

.gold-pri-table .tabTit {
  background-color: #eaeaea;
}

.gold-pri-table .tabTit td {
  padding: 10px 5px;
}

.gold-pri-table .tabBody *,
.gold-pri-table .tabHead strong,
.gold-pri-table .tabTit * {
  font-size: 14px;
  line-height: 1.3;
  color: #252525;
  text-align: center;
  font-weight: 500;
}

.gold-pri-table table {
  width: 100%;
  border-spacing: 0;
}

.gold-pri-table .tabHead {
  background-color: #f5f5f5;
}

.gold-pri-table .tabHead td {
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  background: #fedd62;
}

.gold-pri-table .tabBody tr:nth-child(even) {
  background-color: #86573e;
}

.gold-pri-table .tabBody tr:nth-child(even) td span {
  color: #fff;
}

.gold-pri-table .tabBody td.pdL10 {
  text-transform: uppercase;
  color: #86573e;
}

.gold-pri-table .tabHead,
.gold-pri-table .tabBody {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.gold-pri-table .colorRed {
  color: red;
}

.grid-products .products>.product,
.related.products .products>.product {
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
}

.products .product .btn {
  margin-top: auto !important;
}
.products .product,
.products .product .woocommerce-loop-product__link .cover {
  border-radius: 6px !important;
}
.products .product:hover h2,
.products .product:hover h3
 {
  text-decoration: none !important;
}

/* Test  */
.swiper-slide {
  height: auto;
  /* Đảm bảo chiều cao slide tự động điều chỉnh */
}

.swiper-slide .product {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Giúp .product kéo dài hết chiều cao của .swiper-slide */
}

.swiper-slide .woocommerce-LoopProduct-link {
  flex-grow: 1;
  /* Cho phép phần nội dung này mở rộng để lấp đầy không gian còn lại */
  display: flex;
  flex-direction: column;
}

.swiper-slide .woocommerce-loop-product__title {
  flex-grow: 1;
  /* Cho phép tiêu đề mở rộng, đẩy các phần tử khác xuống dưới */
}

/* Toggle hamburger */
.mobile-menu-toggle {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 22px;
}

.mobile-menu-toggle span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 3px;
  transition: 0.3s;
}

/* Khi active (X) */
.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(3px, 8px)
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -8px)
}

/* Overlay menu */
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background: linear-gradient(135deg, #37a2fa, #056ebe);
  /* Thêm dòng này */
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.mobile-menu-wrapper.open {
  left: 0;
}

.submenu-toggle::after {
  border-color: #fff transparent transparent;
}

.menu .active>a {
  color: #fff;
  font-weight: 600;
}

.mobile-menu-wrapper a {
  color: #fff;
}

.mobile-menu-header {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.mobile-menu-close {
  font-size: 28px;
  cursor: pointer;
  color: #ffffff;
  line-height: 100%;
}

.download-schedule-btn,
.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__btn-item {
  background: #37a2fa !important;
}

.download-schedule-btn:hover {
  background: #056ebe !important;
}

.section__collection_tours .content__column_left .sticky_content .title_heading h3 {
  color: #056ebe !important;
}

.widget-title {
  display: none;
}

.section.product .product-after-summary .container-fluid .widget-title {
  margin-bottom: 10px;
}

.content_tongquan_tour {
  margin: 0px;
}

.product-after-summary-left .woocommerce-tabs.wc-tabs-wrapper {
  padding-right: 150px;
}

.section.product .section-product-related .widget-title,
.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__price .tour__price-actual .tour__price-res,
.section.product .product-after-summary .container-fluid .widget-title,
.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .priceForm-content .header {
  color: #37a2fa !important;
}

.mobile-menu-content {
  padding: 15px;
  overflow-y: auto;
  flex: 1;
}

@media (max-width: 768px) {
.product-after-summary-left .woocommerce-tabs.wc-tabs-wrapper {
  padding-right: 0px;
}
}
.cell-mobile-menu {
  display: none !important;
}

@media(min-width: 768px) and (max-width: 1390px) {
     #inside-header>.container-fluid .cell.cell-3 .widget_custom_html {
    scale: 0.9;
   }
}
/* Responsive: chỉ hiện trên mobile */
@media (max-width: 1390px) {
  #inside-header>.container, #inside-header>.container-fluid {
    gap: 2px;
  }
  .menu.horizontal li>a {
    padding: 10px 12px !important;
  }

  header .inside-header .container-fluid{
    padding: 0 16px;
  }
  #inside-header .site-logo a img {
    height: 60px;
  }
.dropdown.menu>li>a {
    font-size: 13px;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  /* Ẩn menu desktop */
 /* header .cell.cell-2 {
    display: flex !important;
  } */
}
@media (min-width: 1150px) {
  .dropdown.menu>li>a {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .site-header .container-fluid {
    justify-content: space-between;
  }
  .cell-mobile-menu {
    order: 3 !important;
    display: flex !important;
    align-items: center;
  }
  #inside-header .site-logo a img {
    height: 60px;
  }
.dropdown.menu>li>a {
    font-size: 13px;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .menu_desc {
    display: none !important;
  }
}




.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.active {
  right: 0;
}

.section__collection_tours .content__column_left .sticky_content .sub__title_top .sub_title {
  color: #313131;
}

.section__collection_tours .content__column_left .sticky_content .introduction_index__item__button .homepage__tours-map-btn {
  background: #37a2fa;
}

.svg_button_arr {
  fill: #37a2fa;
  width: 36px;
  height: 34px;
  transition: 0.2s all ease;

}



.svg_button_arr path {
  stroke: #fff;
  transition: 0.2s all ease;
}

.products .product:hover .btn .svg_button_arr {
  fill: white;

}

.products .product:hover .btn .svg_button_arr path {
  stroke: #37a2fa;
}

.products .product .btn {
  border-color: #37a2fa !important;
}

.products .product:hover .btn {
  background-color: #37a2fa !important;
}

.products .product .all_duration {
  background-color: #37a2fa !important;
  border-radius: 6px 6px 6px 0px !important;
}

.section.archive-product .grid-products>.sidebar-col .yith-wcan-filters .yith-wcan-filter .filter-title {
  color: #06467b !important;

}

.products .product:hover .woocommerce-loop-product__title {
  text-decoration: unset;
  color: #06467b !important;
}

.grid-products .sidebar-col {
  width: 20%;
}

.yith-wcan-filters-opener {
  margin-bottom: 20px;
}

.yith-wcan-filters-opener:hover {
  background-color: #06467b !important;
  border-color: #06467b !important;
  color: white !important;

}

.section.archive-product {
  z-index: 100 !important;
}
.homepage__exp_contact .container-fluid {
  display: flex;
  flex-direction: column;
  row-gap: 150px;
}
/* ================= Desktop mặc định ================= */
.entry-content h1,
.page-about-us h1 { font-size: 36px; }
.entry-content h2,
.page-about-us h2 { font-size: 28px; }
.entry-content h3,
.page-about-us h3 { font-size: 24px; }
.entry-content h4,
.page-about-us h4 { font-size: 20px; }
.entry-content h5,
.page-about-us h5 { font-size: 18px; }
.entry-content h6,
.page-about-us h6 { font-size: 16px; }
.entry-content p,
.page-about-us p  { font-size: 16px; line-height: 1.6; }
.section-title-top .all_breadcrumbs .breadcrumbs-title {
		line-height: 1.4;
	}
#footer-widgets .rows.row-1 .widget_media_image img {
	max-width: 250px;
}
.menu {
	gap: 8px;
}
.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .introduction_index__item__button .homepage__tours-map-btn,
.introduction_index__item__button .homepage__tours-map-btn{
	min-width: 250px;
}
@media screen and (min-width: 768px){
  .section.reviews-section.homepage__exp .w-swiper.swiper{
  overflow-y: visible;
  padding: 6rem 0px;
}
.reviews-section .container-fluid .carousel-reviews .swiper-slide.swiper-slide-next .item {
  margin: 0px;
  transform: translateY(6rem);
}
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    /* Đặt các quy tắc có liên quan đến độ rộng của cột lại gần nhau để dễ quản lý */
    .section__collection_tours .content__column_left {
        width: 30%;
    }
    
    .section__collection_tours .content__column_right {
        width: 70%;
    }

    /* Đảm bảo khoảng cách giữa các cột được áp dụng đúng */
    .section__collection_tours .container-fluid {
        gap: 20px;
    }

    /* Các quy tắc cho min-width của các phần tử */
    .section__collection_tours .content__column_right .wrap__list_tours .item__tours_detail {
        min-width: 340px;
    }
    
    .section__collection_tours .content__column_left .sticky_content .introduction_index__item__button .homepage__tours-map-btn {
        min-width: 250px;
    }
}
h1, .homepage__tours-map-subDes { font-size: clamp(24px, 2.5vw, 36px); }
h2, .section__collection_tours .content__column_left .sticky_content .title_heading h3 { font-size: clamp(20px, 2vw, 28px); }
h3 { font-size: clamp(18px, 1.5vw, 24px); }
h4 { font-size: clamp(16px, 1.2vw, 20px); }
h5 { font-size: clamp(14px, 1vw, 18px); }
h6 { font-size: clamp(13px, 0.8vw, 16px); }

/* Đảm bảo các phần tử cha của menu có vị trí tương đối */
.dropdown.menu > li.is-dropdown-submenu-parent {
  position: relative; /* Điều này là cần thiết để z-index hoạt động */
  z-index: 1; /* z-index mặc định, để các menu cha không bị che bởi menu con khi không hover */
}

/* Áp dụng z-index cao hơn khi hover */
.dropdown.menu > li.is-dropdown-submenu-parent:hover {
  z-index: 100; /* Giá trị đủ cao để menu này hiển thị trên các menu khác */
}

/* Hoặc nếu bạn muốn áp dụng cho cả trạng thái active (đã click) */
.dropdown.menu > li.is-dropdown-submenu-parent.is-active,
.dropdown.menu > li.is-dropdown-submenu-parent.opens-right {
  z-index: 100;
}
/* ================= Tablet ================= */
@media (max-width: 1024px) {
  .entry-content h1,.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .content_introduction_index,
  .page-about-us h1 { font-size: 28px; }
  .entry-content h2,
  .page-about-us h2 { font-size: 24px; }
  .entry-content h3,
  .page-about-us h3 { font-size: 20px; }
  .entry-content h4,
  .page-about-us h4 { font-size: 18px; }
  .entry-content h5,
  .page-about-us h5 { font-size: 16px; }
  .entry-content h6,
  .page-about-us h6 { font-size: 14px; }
  .entry-content p,
  .page-about-us p  { font-size: 15px; }
	.section__collection_tours .content__column_right {
        width: 100%;
	}
	    .section__collection_tours .content__column_left {
			width: 100%;
      /* align-content: flex-start; */
	}

	.section__collection_tours .container-fluid {
		flex-wrap: wrap;
	}
	.section__collection_tours .content__column_left .sticky_content {
        padding-top: 3rem;
        padding-bottom: 0;
	}
	.section__collection_tours .content__column_left .sticky_content .introduction_index__item__button .homepage__tours-map-btn {
		width: 280px;
	}
  .homepage__exp_contact .container-fluid {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
}
}

@media (min-width: 991px) {
  .section.archive-product .grid-products {
    flex-flow: row !important;
  }
  .grid-products .sidebar-col {
    width: 30%;
  }
}

/* ================= Mobile ================= */
@media (max-width: 768px) {
  .entry-content h1,
	.all_giavang_bosuutap_index .all_img_content_index_introduction .all_content_bst_index .content_introduction_index,
  .page-about-us h1 { font-size: 24px; }
  .entry-content h2,
  .page-about-us h2 { font-size: 20px; }
  .entry-content h3,
  .page-about-us h3 { font-size: 18px; }
  .entry-content h4,
  .page-about-us h4 { font-size: 16px; }
  .entry-content h5,
  .page-about-us h5 { font-size: 14px; }
  .entry-content h6,
  .page-about-us h6 { font-size: 13px; }
  .entry-content p,
  .page-about-us p  { font-size: 14px; }

	.section__collection_tours .container-fluid {
		flex-wrap: wrap;
	}
	
}
@media (max-width: 768px) {
  .reviews-section .container-fluid .homepage__exp-content {
    padding-top: 6rem;
  }
  .homepage__exp_contact .container-fluid {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
 .section__collection_tours .content__column_right {
        width: 100%;
	 padding-top: 3rem;
	}
	    .section__collection_tours .content__column_left {
			width: 100%;}
	.section__collection_tours .container-fluid {
		flex-wrap: wrap;
	}
	.section__collection_tours .content__column_left .sticky_content {
        padding-top: 3rem;
        padding-bottom: 0;
	}
	.container_all_slide .overlay-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-30%);
}
	
	.images-carousel.media-carousel.home-slides .item {
		max-height: 70vh;
	}
	
	.news_session_index .grid-posts .item .all_img_news_index .res.scale {
		aspect-ratio: auto 3 / 2;
	}

  .reviews-section .container-fluid h2.heading-title,
  .reviews-section .container-fluid h2.desc-title {
    font-size: 7rem !important;
    line-height: 1.4;
  }
  .home-contact .homepage__exp_contact .all_title_form_contact .heading {
    margin-bottom: 20px !important;
  }
  .home-contact .homepage__exp_contact form .submit-contact {
    width: 40px !important;
        margin-top: 0px !important;

  }

  body.single-post .singular.post .content-col .heading-title {
    margin-bottom: 20px;
  }
	
}
@media (max-width: 500px) {
  .banner_footer .banner-container {
    margin: 0px !important;;
  }
.reviews-section .container-fluid h2.heading-title,
  .reviews-section .container-fluid h2.desc-title {
    font-size: 5rem !important;
    line-height: 1.4;
  }
  .home-contact .homepage__exp_contact .all_form_news .swiper-controls .swiper-button.swiper-button-next {
    right: -1rem !important;
  }
  .home-contact .homepage__exp_contact .all_form_news .swiper-controls .swiper-button.swiper-button-prev {
    left: -1rem !important;
  }
}

a {
  text-decoration: none; /* Bỏ gạch chân mặc định */
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out; /* Thêm hiệu ứng chuyển đổi */
}


.reviews-section .container-fluid .carousel-reviews .swiper-slide .item {
  transition: all 0.3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  transition: color 0.3s ease-in-out ,text-decoration 0.3s ease-in-out; /* Thêm hiệu ứng chuyển đổi */
}
.home-contact .homepage__exp_contact .all_form_news .item > * {
  transition: color 0.3s ease-in-out ,text-decoration 0.3s ease-in-out; /* Thêm hiệu ứng chuyển đổi */

}
.home-contact .homepage__exp_contact .all_form_news .item:hover .cover-content .title {
  text-decoration: none; 
}

.grid-products {
  max-width: 1200px;
}

/* Footer CSS  */
footer {
  background: #1b4c85;
}

.introduction_index__item__button {
  width: 35%;
}
header .cell.cell-3 {
margin-left: auto;
}
.social-icons.follow-icons .button.icon.circle, .button.icon.round {
  background-color: #37a2fa !important;
  max-width: 40px !important;
  padding: 4px !important;
}
.img_contact {
  max-width: 240px;
}
.row .box_icon_cus .icon-box-img {
  width: 70px;
}
.row #col-2 .box_icon_cus .icon-box-img {
  width: 120px !important;
}
.section.section-title-top {
  padding: 0px !important;
}
nav.nav-pagination ul.pagination {
  border: 0px;
  margin: 12px 0px;
}
nav.nav-pagination ul.pagination li a {
border: 1px solid #d2d2d2;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #37a2fa !important;
  border-color: #37a2fa !important;
  color: white !important;
}
.woocommerce-result-count {
      display: block;

    font-weight: 600;

    color: #171717;

    font-size: 18px;
}




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