@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; }

  .container-fluid {
    padding-right: 150px;
    padding-left: 150px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1304px; }

  .container-fluid {
    padding-right: 150px;
    padding-left: 150px; } }
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }
.d-block {
  display: block !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.flex, .btn, .btn-black, .btn-white, .slick-arrow:before, .header .menu, .header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.font-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.text-center {
  text-align: center; }

.m-0 {
  margin: 0 !important; }

.p-0 {
  padding: 0 !important; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.text-left {
  text-align: left; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.row-gap-1 {
  row-gap: .25rem !important; }

.row-gap-2 {
  row-gap: .5rem !important; }

.row-gap-3 {
  row-gap: 1rem !important; }

.row-gap-4 {
  row-gap: 1.5rem !important; }

.row-gap-5 {
  row-gap: 3rem !important; }

:root {
  --blue: #065388;
  --blue2: #0a70b9;
  --red: #ea3b3f;
  --yellow: #ffd700;
  --gray: #575757;
  --font: "Inter", sans-serif;
  --font-banner: "Inter", sans-serif;
  --font2: "Inter", sans-serif;
  --background-rgba: linear-gradient(to right, #3A50CB, #15268B); }

:where(.is-layout-flex) {
  gap: 0.5em; }

:where(.is-layout-grid) {
  gap: 0.5em; }

body .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.is-layout-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.is-layout-flex > :is(*, div) {
  margin: 0; }

body .is-layout-grid {
  display: grid; }

.is-layout-grid > :is(*, div) {
  margin: 0; }

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em; }

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em; }

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em; }

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em; }

.has-black-color {
  color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-color {
  color: var(--wp--preset--color--white) !important; }

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important; }

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important; }

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important; }

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important; }

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important; }

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important; }

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important; }

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important; }

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important; }

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important; }

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important; }

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important; }

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important; }

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important; }

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important; }

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important; }

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important; }

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important; }

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important; }

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important; }

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important; }

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em; }

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em; }

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em; }

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em; }

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body,
html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: var(--font);
  background-size: cover;
  background-repeat: no-repeat; }

a {
  text-decoration: none; }

img,
a,
button {
  -webkit-transition: all .3s;
  transition: all .3s; }

p {
  font-size: 100%;
  line-height: 1.5;
  color: #101010; }

button,
img,
input,
select {
  outline: none !important; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent); }

@media screen and (device-aspect-ratio: 2 / 3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px; } }
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px; } }
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px; } }
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px; } }
.relative {
  position: relative;
  z-index: 5; }

.custom-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 50px;
  border-radius: 10px;
  font-size: 100%;
  font-weight: 500; }
  .btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    color: #fff; }

.btn-blue {
  background: #005c96;
  color: #fff;
  min-width: 110px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none; }
  .btn-blue:hover {
    background: var(--yellow); }

.btn-gray {
  background-color: var(--gray);
  color: #fff; }

.btn-black {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 100%;
  font-weight: 500;
  border: 2px solid #fff;
  padding: 0.6rem 1.5rem;
  background: #000;
  border-radius: 0 !important; }
  .btn-black:hover {
    background: #fff;
    color: #000 !important; }
    .btn-black:hover a {
      color: #000 !important; }

.btn-white {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  font-size: 100%;
  font-weight: 500;
  padding: 0.6rem 1.5rem;
  background: #fff;
  color: var(--gray);
  border-radius: 0 !important; }
  .btn-white:hover {
    color: #fff;
    background-color: var(--gray); }
    .btn-white:hover span {
      padding-left: 40px; }
      .btn-white:hover span::before {
        left: 0px;
        opacity: 1; }
  .btn-white span {
    color: #111111 !important;
    background: transparent;
    padding: 0px 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    margin-bottom: 0 !important;
    text-transform: uppercase; }
    .btn-white span::before {
      content: '';
      opacity: 0;
      position: absolute;
      left: 10px;
      width: 29px;
      height: 11px;
      background-image: url(/wp-content/uploads/2024/12/arrow.svg);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: opacity 0.3s, left 0.3s ease;
      transition: opacity 0.3s, left 0.3s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.btn-custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 38px;
  border: 1px solid #0C2B75;
  background: rgba(255, 255, 255, 0.2);
  color: #0C2B75;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0); }
  .btn-custom:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.ratio {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%; }
  .ratio img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.pd-main {
  padding-top: 30px;
  padding-bottom: 30px; }

.heading {
  font-size: 200%;
  font-weight: 600;
  margin-bottom: 40px; }

.cut-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  right: 0;
  padding: 8px;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: var(--color-blue);
  z-index: 5;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .slick-arrow:before {
    content: '';
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid var(--blue);
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slick-arrow:hover:before {
    background: var(--blue);
    color: #fff; }

.slick-next {
  right: 20px !important; }
  .slick-next:before {
    content: '>'; }

.slick-prev {
  left: 20px !important; }
  .slick-prev:before {
    content: '<'; }

.mb-24 {
  margin-bottom: 24px; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  bottom: 25px !important; }
  .slick-dots li {
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    border: 1px solid var(--blue2);
    background: transparent;
    border-radius: 50%; }
    .slick-dots li button {
      display: none; }
  .slick-dots .slick-active {
    background: #fff; }

svg {
  width: 20px; }

.title-main {
  margin-bottom: 30px; }
  .title-main .heading,
  .title-main .heading2,
  .title-main .heading3 {
    font-size: 300%;
    text-transform: uppercase;
    font-weight: bold; }
  .title-main .heading {
    color: var(--yellow); }
  .title-main .heading2 {
    color: var(--blue);
    margin-top: -30px; }
  .title-main .heading3 {
    color: var(--blue);
    padding-bottom: 12px;
    position: relative; }
    .title-main .heading3:before {
      position: absolute;
      content: '';
      width: 150px;
      height: 5px;
      background: var(--yellow);
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }

.title-main-2 {
  margin-bottom: 50px; }

.btn-yellow {
  color: #fff;
  background: var(--yellow); }

.py-10 {
  padding: 10px 0; }

.px-10 {
  padding: 0 10px; }

.p-10 {
  padding: 10px; }

.p-30 {
  padding: 30px; }

.text-uppercase {
  text-transform: uppercase; }

.mb-20 {
  margin-bottom: 20px; }

.mb-45 {
  margin-bottom: 45px; }

/* Padding all sides */
.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

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

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

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

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

/* Padding start (left in LTR) */
.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

/* Padding end (right in LTR) */
.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

/* Padding X axis (left + right) */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

/* Padding Y axis (top + bottom) */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.sticky-top {
  top: 202px; }

.logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 80px; }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff; }
  .header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0; }
    .header .header-top .box-cart {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px; }
      .header .header-top .box-cart svg {
        width: 34px;
        height: 34px; }
      .header .header-top .box-cart .orders {
        position: absolute;
        top: -5px;
        left: 15px;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 10px;
        color: #fff;
        background-color: var(--blue2);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .header .header-top .box-phone {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px;
      color: var(--blue2);
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
      .header .header-top .box-phone svg {
        width: 27px;
        height: 27px; }
      .header .header-top .box-phone span {
        color: var(--red);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal; }
  .header .header-desktop {
    width: 100%;
    background-color: #0095ff;
    display: block; }
  .header .menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: calc((100% - 740px) / 9);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header .menu ul li {
      position: relative;
      padding: 0 20px;
      line-height: 48px; }
      .header .menu ul li:hover .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .header .menu ul li .sub-menu {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -ms-flex-line-pack: center;
            align-content: center;
        top: 100%;
        min-width: 250px;
        left: 0;
        background: var(--blue2);
        border: 1px solid rgba(255, 255, 255, 0);
        padding: 20px;
        z-index: 999;
        display: none; }
        .header .menu ul li .sub-menu li {
          border-bottom: 1px solid #fff;
          color: #FFF;
          font-size: 1.125rem;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          padding: 0 0 20px 0;
          min-width: 184px; }
          .header .menu ul li .sub-menu li a {
            color: #fff;
            display: block; }
          .header .menu ul li .sub-menu li:last-child {
            border-bottom: none;
            padding-bottom: 0 !important; }
      .header .menu ul li a {
        color: #FFF;
        font-size: 1rem;
        font-style: normal;
        line-height: 150%;
        text-transform: uppercase;
        font-weight: 600 !important; }
      .header .menu ul li:hover a {
        color: #422E21; }
      .header .menu ul li button {
        border: unset;
        background: transparent; }
        .header .menu ul li button i {
          font-size: 100%;
          color: #fff; }
  .header .menu .search {
    border-left: 1px solid #fff;
    padding-left: 20px; }
    .header .menu .search svg {
      fill: #fff; }
  .header .title-top {
    font-size: 1.25rem;
    line-height: 1.3;
    color: var(--blue2); }
  .header .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .header .top-content i {
      margin-right: 6px; }
    .header .top-content span {
      font-size: 1rem;
      line-height: 1.3;
      color: #333333;
      padding-right: 15px; }
      .header .top-content span:first-child {
        padding-right: 30px; }
      .header .top-content span:last-child {
        padding-left: 15px;
        border-left: 1px solid #000; }

.menu-mobile.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Hoặc bạn có thể dùng flex/inline-block nếu cần */ }

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  z-index: 99999999;
  background: var(--gray);
  display: none;
  overflow-y: auto;
  max-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .menu-mobile ul {
    overflow-y: auto;
    padding-left: 20px; }
    .menu-mobile ul li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .menu-mobile ul li .sub-menu,
      .menu-mobile ul li ul {
        display: none;
        padding-left: 20px; }
      .menu-mobile ul li a {
        line-height: 28px;
        display: block;
        padding: 10px;
        font-size: 110%;
        text-transform: uppercase;
        color: #fff; }
      .menu-mobile ul li span {
        color: #fff; }
  .menu-mobile .js-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px 0 10px 10px;
    font-size: 30px;
    color: black; }
    .menu-mobile .js-close span {
      display: block;
      padding-top: 5px;
      font-size: 12px; }
  .menu-mobile .menu-toggle-icon {
    top: 10px; }
  .menu-mobile .search {
    width: 95%;
    margin: 0 auto; }
    .menu-mobile .search form {
      position: relative; }
      .menu-mobile .search form button {
        background: none;
        outline: none;
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
        width: 40px;
        height: 40px; }
        .menu-mobile .search form button svg {
          width: 20px;
          fill: #000; }
    .menu-mobile .search input {
      width: 100%;
      padding-left: 10px;
      border: 0;
      outline: none;
      background: #fff;
      height: 40px;
      border-radius: 1px; }

.menu-toggle-icon {
  right: 0;
  position: absolute;
  cursor: pointer;
  margin-left: 10px; }
  .menu-toggle-icon i {
    color: #fff; }

header .menu ul .current-menu-item a, header .menu ul .current-menu-item i {
  color: var(--yellow);
  border-bottom: 1px solid var(--yellow); }

.header-top-mb {
  display: none !important; }

.btn-menu, .btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: auto;
  background: transparent;
  color: #000;
  border: unset;
  padding: 10px; }
  .btn-menu i, .btn-search i {
    font-size: 25px; }

.sub-menu.show {
  display: block !important; }

.custom-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 640px;
  height: 60px;
  border: 1px solid #666;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  overflow: hidden; }
  .custom-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .custom-form button {
    border: unset;
    border-radius: 8px;
    background: var(--blue2);
    width: 60px;
    height: 100%; }
    .custom-form button svg {
      font-size: 100%;
      color: #fff;
      width: 24px;
      height: 24px; }
  .custom-form input {
    border-radius: 0px;
    font-weight: 500;
    color: #666;
    font-size: 14px !important;
    font-family: inherit;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding-left: 20px;
    background: initial;
    width: calc(100% - 60PX); }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000; }
  footer * {
    color: #fff !important; }
  footer #footer-nav ul li {
    margin-bottom: 8px; }
  footer p, footer a {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.3rem;
    font-weight: 300; }
  footer h4 {
    margin-bottom: 35px; }
  footer div#wpcf7-f318-o1 {
    min-height: 160px;
    border-bottom: 1px solid #fff; }
  footer .footer-nav ul li {
    margin-bottom: 12px; }
  footer .footer-nav svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-right: 4px; }
  footer .f-map iframe {
    height: 180px;
    border-radius: 16px; }
  footer li, footer p, footer a {
    font-size: clamp(0.6rem, 1vw, 0.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  footer h3.menu-name {
    color: #FFF;
    font-size: clamp(0.8rem, 0.88vw, 1rem);
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase; }
    footer h3.menu-name svg {
      height: 24px;
      width: 24px;
      fill: #fff;
      margin-right: 12px; }

body {
  overflow: unset !important;
  padding-right: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.block {
  padding-top: 30px;
  padding-bottom: 30px; }

a {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #000; }
  a:hover {
    color: #000; }

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.overlay-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 10; }

.overlay-search.active {
  display: block; }

.the_title {
  margin-bottom: 20px;
  text-transform: uppercase; }

.custom-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }

.nhm-pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nhm-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
    .nhm-pagination ul li {
      width: 2em;
      height: 2em;
      padding: 0;
      line-height: calc(2em - 2px);
      display: inline-block;
      text-align: center;
      text-decoration: none; }
    .nhm-pagination ul .next-page {
      position: relative; }
      .nhm-pagination ul .next-page a {
        font-size: 0; }
      .nhm-pagination ul .next-page::before {
        content: '';
        background-image: url(/wp-content/uploads/2024/12/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        visibility: visible; }
    .nhm-pagination ul .prev-page {
      position: relative; }
      .nhm-pagination ul .prev-page a {
        font-size: 0; }
      .nhm-pagination ul .prev-page::before {
        content: '';
        background-image: url(/wp-content/uploads/2024/12/arrow-previous.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        visibility: visible; }
    .nhm-pagination ul .active {
      border: 1px solid; }

figure {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden; }
  figure :hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.site-post ul {
  margin-top: 1.2rem;
  padding-left: 10px;
  list-style-type: disc; }
  .site-post ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.74375; }
.site-post .the_title {
  font-family: var(--font2);
  text-transform: unset; }
  .site-post .the_title h3 {
    font-size: 1.85rem;
    line-height: 2.22rem; }
  .site-post .the_title h2 {
    font-size: 1.85rem;
    line-height: 2.22rem; }
  .site-post .the_title h4 {
    font-weight: bold;
    font-size: 1.05rem;
    line-height: 1.6275rem; }
  .site-post .the_title .custom-name {
    width: 50%; }
.site-post .more-post figure {
  margin-bottom: 24px; }
  .site-post .more-post figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.site-post .more-post h4 {
  text-transform: none; }
.site-post .more-post .post-custom {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cdcdcd; }
  .site-post .more-post .post-custom:last-child {
    border-bottom: none; }
  .site-post .more-post .post-custom .col-md-4:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.site-banner .slick-bn .item {
  height: calc(100vh - 199.6px); }
.site-banner .slick-bn .banner__content {
  height: 100%;
  width: 100%;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .site-banner .slick-bn .banner__content p {
    color: #f1f1f1;
    font-size: 1.75rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    width: 60%;
    margin-left: auto;
    margin-right: auto; }
.site-banner .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--blue2);
  margin-bottom: 24px; }
  .box-title .title-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .box-title .title-custom h2 {
      color: #172039;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.05rem;
      letter-spacing: 2.8px;
      text-transform: uppercase; }
  .box-title a.custom-a {
    color: #74533B;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 170%;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 20px; }
  .product-grid li.product {
    overflow: hidden;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-grid .woocommerce-price-suffix {
    display: none; }
  .product-grid span.sale-off {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 2.5px 6.5px 2.5px 6.5px;
    background: var(--blue2); }
  .product-grid .pruduct__content {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .product-grid span.amount {
    color: #111111;
    font-size: .9em;
    line-height: 1;
    font-weight: 600; }
  .product-grid ins, .product-grid del {
    -webkit-text-decoration-line: none;
            text-decoration-line: none; }
  .product-grid ins span.amount {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-text-decoration-color: #ffffff;
            text-decoration-color: #ffffff; }
  .product-grid del span.amount {
    opacity: .6;
    font-weight: normal;
    margin-right: .3em;
    text-decoration: line-through;
    -webkit-text-decoration-color: #999;
            text-decoration-color: #999; }
  .product-grid h2.woocommerce-loop-product__title {
    min-height: 35px; }
    .product-grid h2.woocommerce-loop-product__title a {
      font-size: 14.4px;
      line-height: 1.2;
      color: var(--blue2);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .product-grid span.price {
    margin-top: auto; }
  .product-grid a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--blue2);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8.5px;
    border-radius: 4.22px; }

ul.products li.product {
  overflow: hidden;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
ul.products .woocommerce-price-suffix {
  display: none; }
ul.products span.sale-off {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 2.5px 6.5px 2.5px 6.5px;
  background: var(--blue2); }
ul.products .pruduct__content {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
ul.products span.amount {
  color: #111111;
  font-size: .9em;
  line-height: 1;
  font-weight: 600; }
ul.products ins, ul.products del {
  -webkit-text-decoration-line: none;
          text-decoration-line: none; }
ul.products ins span.amount {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff; }
ul.products del span.amount {
  opacity: .6;
  font-weight: normal;
  margin-right: .3em;
  text-decoration: line-through;
  -webkit-text-decoration-color: #999;
          text-decoration-color: #999; }
ul.products h2.woocommerce-loop-product__title {
  padding: 0 !important;
  min-height: 35px; }
  ul.products h2.woocommerce-loop-product__title a {
    font-size: 14.4px;
    line-height: 1.2;
    color: var(--blue2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
ul.products span.price {
  margin-top: auto; }
ul.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--blue2);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8.5px;
  border-radius: 4.22px;
  margin-top: 0 !important; }

.col-widget {
  -ms-flex: 0 0 22%;
  -webkit-box-flex: 0;
          flex: 0 0 22%;
  max-width: 22%; }

.col-archi {
  -ms-flex: 0 0 78%;
  -webkit-box-flex: 0;
          flex: 0 0 78%;
  max-width: 78%; }

.widget {
  padding-bottom: 12px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 12px; }
  .widget:last-child {
    border-bottom: none;
    padding-bottom: none; }

.widget ul {
  list-style: none;
  padding-left: 0; }
  .widget ul li.cat-item a {
    color: #1A1A1A;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */ }
  .widget ul li.cat-item ul.children {
    margin-left: 20px; }
  .widget ul li.current-cat a {
    color: var(--blue2); }

.widget_product_categories li {
  margin: 8px 0; }

.woo-cat-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer; }

.woo-cat-radio input[type="radio"] {
  accent-color: green; }

h2.widget-title {
  color: #1A1A1A;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  margin-bottom: 1.25rem; }

.site-danhmuc .box-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .site-danhmuc .box-img img {
    width: 100%;
    height: 100%; }
  .site-danhmuc .box-img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
.site-danhmuc .box-content {
  padding: 15px; }
  .site-danhmuc .box-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.4px;
    line-height: 1.3;
    margin-bottom: 4px; }
  .site-danhmuc .box-content p {
    margin-bottom: 0;
    color: var(--blue2);
    font-size: 11px; }

.site-slide .slick-sl .items {
  aspect-ratio: 1 / 1;
  padding: 0 12px; }
  .site-slide .slick-sl .items img {
    width: 100%;
    height: 100%; }
.site-slide .slick-arrow:before {
  color: #000; }
.site-slide .slick-prev {
  left: -25px !important; }
.site-slide .slick-next {
  right: -25px !important; }

.dichvu__container {
  padding: 30px;
  background: var(--blue2); }
.dichvu__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  background: #fff;
  padding: 30px; }
  .dichvu__grid .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .dichvu__grid .item:hover h3.title {
      color: var(--yellow); }
  .dichvu__grid svg {
    width: 40px;
    height: 40px; }
  .dichvu__grid h3.title {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700; }

.camket__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 30px 20px; }
  .camket__grid .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .camket__grid .item .box-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .camket__grid .item .box-content h3.title {
        font-size: 1.25rem;
        line-height: 1.3;
        font-weight: 700;
        margin-bottom: 6px; }
      .camket__grid .item .box-content p {
        font-size: 14.4px;
        line-height: 1.3;
        color: #1A1A1A;
        margin-bottom: 0; }
    .camket__grid .item svg {
      width: 40px;
      height: 40px; }

.page-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5rem !important;
  color: var(--blue2) !important;
  font-size: 1rem;
  font-weight: 500 !important;
  line-height: 150%;
  gap: 4px; }
  .page-breadcrumb a {
    color: #808080 !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 150%; }
  .page-breadcrumb a:first-child {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    /* Ẩn chữ "Trang chủ" */
    overflow: hidden; }
    .page-breadcrumb a:first-child::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23808080" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 10L12 3L21 10V21H14V15C14 14.2044 13.6839 13.4413 13.1213 12.8787C12.5587 12.3161 11.7957 12 11 12C10.2044 12 9.44129 12.3161 8.87868 12.8787C8.31607 13.4413 8 14.2044 8 15V21H3V10Z"/></svg>');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .page-breadcrumb a:first-child:hover::before {
      -webkit-filter: brightness(0) saturate(100%) invert(64%) sepia(83%) saturate(580%) hue-rotate(359deg) brightness(103%) contrast(103%);
              filter: brightness(0) saturate(100%) invert(64%) sepia(83%) saturate(580%) hue-rotate(359deg) brightness(103%) contrast(103%); }

.site-page a:hover {
  color: var(--red) !important; }
.site-page ul {
  list-style-type: disc;
  margin-bottom: 20px;
  width: 100%;
  margin-left: 25px;
  padding-left: 20px;
  padding-right: 20px; }
  .site-page ul li {
    padding-bottom: 8px; }
    .site-page ul li:last-child {
      padding-bottom: 0; }
.site-page ol {
  list-style: auto;
  margin-bottom: 20px;
  width: 100%;
  margin-left: 25px;
  padding-left: 20px;
  padding-right: 20px; }
  .site-page ol li {
    padding-bottom: 8px; }
    .site-page ol li:last-child {
      padding-bottom: 0; }
.site-page .title-single {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--red); }
  .site-page .title-single h1 {
    font-size: 200%;
    color: var(--red);
    margin-bottom: 15px;
    line-height: 1.3; }
  .site-page .title-single .date {
    text-transform: uppercase;
    color: var(--blue); }
.site-page .the_content {
  line-height: 1.5;
  color: #333333;
  text-align: justify; }
  .site-page .the_content h1, .site-page .the_content h2, .site-page .the_content h3, .site-page .the_content h4, .site-page .the_content h5 {
    margin-bottom: 0.6em;
    font-weight: 600; }
  .site-page .the_content h1 {
    font-size: 24px;
    line-height: 38px; }
  .site-page .the_content h2 {
    font-size: 22px;
    line-height: 34px; }
  .site-page .the_content h3 {
    font-size: 20px;
    line-height: 30px; }
  .site-page .the_content h4 {
    font-size: 18px;
    line-height: 26px; }
  .site-page .the_content h5 {
    font-size: 16px; }
  .site-page .the_content a {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px; }
    .site-page .the_content a * {
      font-weight: 700; }
  .site-page .the_content p {
    margin-bottom: 0.6em;
    color: #333333; }
.site-page table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black; }
.site-page td, .site-page th {
  border: 1px solid black;
  padding: 8px;
  text-align: center; }
.site-page .form-control {
  min-height: 40px; }
.site-page .bg-form-item {
  background-position: 7px 8px; }
.site-page textarea.form-control {
  height: 140px; }
.site-page .btn-white {
  height: 40px; }
.site-page .sidebar-newpost {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0; }
  .site-page .sidebar-newpost h4 {
    margin-bottom: 0;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
    text-justify: inter-word; }

ul.entry-meta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0 !important; }
  ul.entry-meta li a {
    line-height: 1.2;
    text-transform: uppercase;
    opacity: .7;
    letter-spacing: .05em;
    font-style: normal;
    font-weight: 400;
    color: #474747;
    font-size: 10.8px; }

.list-post .box-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  -ms-flex-direction: column;
      flex-direction: column; }
  .list-post .box-post__img {
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 3/2; }
    .list-post .box-post__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .list-post .box-post__img:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .list-post .box-post__content {
    color: #1A1A1A;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 24px */
    margin-bottom: 0;
    text-align: justify; }
  .list-post .box-post__title {
    color: #1A1A1A;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    /* 24px */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Số dòng muốn giới hạn */
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .list-post .box-post__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6px; }
    .list-post .box-post__date p {
      color: #808080;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      /* 21px */
      margin-bottom: 0; }

.widget-intro span.custom-intro {
  color: #1A1A1A;
  font-size: 1.079rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; }
.widget-intro a {
  color: #1A1A1A;
  font-size: 0.8625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; }
.widget-intro .box-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  padding: 4px 0;
  background: #f6f6f6; }
  .widget-intro .box-post__img {
    overflow: hidden;
    border-radius: 6px; }
    .widget-intro .box-post__img img {
      width: 100px;
      height: 73px;
      -o-object-fit: cover;
         object-fit: cover; }
    .widget-intro .box-post__img:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .widget-intro .box-post__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .widget-intro .box-post__title {
    color: #1A1A1A;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    /* 24px */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Số dòng muốn giới hạn */
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .widget-intro .box-post__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6px; }
    .widget-intro .box-post__date p {
      color: #808080;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      /* 21px */
      margin-bottom: 0; }
.widget-intro .custom-search-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 24px; }
  .widget-intro .custom-search-post form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 14px 12px 12px 0;
    background-color: #fff;
    width: 100%;
    position: relative; }
    .widget-intro .custom-search-post form button {
      background: none;
      border: none;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0;
      position: absolute;
      left: 12px;
      width: 17.264px;
      height: 17.264px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .widget-intro .custom-search-post form button svg {
        width: 100%;
        height: 100%;
        color: #666; }
    .widget-intro .custom-search-post form input {
      border: none;
      outline: none;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 0 0 40px;
      font-size: 14px;
      color: #333; }
      .widget-intro .custom-search-post form input::-webkit-input-placeholder {
        color: #999; }
      .widget-intro .custom-search-post form input:-ms-input-placeholder {
        color: #999; }
      .widget-intro .custom-search-post form input::-ms-input-placeholder {
        color: #999; }
      .widget-intro .custom-search-post form input::placeholder {
        color: #999; }
.widget-intro .container-newpost {
  padding-top: 17px;
  border-top: 1px solid #E6E6E6; }

.contact__title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 12px; }
.contact__content li {
  margin-bottom: 12px; }
  .contact__content li span {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700; }
  .contact__content li p {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0; }
.contact iframe {
  width: 100%;
  border-radius: 10px;
  overflow: hidden; }

textarea.form-control {
  max-height: 150px; }

#post-prc .product span.sale-off {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  color: #EA4B48;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  border-radius: 30px;
  background: rgba(234, 75, 72, 0.1); }
#post-prc h1.product_title.entry-title {
  color: #2b2b2b;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 16px; }
#post-prc p.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  color: #000000; }
#post-prc ins {
  text-decoration: none; }
  #post-prc ins span.amount {
    color: var(--red); }
#post-prc small.woocommerce-price-suffix span.amount {
  color: var(--red);
  font-weight: bold; }
#post-prc .woocommerce-product-details__short-description {
  padding: 6px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px; }

form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.woocommerce div.product form.cart {
  margin-bottom: 12px !important; }

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ddd;
  margin-right: 12px !important; }

.quantity button {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #f0f0f0;
  cursor: pointer;
  margin: 0 5px;
  border: none; }

.input-text.qty {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  text-align: center;
  width: 50px;
  height: 40px;
  border: none;
  font-size: 16px;
  background: transparent; }

.input-text.qty::-webkit-inner-spin-button,
.input-text.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

section.related.products h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 16px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.site-intro .bg-content {
  padding-top: 50px;
  padding-bottom: 50px; }
  .site-intro .bg-content h3.the_title {
    font-size: 2rem;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -0.5px;
    color: #0C2B75;
    margin-bottom: 0; }
  .site-intro .bg-content p {
    color: #222;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
    text-align: justify;
    width: 100%;
    max-width: 600px; }

.on-top {
  border: none;
  background-color: var(--blue2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  bottom: 4%;
  right: 12px; }
  .on-top svg {
    width: 30px;
    height: 30px; }

.woocommerce-Tabs-panel h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.5rem; }
.woocommerce-Tabs-panel p {
  margin-bottom: 0.5rem; }

.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }
  .woocommerce-billing-fields__field-wrapper label {
    display: none !important; }

h3.title_checkout {
  color: #1A1A1A;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  margin-bottom: 12px; }

form.checkout.woocommerce-checkout {
  margin-left: 60px;
  margin-right: 60px; }
  form.checkout.woocommerce-checkout .container-formcheckout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left {
      -ms-flex: 0 0 54.72%;
      -webkit-box-flex: 0;
              flex: 0 0 54.72%;
      max-width: 54.72%; }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left h4 {
        color: #1A1A1A;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 24px */ }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left h3.title-intropayment {
        color: #1A1A1A;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 30px */ }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left ul.payment_methods {
        padding: 0 !important;
        background-color: #fff !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left ul.payment_methods li.wc_payment_method {
          padding: 0 !important; }
          form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left ul.payment_methods li.wc_payment_method .bg-li {
            padding: 15px 0px 14px 14px !important; }
        form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left ul.payment_methods .payment_box.payment_method_bacs {
          padding: 0 !important;
          background: none !important; }
          form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left ul.payment_methods .payment_box.payment_method_bacs h3.text-gra {
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
            /* 38.4px */
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            background: var(--blue2);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left ul.payment_methods .payment_box.payment_method_bacs p {
            color: #161722;
            font-size: 1rem;
            font-style: normal;
            font-weight: 300;
            line-height: normal; }
          form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left ul.payment_methods .payment_box.payment_method_bacs ul {
            margin-top: 1.2rem;
            margin-bottom: 1.5rem;
            padding-left: 10px;
            list-style-type: disc;
            margin-left: 1.5rem; }
            form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left ul.payment_methods .payment_box.payment_method_bacs ul li {
              color: #161722 !important;
              font-size: 1rem !important;
              font-style: normal !important;
              font-weight: 300 !important;
              line-height: normal !important;
              margin-bottom: 4px !important;
              padding: 0 !important; }
            form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left ul.payment_methods .payment_box.payment_method_bacs ul li::before {
              content: "";
              display: none !important; }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left .select2-selection,
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left input {
        border-radius: 6px;
        border: 1px solid #E6E6E6 !important;
        background: #FFF !important; }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left .payment_box.payment_method_bacs img {
        width: 223px;
        height: 310px;
        margin-left: 90px !important; }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--left #payment {
        margin-top: 12px; }
    form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right {
      -ms-flex: 0 0 38.28%;
      -webkit-box-flex: 0;
              flex: 0 0 38.28%;
      max-width: 38.28%;
      padding: 24px;
      border-radius: 8px;
      border: 1px solid #E6E6E6;
      background: #FFF; }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right table.shop_table.woocommerce-checkout-review-order-table {
        border: none; }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary h3.title-summary {
        color: #1A1A1A;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 30px */
        margin-bottom: 12px; }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary .checkout-product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 6px; }
        form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary .checkout-product img {
          max-width: 100px;
          max-height: 100px; }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        margin-bottom: 12px; }
        form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tbody td {
          border: none !important; }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding-top: 12px;
          padding-bottom: 12px;
          border-bottom: 1px solid #E6E6E6; }
          form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr:last-child, form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr:first-child {
            border-bottom: none; }
          form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr th {
            color: #4D4D4D;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            /* 21px */
            border: none !important;
            padding: 0 !important; }
          form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr td {
            color: #1A1A1A;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            /* 21px */
            border: none !important;
            padding: 0 !important; }
            form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr td form {
              margin: 0;
              border: none;
              padding: 0; }
            form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr td span bdi {
              color: #1A1A1A;
              font-size: 0.875rem;
              font-style: normal;
              font-weight: 500;
              line-height: 150%;
              /* 21px */ }
          form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr td#ma-uudai {
            display: table-cell;
            width: 100%; }
            form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr td#ma-uudai p.form-row.form-row-last {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              width: unset !important; }
            form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr td#ma-uudai p.form-row.form-row-first {
              width: 72% !important; }
          form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr button {
            border-radius: 6px;
            color: #fff !important;
            border: 1px solid #E6E6E6;
            background: var(--blue2) !important;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            /* 18.2px */
            letter-spacing: -0.7px;
            padding: 14px 18px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr button:hover {
              color: #fff;
              -webkit-transform: scale(1.08);
                      transform: scale(1.08); }
        form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary tfoot tr.order-total td * {
          color: #CB0000;
          font-size: 1.125rem;
          font-style: normal;
          font-weight: 600;
          line-height: 120%;
          /* 21.6px */ }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary td {
        vertical-align: middle; }
        form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary td span {
          color: #1A1A1A;
          font-size: 0.875rem;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          /* 21px */ }
          form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary td span bdi {
            color: #1A1A1A;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            /* 21px */ }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary input {
        color: #999;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 18.2px */
        letter-spacing: -0.7px;
        padding: 14px 4px 17px 16px;
        border-radius: 6px;
        border: 1px solid #E6E6E6;
        background: #FFF;
        margin-right: 16px; }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary .form-row.place-order button#place_order {
        color: #FFF;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 19.2px */
        border-radius: 43px;
        background: var(--blue2);
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right .checkout-summary .form-row.place-order button#place_order:hover {
          color: #fff;
          -webkit-transform: scale(1.08);
                  transform: scale(1.08); }
      form.checkout.woocommerce-checkout .container-formcheckout .form-checkout--right button.custom-brown {
        color: #FFF !important;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 19.2px */
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 24px;
        border-radius: 43px;
        background: #74533B; }

.woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%; }

#billing_address_1_field {
  width: 100% !important; }

/* Dòng 2: Email & Số điện thoại */
#billing_email_field,
#billing_phone_field {
  width: calc(50% - 5px); }

/* Dòng 4: Chia 3 cột */
#billing_state_field,
#billing_city_field,
#billing_address_2_field {
  width: calc(33.33% - 7px); }

.custom-cart .cart-collaterals h2 {
  color: #1A1A1A;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; }
.custom-cart .cart_totals {
  border: 1px solid #ddd;
  width: 100% !important;
  padding: 24px; }
  .custom-cart .cart_totals table {
    border: unset; }
  .custom-cart .cart_totals ul {
    list-style-type: disc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .custom-cart .cart_totals ul li {
      color: var(--gray);
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
  .custom-cart .cart_totals .button {
    color: white !important;
    text-decoration: none;
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--blue2) !important;
    text-align: justify;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    padding: 10px 40px !important;
    border: none;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .custom-cart .cart_totals .button:hover {
      color: #fff;
      -webkit-transform: scale(1.01);
              transform: scale(1.01); }
  .custom-cart .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0 !important; }
    .custom-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
      padding: 10px 40px;
      color: #FFF;
      font-size: 1rem;
      font-style: normal;
      font-weight: 600;
      line-height: 120%; }
.custom-cart .shop_table td.product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .custom-cart .shop_table td.product-name img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%; }
  .custom-cart .shop_table td.product-name a:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Số dòng muốn giới hạn */
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .custom-cart .shop_table td.product-name a:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px; }
.custom-cart .shop_table tr th {
  color: #808080;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  border: none !important; }
.custom-cart .shop_table tr td {
  border: none !important; }
  .custom-cart .shop_table tr td a {
    color: #1A1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  .custom-cart .shop_table tr td bdi {
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */ }
.custom-cart .shop_table tr th#title-total {
  text-transform: none;
  color: #4D4D4D !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */ }
.custom-cart .shop_table tr td#price-total--color bdi {
  color: #CB0000 !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */ }
.custom-cart .cart-note textarea {
  width: 100% !important;
  border-radius: 6px;
  border: 1px solid var(--gray);
  background: var(--Gray-Scale-White, #FFF);
  font-size: 0.875rem;
  font-weight: 400;
  padding: 10px; }

.woocommerce a.remove {
  color: #6a6a6a !important;
  border: 1px solid #b5b5b5 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px !important;
  text-decoration: unset !important; }

.woocommerce-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.vietqr-row {
  display: none !important; }

.bg-contact {
  background-color: #f5f5f5;
  padding: 20px;
  height: 100%; }

.popup-search {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  display: none;
  z-index: 20;
  width: 100%; }
  .popup-search .close-popup-search {
    font-size: 1rem;
    font-family: inherit;
    text-transform: uppercase;
    margin-top: 40px;
    cursor: pointer;
    color: #ffffff; }

.popup-search.active {
  display: block; }

.form-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid #dedede;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 13px; }
  .form-popup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .form-popup button {
    border: unset;
    background: transparent; }
    .form-popup button svg {
      font-size: 100%;
      color: #fff;
      width: 30px;
      height: 30px; }
  .form-popup input {
    border-radius: 0px;
    font-weight: 500;
    color: #fff;
    font-size: 16px !important;
    font-family: inherit;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding-left: 0px;
    background: initial;
    width: 100%; }

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