/* boostrap*/
/* boostrap*/
/* boostrap*/
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* scss-docs-start import-stack*/
/* Configuration*/
/* Layout & components*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.62;
  color: #47615E;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Sarabun", sans-serif;
  font-weight: bold;
  line-height: 1.07;
  color: #333333;
}

h1 {
  font-size: calc(1.439rem + 2.268vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.14rem;
  }
}

h2 {
  font-size: calc(1.355rem + 1.26vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: calc(1.296rem + 0.552vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.71rem;
  }
}

h5 {
  font-size: calc(1.268rem + 0.216vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.43rem;
  }
}

h6 {
  font-size: 1.14rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #292929;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* @import "type";*/
.container,
.container-fluid,
.container-xxxxl,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1260px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1350px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1500px;
  }
}
@media (min-width: 1850px) {
  .container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1650px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

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

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1350px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

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

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

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

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

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

  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

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

  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

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

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1850px) {
  .col-xxxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxxxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-xxxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

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

  .col-xxxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

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

  .col-xxxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

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

  .offset-xxxxl-0 {
    margin-left: 0;
  }

  .offset-xxxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxxxl-0,
.gx-xxxxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxxxl-0,
.gy-xxxxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxxxl-1,
.gx-xxxxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxxxl-1,
.gy-xxxxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxxxl-2,
.gx-xxxxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxxxl-2,
.gy-xxxxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxxxl-3,
.gx-xxxxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxxxl-3,
.gy-xxxxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxxxl-4,
.gx-xxxxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxxxl-4,
.gy-xxxxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxxxl-5,
.gx-xxxxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxxxl-5,
.gy-xxxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
/* @import "tables";*/
/* @import "forms";*/
/* @import "buttons";*/
/* @import "button-group";*/
/* @import "navbar";*/
/* @import "card";*/
/* @import "breadcrumb";*/
/* @import "pagination";*/
/* @import "badge";*/
/* @import "alert";*/
/* @import "progress";*/
/* @import "list-group";*/
/* @import "close";*/
/* @import "toasts";*/
/* @import "tooltip";*/
/* @import "popover";*/
/* @import "carousel";*/
/* @import "spinners";*/
/* Helpers*/
/* @import "helpers";*/
/* Utilities*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.position-static {
  position: static !important;
}

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

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

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.fs-1 {
  font-size: calc(1.439rem + 2.268vw) !important;
}

.fs-2 {
  font-size: calc(1.355rem + 1.26vw) !important;
}

.fs-3 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-4 {
  font-size: calc(1.296rem + 0.552vw) !important;
}

.fs-5 {
  font-size: calc(1.268rem + 0.216vw) !important;
}

.fs-6 {
  font-size: 1.14rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #47615E !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.62 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

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

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

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

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

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

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

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1260px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

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

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

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1350px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

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

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

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

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

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

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1850px) {
  .float-xxxxl-start {
    float: left !important;
  }

  .float-xxxxl-end {
    float: right !important;
  }

  .float-xxxxl-none {
    float: none !important;
  }

  .d-xxxxl-inline {
    display: inline !important;
  }

  .d-xxxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxxl-block {
    display: block !important;
  }

  .d-xxxxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxxxl-table {
    display: table !important;
  }

  .d-xxxxl-table-row {
    display: table-row !important;
  }

  .d-xxxxl-table-cell {
    display: table-cell !important;
  }

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

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

  .d-xxxxl-none {
    display: none !important;
  }

  .flex-xxxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-xxxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xxxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxxxl-2 {
    gap: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxxxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxxxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxxxl-5 {
    margin: 3rem !important;
  }

  .m-xxxxl-auto {
    margin: auto !important;
  }

  .mx-xxxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxxxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxxxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxxxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxxxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxxxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xxxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

  .py-xxxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pe-xxxxl-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ps-xxxxl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

  .text-xxxxl-start {
    text-align: left !important;
  }

  .text-xxxxl-end {
    text-align: right !important;
  }

  .text-xxxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.14rem !important;
  }

  .fs-2 {
    font-size: 2.3rem !important;
  }

  .fs-3 {
    font-size: 2rem !important;
  }

  .fs-4 {
    font-size: 1.71rem !important;
  }

  .fs-5 {
    font-size: 1.43rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

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

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

  .d-print-none {
    display: none !important;
  }
}
/* scss-docs-end import-stack*/
/* @import "utilities/text";*/
/* @import "utilities/flex";*/
/* @import "utilities/display";*/
body {
  overflow-x: hidden;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.body-fix-scroll {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.page-wrapper.done {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-wrapper.done #scroll-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-fullwidth {
  width: 100%;
}

svg {
  vertical-align: middle;
}

.fz-12 {
  font-size: 12px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.heading-big {
  font-family: "Sarabun", sans-serif;
  font-size: 52px;
}

.svg-fix {
  position: relative;
}
.svg-fix:before {
  content: "";
  display: block;
}
.svg-fix svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.absoluteWH {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.color-primary {
  color: #EF5268;
}

.color-secondary {
  color: #008B67;
}

::-moz-selection {
  background: #EF5268;
  color: #fff;
}

::selection {
  background: #EF5268;
  color: #fff;
}

::-moz-selection {
  background: #EF5268;
  color: #fff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.nav-link {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 1.25rem;
  overflow: hidden;
  overflow-x: auto;
}
.nav-link::-webkit-scrollbar {
  display: none;
}
.nav-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
  white-space: nowrap;
}
.nav-link ul li {
  display: inline-block;
  margin-right: 0.625rem;
}
.nav-link ul a {
  display: block;
  font-size: 1rem;
  color: #A3A3A3;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  padding-right: 0.75rem;
  padding-bottom: 0.9375rem;
}
.nav-link ul a:hover, .nav-link ul a.active {
  color: #EF5268;
}
.nav-link ul a.active {
  font-weight: bold;
  border-color: #EF5268;
}
@media (min-width: 768px) {
  .nav-link ul li a {
    font-size: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .nav-link ul li {
    margin-right: 2.8125rem;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: #EF5268;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.pd-0 {
  padding: 0;
}

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

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

.pd-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.pb-10 {
  padding-bottom: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pd-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.pb-20 {
  padding-bottom: 20px !important;
}

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

.mt-20 {
  margin-top: 20px !important;
}

.pd-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.pb-25 {
  padding-bottom: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

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

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

.pb-30 {
  padding-bottom: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pd-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

.pb-35 {
  padding-bottom: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pd-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.pb-40 {
  padding-bottom: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pd-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

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

.pb-45 {
  padding-bottom: 45px !important;
}

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

.mt-45 {
  margin-top: 45px !important;
}

.pd-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.pb-50 {
  padding-bottom: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

figure {
  margin: 2.1875rem 0;
}
figure img {
  width: 100%;
}

figcaption {
  font-size: 14px;
  font-style: italic;
  color: #A3A3A3;
  margin-top: 0.625rem;
}

.w-400 {
  font-weight: 400 !important;
}

.btn {
  display: inline-block;
  height: 3.125rem;
  line-height: 3rem;
  font-size: 1rem;
  padding: 0 2rem;
  border: 0;
  font-family: "Sarabun", sans-serif;
  background-color: #EF5268;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #008B67;
  color: #fff;
}
.btn:focus {
  color: #fff;
}
.btn i {
  vertical-align: middle;
}
.btn.secondary {
  background-color: #104732;
}
.btn.secondary:hover {
  background-color: #EF5268;
}

.btn-link {
  display: inline-block;
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #EF5268;
}
.btn-link i {
  vertical-align: middle;
}
.btn-link:hover {
  color: #008B67;
	text-decoration: none;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=date],
select,
textarea,
.ui-selectmenu-text,
.form-control,
.fieldinput {
  width: 100%;
  height: 2.9375rem;
  line-height: 2.9375rem;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #333333;
  border: 1px solid #DADADA;
  border-radius: 0.5rem;
  padding: 0 1.25rem;
  background-color: #fff;
	height: auto !important;	
}
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.ui-selectmenu-text::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.fieldinput::-webkit-input-placeholder {
  font-size: inherit;
  color: #000;
  opacity: 0.4;
}
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.ui-selectmenu-text::-moz-placeholder,
.form-control::-moz-placeholder,
.fieldinput::-moz-placeholder {
  font-size: inherit;
  color: #000;
  opacity: 0.4;
}
input[type=search]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
.ui-selectmenu-text:-moz-placeholder,
.form-control:-moz-placeholder,
.fieldinput:-moz-placeholder {
  font-size: inherit;
  color: #000;
  opacity: 0.4;
}
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.ui-selectmenu-text:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.fieldinput:-ms-input-placeholder {
  font-size: inherit;
  color: #000;
  opacity: 0.4;
}
@media (min-width: 992px) {
  input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=date],
select,
textarea,
.ui-selectmenu-text,
.form-control,
.fieldinput {
    height: 3.375rem;
    line-height: 3.25rem;
    font-size: 0.875rem;
    border-radius: 0.625rem;
  }
}

select {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select option {
  color: #EF5268;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #47615E;
}
@media (min-width: 1260px) {
  label {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  label {
    font-size: 1.125rem;
  }
}

textarea {
  resize: none;
  vertical-align: top;
  line-height: 1.3;
  min-height: 3.125rem;
  padding-top: 0.625rem;
  padding-bottom: 0;
  resize: none;
}

.form-password .form-control {
  padding-right: 3.125rem;
}
.form-password .f-eye {
  position: absolute;
  line-height: 1;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #008C69;
  cursor: pointer;
}
.form-password .f-eye:after {
  content: "\e92c";
  font-family: "iconTony";
}
.form-password.show-pass .f-eye:after {
  content: "\e92d";
}

.ui-selectmenu-button.ui-button {
  position: relative;
  font-family: "Inter", sans-serif;
  background-color: transparent;
  width: 100% !important;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.ui-selectmenu-button.ui-button .ui-selectmenu-text {
  padding-right: 3.125rem;
}
.ui-selectmenu-button.ui-button .ui-selectmenu-icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  background: none;
  float: none;
  font-size: 0.75rem;
  color: #333333;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-indent: initial;
}
.ui-selectmenu-button.ui-button .ui-selectmenu-icon:after {
  content: "\e900";
  font-family: "iconTony";
}

.ui-selectmenu-menu {
  z-index: 1500;
}
.ui-selectmenu-menu .ui-menu {
  border-radius: 0.625rem;
  padding: 0;
}
.ui-selectmenu-menu .ui-menu .ui-state-hide {
  display: none !important;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #333333;
  border: 0 !important;
  padding: 0.625rem 1.25rem;
  margin: 0 !important;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper.ui-state-active {
  background-color: #EF5268;
  color: #fff;
}
@media (min-width: 768px) {
  .ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
    font-size: 0.875rem;
  }
}

.button-submit {
  padding-top: 0.625rem;
}
.button-submit .btn {
  border: 0;
}

.selectDropdown {
  position: relative;
  display: inline-block;
}

.selectDropdown__text {
  position: relative;
  font-weight: 600;
  height: 2.1875rem;
  line-height: 2.1875rem;
  color: #6F6F6F;
  margin: 0;
}
.selectDropdown__text:after {
  content: "\e914";
  display: inline-block;
  font-family: "iconStavian";
  font-size: 0.75rem;
  line-height: 1;
  margin-left: 0.375rem;
}
.selectDropdown__text.show:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selectDropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  width: 12.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
  padding: 0 0.9375rem;
}
.selectDropdown__list li a {
  display: block;
  font-size: 0.9375rem;
  color: #A3A3A3;
  padding: 0.9375rem 0.3125rem;
}
.selectDropdown__list li a.current {
  color: #6F6F6F;
}
.selectDropdown__list li + li {
  border-top: 1px solid #EFEFEF;
}

.checkbox {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
}
@media (min-width: 1850px) {
  .checkbox {
    font-size: 0.9375rem;
  }
}

.checkbox__input {
  display: none;
}
.checkbox__input:checked ~ .checkbox__inner .f-check:after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  bottom: 0.1875rem;
  right: 0.1875rem;
  background-color: #EF5268;
  border-radius: 2px;
}
.checkbox__input:checked ~ .checkbox__inner .f-content {
  font-weight: bold;
}

.checkbox__inner {
	align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox__inner .f-check {
  position: relative;
  width: 1rem;
  height: 1rem;
  background: rgba(239, 82, 104, 0.2);
  border-radius: 3px;
}
.checkbox__inner .f-content {
  width: calc(100% - 16px);
  margin: 0;
  padding-left: 0.625rem;
}
.checkbox__inner .f-content p {
  margin: 0;
}
.checkbox__inner .f-content p + p {
  margin-top: 0.3125rem;
}

.slider-rangeWrap p {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.75rem;
}

.slider-range {
  border: 0;
  border-radius: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1.875rem;
}
.slider-range .ui-slider-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5625rem;
  height: 0.5625rem;
  border: 0;
  border-radius: 50%;
  background-color: #EF5268;
  cursor: pointer;
}
.slider-range .ui-slider-handle:focus {
  outline: none;
}
.slider-range .ui-slider-handle span {
  position: absolute;
  bottom: -0.3125rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.amountInput {
  width: 6.25rem;
  position: relative;
}
.amountInput .form-control {
  height: 3.125rem;
  line-height: 3.125rem;
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #4D4D4D;
  background-color: #F2F2F2;
  border-radius: 0.625rem;
  text-align: center;
  padding: 0 1.875rem;
}
.amountInput .form-control::-moz-selection {
  background: transparent;
  color: #4D4D4D;
}
.amountInput .form-control::selection {
  background: transparent;
  color: #4D4D4D;
}
.amountInput .qtyminus,
.amountInput .qtyplus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  width: 1.875rem;
  height: 100%;
  font-size: 0.625rem;
  cursor: pointer;
}
.amountInput .qtyminus:hover,
.amountInput .qtyplus:hover {
  color: #EF5268;
}
.amountInput .qtyminus {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
}
.amountInput .qtyplus {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  right: 0;
}

.input-uploadGroup {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.input-uploadGroup .form-control {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.input-uploadGroup .form-control:hover ~ span {
  background-color: #EF5268;
  color: #fff;
}
.input-uploadGroup span {
  position: relative;
  z-index: 1;
  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;
  height: 3.125rem;
  line-height: 3rem;
  border: 1px solid #EF5268;
  border-radius: 0.625rem;
  overflow: hidden;
  font-family: "Sarabun", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  color: #EF5268;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  pointer-events: none;
}
.input-uploadGroup span i {
  font-size: 1.25rem;
  margin-left: 0.25rem;
  margin-top: 0.1875rem;
}
@media (min-width: 1260px) {
  .input-uploadGroup span {
    height: 3.4375rem;
    line-height: 3.3125rem;
    font-size: 1rem;
  }
  .input-uploadGroup span i {
    font-size: 1.5rem;
  }
}

.form-labelCenter {
  position: relative;
}
.form-labelCenter .form-control {
  font-weight: 600;
}
.form-labelCenter .form-control:valid + label {
  opacity: 0;
  visibility: hidden;
}
.form-labelCenter.hide-label label {
  opacity: 0;
  visibility: hidden;
}
.form-labelCenter label {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.875rem;
  font-weight: 500;
  color: #8C8C8C;
  text-align: left;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.form-labelCenter label small {
  color: #EF5268;
}
.form-labelCenter textarea.form-control {
  min-height: 8.75rem;
  line-height: 1.4;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.form-labelCenter textarea.form-control + label {
  top: 0.875rem;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 1260px) {
  .form-labelCenter textarea.form-control {
    min-height: 10.625rem;
  }
}

.form-productReviews .form-item {
  margin-bottom: 4px;
}
.form-productReviews .form-item .input-label {
  position: relative;
}
.form-productReviews .form-item .input-label .form-control {
  font-weight: 600;
}
.form-productReviews .form-item .input-label .form-control:valid + label {
  opacity: 0;
  visibility: hidden;
}
.form-productReviews .form-item .input-label label {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8125rem;
  font-weight: 500;
  color: #8C8C8C;
  text-align: left;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.form-productReviews .form-item .input-label label small {
  color: #EF5268;
}
@media (min-width: 1260px) {
  .form-productReviews .form-item .input-label label {
    left: 1.25rem;
    right: 1.25rem;
    font-size: 0.875rem;
  }
}
.form-productReviews .form-item .input-label textarea.form-control {
  min-height: 8.75rem;
  line-height: 1.3;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.form-productReviews .form-item .input-label textarea.form-control + label {
  top: 0.625rem;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 1260px) {
  .form-productReviews .form-item .input-label textarea.form-control {
    min-height: 10.625rem;
  }
}
.form-productReviews .uploadFile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-bottom: 0.5rem;
}
.form-productReviews .uploadFile-wrap .fix {
  width: 100%;
  padding: 0.25rem;
}
.form-productReviews .uploadFile-wrap .input-upload {
  text-align: center;
}
.form-productReviews .checkbox {
  text-align: left;
}
.form-productReviews .form-button {
  padding-top: 0.625rem;
}
.form-productReviews .form-button .btn {
  width: 100%;
  text-align: center;
  height: 3.375rem;
  line-height: 3.25rem;
}

.form-searchGroup {
  position: relative;
}
.form-searchGroup .form-control {
  padding-right: 3.125rem;
}
.form-searchGroup .form-submit {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  font-size: 1.125rem;
  color: #EF5268;
  border: 0;
  color: #4C4C4C;
  line-height: 1;
  padding: 0;
}
@media (min-width: 1600px) {
  .form-searchGroup .form-submit {
    font-size: 1.375rem;
  }
}

.form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}
.form-contact .form-item {
  width: 100%;
  padding: 0 0.4375rem;
  margin-bottom: 0.875rem;
}
@media (max-width: 991.98px) {
  .form-contact .form-item {
    width: 100% !important;
  }
}

.form-groupWrap .row {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.form-groupWrap .row [class*=col-] {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.form-groupWrap .form-item {
  width: 100%;
  margin-bottom: 0.625rem;
}
@media (max-width: 767.98px) {
  .form-groupWrap .form-labelCenter .form-control {
    font-size: 0.8125rem;
  }
  .form-groupWrap .form-labelCenter label {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .form-groupWrap .row {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }
  .form-groupWrap .row [class*=col-] {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .form-groupWrap .form-item {
    margin-bottom: 0.875rem;
  }
}

.selectLogo-wrap .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.selectLogo-wrap .row [class*=col-] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.selectLogo-wrap .selectLogo {
  margin-bottom: 0.5rem;
}

.selectLogo {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  cursor: pointer;
}
.selectLogo:after {
  content: "";
  display: block;
  padding-top: 61.5%;
}
.selectLogo span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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: 5% 10%;
}
.selectLogo span img {
  max-width: 100%;
  max-height: 100%;
}
.selectLogo.active {
  border-color: #EF5268;
}

.formXuatHD .form-note {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  color: #666666;
}
.formXuatHD .form-note a {
  color: #008B67;
}
.formXuatHD .form-note a:hover {
  text-decoration: underline;
}

.checkboxAddress .checkbox__inner {
  position: relative;
  padding-left: 1.875rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}
.checkboxAddress .checkbox__inner .f-check {
  position: absolute;
  top: 0;
  left: 0;
}
.checkboxAddress .checkbox__inner .f-content {
  padding-left: 0;
}
.checkboxAddress .checkbox__inner .f-content h4 {
  font-size: 1rem;
  line-height: 1.38;
  color: #333333;
}
.checkboxAddress .checkbox__inner .f-content h4 .badges-2 {
  background-color: #F2F2F2;
  font-family: "Inter", sans-serif;
  color: #808080;
  text-transform: initial;
  margin-left: 0.5625rem;
}

.formAddDiaChi .f-note {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #333333;
  margin: 0;
}
@media (min-width: 768px) {
  .formAddDiaChi .f-note br {
    display: none;
  }
}
@media (min-width: 1600px) {
  .formAddDiaChi .f-note {
    font-size: 0.875rem;
  }
}

.section,
section {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .section,
section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 1260px) {
  .section,
section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1350px) {
  .section,
section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 1600px) {
  .section,
section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

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

.z-index-none {
  z-index: none !important;
}

.page-wrapper, .page-content {
  overflow: hidden;
}

.page-content {
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-parallax=bg] {
  bottom: auto;
  height: 110% !important;
}
@media (min-width: 768px) {
  [data-parallax=bg] {
    height: 150% !important;
  }
}
[data-parallax=bg][data-revest="-1"] {
  top: auto !important;
  bottom: 0 !important;
}

.animated {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

.zoomInCustom {
  visibility: visible !important;
  -webkit-animation-name: zoomInCustom;
          animation-name: zoomInCustom;
}

@-webkit-keyframes zoomInCustom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomInCustom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.clipPathRight {
  -webkit-animation-name: clipPathRight;
          animation-name: clipPathRight;
}

@-webkit-keyframes clipPathRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes clipPathRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.clipPathLeft {
  -webkit-animation-name: clipPathLeft;
          animation-name: clipPathLeft;
}

@-webkit-keyframes clipPathLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes clipPathLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.clipPathLeftZoom {
  -webkit-animation-name: clipPathLeftZoom;
          animation-name: clipPathLeftZoom;
}

@-webkit-keyframes clipPathLeftZoom {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes clipPathLeftZoom {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.clipPathCircleIn {
  -webkit-animation-name: clipPathCircleIn;
          animation-name: clipPathCircleIn;
}

@-webkit-keyframes clipPathCircleIn {
  0% {
    -webkit-clip-path: circle(1.8% at 50% 50%);
            clip-path: circle(1.8% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}

@keyframes clipPathCircleIn {
  0% {
    -webkit-clip-path: circle(1.8% at 50% 50%);
            clip-path: circle(1.8% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
.clipPathUpDown {
  -webkit-animation-name: clipPathUpDown;
          animation-name: clipPathUpDown;
}

@-webkit-keyframes clipPathUpDown {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes clipPathUpDown {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.flipDownIn {
  -webkit-animation-name: flipDownIn;
          animation-name: flipDownIn;
}

@-webkit-keyframes flipDownIn {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
}

@keyframes flipDownIn {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
}
.wow {
  visibility: hidden;
}

.roate360 {
  -webkit-animation-name: roate360;
          animation-name: roate360;
}

@-webkit-keyframes roate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes roate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bgZoomIn {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bgZoomIn {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bgZoomIn {
  -webkit-animation-name: bgZoomIn;
          animation-name: bgZoomIn;
}

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes swinging {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes swingingR {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes swingingR {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    max-width: 100%;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 80%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 75%;
  }
}

@media (max-width: 767.98px) {
  .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .row [class*=col-] {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
@media (max-width: 1599.98px) {
  .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row [class*=col-] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.ui-tooltip {
  background: #fff;
  -webkit-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 0.25rem 0.3125rem;
  line-height: 1.2;
}
.ui-tooltip.ui-widget-content {
  border: 0;
}
.ui-tooltip .ui-tooltip-content {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  color: #4E4E4E;
}
@media (min-width: 768px) {
  .ui-tooltip .ui-tooltip-content {
    font-size: 0.875rem;
  }
}

.header__fixHeight {
  height: 6.5625rem;
}
@media (min-width: 1600px) {
  .header__fixHeight {
    height: 7.1875rem;
  }
}
@media (min-width: 1850px) {
  .header__fixHeight {
    height: 7.8125rem;
  }
}

.header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}

.header__top,
.header__content {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 768px) {
  .header__top,
.header__content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .header__top,
.header__content {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFEBED;
  height: 1.875rem;
}
@media (min-width: 1600px) {
  .header__top {
    height: 2.5rem;
  }
}

.header__topList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__topList li {
  margin-right: 15px;
}
.header__topList li a {
  display: block;
  font-family: "Sarabun", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  color: #4D4D4D;
}
.header__topList li a:hover {
  color: #EF5268;
}
@media (min-width: 1600px) {
  .header__topList li a {
    font-size: 0.875rem;
  }
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  max-width: 3.25rem;
  margin-right: 2.1875rem;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 4.0625rem;
  }
}
@media (min-width: 1260px) {
  .header__logo {
    max-width: 4.6875rem;
  }
}
@media (min-width: 1600px) {
  .header__logo {
    max-width: 5.3125rem;
  }
}
.header__logo a {
  display: block;
}
.header__logo a img {
  width: 100%;
}

.header__formSearch {
  position: relative;
  max-width: 15.625rem;
  width: 100%;
}
@media (min-width: 1600px) {
  .header__formSearch {
    max-width: 21.875rem;
  }
}
@media (min-width: 1850px) {
  .header__formSearch {
    max-width: 30rem;
  }
}
.header__formSearch .form-control {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  height: 2.5rem;
  line-height: 2.375rem;
  color: #EF5268;
  border-radius: 0.375rem;
  padding: 0 0.9375rem;
  padding-right: 2.5rem;
}
.header__formSearch .form-control::-webkit-input-placeholder {
  color: #8C8C8C;
  font-size: inherit;
  font-weight: inherit;
  opacity: 1;
}
.header__formSearch .form-control::-moz-placeholder {
  color: #8C8C8C;
  font-size: inherit;
  font-weight: inherit;
  opacity: 1;
}
.header__formSearch .form-control:-moz-placeholder {
  color: #8C8C8C;
  font-size: inherit;
  font-weight: inherit;
  opacity: 1;
}
.header__formSearch .form-control:-ms-input-placeholder {
  color: #8C8C8C;
  font-size: inherit;
  font-weight: inherit;
  opacity: 1;
}
.header__formSearch .form-submit {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  font-size: 1.125rem;
  color: #EF5268;
  border: 0;
  padding: 0;
}
@media (min-width: 1600px) {
  .header__formSearch .form-control {
    font-size: 0.875rem;
    height: 2.75rem;
    line-height: 2.625rem;
    padding: 0 1.25rem;
    padding-right: 3.125rem;
    border-radius: 0.625rem;
  }
  .header__formSearch .form-submit {
    font-size: 1.375rem;
  }
}

.header__grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header__list {
  margin-right: 1.5rem;
}
.header__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__list .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__list .menu-list > li:not(:last-child) {
  margin-right: 1.25rem;
}
.header__list .menu-list > li > a {
  height: 4.6875rem;
  line-height: 4.6875rem;
}
@media (min-width: 1850px) {
  .header__list .menu-list > li > a {
    height: 5.3125rem;
    line-height: 5.3125rem;
  }
}
.header__list .menu-list a {
  display: block;
  font-family: "Sarabun", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  color: #4D4D4D;
}
.header__list .menu-list a:hover, .header__list .menu-list a.is-active {
  color: #EF5268;
}
@media (min-width: 1600px) {
  .header__list .menu-list a {
    font-size: 0.875rem;
  }
}
@media (min-width: 1850px) {
  .header__list .menu-list a {
    font-size: 1rem;
  }
}
.header__list .menu-list li.menu-has-children {
  position: relative;
  z-index: 2;
  -webkit-perspective: 500;
          perspective: 500;
}
.header__list .menu-list li.menu-has-children > a:after {
  content: "\e900";
  font-family: "iconTony";
  font-size: 0.5625rem;
  margin-left: 0.125rem;
}
@media (min-width: 1850px) {
  .header__list .menu-list li.menu-has-children > a:after {
    font-size: 0.75rem;
    margin-left: 0.3125rem;
  }
}
.header__list .menu-list li.menu-has-children .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 11.25rem;
  background-color: #EF5268;
  border-radius: 0.3125rem;
  padding: 0 1.25rem;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 1600px) {
  .header__list .menu-list li.menu-has-children .submenu {
    width: 15.625rem;
  }
}
.header__list .menu-list li.menu-has-children .submenu li + li {
  position: relative;
}
.header__list .menu-list li.menu-has-children .submenu li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #D5344B;
}
.header__list .menu-list li.menu-has-children .submenu a {
  color: #fff;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 0.75rem 1.25rem;
}
.header__list .menu-list li.menu-has-children .submenu a:hover, .header__list .menu-list li.menu-has-children .submenu a.is-active {
  background-color: #D5344B;
}
.header__list .menu-list li.menu-has-children:hover > .submenu {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.header__btn {
  margin-right: 1.25rem;
}
.header__btn .btn {
  font-size: 0.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
@media (min-width: 1600px) {
  .header__btn .btn {
    height: 2.75rem;
    line-height: 2.75rem;
    font-size: 0.875rem;
  }
}

.header__tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__login .f-icon,
.header__cart .f-icon {
  font-size: 1.125rem;
  color: #4D4D4D;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__login .f-icon:hover,
.header__cart .f-icon:hover {
  color: #EF5268;
}
@media (min-width: 1600px) {
  .header__login .f-icon,
.header__cart .f-icon {
    font-size: 1.375rem;
  }
}

.header__tool {
  line-height: 1;
}

.header__login {
  margin-right: 0.75rem;
}

.header__cart .f-icon {
  position: relative;
}
.header__cart .f-icon small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 0.9375rem;
  line-height: 1;
  font-size: 0.625rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #fff;
  border-radius: 0.9375rem;
  background-color: #EF5268;
  padding: 0 0.375rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (min-width: 1600px) {
  .header__cart .f-icon small {
    height: 1.125rem;
    font-size: 0.875rem;
    padding: 0 0.5rem;
    border-radius: 1.875rem;
  }
}

.header__humberger {
  margin-left: 0.875rem;
}
.header__humberger span {
  display: block;
  width: 1.25rem;
  height: 2px;
  background-color: #333333;
}
.header__humberger span.t-2 {
  margin: 0.25rem 0;
}

@media (max-width: 1259.98px) {
  .header__content,
.header__fixHeight {
    height: 4.375rem;
  }

  .header__formSearch,
.header__list,
.header__btn,
.header__top {
    display: none;
  }

  .header__login .f-icon,
.header__cart .f-icon {
    font-size: 1.375rem;
    color: #333333;
  }

  .header__cart .f-icon small {
    font-size: 0.75rem;
  }
}
@media (max-width: 1259.98px) {
  .body-load-done .menuMobile {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .menuMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  .menuMobile.menuMobile--active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  .menuMobile__wrap {
    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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    padding: 1.125rem 1.5625rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .menuMobile__search {
    display: block;
    max-width: 100%;
  }
  .menuMobile__search .form-control {
    background-color: #ED6C7E;
    border: 0;
    height: 2.75rem;
    line-height: 2.75rem;
    font-size: 0.875rem;
    color: #fff;
    border-radius: 0.625rem;
  }
  .menuMobile__search .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
  }
  .menuMobile__search .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.8;
  }
  .menuMobile__search .form-control:-moz-placeholder {
    color: #fff;
    opacity: 0.8;
  }
  .menuMobile__search .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
  }
  .menuMobile__search .form-submit {
    color: #fff;
  }

  .menuMobile__list {
    padding: 2.1875rem 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .menuMobile__list .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menuMobile__list .menu-list li a {
    display: block;
    font-family: "Sarabun", sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
    color: #FFFFFF;
  }
  .menuMobile__list .menu-list > li + li {
    margin-top: 0.625rem;
  }
  .menuMobile__list .menu-list li.menu-has-children > a:after {
    content: "\e902";
    font-family: "iconTony";
    font-size: 1rem;
    margin-left: 0.75rem;
  }
  .menuMobile__list .menu-list .submenu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #EF5268;
    background-image: url(https://file.hstatic.net/200000605475/file/menumobile-bg-submenu_495c4b0ac5484a83b910264ea39352b6.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.125rem 1.125rem 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menuMobile__list .menu-list .submenu.show {
    opacity: 1;
    visibility: visible;
  }
  .menuMobile__list .menu-list .submenu li + li {
    margin-top: 0.375rem;
  }
  .menuMobile__list .menu-list .submenu a {
    font-size: 25px;
  }
  .menuMobile__list .menu-list .submenu .btn-back {
    font-family: "Sarabun", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 3.125rem;
  }
  .menuMobile__list .menu-list .submenu .btn-back i {
    font-size: 0.75rem;
    margin-right: 0.3125rem;
  }
  .menuMobile__list .menu-list .submenu .li-title {
    font-family: "Sarabun";
    font-weight: 700;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 1.5625rem;
    margin-top: 0;
  }

  .menuMobile__footer {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.21);
    padding-top: 1.125rem;
  }
  .menuMobile__footer li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.25rem;
  }
  .menuMobile__footer li a {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #FFFFFF;
  }
}
@media (max-width: 767.98px) {
  .menuMobile__wrap {
    padding: 1.125rem;
  }
}
@media (min-width: 1260px) {
  .header__humberger,
.menuMobile {
    display: none;
  }
}
.title {
  margin-bottom: 3.125rem;
}

.title__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: #EF5268;
	line-height: 1.4;
}
@media (min-width: 992px) {
  .title__subtitle {
    font-size: 14px;
    margin-bottom: 1.25rem;
  }
}

.title__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.34;
  color: #EF5268;
  margin: 0;
}

.title__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
  margin: 0;
  margin-top: 0.9375rem;
}

.fz-24 {
  font-size: 1.5rem !important;
}

.w-bold {
  font-weight: bold;
}

@media (min-width: 992px) {
  .title__title {
    font-size: 1.25rem;
  }

  .title__text {
    font-size: 0.9375rem;
  }

  .fz-44 {
    font-size: 34px !important;
  }
}
@media (min-width: 1600px) {
  .title__title {
    font-size: 2rem;
  }

  .fz-44 {
    font-size: 2.75rem !important;
  }
}
.footer {
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  background-color: #EF5268;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1260px) and (max-width: 1599.98px) {
  .footer {
    font-size: 14px;
  }
  .footer .container {
    max-width: 90%;
  }
}

.footer__content {
  padding-top: 3.4375rem;
}
@media (min-width: 768px) {
  .footer__content {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .footer__content {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1260px) {
  .footer__content {
    padding-top: 5.3125rem;
  }
}
@media (min-width: 1600px) {
  .footer__content {
    padding-bottom: 6.75rem;
  }
}
@media (min-width: 1600px) {
  .footer__content .col-xxxl-10 .row [class*=col-] {
    width: 20%;
  }
}

.footer__logo {
  margin-bottom: 1.5625rem;
}
.footer__logo a {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .footer__logo a {
    max-width: 6.25rem;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    margin-bottom: 2.5rem;
  }
}
.footer__logo .item-info {
  margin-top: 40px;
  max-width: 80%;
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__logo .item-info {
    max-width: 50%;
    margin-top: 0;
    margin-left: 60px;
  }
  .footer__logo .item-info p {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .footer__widget {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .footer__widget {
    margin-bottom: 0;
  }
}
.footer__widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__widget ul li {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.footer__widget .item-title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 1.125rem;
}
.footer__widget ul.style-big a {
  font-family: "Sarabun", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
}
.footer__widget .item-info {
  font-size: 0.875rem;
  letter-spacing: -0.01em;
}
@media (min-width: 1600px) {
  .footer__widget .item-info {
    margin-left: -3.125rem;
  }
}
.footer__widget .item-info p {
  margin-bottom: 0;
}
.footer__widget .item-info p + p {
  margin-top: 0.5rem;
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .footer__widget .item-info {
    max-width: 18.75rem;
    margin-top: 1.25rem;
  }
}
.footer__widget .item-client li {
  margin-bottom: 0.9375rem;
}
@media (max-width: 991.98px) {
  .footer__widget .item-client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__widget .item-client li {
    padding-right: 1.75rem;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .footer__widget.fix {
    margin-bottom: 1.5rem;
  }
  .footer__widget:not(.fix) {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__widget:not(.fix) .item-list.mb-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__widget:not(.fix) .item-list.mb-half li {
    width: 50%;
    padding-right: 0.625rem;
  }
}

.footer__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  padding: 0.6875rem 0;
}
.footer__footer p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .footer__footer {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .footer__footer .container {
    padding: 0;
  }
}

.footer__desgin {
  text-align: right;
}

@media (min-width: 1600px) {
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
}
.slide-buttonCustom .slide-buttonCustom-prev,
.slide-buttonCustom .slide-buttonCustom-next {
  width: 2.25rem;
  height: 2.25rem;
  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: 0.875rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1260px) {
  .slide-buttonCustom .slide-buttonCustom-prev,
.slide-buttonCustom .slide-buttonCustom-next {
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1rem;
  }
}

.swiper-paginationCustom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  font-size: 0;
  margin-top: 1.6875rem;
}
.swiper-paginationCustom.swiper-pagination-lock {
  display: none;
}
.swiper-paginationCustom .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 0.25rem;
  background: #E6E6E6;
  border-radius: 1.25rem;
  opacity: 1;
  margin: 0 2px;
}
.swiper-paginationCustom .swiper-pagination-bullet-active {
  width: 1.5rem;
  background-color: #EF5268;
}
@media (min-width: 768px) {
  .swiper-paginationCustom .swiper-pagination-bullet {
    width: 1rem;
    height: 0.375rem;
  }
  .swiper-paginationCustom .swiper-pagination-bullet-active {
    width: 2.125rem;
  }
}

.fancybox__button--zoom {
  display: none;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  display: none;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.fancybox__backdrop {
  background-color: #EF5268;
  opacity: 1;
}

.fancybox__thumbs .carousel__slide {
  opacity: 0.4;
}
.fancybox__thumbs .carousel__slide.is-nav-selected {
  opacity: 1;
}

.body-load-done .popup {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.popup.show-popup {
  opacity: 1;
  visibility: visible;
}

.popup__wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 70%;
  min-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
}

.popup-close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  font-size: 1.125rem;
  font-weight: bold;
  z-index: 99;
  cursor: pointer;
}
.popup-close:hover {
  color: #EF5268;
}

.popup-content {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.popup-content .item-title {
  font-size: 1.6875rem;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 1.875rem;
}
@media (min-width: 1600px) {
  .popup-content .item-title {
    font-size: 1.875rem;
  }
}

.popup-productReviews .popup-dialog {
  width: 100%;
  max-width: 95%;
}
@media (min-width: 768px) {
  .popup-productReviews .popup-dialog {
    max-width: 33.125rem;
  }
}
.popup-productReviews .popup-content {
  border-radius: 0.625rem;
  overflow: hidden;
  text-align: center;
  padding: 1.875rem 1.125rem;
}
@media (min-width: 768px) {
  .popup-productReviews .popup-content {
    border-radius: 1.25rem;
    padding: 3.125rem;
  }
}
.popup-productReviews .item-title {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .popup-productReviews .item-title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .popup-productReviews .item-title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}
.popup-productReviews .item-rating {
  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;
  margin-bottom: 1.125rem;
}
.popup-productReviews .item-rating__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  color: #B6CEC8;
  direction: rtl;
}
@media (min-width: 768px) {
  .popup-productReviews .item-rating__inner {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .popup-productReviews .item-rating__inner {
    font-size: 1.875rem;
  }
}
.popup-productReviews .item-rating__inner label {
  position: relative;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  cursor: pointer;
}
.popup-productReviews .item-rating__inner input {
  display: none;
}
.popup-productReviews .item-rating__inner > input:checked ~ label {
  color: #008B67;
}
.popup-productReviews .item-rating__inner:not(:checked) > label:hover, .popup-productReviews .item-rating__inner:not(:checked) > label:hover ~ label {
  color: #EF5268;
}
.popup-productReviews .item-rating__inner > input:checked + label:hover,
.popup-productReviews .item-rating__inner > input:checked + label:hover ~ label,
.popup-productReviews .item-rating__inner > input:checked ~ label:hover,
.popup-productReviews .item-rating__inner > input:checked ~ label:hover ~ label,
.popup-productReviews .item-rating__inner > label:hover ~ input:checked ~ label {
  color: #EF5268;
}
.popup-addMoreProduct .popup-dialog {
  width: 100%;
  max-width: 92%;
}
@media (min-width: 768px) {
  .popup-addMoreProduct .popup-dialog {
    max-width: 38.75rem;
  }
}
.popup-addMoreProduct .popup-content {
  font-size: 0.875rem;
  color: #4D4D4D;
  font-weight: 500;
  border-radius: 1.25rem;
  padding: 2.1875rem 0.9375rem;
}
@media (min-width: 768px) {
  .popup-addMoreProduct .popup-content {
    font-size: 0.9375rem;
    padding: 3.125rem 3.4375rem;
  }
}
.popup-addMoreProduct .item-title {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .popup-addMoreProduct .item-title br {
    display: none;
  }
}
.popup-addMoreProduct .popup-cart__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.625rem;
}
.popup-addMoreProduct .popup-cart__header p {
  width: 50%;
  margin: 0;
}
.popup-addMoreProduct .popup-cart__header .f-right {
  text-align: right;
}
.popup-addMoreProduct .popup-cart__list .f-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.125rem 0;
  border-top: 1px solid #E6E6E6;
}
.popup-addMoreProduct .popup-cart__list .f-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 65%;
}
.popup-addMoreProduct .popup-cart__list .f-content .f-img {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  width: 36%;
}
.popup-addMoreProduct .popup-cart__list .f-content .f-img:after {
  content: "";
  display: block;
  padding-top: 67.7%;
}
.popup-addMoreProduct .popup-cart__list .f-content .f-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-addMoreProduct .popup-cart__list .f-content .f-body {
  width: 64%;
  padding-left: 0.9375rem;
}
.popup-addMoreProduct .popup-cart__list .f-content .f-title {
  font-size: 0.8125rem;
  line-height: 1.38;
  color: #333333;
}
.popup-addMoreProduct .popup-cart__list .f-content .f-title a:hover {
  color: #EF5268;
}
.popup-addMoreProduct .popup-cart__list .f-content .f-price {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #AFAFAF;
  margin: 0;
}
.popup-addMoreProduct .popup-cart__list .f-content .f-price ins {
  display: block;
  text-decoration: none;
  color: #EF5268;
}
@media (min-width: 768px) {
  .popup-addMoreProduct .popup-cart__list .f-content .f-title {
    font-size: 1rem;
  }
  .popup-addMoreProduct .popup-cart__list .f-content .f-price {
    font-size: 0.9375rem;
  }
  .popup-addMoreProduct .popup-cart__list .f-content .f-price ins {
    display: inline;
    text-decoration: none;
    color: #EF5268;
  }
  .popup-addMoreProduct .popup-cart__list .f-content .f-price del {
    margin-left: 0.625rem;
  }
}
.popup-addMoreProduct .popup-cart__list .f-btn {
  width: 35%;
  text-align: right;
  padding-left: 0.9375rem;
}
.popup-addMoreProduct .popup-cart__list .f-btn .btn {
  font-size: 0.8125rem;
  min-width: 5.3125rem;
  padding: 0 0.625rem;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
}
.popup-addMoreProduct .popup-cart__list .f-btn .btn-selected {
  background-color: #FBDBDB;
  color: #EF5268;
}
.popup-addMoreProduct .popup-cart__list .f-btn .btn-selected .icon-tick {
  display: inline-block;
  vertical-align: 1px;
  width: 1rem;
  line-height: 1rem;
  text-align: center;
  background-color: #ED6C7E;
  color: #FBDBDB;
  border-radius: 50%;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .popup-addMoreProduct .popup-cart__list .f-btn {
    min-width: 6.875rem;
    padding: 0 0.625rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
.popup-addMoreProduct .popup-cart__footer {
  border-top: 1px solid #E6E6E6;
  text-align: right;
  padding-top: 1.25rem;
}
@media (max-width: 767.98px) {
  .popup-addMoreProduct .popup-cart__footer .btn {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .popup-addMoreProduct .popup-cart__footer {
    padding-top: 2.5rem;
  }
}

.popup-addAddress .popup-dialog {
  width: 100%;
  max-width: 92%;
}
@media (min-width: 768px) {
  .popup-addAddress .popup-dialog {
    max-width: 34.375rem;
  }
}
.popup-addAddress .popup-content {
  font-size: 0.875rem;
  color: #4D4D4D;
  font-weight: 500;
  border-radius: 1.25rem;
  padding: 2.1875rem 0.9375rem;
}
@media (min-width: 768px) {
  .popup-addAddress .popup-content {
    font-size: 0.9375rem;
    padding: 3.125rem 2.5rem;
  }
}
.popup-addAddress .item-title {
  text-align: center;
  margin-bottom: 1.875rem;
}
.popup-addAddress .formAddDiaChi .form-submit .btn {
  width: 100%;
  text-align: center;
}

.popup-login .popup-dialog {
  width: 100%;
  max-width: 92%;
}
@media (min-width: 768px) {
  .popup-login .popup-dialog {
    max-width: 33.125rem;
  }
}
.popup-login .popup-content {
  font-size: 0.875rem;
  color: #4D4D4D;
  font-weight: 500;
  border-radius: 1.25rem;
  padding: 2.8125rem 1.25rem;
}
@media (min-width: 768px) {
  .popup-login .popup-content {
    font-size: 0.9375rem;
    padding: 3.4375rem 3.125rem;
  }
}
.popup-login .item-title {
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .popup-login .item-title {
    text-align: center;
    margin-bottom: 1.5625rem;
  }
}
.popup-login .formLogin .form-text {
  text-align: right;
}
.popup-login .formLogin .form-text p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #008C69;
}
.popup-login .formLogin .form-text p a {
  color: inherit;
}
.popup-login .formLogin .form-text p a:hover {
  color: #EF5268;
}
.popup-login .formLogin .form-submit .btn {
  width: 100%;
  text-align: center;
}
.popup-login .login-footer {
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .popup-login .login-footer {
    margin-top: 2.1875rem;
  }
}
.popup-login .login-footer .f-text {
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  color: #4D4D4D;
  margin: 0;
}
.popup-login .login-footer .f-text a {
  color: #008C69;
  font-weight: 600;
}
.popup-login .login-footer .f-text a:hover {
  color: #EF5268;
}
.popup-login .login-footer .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.popup-login .login-footer .row [class*=col] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
  .popup-login .login-footer .row {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .popup-login .login-footer .row [class*=col] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
.popup-login .login-footer .f-inner {
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .popup-login .login-footer .f-inner {
    padding-top: 0.9375rem;
    padding-bottom: 2.1875rem;
  }
}
.popup-login .login-footer .selectLogo:after {
  padding-top: 40%;
}
.popup-login .login-footer .selectLogo:hover {
  border-color: #EF5268;
}

.popup-register .popup-dialog {
  width: 100%;
  max-width: 92%;
}
@media (min-width: 1260px) {
  .popup-register .popup-dialog {
    max-width: 75%;
  }
}
@media (min-width: 1600px) {
  .popup-register .popup-dialog {
    max-width: 66.875rem;
  }
}
.popup-register .popup-content {
  font-size: 0.875rem;
  color: #4D4D4D;
  font-weight: 500;
  border-radius: 1.25rem;
  padding: 2.8125rem 1.25rem;
}
@media (min-width: 768px) {
  .popup-register .popup-content {
    padding: 3.4375rem 1.875rem;
  }
}
@media (min-width: 1260px) {
  .popup-register .popup-content {
    padding: 3.4375rem 3.125rem;
  }
}
@media (min-width: 1600px) {
  .popup-register .popup-content {
    font-size: 0.9375rem;
  }
}
.popup-register .item-title {
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .popup-register .item-title {
    text-align: center;
    margin-bottom: 1.5625rem;
  }
}
.popup-register .text-title {
  font-size: 0.875rem;
  color: #4D4D4D;
  margin-bottom: 0.875rem;
}
.popup-register .text-title a {
  color: #008C69;
}
.popup-register .text-title a:hover {
  color: #EF5268;
}
@media (min-width: 1600px) {
  .popup-register .text-title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .popup-register .register-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .popup-register .register-box__left,
.popup-register .register-box__right {
    padding: 0.625rem 1.25rem 1.25rem;
    min-height: 100%;
  }
  .popup-register .register-box__left {
    width: 60%;
  }
  .popup-register .register-box__right {
    width: 40%;
    border-left: 1px solid #E6E6E6;
  }
}
@media (min-width: 992px) {
  .popup-register .register-box {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .popup-register .register-box__left,
.popup-register .register-box__right {
    padding: 0.625rem 1.875rem 1.875rem;
    min-height: 100%;
  }
}
@media (min-width: 1260px) {
  .popup-register .register-box__left {
    width: 54%;
  }
  .popup-register .register-box__right {
    width: 46%;
  }
}
@media (min-width: 1600px) {
  .popup-register .register-box {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }
  .popup-register .register-box__left,
.popup-register .register-box__right {
    padding: 0.625rem 3.125rem 1.875rem;
    min-height: 100%;
  }
  .popup-register .register-box__left {
    width: 54%;
  }
  .popup-register .register-box__right {
    width: 46%;
  }
}
@media (max-width: 767.98px) {
  .popup-register .register-box__right {
    margin-top: 2.5rem;
  }
  .popup-register .register-box__right .f-text {
    text-align: center;
  }
}
.popup-register .formRegister .form-submit .btn {
  width: 100%;
  text-align: center;
}
.popup-register .f-inner .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.popup-register .f-inner .row [class*=col] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
  .popup-register .f-inner .row {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .popup-register .f-inner .row [class*=col] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
.popup-register .f-inner .selectLogo:after {
  padding-top: 40%;
}
.popup-register .f-inner .selectLogo:hover {
  border-color: #EF5268;
}
@media (min-width: 768px) {
  .popup-register .f-inner .selectLogo {
    margin-bottom: 0.5rem;
  }
  .popup-register .f-inner .selectLogo:after {
    padding-top: 15%;
  }
  .popup-register .f-inner .selectLogo span {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.popup-infoProductSelect .popup-dialog {
  width: 100%;
  max-width: 92%;
}
@media (min-width: 768px) {
  .popup-infoProductSelect .popup-dialog {
    max-width: 25.625rem;
  }
}
.popup-infoProductSelect .popup-content {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #4D4D4D;
  border-radius: 1.25rem;
  padding: 4.0625rem 3.75rem;
}
.popup-infoProductSelect .item-img {
  margin-bottom: 3.125rem;
}
.popup-infoProductSelect .item-title {
  line-height: 1.17;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 0.625rem;
}
.popup-infoProductSelect .item-text {
  margin: 0;
}

.popup-selectHopQua .popup-dialog {
  width: 100%;
  max-width: 92%;
}
@media (min-width: 1260px) {
  .popup-selectHopQua .popup-dialog {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .popup-selectHopQua .popup-dialog {
    max-width: 57.5rem;
  }
}
.popup-selectHopQua .popup-content {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #4D4D4D;
  border-radius: 1.25rem;
  padding: 4.0625rem 3.75rem;
}
.popup-selectHopQua .item-titleWrap {
  max-width: 24.375rem;
  margin: 0 auto 1.875rem;
}
.popup-selectHopQua .item-titleWrap .item-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.popup-selectHopQua .item-titleWrap .item-text {
  margin: 0;
}
.popup-selectHopQua .tabbox__list {
  border: 0;
  margin-bottom: 1.875rem;
}
.popup-selectHopQua .tabbox__list ul li {
  padding: 0 0.9375rem;
  margin: 0 !important;
}
.popup-selectHopQua .tabbox__list ul li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.popup-selectHopQua .tabbox__list ul li a {
  border: 0;
  padding: 0;
}
.popup-selectHopQua .tabbox__list ul li a.active {
  color: #EF5268;
}
.popup-selectHopQua .tabbox__content .row {
  margin-left: -0.625rem;
  margin-left: -0.625rem;
}
.popup-selectHopQua .tabbox__content .row [class*=col-] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.popup-selectHopQua .tabbox__content .item-box {
  height: 100%;
  cursor: pointer;
}
.popup-selectHopQua .tabbox__content .item-box__inner {
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
  padding: 1.875rem 0.9375rem 0.9375rem;
  border: 1px solid transparent;
}
@media (min-width: 1600px) {
  .popup-selectHopQua .tabbox__content .item-box__inner {
    padding: 2.5rem 2.5rem 1.5625rem;
  }
}
.popup-selectHopQua .tabbox__content .item-box__inner.active {
  border-color: #EF5268;
}
.popup-selectHopQua .tabbox__content .item-box__img {
  position: relative;
}
.popup-selectHopQua .tabbox__content .item-box__img:after {
  content: "";
  display: block;
  padding-top: 74.2%;
}
.popup-selectHopQua .tabbox__content .item-box__img span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 3% 5%;
}
.popup-selectHopQua .tabbox__content .item-box__img span img {
  max-width: 100%;
  max-height: 100%;
}
.popup-selectHopQua .tabbox__content .item-box__title {
  font-size: 15px;
  line-height: 1.3;
  color: #000000;
}
@media (min-width: 1600px) {
  .popup-selectHopQua .tabbox__content .item-box__title {
    font-size: 1rem;
  }
}
.popup-selectHopQua .tabbox__content .item-box__text {
  font-size: 0.75rem;
  line-height: 1.42;
  color: #4D4D4D;
  margin: 0;
}
@media (min-width: 1600px) {
  .popup-selectHopQua .tabbox__content .item-box__text {
    font-size: 0.875rem;
  }
}
.popup-selectHopQua .item-footer {
  margin-top: 1.875rem;
}
.popup-selectHopQua .item-footer .btn {
  min-width: 11.25rem;
  text-align: center;
}
.popup-selectHopQua .item-footer .btn-outline {
  background-color: transparent;
  border: 1px solid #EF5268;
  color: #EF5268;
  margin-right: 0.3125rem;
}
.popup-selectHopQua .item-footer .btn-outline:hover {
  background-color: #EF5268;
  color: #fff;
}
@media (min-width: 1600px) {
  .popup-selectHopQua .item-footer {
    margin-top: 3.75rem;
  }
  .popup-selectHopQua .item-footer .btn {
    min-width: 14.375rem;
  }
}

.tabbox__list {
  border-bottom: 1px solid #E6E6E6;
}
.tabbox__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
}
.tabbox__list ul li {
  display: inline-block;
  vertical-align: bottom;
}
.tabbox__list ul li:not(:last-child) {
  margin-right: 1.5625rem;
}
.tabbox__list ul li a {
  display: block;
  font-family: "Sarabun", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #666666;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.625rem;
}
.tabbox__list ul li a:hover, .tabbox__list ul li a.active {
  color: #333333;
}
.tabbox__list ul li a.active {
  border-color: #333333;
}
@media (max-width: 767.98px) {
  .tabbox__list ul {
    white-space: nowrap;
    overflow-x: auto;
    margin-right: -1.4375rem;
    padding-right: 1.4375rem;
  }
  .tabbox__list ul::-webkit-scrollbar {
    display: none;
  }
}

.tabbox__content .panel {
  display: none;
}
.tabbox__content .panel.active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}

.videobox {
  position: relative;
}
.videobox:after {
  content: "";
  display: block;
  padding-top: 54.2%;
}

.videobox__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.videobox__btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  line-height: 1;
  font-size: 1.875rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.videobox__btn:hover {
  color: #EF5268;
}
@media (min-width: 768px) {
  .videobox__btn {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .videobox__btn {
    font-size: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .videobox__btn {
    font-size: 3.75rem;
  }
}

.categoryFed {
  display: block;
}

.categoryFed__img {
  position: relative;
  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;
  background-color: #fff;
  border-radius: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.categoryFed__img:after {
  content: "";
  display: block;
  padding-top: 92%;
}
.categoryFed__img span {
  display: block;
  max-width: 95%;
}

.categoryFed__title {
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: -0.01em;
  margin: 0;
	line-height: 1.4;
}
.categoryFed__title a:hover {
  color: #EF5268;
}

@media (min-width: 992px) {
  .categoryFed__img {
    border-radius: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .categoryFed__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .categoryFed__title {
    font-size: 1.5rem;
  }
}
.postBox__inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .postBox__inner {
    border-radius: 1.25rem;
  }
}

.postBox__img,
.postMini__img {
  display: block;
  position: relative;
  background-color: #D9D9D9;
}
.postBox__img:after,
.postMini__img:after {
  content: "";
  display: block;
  padding-top: 63%;
}
.postBox__img img,
.postMini__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postBox__img .btn-video,
.postMini__img .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 3.125rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.postBox__img .btn-video:hover,
.postMini__img .btn-video:hover {
  color: #EF5268;
}
@media (min-width: 768px) {
  .postBox__img:after,
.postMini__img:after {
    padding-top: 66.5%;
  }
}

.postBox__body {
  padding: 0.9375rem 1.5625rem 2rem;
}

.postBox__title {
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0;
}
.postBox__title a:hover {
  color: #EF5268;
}
@media (min-width: 992px) {
  .postBox__title {
    font-size: 1.25rem;
  }
}

.postBox__text {
  color: #666666;
  margin-bottom: 0;
  margin-top: 0.625rem;
}

.postBox__meta,
.postMini__meta {
  line-height: 1;
  margin-top: 0.9375rem;
}
.postBox__meta span,
.postMini__meta span {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #8A8A8A;
}
.postBox__meta span a,
.postMini__meta span a {
  color: inherit;
}
.postBox__meta span a:hover,
.postMini__meta span a:hover {
  color: #EF5268;
}
.postBox__meta span:not(:last-child):after,
.postMini__meta span:not(:last-child):after {
  content: "\e90d";
  font-family: "iconTony";
  font-size: 80%;
  margin-left: 0.3125rem;
}

@media (min-width: 1260px) {
  .postBox.style-half .postBox__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1350px) {
  .postBox.style-half .postBox__img:after {
    padding-top: 62.5%;
  }
  .postBox.style-half .postBox__img .btn-video {
    font-size: 4.0625rem;
  }
  .postBox.style-half .postBox__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.25rem 1.875rem 2.5rem;
  }
  .postBox.style-half .postBox__title {
    width: 40%;
  }
  .postBox.style-half .fix {
    width: 55%;
  }
  .postBox.style-half .postBox__text {
    font-weight: 500;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .postBox.style-half .postBox__title {
    width: 35%;
  }
  .postBox.style-half .fix {
    width: 51%;
  }
  .postBox.style-half .postBox__img .btn-video {
    font-size: 5.125rem;
  }
}

.postMini__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius: 1.25rem;
  min-height: 7.5rem;
  overflow: hidden;
}

.postMini__img {
  position: relative;
  display: block;
  width: 38%;
}
.postMini__img:after {
  display: none;
}
.postMini__img .btn-video {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .postMini__img .btn-video {
    font-size: 2.375rem;
  }
}

.postMini__body {
  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;
  width: 62%;
  padding: 0.625rem 0.9375rem;
}
@media (min-width: 768px) {
  .postMini__body {
    padding: 0.625rem 1.5rem;
  }
}

.postMini__title {
  font-size: 0.875rem;
  line-height: 1.38;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .postMini__title {
    font-size: 1rem;
  }
}
.postMini__title a:hover {
  color: #EF5268;
}

.postMini__meta {
  margin-top: 0.9375rem;
}

.clientBox {
  position: relative;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .clientBox {
    border-radius: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .clientBox {
    border-radius: 1.25rem;
  }
}
.clientBox:after {
  content: "";
  display: block;
  padding-top: 54.7%;
}

.clientBox__inner {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5% 10%;
}
.clientBox__inner img {
  max-width: 80%;
  max-height: 80%;
}

.categoryBox__inner {
  position: relative;
  z-index: 5;
  padding-bottom: 0.8125rem;
}
@media (min-width: 1260px) {
  .categoryBox__inner {
    background-color: #EF5268;
    border-radius: 0.9375rem;
    padding: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .categoryBox__inner {
    padding: 1.875rem;
  }
}

.categoryBox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #EF5268;
  margin-bottom: 0;
}
.categoryBox__title i {
  margin-right: 0.3125rem;
}
@media (min-width: 1260px) {
  .categoryBox__title {
    font-size: 1rem;
    color: #FFFFFF;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .categoryBox__title {
    font-size: 1.125rem;
  }
}

.categoryBox__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.categoryBox__list ul li {
  margin: 0 -0.9375rem;
  padding: 0 0.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1600px) {
  .categoryBox__list ul li {
    margin: 0 -1.875rem;
    padding: 0 1.875rem;
  }
}
.categoryBox__list ul li:hover {
  background-color: #fff;
}
.categoryBox__list ul li:hover a {
  border-top-color: transparent;
  color: #EF5268;
}
.categoryBox__list ul a {
  position: relative;
  display: block;
  font-family: "Sarabun", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5rem 0;
  padding-right: 2.5rem;
  border-top: 1px solid #D5344B;
}
.categoryBox__list ul a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  height: 0.9375rem;
  font-size: 0.75rem;
  background-color: #FCDEE2;
  border-radius: 0.5rem;
  padding: 0 0.4375rem;
  color: #EF5268;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1600px) {
  .categoryBox__list ul a {
    font-size: 1rem;
    padding: 0.75rem 0;
    padding-right: 3.75rem;
  }
  .categoryBox__list ul a span {
    font-size: 0.875rem;
    height: 1.1875rem;
    border-radius: 0.6875rem;
  }
}
@media (max-width: 1259.98px) {
  .categoryBox__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0;
    background-color: #EF5268;
    border-radius: 0.625rem;
    overflow: hidden;
    padding: 0 0.9375rem;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.38);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.38);
  }
  .categoryBox__list ul li:first-child a {
    border-top: 0;
  }
}

.badges {
  display: inline-block;
  height: 2.125rem;
  line-height: 2.125rem;
  background-color: #F9E7E9;
  color: #EF5268;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0 0.875rem;
}
@media (min-width: 768px) {
  .badges {
    font-size: 0.9375rem;
  }
}

.badges-2 {
  display: inline-block;
  gap: 10px;
  height: 1.125rem;
  line-height: 1.125rem;
  background: #008C69;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #D6FFF1;
  text-transform: uppercase;
  border-radius: 0.625rem;
  padding: 0 0.5625rem;
}
@media (min-width: 768px) {
  .badges-2 {
    height: 1.375rem;
    line-height: 1.375rem;
    font-size: 0.75rem;
  }
}
.badges-2.primary {
  background-color: #EF5268;
  color: #fff;
}
.badges-2.secondaryLight {
  background-color: #FBDBDB;
  color: #EF5268;
}

.productBox {
  height: 100%;
  padding-bottom: 1.875rem;
}

.productBox__inner {
  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;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1600px) {
  .productBox__inner {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .productBox__inner {
    border-radius: 1.25rem;
  }
}

.productBox__img {
  position: relative;
  z-index: 2;
}
.productBox__img .bg {
  z-index: 1;
}
.productBox__img img {
  display: none;
}
.productBox__img:after {
  content: "";
  display: block;
  padding-top: 67.8%;
}
.productBox__img .badges-2 {
  position: absolute;
  z-index: 2;
  top: 0.5rem;
  right: 0.5rem;
}
@media (min-width: 768px) {
  .productBox__img .badges-2 {
    top: 0.875rem;
    right: 0.875rem;
  }
}
.productBox__img.style-ne:after {
  padding-top: 112%;
}

.productBox__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .productBox__body {
    padding: 1.25rem 1.5625rem;
  }
}

.productBox__title {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 0.75rem;
}
.productBox__title a:hover {
  color: #EF5268;
}
@media (min-width: 768px) {
  .productBox__title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.productBox__price {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .productBox__price {
    margin-bottom: 1.0625rem;
    padding-bottom: 1.25rem;
  }
}
.productBox__price .price {
  line-height: 1;
}
.productBox__price .price ins, .productBox__price .price del {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #AFAFAF;
}
@media (min-width: 768px) {
  .productBox__price .price ins, .productBox__price .price del {
    font-size: 1rem;
  }
}
.productBox__price .price ins {
  color: #EF5268;
  text-decoration: none;
  margin-right: 0.75rem;
}
@media (max-width: 767.98px) {
  .productBox__price .price ins {
    font-size: 1.0625rem;
  }
  .productBox__price .price ins:after {
    content: attr(data-mb);
    font-size: 0.75rem;
    font-weight: 500;
    color: #666666;
  }
}
@media (min-width: 768px) {
  .productBox__price .price ins {
    position: relative;
  }
  .productBox__price .price ins:after {
    content: attr(data-pc);
    position: absolute;
    bottom: -0.1875rem;
    left: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #666666;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.productBox__price .price del {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .productBox__price .price del {
    display: block;
    margin-top: 0.25rem;
  }
}
.productBox__price .price .badges-2 {
  background-color: #FBDBDB;
  color: #EF5268;
}
@media (max-width: 767.98px) {
  .productBox__price .price .badges-2 {
    position: absolute;
    z-index: 9;
    top: 0.5rem;
    left: 0.5rem;
  }
}

.productBox__grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 768px) {
  .productBox__footer {
    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;
  }
}

.productBox__rating {
  font-size: 0;
  line-height: 1;
}
.productBox__rating span {
  font-size: 1rem;
  color: #B6CEC8;
}
.productBox__rating span.active {
  color: #008B67;
}
@media (max-width: 767.98px) {
  .productBox__rating {
    display: none;
  }
}

.productBox__btn .btn {
  height: 2.5rem;
  line-height: 2.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 0 1.125rem;
}
.productBox__btn .btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.625rem;
}
@media (max-width: 767.98px) {
  .productBox__btn .btn {
    display: block;
    font-size: 0.875rem;
    text-align: center;
    padding: 0 0.625rem;
  }
}

.filterBox {
  background: #FFFFFF;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  padding: 0 0.9375rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1600px) {
  .filterBox {
    padding: 0 1.5625rem;
  }
}
.filterBox:not(.showed) .filterBox__title:after {
  content: "\e900";
}
.filterBox:not(.showed) .filterBox__content {
  display: none;
}

.filterBox__title {
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  padding: 1.125rem 0;
  padding-right: 1.25rem;
  cursor: pointer;
}
.filterBox__title:after {
  content: "\e903";
  font-family: "iconTony";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filterBox__content {
  padding-bottom: 1.125rem;
}
.filterBox__content .item-checkeList .checkbox + .checkbox {
  margin-top: 0.625rem;
}

@media (max-width: 1259.98px) {
  .filter-slidebar {
    margin-bottom: 2.5rem;
  }

  .filter-slidebar__content {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 3.125rem 1.875rem 1.875rem;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .filter-slidebar__content .qcBox {
    display: none;
  }
  .filter-slidebar__content .filterBox {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.625rem;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .filter-slidebar__content .slider-rangeWrap p {
    font-size: 0.875rem;
  }
  .filter-slidebar__content .slider-rangeWrap .slider-range {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .filter-slidebar__close {
    position: absolute;
    top: 0.625rem;
    right: 1.875rem;
    font-size: 1.125rem;
    color: #EF5268;
    text-align: center;
  }

  .filter-slidebar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-slidebar__header span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.5rem;
    padding: 0 0.9375rem;
    font-weight: 500;
    font-size: 0.875rem;
    color: #808080;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
  }
  .filter-slidebar__header span i {
    margin-right: 0.3125rem;
  }

  .show-filter .header {
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .filter-slidebar__header,
.filter-slidebar__close {
    display: none;
  }
}
.qcBox {
  margin-top: 2.1875rem;
}
.qcBox a {
  display: block;
  border-radius: 0.9375rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
}
.qcBox a + a {
  margin-top: 2.5rem;
}
.qcBox a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qcBox a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
}
.pagination li {
  line-height: 1;
  padding: 0.125rem;
}
.pagination li a, .pagination li span {
  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: 1.75rem;
  height: 1.75rem;
  font-family: "Sarabun", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
}
.pagination li a.icon-btn, .pagination li span.icon-btn {
  background-color: #FCDEE2;
  color: #EF5268;
  font-size: 0.625rem;
}
.pagination li a.icon-btn:hover, .pagination li span.icon-btn:hover {
  background-color: #EF5268;
  color: #fff;
}
.pagination li a.current, .pagination li a:hover {
  color: #EF5268;
}
.pagination li a.current {
  color: #EF5268;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
	background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #999999;
}
@media (min-width: 1600px) {
  .breadcrumb li {
    font-size: 0.875rem;
  }
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  margin: 0 0.3125rem;
}
.breadcrumb li a, .breadcrumb li span {
  color: inherit;
}
.breadcrumb li a:hover {
  color: #EF5268;
}
@media (max-width: 767.98px) {
  .breadcrumb li:after {
    display: none;
  }
}

.tab-rating {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.25rem;
}
.tab-rating li {
  padding: 0.1875rem;
}
.tab-rating .btn-star, .tab-rating .btn-write-review {
  display: block;
  height: 2.1875rem;
  line-height: 2.1875rem;
  background-color: #F2F2F2;
  border-radius: 0.625rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4D4D4D;
}
.tab-rating .btn-star i, .tab-rating .btn-write-review i {
  color: #008B67;
}
.tab-rating .btn-star {
  letter-spacing: -0.15em;
}
.tab-rating .btn-star span {
  letter-spacing: 0;
  margin-left: 0.3125rem;
}
.tab-rating .btn-star:hover, .tab-rating .btn-star.current {
  background-color: #008B67;
  color: #fff;
}
.tab-rating .btn-star:hover i, .tab-rating .btn-star.current i {
  color: #fff;
}
.tab-rating .btn-write-review {
  padding: 0 1.375rem;
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  background-color: #EF5268;
  color: #FFFFFF;
}
.tab-rating .btn-write-review:hover {
  background-color: #008B67;
}

.commentBox .pagination-nav {
  margin-top: 1.25rem;
}

.commentBox__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentBox__item {
  border-top: 1px solid #F7F7F7;
  padding: 1.875rem 0;
}
.commentBox__item:last-child {
  border-bottom: 1px solid #F7F7F7;
}

.commentBox__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}
.commentBox__user .avatar-user {
  width: 3rem;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #DCDDD1;
}
.commentBox__user .avatar-user:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.commentBox__user .name-user {
  width: calc(100% - 48px);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #333333;
  margin: 0;
  padding-left: 1rem;
}
.commentBox__user .name-user small {
  display: block;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #999999;
  margin-top: 0.1875rem;
}
@media (min-width: 1600px) {
  .commentBox__user .name-user {
    font-size: 0.9375rem;
  }
  .commentBox__user .name-user small {
    font-size: 0.875rem;
  }
}

.commentBox__content {
  padding-left: 4rem;
}

.commentBox__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: -0.01em;
  color: #333333;
}
.commentBox__title span {
  color: #008B67;
  margin-right: 0.3125rem;
}
@media (min-width: 1600px) {
  .commentBox__title {
    font-size: 1rem;
  }
}

.commentBox__text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4D4D4D;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .commentBox__text {
    font-size: 0.9375rem;
  }
}

.commentBox__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.875rem;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.commentBox__img li {
  width: 33.333333%;
  padding: 0.125rem;
}
.commentBox__img li a {
  display: block;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
.commentBox__img li a:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.commentBox__img li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1600px) {
  .commentBox__img {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .commentBox__img li {
    max-width: 8.125rem;
    width: 100%;
    padding: 0.25rem;
  }
}

@media (min-width: 768px) {
  .commentBox__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5625rem 0;
  }

  .commentBox__user {
    width: 35%;
  }

  .commentBox__content {
    width: 65%;
    padding-left: 1.25rem;
  }
}
.cartList {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
}
.cartList .table {
  width: 100%;
  table-layout: fixed;
}
.cartList .table thead th {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #808080;
	border: 0;
}
@media (max-width: 767.98px) {
  .cartList .table thead th,
.cartList .table tbody td,
.cartList .table tfoot td {
    padding: 0.75rem 0.625rem;
  }
  .cartList .table thead th:nth-child(2),
.cartList .table tbody td:nth-child(2) {
    display: none;
  }
  .cartList .table thead th:nth-child(3),
.cartList .table tbody td:nth-child(3) {
    text-align: right;
  }
  .cartList .table thead th:nth-child(1) {
    width: 65%;
  }
  .cartList .table thead th:nth-child(3) {
    width: 35%;
  }
  .cartList .table tbody td {
    vertical-align: top;
  }
  .cartList .table tfoot tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100vw - 36px);
  }
  .cartList .table tfoot tr td {
    display: block;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cartList .table thead th {
    font-weight: 500;
    color: #808080;
  }
  .cartList .table thead th:nth-child(1) {
    width: 40%;
  }
  .cartList .table thead th:nth-child(2), .cartList .table thead th:nth-child(3) {
    width: 30%;
  }
  .cartList .table thead th:nth-child(2), .cartList .table thead th:nth-child(3),
.cartList .table tbody td:nth-child(2),
.cartList .table tbody td:nth-child(3) {
    text-align: right;
  }
  .cartList .table thead th,
.cartList .table tbody td,
.cartList .table tfoot td {
    padding: 1rem 0.9375rem;
  }
  .cartList .table thead th:nth-child(1),
.cartList .table tbody td:nth-child(1),
.cartList .table tfoot td:nth-child(1) {
    padding-left: 2.5rem;
  }
  .cartList .table thead th:nth-child(3),
.cartList .table tbody td:nth-child(3),
.cartList .table tfoot td:nth-child(2) {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .cartList .table thead th {
    font-size: 0.8125rem;
  }
  .cartList .table thead th:nth-child(1) {
    width: 50%;
  }
  .cartList .table thead th:nth-child(2), .cartList .table thead th:nth-child(3) {
    width: 25%;
  }
  .cartList .table thead th:nth-child(1),
.cartList .table tbody td:nth-child(1),
.cartList .table tfoot td:nth-child(1) {
    padding-left: 3.75rem;
  }
  .cartList .table thead th:nth-child(3),
.cartList .table tbody td:nth-child(3),
.cartList .table tfoot td:nth-child(2) {
    padding-right: 3.75rem;
  }
}
.cartList .table tbody tr {
  position: relative;
  border-bottom: 1px solid #F5F5F5;
}
.cartList .table tbody tr:first-child {
  border-top: 1px solid #F5F5F5;
}
.cartList .table tbody tr td:nth-child(3) {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #EF5268;
}
@media (min-width: 768px) {
  .cartList .table tbody tr td:nth-child(3) {
    font-size: 0.9375rem;
  }
}
.cartList .table tfoot td:nth-child(2) {
  text-align: right;
}
.cartList .table .btn-back,
.cartList .table .btn-update {
  display: inline-block;
  font-weight: bold;
  font-size: 0.75rem;
  color: #4D4D4D;
  line-height: 1;
}
.cartList .table .btn-back i,
.cartList .table .btn-update i {
  vertical-align: middle;
}
@media (min-width: 992px) {
  .cartList .table .btn-back,
.cartList .table .btn-update {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .cartList .table .btn-back,
.cartList .table .btn-update {
    font-size: 1rem;
  }
}
.cartList .table .btn-back i {
  margin-right: 0.3125rem;
}
.cartList .table .btn-back:hover {
  color: #EF5268;
}
.cartList .table .btn-update {
  color: #EF5268;
	background: transparent;
	border: 0;
	outline: 0;
}
.cartList .table .btn-update:hover {
  color: #008B67;
}
.cartList .table .delete-sp {
  color: #666666;
  cursor: pointer;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cartList .table .delete-sp:hover {
  color: #EF5268;
}
@media (max-width: 767.98px) {
  .cartList .table .delete-sp {
    display: block;
    width: 0.9375rem;
    margin-left: auto;
    margin-top: 0.625rem;
  }
}
@media (min-width: 768px) {
  .cartList .table .delete-sp {
    position: absolute;
    top: 50%;
    left: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .cartList .table .delete-sp {
    left: 1.875rem;
  }
}
.cartList .table .amountInput {
  margin-top: 0.625rem;
  max-width: 4.875rem;
}
.cartList .table .amountInput .form-control {
  background-color: transparent;
  border-color: transparent;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.9375rem;
  padding: 0 1.375rem;
}
.cartList .table .amountInput .qtyminus,
.cartList .table .amountInput .qtyplus {
  width: 1.375rem;
  height: 1.375rem;
	border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 0.5625rem;
  background-color: #F2F2F2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cartList .table .amountInput .qtyminus:hover,
.cartList .table .amountInput .qtyplus:hover {
  background-color: #EF5268;
  color: #fff;
}
@media (min-width: 768px) {
  .cartList .table .amountInput {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .cartList .table .amountInput {
    width: 3.75rem;
  }
  .cartList .table .amountInput .form-control {
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 1.125rem;
    font-size: 0.8125rem;
  }
  .cartList .table .amountInput .qtyminus,
.cartList .table .amountInput .qtyplus {
    width: 1.125rem;
    height: 1.125rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .cartList .table .amountInput {
    margin-left: auto;
  }
}

.cartList__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cartList__info .f-img {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  width: 40%;
}
.cartList__info .f-img:after {
  content: "";
  display: block;
  padding-top: 67.7%;
}
.cartList__info .f-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cartList__info .f-body {
  width: 60%;
  padding-left: 0.625rem;
}
.cartList__info .f-title {
  font-size: 0.8125rem;
  line-height: 1.38;
  color: #333333;
}
.cartList__info .f-title a:hover {
  color: #EF5268;
}
.cartList__info .f-price {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  color: #666666;
  margin: 0;
}
@media (min-width: 1600px) {
  .cartList__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cartList__info .f-body {
    padding-left: 1.25rem;
  }
  .cartList__info .f-title {
    font-size: 1rem;
  }
  .cartList__info .f-price {
    font-size: 0.875rem;
  }
}

.checkoutBox__title {
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 1.375rem;
}
.checkoutBox__title.style-login p {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
  margin: 0;
  margin-top: 0.375rem;
}
.checkoutBox__title.style-login p a {
  font-weight: bold;
  color: #008C69;
}
.checkoutBox__title.style-login p a:hover {
  color: #EF5268;
}
@media (min-width: 768px) {
  .checkoutBox__title {
    font-size: 1.25rem;
  }
  .checkoutBox__title.style-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .checkoutBox__title.style-login p {
    margin-left: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .checkoutBox__title {
    font-size: 1.5rem;
  }
  .checkoutBox__title.style-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .checkoutBox__title.style-login p {
    font-size: 0.9375rem;
    margin-left: 0.9375rem;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .checkoutBox__formAddDiaChi {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
    border-radius: 0.625rem;
    padding: 2.5rem 1.875rem;
  }
}

.checkoutBox__collapse {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.checkoutBox__collapse .collapseItem {
  padding: 1.125rem 1.25rem;
}
.checkoutBox__collapse .collapseItem:not(:last-child) {
  border-bottom: 1px solid #F2F2F2;
}
.checkoutBox__collapse .collapseItem__content:not(.show) {
  display: none;
}
.checkoutBox__collapse .collapseItem__body {
  padding-top: 0.75rem;
  padding-left: 1.5625rem;
}
.checkoutBox__collapse .collapseItem__text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #666666;
  max-width: 36.25rem;
}
.checkoutBox__collapse .collapseItem__text ul {
  margin-left: -0.9375rem;
}
.checkoutBox__collapse .collapseItem__text ul > li + li {
  margin-top: 0.625rem;
}
.checkoutBox__collapse .collapseItem__text ul ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkoutBox__collapse .collapseItem__text ul ol .badges-2 {
  background-color: #F2F2F2;
  color: #808080;
  cursor: pointer;
}
.checkoutBox__collapse .collapseItem__text ul ol .badges-2:hover {
  background-color: #EF5268;
  color: #fff;
}
@media (min-width: 1260px) {
  .checkoutBox__collapse .collapseItem__text {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .checkoutBox__collapse .collapseItem__text {
    font-size: 0.9375rem;
  }
}
.checkoutBox__collapse .collapseItem__selectVISA .f-text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0.4375rem;
}
@media (max-width: 767.98px) {
  .checkoutBox__collapse .collapseItem__selectVISA .col-xl-6:nth-child(2) {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .checkoutBox__collapse .collapseItem__selectVISA .f-text {
    font-size: 0.9375rem;
  }
}

.checkoutBox__address {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
  padding: 1.25rem;
}
.checkoutBox__address .item-header {
  position: absolute;
  top: -0.9375rem;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.checkoutBox__address .item-header a {
  display: inline-block;
  vertical-align: top;
  font-family: "Sarabun", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: right;
  color: #EF5268;
  margin-left: 0.75rem;
}
.checkoutBox__address .item-header a:hover {
  text-decoration: underline;
}
.checkoutBox__address .item-header a:not(:first-child) {
  border-left: 1px solid #D9D9D9;
  padding-left: 0.75rem;
}
@media (max-width: 767.98px) {
  .checkoutBox__address .item-header a span {
    display: none;
  }
}
@media (min-width: 1600px) {
  .checkoutBox__address .item-header a {
    font-size: 1rem;
  }
}
.checkoutBox__address .checkboxAddress {
  max-width: 80%;
}
@media (min-width: 1600px) {
  .checkoutBox__address .checkboxAddress {
    max-width: 60%;
  }
}
.checkoutBox__address .item-addressDefault .checkboxAddress {
  cursor: default;
}
.checkoutBox__address .item-addressDefault .checkboxAddress .checkbox__inner {
  display: block;
  padding-left: 0;
}
.checkoutBox__address .item-addressDefault .checkboxAddress .checkbox__inner .f-check {
  display: none;
}
.checkoutBox__address .item-addressDefault .checkboxAddress .checkbox__inner .f-content {
  width: 100%;
}
.checkoutBox__address .item-addressSelect .checkboxAddress + .checkboxAddress {
  margin-top: 0.875rem;
}
.checkoutBox__address .btn-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.checkoutBox__address .btn-footer .btn {
  height: 2.1875rem;
  line-height: 2.1875rem;
  padding: 0 1.25rem;
}
.checkoutBox__address .btn-footer .btn, .checkoutBox__address .btn-footer .btn-link {
  font-family: "Sarabun", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}
.checkoutBox__address .btn-footer .btn-link {
  color: #4D4D4D;
  margin-left: 0.75rem;
}
.checkoutBox__address .btn-footer .btn-link:hover {
  color: #EF5268;
}

.productCart-sidebar {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
  margin-bottom: 1.0625rem;
}
.productCart-sidebar .fix-scroll {
  max-height: 15.3125rem;
  overflow: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.productCart-sidebar .fix-scroll::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 768px) {
  .productCart-sidebar .fix-scroll::-webkit-scrollbar {
    width: 6px;
  }
}
.productCart-sidebar .fix-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.productCart-sidebar .fix-scroll::-webkit-scrollbar-thumb {
  background: #DADADA;
  border-radius: 0.625rem;
  max-height: 5rem;
}
.productCart-sidebar .fix-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.productCart-sidebar .item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.productCart-sidebar .item-list li {
  padding: 0 1.25rem;
}
.productCart-sidebar .item-list li:last-child .item-inner {
  border-bottom: transparent;
}
@media (min-width: 768px) {
  .productCart-sidebar .item-list li {
    padding: 0 2rem;
  }
}
.productCart-sidebar .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.125rem 0;
  border-bottom: 1px solid #EDEDED;
}
.productCart-sidebar .item-title {
  width: 60%;
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.38;
  padding-right: 0.9375rem;
}
@media (min-width: 768px) {
  .productCart-sidebar .item-title {
    font-size: 1rem;
  }
}
.productCart-sidebar .item-body {
  width: 40%;
  line-height: 1;
  font-weight: 500;
  text-align: right;
}
.productCart-sidebar .item-price {
  font-size: 0.8125rem;
  color: #4D4D4D;
  margin: 0;
}
.productCart-sidebar .item-sl {
  font-size: 0.75rem;
  margin: 0;
  margin-top: 0.3125rem;
  color: #666666;
}
@media (min-width: 1260px) {
  .productCart-sidebar .item-price {
    font-size: 0.9375rem;
  }
  .productCart-sidebar .item-sl {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .productCart-sidebar .item-title {
    width: 50%;
  }
  .productCart-sidebar .item-body {
    width: 50%;
  }
}

.customerPolicy {
  position: relative;
  height: 100%;
  padding-bottom: 0.8125rem;
}
@media (max-width: 767.98px) {
  .customerPolicy {
    min-height: 18.75rem;
  }
}
@media (min-width: 768px) {
  .customerPolicy {
    padding-bottom: 1.25rem;
  }
}

.customerPolicy__icon {
  position: absolute;
  z-index: 1;
}
.customerPolicy__icon img {
  width: 100%;
}

.customerPolicy__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
}
.customerPolicy__inner .bg {
  z-index: -2;
  border-radius: 0.9375rem;
  background-color: #008B67;
  overflow: hidden;
}
@media (min-width: 1260px) {
  .customerPolicy__inner .bg {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .customerPolicy__inner {
    padding: 3.125rem 2.8125rem;
  }
}

.customerPolicy__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  padding-bottom: 1.0625rem;
  margin-bottom: 1.25rem;
}

.customerPolicy__title {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1600px) {
  .customerPolicy__title {
    font-size: 1.5rem;
  }
}

.customerPolicy__number {
  font-family: "Sarabun", sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1600px) {
  .customerPolicy__number {
    font-size: 1.1875rem;
  }
}

.customerPolicy__text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1599.98px) {
  .customerPolicy__text {
    font-size: 0.875rem;
  }
}

.customerPolicy.style-1 .customerPolicy__icon {
  top: 0;
  -webkit-transform: translateY(-97%);
          transform: translateY(-97%);
  max-width: 32%;
}
@media (max-width: 767.98px) {
  .customerPolicy.style-1 .customerPolicy__icon {
    right: 5%;
  }
}
@media (min-width: 768px) {
  .customerPolicy.style-1 .customerPolicy__icon {
    left: 9%;
    max-width: 24%;
  }
}

.customerPolicy.style-2 .customerPolicy__icon {
  bottom: 0;
  right: 9%;
  max-width: 17%;
}

.customerPolicy.style-3 .customerPolicy__icon {
  top: 0;
  right: 9%;
  max-width: 25%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
}

.cardInfo {
  height: 100%;
}

.cardInfo__inner {
  height: 100%;
  background-color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}

.cardInfo__header {
  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;
  height: 3.625rem;
  text-align: center;
  background-color: #EF5268;
}

.cardInfo__title {
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.cardInfo__body {
  padding: 1.375rem 2.5rem 3.75rem;
}

.cardInfo__price {
  text-align: center;
  color: #008B67;
  margin-bottom: 1.875rem;
}
.cardInfo__price .f-subtitle {
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 0.3125rem;
}
.cardInfo__price .f-price {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: inherit;
	min-height: 62px;
}

.cardInfo__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cardInfo__list li {
  position: relative;
  padding-left: 1.5625rem;
  font-size: 1rem;
  color: #595959;
  line-height: 1.44;
}
.cardInfo__list li span {
  color: #008B67;
  position: absolute;
  top: 0.1875rem;
  left: 0;
}
.cardInfo__list li + li {
  margin-top: 1.25rem;
}

.cardInfo__footer {
  margin-top: 2.8125rem;
}
.cardInfo__footer img {
  width: 100%;
}

.accordion__panel {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 0 1.5625rem;
}
@media (min-width: 992px) {
  .accordion__panel {
    padding: 0 2.8125rem;
  }
}
.accordion__panel + .accordion__panel {
  margin-top: 0.875rem;
}
.accordion__panel:not(.show) .accordion__title:after {
  content: "\e91c";
}
.accordion__panel:not(.show) .accordion__content {
  display: none;
}

.accordion__title {
  position: relative;
  font-size: 1.125rem;
  color: #1A1A1A;
  padding: 1.375rem 0;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion__title:after {
  content: "\e919";
  font-family: "iconTony";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.75rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .accordion__title {
    font-size: 1.25rem;
    padding: 1.5625rem 0;
  }
}

.accordion__title,
.accordion__text {
  padding-right: 1.25rem;
}
@media (min-width: 992px) {
  .accordion__title,
.accordion__text {
    padding-right: 2.1875rem;
  }
}

.accordion__text {
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.43;
  color: #595959;
  padding-bottom: 0.625rem;
}
.accordion__text p:last-child {
  margin-bottom: 0;
}
.accordion__text ul {
  margin-left: -0.9375rem;
}
.accordion__text ul li + li {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .accordion__text {
    font-size: 1rem;
  }
}

.departmentBox {
  height: 100%;
}

.departmentBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 1260px) {
  .departmentBox__inner {
    border-radius: 1.25rem;
  }
}

.departmentBox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #EF5268;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5625rem 1.75rem 2.5rem;
}
@media (min-width: 1600px) {
  .departmentBox__body {
    padding: 1.875rem 3rem 3.125rem;
  }
}

.departmentBox__title {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
}

.departmentBox__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  margin-bottom: 1.875rem;
}
@media (min-width: 1260px) {
  .departmentBox__text {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .departmentBox__text {
    font-size: 0.9375rem;
    margin-bottom: 3.125rem;
  }
}

.departmentBox__grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.departmentBox__btn .btn {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0.625rem;
}
.departmentBox__btn .btn:hover {
  background-color: #fff;
  color: #EF5268;
}
@media (max-width: 1599.98px) {
  .departmentBox__btn .btn {
    font-size: 0.75rem;
    padding: 0 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .departmentBox__btn .btn {
    font-size: 0.875rem;
  }
}

.department-list .item-list .item {
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  padding: 1.25rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .department-list .item-list .item {
    padding: 1.5625rem 1.875rem;
  }
}
.department-list .item-list .item__inner {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #808080;
}
.department-list .item-list .item__inner .tb-b {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .department-list .item-list .item__inner .tb-b {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) {
  .department-list .item-list .item__inner .tb-b {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .department-list .item-list .item__inner .tb-b {
    font-size: 1.25rem;
  }
}
.department-list .item-list .item__inner .tb-e a {
  display: inline-block;
  color: #EF5268;
  padding: 0.3125rem 0;
}
@media (max-width: 767.98px) {
  .department-list .item-list .item__inner {
    position: relative;
    padding-left: 5.3125rem;
    padding-right: 1.875rem;
  }
  .department-list .item-list .item__inner .tb-a {
    position: absolute;
    top: 0;
    left: 0;
  }
  .department-list .item-list .item__inner .tb-e {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .department-list .item-list .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .department-list .item-list .item__inner .tb-a,
.department-list .item-list .item__inner .tb-b,
.department-list .item-list .item__inner .tb-c,
.department-list .item-list .item__inner .tb-d {
    padding-right: 0.9375rem;
  }
  .department-list .item-list .item__inner .tb-a {
    width: 13%;
  }
  .department-list .item-list .item__inner .tb-b {
    width: 34%;
    margin-bottom: 0;
  }
  .department-list .item-list .item__inner .tb-c {
    width: 22%;
  }
  .department-list .item-list .item__inner .tb-d {
    width: 25%;
  }
  .department-list .item-list .item__inner .tb-e {
    width: 6%;
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .department-list .item-list .item__inner {
    font-size: 0.9375rem;
  }
}
.department-list .item-btn .btn {
  display: block;
  text-align: center;
  background-color: #008C69;
  font-size: 1rem;
  height: 3.625rem;
  line-height: 3.625rem;
}
.department-list .item-btn .btn:hover {
  background-color: #EF5268;
}
@media (min-width: 1600px) {
  .department-list .item-btn .btn {
    height: 4.625rem;
    line-height: 4.625rem;
  }
}

.sec-hero {
  background-color: #008C69;
  padding: 0;
}
.sec-hero .item-wrap {
  position: relative;
}
.sec-hero .item-wrap:after {
  content: "";
  display: block;
  padding-top: 224%;
}
@media (min-width: 768px) {
  .sec-hero .item-wrap:after {
    padding-top: 43.75%;
  }
}
.sec-hero .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-hero .item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sec-hero .item-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-hero .item-bg svg {
  width: 100%;
  height: 100%;
}
.sec-hero .item-bg svg .path-1, .sec-hero .item-bg svg .path-2, .sec-hero .item-bg svg .path-3, .sec-hero .item-bg svg .path-4, .sec-hero .item-bg svg .path-5, .sec-hero .item-bg svg .path-6, .sec-hero .item-bg svg .path-7 {
  opacity: 0;
  visibility: hidden;
}
.sec-hero .item-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  top: 6.875rem;
}
@media (min-width: 768px) {
  .sec-hero .item-inner {
    top: 0;
  }
}
.sec-hero .item-content {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .sec-hero .item-content {
    margin-top: 1.875rem;
    margin-right: -30%;
  }
}
@media (min-width: 1260px) {
  .sec-hero .item-content {
    margin-top: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .sec-hero .item-content {
    margin-top: 5.625rem;
  }
}
.sec-hero .item-title {
  font-size: 2.75rem;
  line-height: 1.09;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-hero .item-title {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-hero .item-title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1350px) {
  .sec-hero .item-title {
    font-size: 4.375rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .sec-hero .item-title {
    font-size: 5.75rem;
    margin-bottom: 4.6875rem;
  }
}
.sec-hero .item-btn .btn:hover {
  background-color: #fff;
  color: #EF5268;
}
.sec-hero .item-img {
  position: relative;
  margin-top: 5.9375rem;
}
@media (min-width: 768px) {
  .sec-hero .item-img {
    margin: 0;
    margin-bottom: -10%;
  }
}
@media (min-width: 1260px) {
  .sec-hero .item-img {
    margin-right: -19%;
    margin-left: -3%;
    margin-bottom: -12%;
  }
}
.sec-hero .item-img span {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.sec-hero .item-img span:not(.sharp-1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-hero .item-img span img {
  width: 100%;
}

.sec-marquee {
  padding: 1.25rem 0;
}
@media (min-width: 1350px) {
  .sec-marquee {
    padding: 1.875rem 0;
  }
}
.sec-marquee .item-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sec-marquee .item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.sec-marquee .item-list li {
  font-family: "Sarabun", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #008B67;
}
.sec-marquee .item-list li:after {
  content: "\e90d";
  font-family: "iconTony";
  font-size: 50%;
  margin: 0 0.625rem;
}
@media (min-width: 768px) {
  .sec-marquee .item-list li {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .sec-marquee .item-list li {
    font-size: 1.5625rem;
  }
  .sec-marquee .item-list li:after {
    margin: 0 0.9375rem;
  }
}
@media (min-width: 1260px) {
  .sec-marquee .item-list li {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .sec-marquee .item-list li {
    font-size: 2.75rem;
  }
  .sec-marquee .item-list li:after {
    margin: 0 1.5625rem;
  }
}

.sec-videoIntro {
  padding-bottom: 0;
  padding-top: 3.75rem;
  background-color: #084632;
}
.sec-videoIntro .item-inner {
  position: relative;
}
@media (min-width: 768px) {
  .sec-videoIntro {
    padding-top: 6.25rem;
  }
  .sec-videoIntro .item-inner {
    padding-top: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-videoIntro {
    padding-top: 14.375rem;
  }
  .sec-videoIntro .item-inner {
    padding-top: 3.75rem;
  }
}
.sec-videoIntro .item-animate {
  position: relative;
  margin-top: 35px;
}
.sec-videoIntro .item-animate span {
  display: block;
}
.sec-videoIntro .item-animate span img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.sec-videoIntro .item-animate span:not(.sharp-1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-videoIntro .item-animate .sharp-1 img {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .sec-videoIntro .item-animate .sharp-6 {
    -webkit-transform: scale(1.3) translate(3%, 10%);
            transform: scale(1.3) translate(3%, 10%);
    top: 13%;
    left: 4%;
  }
}
@media (min-width: 768px) {
  .sec-videoIntro .item-animate {
    margin-left: -5%;
    margin-right: -2%;
  }
}
@media (max-width: 767.98px) {
  .sec-videoIntro .text-wrap .text-1 {
    max-width: 62%;
  }
  .sec-videoIntro .text-wrap .text-2 {
    max-width: 74%;
    margin-left: auto;
    margin-top: 17px;
  }
  .sec-videoIntro .text-wrap .text-3 {
    position: absolute;
    bottom: 22%;
    left: -3%;
    max-width: 43%;
  }
}
.sec-videoIntro .text-wrap .text-3 {
  z-index: 5;
}
@media (min-width: 768px) {
  .sec-videoIntro .text-wrap .text-1, .sec-videoIntro .text-wrap .text-2, .sec-videoIntro .text-wrap .text-3 {
    position: absolute;
  }
  .sec-videoIntro .text-wrap .text-1 img, .sec-videoIntro .text-wrap .text-2 img, .sec-videoIntro .text-wrap .text-3 img {
    width: 100%;
  }
  .sec-videoIntro .text-wrap .text-1 {
    top: 0;
    left: 0;
    top: 3%;
    left: 2%;
    max-width: 34%;
  }
  .sec-videoIntro .text-wrap .text-2 {
    top: 11%;
    right: 2%;
    max-width: 32%;
  }
  .sec-videoIntro .text-wrap .text-3 {
    bottom: 34%;
    left: 4%;
    max-width: 20%;
  }
}
.sec-videoIntro .sharp-wrap .sharp-1, .sec-videoIntro .sharp-wrap .sharp-2, .sec-videoIntro .sharp-wrap .sharp-3, .sec-videoIntro .sharp-wrap .sharp-4 {
  position: absolute;
}
@media (max-width: 575.98px) {
  .sec-videoIntro .sharp-wrap .sharp-1 {
    bottom: 51%;
    left: 34%;
    max-width: 11%;
  }
  .sec-videoIntro .sharp-wrap .sharp-2 {
    bottom: 27%;
    right: 0;
    max-width: 13%;
  }
  .sec-videoIntro .sharp-wrap .sharp-3 {
    bottom: 41%;
    left: 8%;
    max-width: 13%;
  }
  .sec-videoIntro .sharp-wrap .sharp-4 {
    bottom: 45%;
    right: 4%;
    max-width: 12%;
  }
}
@media (min-width: 768px) {
  .sec-videoIntro .sharp-wrap .sharp-1 {
    top: 27%;
    left: 20%;
    max-width: 8%;
  }
  .sec-videoIntro .sharp-wrap .sharp-2 {
    top: 35%;
    right: 13%;
    max-width: 9%;
  }
  .sec-videoIntro .sharp-wrap .sharp-3 {
    bottom: 8%;
    left: 0%;
    max-width: 10%;
  }
  .sec-videoIntro .sharp-wrap .sharp-4 {
    bottom: 12%;
    right: 3%;
    max-width: 9%;
  }
}
.sec-videoIntro .sharp-wrap.effect .sharp-1 {
  -webkit-animation: upDown 4s infinite;
          animation: upDown 4s infinite;
}
.sec-videoIntro .sharp-wrap.effect .sharp-2 {
  -webkit-animation: upDown 4s infinite;
          animation: upDown 4s infinite;
}
.sec-videoIntro .sharp-wrap.effect .sharp-3 {
  animation: upDown 4s infinite reverse;
}
.sec-videoIntro .sharp-wrap.effect .sharp-4 {
  animation: upDown 4s infinite reverse;
}

@-webkit-keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
.sec-categoryFed {
  background-color: #008C69;
}
@media (min-width: 1600px) {
  .sec-categoryFed {
    padding-top: 9.375rem;
  }
}
.sec-categoryFed .item-header {
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .sec-categoryFed .item-header {
    margin-bottom: 2.8125rem;
  }
}
.sec-categoryFed .item__title {
  font-size: 1.875rem;
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-categoryFed .item__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .sec-categoryFed .item__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .sec-categoryFed .item__title {
    font-size: 2.75rem;
  }
}
.sec-categoryFed .item__btn {
  text-align: right;
}
.sec-categoryFed .item__btn .btn,
.sec-salesAgent .title__btn .btn {
  background-color: #fff;
  color: #EF5268;
}
.sec-categoryFed .item__btn .btn:hover,
.sec-salesAgent .title__btn .btn:hover {
  color: #008B67;
}
.sec-categoryFed .slide-buttonCustom .slide-buttonCustom-prev,
.sec-categoryFed .slide-buttonCustom .slide-buttonCustom-next {
  position: absolute;
  top: 50%;
  background-color: #CCC;
  color: #fff;
  z-index: 3;
}
.sec-categoryFed .slide-buttonCustom .slide-buttonCustom-prev:hover,
.sec-categoryFed .slide-buttonCustom .slide-buttonCustom-next:hover {
  background-color: #EF5268;
}
.sec-categoryFed .slide-buttonCustom .slide-buttonCustom-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec-categoryFed .slide-buttonCustom .slide-buttonCustom-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.sec-categoryFed .swiper-fix {
  position: relative;
}
.sec-categoryFed .swiper-fix .swiper {
  position: static;
}
@media (max-width: 767.98px) {
  .sec-categoryFed .swiper-fix {
    margin-right: -1.125rem;
  }
  .sec-categoryFed .swiper-fix .swiper .swiper-slide {
    width: 18.125rem !important;
  }
  .sec-categoryFed .swiper-fix .swiper .slide-buttonCustom {
    display: none;
  }
}

.sec-salesAgent {
  background-color: #008C69;
  padding-bottom: 0;
  overflow: hidden;
}
.sec-salesAgent .title__subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.sec-salesAgent .title__title {
  font-size: 2.25rem;
  line-height: 1.17;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .sec-salesAgent .title__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1600px) {
  .sec-salesAgent .title__title {
    font-size: 4rem;
  }
}
.sec-salesAgent .title__btn {
  margin-top: 2.1875rem;
}
.sec-salesAgent .title__btn .btn-link {
  color: #fff;
}
@media (min-width: 1260px) {
  .sec-salesAgent .title__btn {
    margin-top: 4.0625rem;
  }
}
@media (min-width: 768px) {
  .sec-salesAgent .item-wrap {
    position: absolute;
    z-index: 2;
    bottom: 20%;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1260px) {
  .sec-salesAgent .item-wrap {
    bottom: 30%;
  }
}
.sec-salesAgent .item-img {
  max-width: 110%;
  margin-left: auto;
  margin-top: 6.25rem;
  -webkit-transform: translateX(8%);
          transform: translateX(8%);
}
.sec-salesAgent .item-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-salesAgent .item-img {
    max-width: 60%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .sec-salesAgent .item-img {
    max-width: 53%;
    -webkit-transform: none;
            transform: none;
  }
}
.sec-salesAgent .item-sharp .sharp-1,
.sec-salesAgent .item-sharp .sharp-2,
.sec-salesAgent .item-sharp .sharp-3,
.sec-salesAgent .item-sharp .sharp-4,
.sec-salesAgent .item-sharp .sharp-5,
.sec-salesAgent .item-sharp .sharp-6,
.sec-salesAgent .item-sharp .sharp-7,
.sec-salesAgent .item-sharp .sharp-8 {
  position: absolute;
  z-index: -1;
}
.sec-salesAgent .item-sharp .sharp-1 span,
.sec-salesAgent .item-sharp .sharp-2 span,
.sec-salesAgent .item-sharp .sharp-3 span,
.sec-salesAgent .item-sharp .sharp-4 span,
.sec-salesAgent .item-sharp .sharp-5 span,
.sec-salesAgent .item-sharp .sharp-6 span,
.sec-salesAgent .item-sharp .sharp-7 span,
.sec-salesAgent .item-sharp .sharp-8 span {
  display: block;
}
@media (max-width: 767.98px) {
  .sec-salesAgent .item-sharp .sharp-1 {
    bottom: 39%;
    max-width: 21%;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    left: 12%;
  }
}
@media (min-width: 768px) {
  .sec-salesAgent .item-sharp .sharp-1 {
    top: 7%;
    left: 30%;
    max-width: 11%;
  }
}
@media (max-width: 767.98px) {
  .sec-salesAgent .item-sharp .sharp-2 {
    top: 0;
    right: 0;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .sec-salesAgent .item-sharp .sharp-2 {
    bottom: 4%;
    left: 20%;
    max-width: 5%;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
@media (max-width: 767.98px) {
  .sec-salesAgent .item-sharp .sharp-3 {
    bottom: 37%;
    left: 6%;
    max-width: 8%;
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
}
@media (min-width: 768px) {
  .sec-salesAgent .item-sharp .sharp-3 {
    bottom: 5%;
    left: 30%;
    max-width: 11%;
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
}
@media (max-width: 767.98px) {
  .sec-salesAgent .item-sharp .sharp-4 {
    top: 3%;
    left: 42%;
    max-width: 22%;
  }
}
@media (min-width: 768px) {
  .sec-salesAgent .item-sharp .sharp-4 {
    z-index: 3;
    top: 25%;
    left: 46%;
    max-width: 9%;
  }
}
.sec-salesAgent .item-sharp .sharp-5 {
  z-index: 3;
  right: 0;
}
@media (max-width: 767.98px) {
  .sec-salesAgent .item-sharp .sharp-5 {
    bottom: 45%;
    max-width: 35%;
    -webkit-transform: translateX(32%);
            transform: translateX(32%);
  }
}
@media (min-width: 768px) {
  .sec-salesAgent .item-sharp .sharp-5 {
    top: 2%;
    max-width: 18%;
  }
}
.sec-salesAgent .item-sharp .sharp-6 {
  z-index: 3;
  bottom: 0;
  right: 0;
  max-width: 45%;
  max-width: 62%;
  -webkit-transform: translate(52%, 51%);
          transform: translate(52%, 51%);
}
@media (min-width: 768px) {
  .sec-salesAgent .item-sharp .sharp-6 {
    max-width: 45%;
    -webkit-transform: translate(71%, 51%);
            transform: translate(71%, 51%);
  }
}
.sec-salesAgent .item-sharp .sharp-7 {
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .sec-salesAgent .item-sharp .sharp-7 {
    max-width: 34%;
    -webkit-transform: translate(-49%, -47%);
            transform: translate(-49%, -47%);
  }
}
@media (min-width: 768px) {
  .sec-salesAgent .item-sharp .sharp-7 {
    max-width: 21%;
    -webkit-transform: translate(-25%, 12%);
            transform: translate(-25%, 12%);
  }
}
.sec-salesAgent .item-sharp .sharp-8 {
  bottom: 0;
  left: 0;
  max-width: 27%;
  -webkit-transform: translate(-51%, 78%);
          transform: translate(-51%, 78%);
}
@media (max-width: 767.98px) {
  .sec-salesAgent .item-sharp .sharp-8 {
    display: none;
  }
}

.sec-treeALife .item-header {
  margin-bottom: 1.5625rem;
}
.sec-treeALife .item-btn {
  text-align: right;
}
.sec-treeALife .item-title,
.sec-videoIframe .item-title {
  font-size: 1.625rem;
  line-height: 1.11;
  letter-spacing: -0.01em;
  margin: 0;
}
@media (min-width: 992px) {
  .sec-treeALife .item-title,
	.sec-videoIframe .item-title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .sec-treeALife .item-title,
	.sec-videoIframe .item-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .sec-treeALife .item-content .postBox.style-half {
    min-height: 100%;
    height: 100%;
  }
  .sec-treeALife .item-content .postBox.style-half .postBox__inner {
    height: calc(100% - 20px);
  }
}
@media (min-width: 1260px) {
  .sec-treeALife .item-content .postBox.style-half {
    border-right: 1px solid #E6E6E6;
    padding-right: 1.25rem;
    margin-bottom: 0;
  }
  .sec-treeALife .item-content .postBox.style-half .postBox__inner {
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .sec-treeALife .item-content .postBox.style-half {
    padding-right: 1.875rem;
  }
}
.sec-treeALife .postBox,
.sec-treeALife .postMini {
  margin-bottom: 1.25rem;
}
@media (min-width: 1260px) {
  .sec-treeALife .postMini {
    margin-bottom: 0;
    margin-top: 1.25rem;
  }
}

.sec-imageGrid .item-grid {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 1260px) {
  .sec-imageGrid .item-grid {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
  }
}
.sec-imageGrid .item-grid .row {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.sec-imageGrid .item-grid .row [class*=col-] {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media (min-width: 1600px) {
  .sec-imageGrid .item-grid .row {
    margin-left: -0.6875rem;
    margin-right: -0.6875rem;
  }
  .sec-imageGrid .item-grid .row [class*=col-] {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
  }
}
.sec-imageGrid .imgBox {
  position: relative;
  background: #DDD6D6;
  overflow: hidden;
  border-radius: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1260px) {
  .sec-imageGrid .imgBox {
    border-radius: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .sec-imageGrid .imgBox {
    border-radius: 1.25rem;
    margin-bottom: 1.375rem;
  }
}
.sec-imageGrid .imgBox:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-imageGrid .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-imageGrid .imgBox__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EF5268;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-imageGrid .imgBox__logo .item-logo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 0.75rem;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sec-imageGrid .imgBox__logo .item-logo {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .sec-imageGrid .imgBox__logo .item-logo {
    font-size: 1.875rem;
  }
}
@media (min-width: 1350px) {
  .sec-imageGrid .imgBox__logo .item-logo {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1600px) {
  .sec-imageGrid .imgBox__logo .item-logo {
    font-size: 2.75rem;
  }
}

.sec-suMenh .title {
  margin-bottom: 4.0625rem;
}
@media (min-width: 768px) {
  .sec-suMenh .title {
    margin-bottom: 0;
  }
}
.sec-suMenh .title__subtitle {
  color: #EF5268;
}
.sec-suMenh .title__title {
  color: #0B5C43;
	font-weight: normal;
}
.sec-suMenh .title__title strong {
  font-weight: inherit;
  color: #EF5268;
}
.sec-suMenh .item-img {
  margin: 0;
}
.sec-suMenh .item-imgEffect {
  position: relative;
}
@media (min-width: 768px) {
  .sec-suMenh .item-imgEffect {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }
}
.sec-suMenh .item-imgEffect span {
  display: block;
}
.sec-suMenh .item-imgEffect span img {
  width: 100%;
}
.sec-suMenh .item-imgEffect .sharp-2,
.sec-suMenh .item-imgEffect .sharp-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-suMenh .item-imgEffect .sharp-4 {
  position: absolute;
}
@media (max-width: 767.98px) {
  .sec-suMenh .item-imgEffect .sharp-4 {
    top: 0;
    left: 0;
    max-width: 31%;
    -webkit-transform: translateY(-26%);
            transform: translateY(-26%);
  }
}
@media (min-width: 768px) {
  .sec-suMenh .item-imgEffect .sharp-4 {
    top: 15%;
    left: 0;
    max-width: 54%;
    -webkit-transform: translateX(-42%);
            transform: translateX(-42%);
  }
}
.sec-suMenh .item-imgEffect .sharp-5 {
  position: absolute;
}
@media (max-width: 767.98px) {
  .sec-suMenh .item-imgEffect .sharp-5 {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
}
@media (min-width: 768px) {
  .sec-suMenh .item-imgEffect .sharp-5 {
    bottom: 9%;
    right: 0;
    max-width: 49%;
    -webkit-transform: translateX(17%);
            transform: translateX(17%);
  }
}
.sec-suMenh .item-imgEffect .sharp-group,
.sec-suMenh .item-imgEffect .sharp-2,
.sec-suMenh .item-imgEffect .sharp-3,
.sec-suMenh .item-imgEffect .sharp-4 span,
.sec-suMenh .item-imgEffect .sharp-5 span {
  opacity: 0;
  visibility: hidden;
}

.sec-gtCotLoi {
  background-color: #FFF7F8;
}
.sec-gtCotLoi .title {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .sec-gtCotLoi .title {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .sec-gtCotLoi .title {
    margin-bottom: 5.9375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-gtCotLoi .title {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }
}

.sec-gtCotLoi__list .item__img {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-gtCotLoi__list .item__img {
    margin-bottom: 0;
  }
}
.sec-gtCotLoi__list .item__img span {
  display: block;
}
.sec-gtCotLoi__list .item__img .front {
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 1260px) {
  .sec-gtCotLoi__list .item__img .front {
    border-radius: 1.25rem;
  }
}
.sec-gtCotLoi__list .item__img .front img {
  width: 100%;
}
.sec-gtCotLoi__list .item__img .back {
  position: absolute;
}
@media (min-width: 992px) {
  .sec-gtCotLoi__list .item__body {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .sec-gtCotLoi__list .item__body {
    padding-left: 2.5rem;
  }
}
.sec-gtCotLoi__list .item__title {
  font-size: 1.25rem;
  line-height: 1.27;
  letter-spacing: -0.02em;
  color: #333333;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sec-gtCotLoi__list .item__title {
    font-size: 27px;
  }
}
@media (min-width: 1600px) {
  .sec-gtCotLoi__list .item__title {
    font-size: 1.875rem;
  }
}
.sec-gtCotLoi__list .item__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #4D4D4D;
  margin-bottom: 0;
  margin-top: 0.625rem;
}
@media (min-width: 992px) {
  .sec-gtCotLoi__list .item__text {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .sec-gtCotLoi__list .item__text {
    max-width: 23.125rem;
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .sec-gtCotLoi__list .item {
    margin-bottom: 4.0625rem;
  }
  .sec-gtCotLoi__list .item:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec-gtCotLoi__list .item:nth-child(even) .item__body {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .sec-gtCotLoi__list .item:nth-child(even) .row [class*=offset-lg-1] {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .sec-gtCotLoi__list .item:nth-child(even) .item__body {
    padding-left: 0;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .sec-gtCotLoi__list .item:nth-child(even) .item__body {
    padding-right: 2.5rem;
  }
  .sec-gtCotLoi__list .item:nth-child(even) .item__text {
    margin-left: auto;
  }
}
.sec-gtCotLoi__list .item-1 .item__img .back {
  bottom: 0;
  left: 0;
  max-width: 23%;
}
@media (min-width: 992px) {
  .sec-gtCotLoi__list .item-1 .item__img .back {
    max-width: 29%;
    -webkit-transform: translateX(-65%);
            transform: translateX(-65%);
  }
}
@media (min-width: 1600px) {
  .sec-gtCotLoi__list .item-1 .item__img .back {
    max-width: 37%;
  }
}
.sec-gtCotLoi__list .item-2 .item__img .back {
  bottom: 0;
  right: 0;
  max-width: 20%;
}
@media (min-width: 992px) {
  .sec-gtCotLoi__list .item-2 .item__img .back {
    max-width: 25%;
    -webkit-transform: translateX(82%);
            transform: translateX(82%);
  }
}
@media (min-width: 1600px) {
  .sec-gtCotLoi__list .item-2 .item__img .back {
    max-width: 30%;
  }
}
.sec-gtCotLoi__list .item-3 .item__img .back {
  top: 0;
  left: 0;
  max-width: 21%;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
@media (min-width: 992px) {
  .sec-gtCotLoi__list .item-3 .item__img .back {
    max-width: 30%;
  }
}
@media (min-width: 1600px) {
  .sec-gtCotLoi__list .item-3 .item__img .back {
    max-width: 38%;
  }
}
.sec-gtCotLoi__list .item-4 .item__img .back {
  top: 0;
  right: 0;
  max-width: 20%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media (min-width: 992px) {
  .sec-gtCotLoi__list .item-4 .item__img .back {
    max-width: 28%;
    -webkit-transform: translateY(-79%);
            transform: translateY(-79%);
  }
}
@media (min-width: 1600px) {
  .sec-gtCotLoi__list .item-4 .item__img .back {
    max-width: 37%;
  }
}
@media (max-width: 575.98px) {
  .sec-gtCotLoi__list {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  .sec-gtCotLoi__list .fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding: 1.875rem 1.125rem;
  }
  .sec-gtCotLoi__list .fix::-webkit-scrollbar {
    display: none;
  }
  .sec-gtCotLoi__list .item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 18.125rem;
    white-space: normal;
    background: #FFF7F8;
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
    border-radius: 0.625rem;
    overflow: hidden;
    padding: 3.125rem 1.5625rem 3.4375rem;
    text-align: center;
  }
  .sec-gtCotLoi__list .item:not(:last-child) {
    margin-right: 0.9375rem;
  }
}

.sec-lichSu {
  background-color: #008C69;
}
.sec-lichSu .item-sidebar {
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .sec-lichSu .item-sidebar {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .sec-lichSu .item-sidebar {
    margin-top: 2.1875rem;
  }
}
.sec-lichSu .item-sidebar .title__subtitle {
  color: #FFFFFF;
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .sec-lichSu .item-sidebar .title__subtitle {
    margin-bottom: 1.5625rem;
  }
}
.sec-lichSu .item-sidebar .swiper {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .sec-lichSu .item-sidebar .swiper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 768px) {
  .sec-lichSu .item-sidebar .swiper {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 768px) {
  .sec-lichSu .item-sidebar .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-lichSu .item-sidebar .swiper-slide {
  cursor: pointer;
}
.sec-lichSu .item-sidebar .swiper-slide p {
  position: relative;
  font-family: "Sarabun", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.sec-lichSu .item-sidebar .swiper-slide p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .sec-lichSu .item-sidebar .swiper-slide p {
    padding-top: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .sec-lichSu .item-sidebar .swiper-slide {
    padding: 0.9375rem 0;
  }
  .sec-lichSu .item-sidebar .swiper-slide p {
    padding-left: 1.375rem;
  }
  .sec-lichSu .item-sidebar .swiper-slide p:before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 767.98px) {
  .sec-lichSu .item-sidebar .swiper-slide {
    width: 9.375rem;
  }
  .sec-lichSu .item-sidebar .swiper-slide[data-index="0"], .sec-lichSu .item-sidebar .swiper-slide[data-index="1"] {
    width: 14.375rem;
  }
}
.sec-lichSu .item-sidebar .swiper-slide-active p {
  color: #fff;
}
.sec-lichSu .item-sidebar .swiper-slide-active p:before {
  opacity: 1;
}
.sec-lichSu .item-content {
  position: relative;
}
.sec-lichSu .item-content .item-body {
  margin-top: 1.5625rem;
}
@media (min-width: 1600px) {
  .sec-lichSu .item-content .item-body {
    margin-top: 4.0625rem;
  }
}
.sec-lichSu .item-content .item-title {
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media (min-width: 1600px) {
  .sec-lichSu .item-content .item-title {
    font-size: 1.5rem;
    margin-bottom: 1.4375rem;
  }
}
.sec-lichSu .item-content .item-img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.sec-lichSu .item-content .item-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-lichSu .item-content .item-img {
    border-radius: 0.9375rem;
  }
}
@media (min-width: 1350px) {
  .sec-lichSu .item-content .item-img {
    border-radius: 1.25rem;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .sec-lichSu .item-content .item-img {
    border-radius: 1.875rem;
    margin-right: 1.5625rem;
  }
}
.sec-lichSu .item-content .item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-lichSu .item-content .item-list li + li {
  margin-top: 0.8125rem;
}
.sec-lichSu .item-content .item-list span {
  display: block;
  font-family: "Sarabun", sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
}
.sec-lichSu .item-content .item-list p {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
@media (min-width: 1600px) {
  .sec-lichSu .item-content .item-list span, .sec-lichSu .item-content .item-list p {
    font-size: 1rem;
  }
}
.sec-lichSu .item-content .item-fixButton {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-lichSu .item-content .item-fixButton .slide-buttonCustom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: visible;
}
.sec-lichSu .item-content .item-fixButton .slide-buttonCustom .slide-buttonCustom-prev,
.sec-lichSu .item-content .item-fixButton .slide-buttonCustom .slide-buttonCustom-next {
  background-color: #00664D;
  color: #fff;
}
.sec-lichSu .item-content .item-fixButton .slide-buttonCustom .slide-buttonCustom-prev:hover,
.sec-lichSu .item-content .item-fixButton .slide-buttonCustom .slide-buttonCustom-next:hover {
  background-color: #fff;
  color: #00664D;
}
.sec-lichSu .item-content .item-fixButton .slide-buttonCustom .slide-buttonCustom-prev {
  margin-right: 0.75rem;
}
.sec-lichSu .item-yeah {
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: bold;
  font-size: 9.375rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.15);
  mix-blend-mode: lighten;
  opacity: 0.5;
  -webkit-transform: translateY(14%);
          transform: translateY(14%);
  pointer-events: none;
}
@media (min-width: 1350px) {
  .sec-lichSu .item-yeah {
    font-size: 11.25rem;
  }
}
@media (min-width: 1600px) {
  .sec-lichSu .item-yeah {
    font-size: 16rem;
  }
}

.sec-lvkdoanh .title {
  margin-bottom: 9.0625rem;
}
@media (min-width: 1260px) {
  .sec-lvkdoanh .title {
    margin-bottom: 10.9375rem;
  }
}
@media (min-width: 1600px) {
  .sec-lvkdoanh .title__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  .sec-lvkdoanh__content .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sec-lvkdoanh__content .row [class*=col-] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .sec-lvkdoanh__content .row {
    margin-left: -2.8125rem;
    margin-right: -2.8125rem;
  }
  .sec-lvkdoanh__content .row [class*=col-] {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
.sec-lvkdoanh__content .item-box {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .sec-lvkdoanh__content .item-box {
    margin-bottom: 0;
  }
}
.sec-lvkdoanh__content .item-box__img {
  display: block;
  position: relative;
  margin-bottom: 0.75rem;
}
@media (min-width: 1260px) {
  .sec-lvkdoanh__content .item-box__img {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .sec-lvkdoanh__content .item-box__img {
    margin-bottom: 1.5625rem;
  }
}
.sec-lvkdoanh__content .item-box__img .front {
  display: block;
  border-radius: 0.625rem;
  overflow: hidden;
}
.sec-lvkdoanh__content .item-box__img .front img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-lvkdoanh__content .item-box__img .front {
    border-radius: 1.25rem;
  }
}
.sec-lvkdoanh__content .item-box__img .icon-sharp {
  position: absolute;
  top: 0;
  right: 8%;
  max-width: 52%;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
.sec-lvkdoanh__content .item-box__img .icon-sharp img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-lvkdoanh__content .item-box__img .icon-sharp {
    max-width: 33%;
  }
}
.sec-lvkdoanh__content .item-box__title {
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #343434;
  margin: 0;
}
.sec-lvkdoanh__content .item-box__title a:hover {
  color: #EF5268;
}
@media (min-width: 1260px) {
  .sec-lvkdoanh__content .item-box__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .sec-lvkdoanh__content .item-box__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .sec-lvkdoanh__content .item-2 {
    margin-top: -3.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-lvkdoanh__content .item-2 {
    margin-top: -7.5rem;
  }
}
@media (min-width: 768px) {
  .sec-lvkdoanh__content .item-3 {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-lvkdoanh__content .item-3 {
    margin-top: 4.375rem;
  }
}

.sec-qhDoiTac {
  background-color: #FEF1F3;
  overflow: hidden;
  padding-top: 0;
}
@media (min-width: 768px) {
  .sec-qhDoiTac {
    padding: 4.375rem 0;
  }
}
@media (min-width: 992px) {
  .sec-qhDoiTac {
    padding: 6.25rem 0;
  }
}
@media (min-width: 1600px) {
  .sec-qhDoiTac {
    padding: 11.25rem 0;
  }
}
@media (min-width: 1260px) {
  .sec-qhDoiTac .wrap-slide {
    padding-left: 4.375rem;
  }
}
.sec-qhDoiTac .title {
  margin: 0;
}
@media (min-width: 1260px) {
  .sec-qhDoiTac .title__subtitle {
    margin-bottom: 2.8125rem;
  }
}
.sec-qhDoiTac .title__title,
.sec-lvkdoanh .title__title{
  font-size: 1.25rem;
}
@media (min-width: 1600px) {
  .sec-qhDoiTac .title__title,
	.sec-lvkdoanh .title__title {
    font-size: 1.5rem;
  }
}
.sec-qhDoiTac .title-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.4375rem;
}
.sec-qhDoiTac .title-user span {
  width: 3rem;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-qhDoiTac .title-user span:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-qhDoiTac .title-user p {
  font-family: "Sarabun", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #EF5268;
  padding-left: 1rem;
  margin: 0;
}
.sec-qhDoiTac .title-user p small {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #999999;
}
.sec-qhDoiTac .item-img {
  width: 148vw;
  height: 148vw;
  overflow: hidden;
  margin-top: -27vw;
  margin-bottom: 3.125rem;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
@media (min-width: 768px) {
  .sec-qhDoiTac .item-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 70vw;
    height: 70vw;
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
    margin: 0;
  }
}
@media (min-width: 992px) {
  .sec-qhDoiTac .item-img {
    width: 68vw;
    height: 68vw;
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
}
@media (min-width: 1350px) {
  .sec-qhDoiTac .item-img {
    width: 63vw;
    height: 63vw;
    -webkit-transform: translate(-15%, -50%);
            transform: translate(-15%, -50%);
  }
}
.sec-qhDoiTac .item-img .item-imgWrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(237, 108, 126, 0.15);
}
.sec-qhDoiTac .item-img .item-imgWrap.wow {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .sec-qhDoiTac .item-img .item-imgWrap.wow.effect {
    -webkit-animation: fadeInDown 1s ease forwards;
            animation: fadeInDown 1s ease forwards;
  }
}
@media (min-width: 768px) {
  .sec-qhDoiTac .item-img .item-imgWrap.wow.effect {
    -webkit-animation: fadeInLeft 1s ease forwards;
            animation: fadeInLeft 1s ease forwards;
  }
}
.sec-qhDoiTac .item-img .img-list {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 60%;
  overflow: hidden;
  -webkit-transform: translate(-3%, -4%);
          transform: translate(-3%, -4%);
}
@media (min-width: 768px) {
  .sec-qhDoiTac .item-img .img-list {
    -webkit-transform: translate(-5%, 6%);
            transform: translate(-5%, 6%);
  }
}
.sec-qhDoiTac .item-img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-qhDoiTac .item-img .img.active {
  opacity: 1;
  visibility: visible;
}
.sec-qhDoiTac .wrap-slide.wow {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .sec-qhDoiTac .wrap-slide.wow.effect {
    -webkit-animation: fadeInUp 1s ease forwards;
            animation: fadeInUp 1s ease forwards;
  }
}
@media (min-width: 768px) {
  .sec-qhDoiTac .wrap-slide.wow.effect {
    -webkit-animation: fadeInRight 1s ease forwards;
            animation: fadeInRight 1s ease forwards;
  }
}
.sec-qhDoiTac .swiper-paginationCustom {
  margin-top: 1.5625rem;
}
@media (min-width: 1260px) {
  .sec-qhDoiTac .swiper-paginationCustom {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1600px) {
  .sec-qhDoiTac .swiper-paginationCustom {
    margin-top: 4.6875rem;
  }
}

@media (max-width: 767.98px) {
  .sec-doitac {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.sec-doitac .item-title {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  color: #343434;
  margin-bottom: 1.25rem;
}
@media (min-width: 1600px) {
  .sec-doitac .item-title {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.sec-doitac .item .row {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.sec-doitac .item .row [class*=col-] {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media (min-width: 768px) {
  .sec-doitac .item .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-doitac .item .row [class*=col-] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.sec-doitac .item + .item {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .sec-doitac .item + .item {
    margin-top: 1.25rem;
  }
}
.sec-doitac .clientBox {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .sec-doitac .clientBox {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .sec-doinguNS .title__title {
    color: #343434;
  }
}
.sec-doinguNS .item-box {
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-doinguNS .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .sec-doinguNS .item-box {
    border-radius: 1.875rem;
  }
}
@media (min-width: 768px) {
  .sec-doinguNS .item-box__left {
    width: 55%;
  }
  .sec-doinguNS .item-box__right {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .sec-doinguNS .item-box__left {
    width: 65%;
  }
  .sec-doinguNS .item-box__right {
    width: 35%;
  }
}
@media (min-width: 1600px) {
  .sec-doinguNS .item-box__left {
    width: 73%;
  }
  .sec-doinguNS .item-box__right {
    width: 27%;
  }
}
.sec-doinguNS .item-box__left {
  position: relative;
}
.sec-doinguNS .item-box__left .swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .sec-doinguNS .item-box__left .swiper .swiper-slide:after {
    content: "";
    display: block;
    padding-top: 54.7%;
  }
}
.sec-doinguNS .item-box__left .swiper .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-doinguNS .item-box__left .swiper .swiper-paginationCustom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .sec-doinguNS .item-box__left .swiper .swiper-paginationCustom {
    display: none;
  }
}
.sec-doinguNS .item-box__right {
  background-color: #104732;
  padding: 1.875rem;
}
@media (min-width: 992px) {
  .sec-doinguNS .item-box__right {
    padding: 3.125rem 2.8125rem;
  }
}
.sec-doinguNS .item-box__right .title__subtitle {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.0625rem;
}
.sec-doinguNS .item-box__right .postMini__body {
  width: 100%;
  padding: 0.875rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.sec-doinguNS .item-box__right .postMini__body:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.sec-doinguNS .item-box__right .postMini__body.active .postMini__title {
  color: #EF5268;
}
.sec-doinguNS .item-box__right .postMini__title {
  color: #fff;
}
.sec-doinguNS .item-box__right .postMini__meta {
  margin-top: 0.375rem;
}
.sec-doinguNS .item-box__right .postBox__meta span, .sec-doinguNS .item-box__right .postMini__meta span {
  color: rgba(255, 255, 255, 0.6);
}
.sec-doinguNS .item-box__right .item-box__btn {
  margin-top: 1.4375rem;
}
.sec-doinguNS .item-box__right .item-box__btn .btn-link {
  color: rgba(255, 255, 255, 0.9);
}
.sec-doinguNS .item-box__right .item-box__btn .btn-link:hover {
  color: #EF5268;
}

.sec-imageGrid.style-2 .title__title {
  color: #343434;
}
.sec-imageGrid.style-2 .imgBox__logo {
  background-color: transparent;
}

.sec-bannerCategory {
  z-index: 6;
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-bannerCategory .row {
    margin-left: -0.5625rem;
    margin-right: -0.5625rem;
  }
  .sec-bannerCategory .row [class*=col-] {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
}
.sec-bannerCategory .item-hero .swiper-slide .bg {
  position: relative;
  background-color: #EF5268;
}
.sec-bannerCategory .item-hero .swiper-slide .bg:after {
  display: none;
}
.sec-bannerCategory .item-hero .swiper-slide .bg:before {
  content: "";
  display: block;
  padding-top: 69%;
}
.sec-bannerCategory .item-hero .swiper-paginationCustom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: absolute;
  z-index: 3;
  margin: 0;
}
.sec-bannerCategory .item-hero .item-title {
  font-size: 1.375rem;
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: #EF5268;
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .sec-bannerCategory .item-hero .swiper-slide .bg {
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
    margin-bottom: 0.9375rem;
  }
  .sec-bannerCategory .item-hero .swiper-paginationCustom {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
}
@media (min-width: 768px) {
  .sec-bannerCategory .item-hero {
    border-radius: 0.9375rem;
    overflow: hidden;
  }
  .sec-bannerCategory .item-hero .swiper-slide .bg:before {
    padding-top: 50%;
  }
  .sec-bannerCategory .item-hero .swiper-paginationCustom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: 0;
    top: auto !important;
    bottom: 1.25rem;
  }
  .sec-bannerCategory .item-hero .swiper-paginationCustom .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .sec-bannerCategory .item-hero .item-title {
    font-size: 1.75rem;
  }
  .sec-bannerCategory .item-hero .item-content {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-bannerCategory .item-hero .item-title {
    font-size: 1.875rem;
  }
  .sec-bannerCategory .item-hero .item-content {
    padding: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-bannerCategory .item-hero {
    min-height: 12.5rem;
    height: 100%;
  }
  .sec-bannerCategory .item-hero .swiper {
    width: 100%;
    height: 100%;
  }
  .sec-bannerCategory .item-hero .swiper-slide .bg {
    position: absolute;
  }
  .sec-bannerCategory .item-hero .swiper-slide .bg:before {
    display: none;
  }
}
@media (min-width: 1600px) {
  .sec-bannerCategory .item-hero .item-title {
    font-size: 2.75rem;
    margin-bottom: 1.875rem;
  }
}
.sec-bannerCategory .sharp-1,
.sec-bannerCategory .sharp-2 {
  position: absolute;
  z-index: -1;
}
.sec-bannerCategory .sharp-1 span,
.sec-bannerCategory .sharp-2 span {
  display: block;
}
.sec-bannerCategory .sharp-1 {
  bottom: 0;
  left: 0;
  max-width: 8%;
  -webkit-transform: translateY(12%);
          transform: translateY(12%);
}
.sec-bannerCategory .sharp-1 span.done {
  -webkit-animation: swinging 5s linear infinite !important;
          animation: swinging 5s linear infinite !important;
}
.sec-bannerCategory .sharp-2 {
  top: 36%;
  right: 0;
  max-width: 8%;
}
.sec-bannerCategory .sharp-2 span.done {
  -webkit-animation: swingingR 5s linear infinite !important;
          animation: swingingR 5s linear infinite !important;
}

.sec-bannerCategory__qc .item-img {
  display: block;
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
  margin-top: 1.125rem;
}
.sec-bannerCategory__qc .item-img:after {
  content: "";
  display: block;
  padding-top: 45.2%;
}
.sec-bannerCategory__qc .item-img .bg {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-bannerCategory__qc .item-img .bg:after {
  display: none;
}
.sec-bannerCategory__qc .item-img:hover .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sec-flashSale {
  padding-top: 5rem;
  padding-bottom: 4.0625rem;
}
@media (max-width: 767.98px) {
  .sec-flashSale {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
.sec-flashSale .title {
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-flashSale .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-flashSale .title br {
    display: none;
  }
}
.sec-flashSale .title__title {
  font-weight: bold;
  color: #000;
}
.sec-flashSale .badges {
  margin-top: 1.1875rem;
}
@media (min-width: 768px) {
  .sec-flashSale .badges {
    margin-left: 0.75rem;
    margin-top: 0;
  }
}
.sec-flashSale .productBox {
  margin: 0;
  padding: 0;
}
.sec-flashSale .swiper {
  width: 100%;
}
.sec-flashSale .swiper .swiper-slide {
  height: auto;
}
@media (min-width: 1600px) {
  .sec-flashSale .swiper .swiper-slide {
    width: 25%;
  }
}
.sec-flashSale .swiper .swiper-paginationCustom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-ctaCart {
  padding: 0 1.125rem;
}
@media (min-width: 768px) {
  .sec-ctaCart {
    padding: 0;
  }
}
.sec-ctaCart .sharp-icon {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  max-width: 10%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
.sec-ctaCart .sharp-icon img {
  width: 100%;
}
.sec-ctaCart .sharp-icon .wow.done {
  -webkit-animation: swinging 5s linear infinite !important;
          animation: swinging 5s linear infinite !important;
}

.sec-ctaCart__inner {
  position: relative;
  z-index: 1;
  background-color: #008B67;
  border-radius: 0.625rem;
  overflow: hidden;
  padding-top: 2.1875rem;
}
@media (min-width: 768px) {
  .sec-ctaCart__inner {
    padding: 0;
    border-radius: 0;
  }
}
.sec-ctaCart__inner .bg {
  background-color: transparent;
  background-position: bottom center;
}
.sec-ctaCart__inner .item-img {
  max-width: 92%;
  margin-top: 5.3125rem;
  margin-left: auto;
}
.sec-ctaCart__inner .item-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-ctaCart__inner .item-img {
    max-width: 85%;
    margin-top: 0;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@media (min-width: 992px) {
  .sec-ctaCart__inner .item-img {
    max-width: 75%;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
}
@media (min-width: 1260px) {
  .sec-ctaCart__inner .item-img {
    max-width: 63%;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 768px) {
  .sec-ctaCart__inner .item-content {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    z-index: 3;
    pointer-events: none;
  }
}
.sec-ctaCart__inner .item-content .title {
  margin: 0;
  pointer-events: visible;
}
.sec-ctaCart__inner .item-content .title__title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.11;
}
@media (min-width: 992px) {
  .sec-ctaCart__inner .item-content .title__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .sec-ctaCart__inner .item-content .title__title {
    font-size: 3.375rem;
  }
}
.sec-ctaCart__inner .item-content .title__text {
  color: #fff;
  max-width: 19.375rem;
}
.sec-ctaCart__inner .item-content .title__btn {
  margin-top: 1.5625rem;
}
@media (min-width: 1260px) {
  .sec-ctaCart__inner .item-content .title__btn {
    margin-top: 2.1875rem;
  }
}
@media (min-width: 1600px) {
  .sec-ctaCart__inner .item-content .title__btn {
    margin-top: 3.375rem;
  }
}
.sec-ctaCart__inner .item-content .title__btn .btn {
  background-color: #fff;
  color: #008C69;
}
.sec-ctaCart__inner .item-content .title__btn .btn:hover {
  background-color: #EF5268;
  color: #fff;
}
@media (max-width: 991.98px) {
  .sec-ctaCart__inner .item-content .title__btn .btn {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1.25rem;
  }
}
.sec-ctaCart__inner .sharp-bg-mb {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  max-width: 27%;
}
.sec-ctaCart__inner .sharp-bg-mb img {
  width: 100%;
}

.sec-productFed {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
@media (min-width: 1260px) {
  .sec-productFed {
    padding-top: 5.625rem;
    padding-bottom: 4.375rem;
  }
}
.sec-productFed .item + .item {
  margin-top: 4.0625rem;
}
@media (min-width: 768px) {
  .sec-productFed .item + .item {
    margin-top: 2.5rem;
  }
}
.sec-productFed .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.875rem;
}
.sec-productFed .title__title {
  line-height: 1.15;
  font-weight: bold;
  color: #000;
  padding-right: 1.875rem;
}
@media (min-width: 768px) {
  .sec-productFed .title__title br {
    display: none;
  }
}
.sec-productFed .title__btn .btn {
  height: 2.1875rem;
  line-height: 2rem;
  background-color: transparent;
  border: 1px solid #EF5268;
  color: #EF5268;
  white-space: nowrap;
  padding: 0 0.75rem;
}
@media (max-width: 767.98px) {
  .sec-productFed .title__btn .btn {
    font-size: 0.875rem;
  }
}
.sec-productFed .title__btn .btn:hover {
  background-color: #EF5268;
  color: #fff;
}
.sec-productFed .productBox {
  padding-bottom: 0;
}
.sec-productFed .swiper {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.sec-productFed .swiper .swiper-slide {
  width: 50%;
  height: auto;
  padding: 0.3125rem;
}
@media (min-width: 768px) {
  .sec-productFed .swiper {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-productFed .swiper .swiper-slide {
    width: 33.333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .sec-productFed .swiper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .sec-productFed .swiper .swiper-slide {
    width: 25%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.sec-productFed .swiper-paginationCustom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .sec-productFed .swiper-paginationCustom {
    margin-top: 2.5rem;
  }
}
.sec-productFed .sharp-bg {
  position: absolute;
  z-index: -1;
}
.sec-productFed .sharp-bg span {
  display: block;
}
@media (max-width: 1259.98px) {
  .sec-productFed .sharp-bg {
    display: none;
  }
}
.sec-productFed .sharp-1 {
  top: 0;
  left: 0;
  max-width: 6%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
.sec-productFed .sharp-1 span.done {
  -webkit-animation: swingingR 5s linear infinite !important;
          animation: swingingR 5s linear infinite !important;
}
@media (min-width: 1600px) {
  .sec-productFed .sharp-1 {
    max-width: 8%;
  }
}
.sec-productFed .sharp-2 {
  top: 9%;
  right: 0;
  max-width: 10%;
}
.sec-productFed .sharp-2 span.done {
  -webkit-animation: swinging 5s linear infinite !important;
          animation: swinging 5s linear infinite !important;
}
@media (min-width: 1600px) {
  .sec-productFed .sharp-2 {
    max-width: 14%;
  }
}
.sec-productFed .sharp-3 {
  top: 26%;
  left: 0;
  max-width: 6%;
}
.sec-productFed .sharp-3 span.done {
  -webkit-animation: swingingR 5s linear infinite !important;
          animation: swingingR 5s linear infinite !important;
}
@media (min-width: 1600px) {
  .sec-productFed .sharp-3 {
    max-width: 8%;
  }
}
.sec-productFed .sharp-4 {
  bottom: 54%;
  right: 0;
  max-width: 7%;
}
.sec-productFed .sharp-4 span.done {
  -webkit-animation: swinging 5s linear infinite !important;
          animation: swinging 5s linear infinite !important;
}
@media (min-width: 1600px) {
  .sec-productFed .sharp-4 {
    max-width: 9%;
  }
}
.sec-productFed .sharp-5 {
  bottom: 19%;
  left: 0;
  max-width: 8%;
}
.sec-productFed .sharp-5 span.done {
  -webkit-animation: swingingR 5s linear infinite !important;
          animation: swingingR 5s linear infinite !important;
}
@media (min-width: 1600px) {
  .sec-productFed .sharp-5 {
    max-width: 10%;
  }
}
.sec-productFed .sharp-6 {
  bottom: 12%;
  right: 0;
  max-width: 7%;
}
.sec-productFed .sharp-6 span.done {
  -webkit-animation: swinging 5s linear infinite !important;
          animation: swinging 5s linear infinite !important;
}
@media (min-width: 1600px) {
  .sec-productFed .sharp-6 {
    max-width: 9%;
  }
}

.sec-nuocEpTC {
  background-color: #FDF1F1;
}
@media (min-width: 1260px) {
  .sec-nuocEpTC {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 767.98px) {
  .sec-nuocEpTC {
    padding: 4.0625rem 0;
  }
}
.sec-nuocEpTC .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.875rem;
}
.sec-nuocEpTC .title .fix {
  max-width: 28.125rem;
  padding-right: 1.875rem;
}
.sec-nuocEpTC .title__title {
  line-height: 1.15;
  font-weight: bold;
}
@media (min-width: 768px) {
  .sec-nuocEpTC .title__title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sec-nuocEpTC .title__text {
    font-size: 0.75rem;
  }
}
.sec-nuocEpTC .title__btn .btn {
  height: 2.1875rem;
  line-height: 2.125rem;
  white-space: nowrap;
  background-color: #008C69;
  color: #fff;
  padding: 0 0.75rem;
}
@media (max-width: 767.98px) {
  .sec-nuocEpTC .title__btn .btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .sec-nuocEpTC .title__btn .btn {
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 1.875rem;
  }
}
.sec-nuocEpTC .title__btn .btn:hover {
  background-color: #EF5268;
  color: #fff;
}
.sec-nuocEpTC .productBox {
  padding-bottom: 0;
}
.sec-nuocEpTC .swiper {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.sec-nuocEpTC .swiper .swiper-slide {
  width: 50%;
  height: auto;
  padding: 0.3125rem;
}
@media (min-width: 768px) {
  .sec-nuocEpTC .swiper {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-nuocEpTC .swiper .swiper-slide {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 992px) {
  .sec-nuocEpTC .swiper .swiper-slide {
    width: 33.333333%;
  }
}
@media (min-width: 1600px) {
  .sec-nuocEpTC .swiper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .sec-nuocEpTC .swiper .swiper-slide {
    width: 25%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.sec-nuocEpTC .swiper-paginationCustom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .sec-nuocEpTC .swiper-paginationCustom {
    margin-top: 2.5rem;
  }
}
.sec-nuocEpTC .sharp-bg {
  position: absolute;
  z-index: -1;
}
.sec-nuocEpTC .sharp-bg span {
  display: block;
}
.sec-nuocEpTC .sharp-1 {
  top: 17%;
  right: 0;
  max-width: 8%;
}
.sec-nuocEpTC .sharp-1 span.done {
  -webkit-animation: swingingR 5s linear infinite !important;
          animation: swingingR 5s linear infinite !important;
}
@media (min-width: 1600px) {
  .sec-nuocEpTC .sharp-1 {
    max-width: 10%;
  }
}
.sec-nuocEpTC .sharp-2 {
  bottom: 11%;
  left: 0;
  max-width: 6%;
}
.sec-nuocEpTC .sharp-2 span.done {
  -webkit-animation: swinging 5s linear infinite !important;
          animation: swinging 5s linear infinite !important;
}
@media (min-width: 1600px) {
  .sec-nuocEpTC .sharp-2 {
    max-width: 8%;
  }
}

@media (min-width: 992px) {
  .sec-salesAgent2 {
    padding: 7.5rem 0;
  }
}
.sec-salesAgent2 .sharp-bg {
  position: absolute;
  z-index: -1;
  bottom: 10%;
  right: 0;
  max-width: 8%;
}
.sec-salesAgent2 .sharp-bg span {
  display: block;
}
.sec-salesAgent2 .sharp-bg span.done {
  -webkit-animation: swingingR 5s linear infinite !important;
          animation: swingingR 5s linear infinite !important;
}
@media (min-width: 1600px) {
  .sec-salesAgent2 .sharp-bg {
    max-width: 10%;
  }
}

.sec-salesAgent2__content {
  position: relative;
  z-index: 2;
  background-color: #EF5268;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-salesAgent2__content {
    border-radius: 1.875rem;
  }
}
.sec-salesAgent2__content .item-img {
  width: 95%;
  margin-left: auto;
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .sec-salesAgent2__content .item-img {
    width: 80%;
    margin-top: 0;
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
}
@media (min-width: 992px) {
  .sec-salesAgent2__content .item-img {
    width: 70%;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}
@media (min-width: 1600px) {
  .sec-salesAgent2__content .item-img {
    width: 64%;
    -webkit-transform: none;
            transform: none;
  }
}
.sec-salesAgent2__content .item-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-salesAgent2__content .item-content {
    position: absolute;
    z-index: 2;
    max-width: 55%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .sec-salesAgent2__content .item-content {
    max-width: 45%;
  }
}
.sec-salesAgent2__content .title {
  padding: 2.5rem 1.25rem 0;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-salesAgent2__content .title {
    padding: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .sec-salesAgent2__content .title {
    max-width: 32.5rem;
    padding: 4.375rem 5.3125rem;
  }
}
.sec-salesAgent2__content .title__subtitle {
  color: #fff;
}
.sec-salesAgent2__content .title__title {
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media (min-width: 1260px) {
  .sec-salesAgent2__content .title__title {
    font-size: 1.875rem;
  }
}
.sec-salesAgent2__content .title__btn {
  margin-top: 1.5625rem;
}
.sec-salesAgent2__content .title__btn .btn-link {
  color: #fff;
}
.sec-salesAgent2__content .title__btn .btn {
  background-color: #fff;
  color: #008B67;
}
.sec-salesAgent2__content .title__btn .btn:hover {
  background-color: #EF5268;
  color: #fff;
}
@media (max-width: 767.98px) {
  .sec-salesAgent2__content .title__btn .btn {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1.3125rem;
  }
}

.sec-salesAgent2.style-2 .sec-salesAgent2__content {
  background-color: #008C69;
}
.sec-salesAgent2.style-2 .sec-salesAgent2__content .bg {
  background-color: transparent;
}
.sec-salesAgent2.style-2 .sec-salesAgent2__content .title__text {
  color: #fff;
}
.sec-salesAgent2.style-2 .sec-salesAgent2__content .btn {
  background-color: #fff;
  color: #008B67;
}
.sec-salesAgent2.style-2 .sec-salesAgent2__content .btn:hover {
  background-color: #EF5268;
  color: #fff;
}

.sec-listingProduct {
  padding-top: 3.25rem;
}
.sec-listingProduct .title {
  margin-bottom: 1.875rem;
}
.sec-listingProduct .title__title {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #333333;
}
@media (max-width: 1259.98px) {
  .sec-listingProduct .title__title {
    font-size: 2.0625rem;
  }
}
@media (min-width: 768px) {
  .sec-listingProduct .title__title br {
    display: none;
  }
}
@media (min-width: 1260px) and (max-width: 1349.98px) {
  .sec-listingProduct .container {
    max-width: 100%;
  }
}
@media (min-width: 1350px) and (max-width: 1599.98px) {
  .sec-listingProduct .container {
    max-width: 95%;
  }
}
@media (min-width: 1600px) {
  .sec-listingProduct {
    padding-top: 5.3125rem;
  }
  .sec-listingProduct .title {
    margin-bottom: 3.4375rem;
  }
}

@media (min-width: 1850px) {
  .sec-listingProduct__layout .filter-slidebar {
    margin-right: 1.875rem;
  }
}

.sec-productDetail {
  padding-top: 0;
  padding-bottom: 3.4375rem;
}
@media (min-width: 992px) {
  .sec-productDetail {
    padding-bottom: 6.25rem;
  }
}
.sec-productDetail .bg-sharp {
  position: absolute;
  z-index: -1;
}
.sec-productDetail .bg-sharp span {
  display: block;
}
.sec-productDetail .bg-sharp span img {
  width: 100%;
}

.sec-productDetail__header {
  position: relative;
  z-index: 2;
  padding-top: 2.1875rem;
}
@media (min-width: 768px) {
  .sec-productDetail__header {
    padding-top: 0.9375rem;
  }
}
@media (min-width: 1260px) {
  .sec-productDetail__header {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
    border-radius: 1.25rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .sec-productDetail__header {
    padding-bottom: 5.9375rem;
  }
}
.sec-productDetail__header .breadcrumb {
  margin-bottom: 2.5rem;
}
@media (min-width: 1260px) {
  .sec-productDetail__header .breadcrumb {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .sec-productDetail__header .breadcrumb {
    margin-bottom: 5.625rem;
  }
}
.sec-productDetail__header .item-imgPreview {
  position: relative;
  margin-bottom: 1.6875rem;
}
@media (min-width: 768px) {
  .sec-productDetail__header .item-imgPreview {
    padding-left: 12%;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-productDetail__header .item-imgPreview {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .sec-productDetail__header .item-imgPreview {
    margin-right: -1.875rem;
  }
}
.sec-productDetail__header .item-imgPreview .swiper-img .swiper-slide {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-productDetail__header .item-imgPreview .swiper-img .swiper-slide {
    border-radius: 1.25rem;
  }
}
.sec-productDetail__header .item-imgPreview .swiper-img .swiper-slide:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.sec-productDetail__header .item-imgPreview .swiper-img .swiper-paginationCustom {
  display: none;
}
@media (max-width: 767.98px) {
  .sec-productDetail__header .item-imgPreview .swiper-img .swiper-paginationCustom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.9375rem;
  }
}
.sec-productDetail__header .item-imgPreview .swiper-thumbWrap {
  position: absolute;
  top: 2.1875rem;
  left: 0;
  width: 10.5%;
  height: 66%;
}
.sec-productDetail__header .item-imgPreview .swiper-thumb {
  width: 100%;
  height: 100%;
  position: static;
}
.sec-productDetail__header .item-imgPreview .swiper-thumb .swiper-slide {
  position: relative;
  z-index: 2;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
}
.sec-productDetail__header .item-imgPreview .swiper-thumb .swiper-slide .bg {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-productDetail__header .item-imgPreview .swiper-thumb .swiper-slide-thumb-active .bg {
  opacity: 1;
}
.sec-productDetail__header .item-imgPreview .swiper-thumb .slide-buttonCustom .slide-buttonCustom-prev,
.sec-productDetail__header .item-imgPreview .swiper-thumb .slide-buttonCustom .slide-buttonCustom-next {
  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;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1.5625rem;
  border-radius: 0;
  font-size: 1rem;
  font-weight: bold;
}
.sec-productDetail__header .item-imgPreview .swiper-thumb .slide-buttonCustom .slide-buttonCustom-prev.swiper-button-disabled,
.sec-productDetail__header .item-imgPreview .swiper-thumb .slide-buttonCustom .slide-buttonCustom-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1600px) {
  .sec-productDetail__header .item-imgPreview .swiper-thumb .slide-buttonCustom .slide-buttonCustom-prev,
.sec-productDetail__header .item-imgPreview .swiper-thumb .slide-buttonCustom .slide-buttonCustom-next {
    height: 1.875rem;
    font-size: 1.125rem;
  }
}
.sec-productDetail__header .item-imgPreview .swiper-thumb .slide-buttonCustom .slide-buttonCustom-prev {
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.sec-productDetail__header .item-imgPreview .swiper-thumb .slide-buttonCustom .slide-buttonCustom-next {
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.sec-productDetail__header .item-imgPreview .item-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.125rem;
}
.sec-productDetail__header .item-imgPreview .item-share span {
  font-family: "Sarabun";
  font-weight: bold;
  font-size: 1rem;
  color: #4D4D4D;
  white-space: nowrap;
}
.sec-productDetail__header .item-imgPreview .item-share p {
  margin: 0;
  padding-left: 0.625rem;
}
.sec-productDetail__header .item-imgPreview .item-share p a {
  display: inline-block;
  vertical-align: top;
  width: 1.625rem;
  height: 1.625rem;
  line-height: 1.875rem;
  text-align: center;
  border-radius: 50%;
  background-color: #F3F3F3;
}
.sec-productDetail__header .item-imgPreview .item-share p a:hover {
  background-color: #EF5268;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-productDetail__header .item-body {
    padding-left: 12%;
  }
}
@media (min-width: 1600px) {
  .sec-productDetail__header .item-body {
    padding-left: 3.75rem;
  }
}
.sec-productDetail__header .item-body .item-badges {
  margin-bottom: 1rem;
}
.sec-productDetail__header .item-body .item-title {
  font-size: 1.8125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media (min-width: 1600px) {
  .sec-productDetail__header .item-body .item-title {
    font-size: 2.25rem;
  }
}
.sec-productDetail__header .item-body .item-price {
  font-family: "Sarabun", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5625rem;
}
.sec-productDetail__header .item-body .item-price del {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #808080;
  margin-bottom: 0.1875rem;
}
.sec-productDetail__header .item-body .item-price ins {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #EF5268;
  text-decoration: none;
}
.sec-productDetail__header .item-body .item-price ins:after {
  content: attr(data-pc);
  color: #4D4D4D;
  margin-left: 0.3125rem;
}
@media (min-width: 1600px) {
  .sec-productDetail__header .item-body .item-price del {
    font-size: 1.0625rem;
  }
  .sec-productDetail__header .item-body .item-price ins {
    font-size: 1.5rem;
  }
}
.sec-productDetail__header .item-body .item-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.75rem;
}
.sec-productDetail__header .item-body .item-discount span {
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #4D4D4D;
  white-space: nowrap;
}
.sec-productDetail__header .item-body .item-discount p {
  margin: 0;
  font-size: 0;
  padding-left: 0.9375rem;
}
.sec-productDetail__header .item-body .item-discount p a {
  display: inline-block;
  vertical-align: top;
  height: 1.625rem;
  line-height: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #EF5268;
  border: 1px solid #FAD1D2;
  border-radius: 5px;
  padding: 0 0.5rem;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 768px) {
  .sec-productDetail__header .item-body .item-discount span {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .sec-productDetail__header .item-body .item-discount {
    margin-bottom: 2.125rem;
  }
}
.sec-productDetail__header .item-body .item-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-productDetail__header .item-body .item-btnWrap .amountInput {
  margin-right: 0.625rem;
}
.sec-productDetail__header .item-body .item-btnWrap .btn {
  text-align: center;
}
@media (max-width: 575.98px) {
  .sec-productDetail__header .item-body .item-btnWrap .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1260px) {
  .sec-productDetail__header .item-body .item-btnWrap .btn {
    max-width: 18.125rem;
    width: 100%;
    text-align: center;
  }
}
.sec-productDetail__header .item-body .item-info {
  margin-top: 1.875rem;
  max-width: 20rem;
}
.sec-productDetail__header .item-body .item-info h3 {
  font-size: 0.9375rem;
  line-height: 1.38;
  color: #333333;
  margin-bottom: 1.25rem;
}
.sec-productDetail__header .item-body .item-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-productDetail__header .item-body .item-info ul li {
  position: relative;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #595959;
  padding-left: 2.375rem;
}
.sec-productDetail__header .item-body .item-info ul li + li {
  margin-top: 0.5rem;
}
.sec-productDetail__header .item-body .item-info ul li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  color: #EF5268;
}
@media (min-width: 768px) {
  .sec-productDetail__header .item-body .item-info {
    font-size: 1rem;
  }
  .sec-productDetail__header .item-body .item-info li {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-productDetail__header .item-body .item-info {
    margin-top: 2.375rem;
  }
}
.sec-productDetail__header .sharp-1 {
  top: 0;
  right: 3%;
  max-width: 8%;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
}
.sec-productDetail__header .sharp-1 span {
  -webkit-animation: swinging 5s linear infinite;
          animation: swinging 5s linear infinite;
}
.sec-productDetail__header .sharp-2 {
  bottom: 22%;
  left: 0;
  max-width: 6%;
}
.sec-productDetail__header .sharp-2 span {
  -webkit-animation: swingingR 5s linear infinite;
          animation: swingingR 5s linear infinite;
}
.sec-productDetail__header .sharp-3 {
  bottom: 15%;
  right: 0;
  max-width: 9%;
}
.sec-productDetail__header .sharp-3 span {
  -webkit-animation: swingingR 5s linear infinite;
          animation: swingingR 5s linear infinite;
}
@media (min-width: 1600px) {
  .sec-productDetail__header .sharp-1 {
    right: 5%;
    max-width: 10%;
  }
  .sec-productDetail__header .sharp-2 {
    max-width: 8%;
  }
  .sec-productDetail__header .sharp-3 {
    max-width: 11%;
  }
}

.sec-productDetail__layout {
  position: relative;
  z-index: 2;
  padding-top: 3.125rem;
}
@media (min-width: 1260px) {
  .sec-productDetail__layout {
    padding-top: 1.875rem;
  }
}
.sec-productDetail__layout .sharp-4 {
  top: 17%;
  left: 0;
  max-width: 6%;
}
.sec-productDetail__layout .sharp-4 span {
  -webkit-animation: swingingR 5s linear infinite;
          animation: swingingR 5s linear infinite;
}
.sec-productDetail__layout .sharp-5 {
  top: 23%;
  right: 0;
  max-width: 7%;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
.sec-productDetail__layout .sharp-5 span {
  -webkit-animation: swinging 5s linear infinite;
          animation: swinging 5s linear infinite;
}
.sec-productDetail__layout .sharp-6 {
  bottom: 22%;
  left: 0;
  max-width: 8%;
}
.sec-productDetail__layout .sharp-6 span {
  -webkit-animation: swingingR 5s linear infinite;
          animation: swingingR 5s linear infinite;
}
.sec-productDetail__layout .sharp-7 {
  bottom: 12%;
  right: 0;
  max-width: 9%;
}
.sec-productDetail__layout .sharp-7 span {
  -webkit-animation: swinging 5s linear infinite;
          animation: swinging 5s linear infinite;
}
@media (min-width: 1600px) {
  .sec-productDetail__layout .sharp-4 {
    max-width: 8%;
  }
  .sec-productDetail__layout .sharp-5 {
    max-width: 9%;
  }
  .sec-productDetail__layout .sharp-6 {
    max-width: 10%;
  }
  .sec-productDetail__layout .sharp-7 {
    max-width: 11%;
  }
}

@media (min-width: 1600px) {
  .sec-productDetail__content {
    margin-right: -1.875rem;
  }
}
.sec-productDetail__content .item-textDetail {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4D4D4D;
  padding: 1.875rem 1.375rem;
}
@media (min-width: 768px) {
  .sec-productDetail__content .item-textDetail {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1850px) {
  .sec-productDetail__content .item-textDetail {
    padding: 2.5rem 3.125rem 1.5625rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-productDetail__content .item-textDetail {
    padding: 2.5rem 3.125rem 1.5625rem;
  }
}
.sec-productDetail__content .item-textDetail h2, .sec-productDetail__content .item-textDetail h3 {
  margin-bottom: 0.75rem;
}
.sec-productDetail__content .item-textDetail h4, .sec-productDetail__content .item-textDetail h5, .sec-productDetail__content .item-textDetail h6 {
  margin-bottom: 0.625rem;
}
.sec-productDetail__content .item-textDetail h2 {
  font-size: 1.25rem;
}
.sec-productDetail__content .item-textDetail h3 {
  font-size: 1.125rem;
}
.sec-productDetail__content .item-textDetail h4 {
  font-size: 1rem;
}
.sec-productDetail__content .item-textDetail h5 {
  font-size: 0.875rem;
}
.sec-productDetail__content .item-textDetail h6 {
  font-size: 0.75rem;
}
.sec-productDetail__content .item-textDetail ul {
  margin-left: -0.9375rem;
}
.sec-productDetail__content .item-textDetail p, .sec-productDetail__content .item-textDetail ul {
  margin-bottom: 0.9375rem;
}
.sec-productDetail__content .item-danhgia {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius: 1.25rem;
  margin-top: 1.875rem;
  padding: 1.875rem 1.375rem;
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-productDetail__content .item-danhgia {
    padding: 3.125rem;
  }
}
@media (min-width: 1850px) {
  .sec-productDetail__content .item-danhgia {
    padding: 3.125rem;
  }
}
.sec-productDetail__content .item-danhgia .title__title {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1.25rem;
}
@media (min-width: 1600px) {
  .sec-productDetail__content .item-danhgia .title__title {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
  }
}
.sec-productDetail__content .item-danhgia .point-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Sarabun", sans-serif;
  font-size: 2.9375rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 1.5625rem;
}
.sec-productDetail__content .item-danhgia .point-number i {
  color: #008B67;
}
@media (min-width: 1600px) {
  .sec-productDetail__content .item-danhgia .point-number {
    font-size: 4.375rem;
    margin-bottom: 2.1875rem;
  }
}

@media (min-width: 1600px) {
  .sec-productDetail__sidebar {
    margin-left: 1.875rem;
  }
}
.sec-productDetail__sidebar .item-widget {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius: 1.25rem;
  padding-top: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1600px) {
  .sec-productDetail__sidebar .item-widget {
    padding-top: 2.375rem;
  }
}
.sec-productDetail__sidebar .item-widget__title {
  color: #333333;
  border-bottom: 1px solid #F7F7F7;
  margin: 0;
  padding-bottom: 0.9375rem;
}
@media (min-width: 1600px) {
  .sec-productDetail__sidebar .item-widget__title {
    padding-bottom: 1.5625rem;
  }
}
.sec-productDetail__sidebar .item-widget__title,
.sec-productDetail__sidebar .detail-info__item,
.sec-productDetail__sidebar .postMini-list__item,
.sec-productDetail__sidebar .postMini-list__btn {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-productDetail__sidebar .item-widget__title,
.sec-productDetail__sidebar .detail-info__item,
.sec-productDetail__sidebar .postMini-list__item,
.sec-productDetail__sidebar .postMini-list__btn {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
@media (min-width: 1600px) {
  .sec-productDetail__sidebar .item-widget__title,
.sec-productDetail__sidebar .detail-info__item,
.sec-productDetail__sidebar .postMini-list__item,
.sec-productDetail__sidebar .postMini-list__btn {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
.sec-productDetail__sidebar .detail-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-productDetail__sidebar .detail-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.sec-productDetail__sidebar .detail-info__item:not(:last-child) {
  border-bottom: 1px solid #F7F7F7;
}
.sec-productDetail__sidebar .detail-info__item .f-label {
  width: 38%;
  font-size: 0.8125rem;
  color: #333333;
  padding-right: 0.625rem;
}
.sec-productDetail__sidebar .detail-info__item .f-text {
  width: 62%;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #4D4D4D;
}
.sec-productDetail__sidebar .detail-info__item .f-text p {
  margin: 0;
}
.sec-productDetail__sidebar .detail-info__item .f-text ul {
  margin-left: -0.9375rem;
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-productDetail__sidebar .detail-info__item .f-label {
    font-size: 16px;
  }
  .sec-productDetail__sidebar .detail-info__item .f-text {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .sec-productDetail__sidebar .detail-info__item {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .sec-productDetail__sidebar .detail-info__item .f-label {
    font-size: 16px;
  }
  .sec-productDetail__sidebar .detail-info__item .f-text {
    font-size: 0.9375rem;
  }
}
.sec-productDetail__sidebar .postMini-list__item {
  border-bottom: 1px solid #F7F7F7;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.sec-productDetail__sidebar .postMini-list__item .postMini__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  min-height: auto;
}
.sec-productDetail__sidebar .postMini-list__item .postMini__img {
  border-radius: 0.625rem;
  overflow: hidden;
  min-height: 5.625rem;
}
.sec-productDetail__sidebar .postMini-list__item .postMini__body {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media (min-width: 1600px) {
  .sec-productDetail__sidebar .postMini-list__item {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}
.sec-productDetail__sidebar .postMini-list__btn {
  padding-top: 0.875rem;
  padding-bottom: 1.5625rem;
}

.sec-youWillLike {
  padding-top: 3.4375rem;
}
@media (min-width: 992px) {
  .sec-youWillLike {
    padding-bottom: 5.625rem;
  }
}
.sec-youWillLike .title {
  margin-bottom: 1.875rem;
}
.sec-youWillLike .title__title {
  letter-spacing: -0.02em;
  color: #333333;
}
@media (min-width: 1260px) {
  .sec-youWillLike .title__title {
    font-size: 1.875rem;
  }
}
.sec-youWillLike .productBox {
  padding-bottom: 0;
}
.sec-youWillLike .swiper {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.sec-youWillLike .swiper .swiper-slide {
  width: 50%;
  height: auto;
  padding: 0.3125rem;
}
@media (min-width: 768px) {
  .sec-youWillLike .swiper {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-youWillLike .swiper .swiper-slide {
    width: 33.333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .sec-youWillLike .swiper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .sec-youWillLike .swiper .swiper-slide {
    width: 25%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.sec-youWillLike .swiper-paginationCustom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .sec-youWillLike .swiper-paginationCustom {
    margin-top: 2.5rem;
  }
}
.sec-youWillLike .bg-sharp {
  position: absolute;
  z-index: -1;
  bottom: 19%;
  left: 0;
  max-width: 6%;
}
.sec-youWillLike .bg-sharp span {
  display: block;
  -webkit-animation: swingingR 5s linear infinite;
          animation: swingingR 5s linear infinite;
}
.sec-youWillLike .bg-sharp span img {
  width: 100%;
}
@media (min-width: 1600px) {
  .sec-youWillLike .bg-sharp {
    max-width: 8%;
  }
}

.sec-newCategory {
  padding-top: 2.1875rem;
}
@media (min-width: 768px) {
  .sec-newCategory {
    padding-top: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-newCategory {
    padding-top: 5.9375rem;
  }
}
.sec-newCategory .title {
  margin-bottom: 1.4375rem;
}
.sec-newCategory .title__title {
  color: #333;
}
@media (min-width: 768px) {
  .sec-newCategory .title__title br {
    display: none;
  }
}
.sec-newCategory .title__btn {
  text-align: right;
}
@media (min-width: 768px) {
  .sec-newCategory .title__btn .btn-link {
    height: 2.1875rem;
    line-height: 2.0625rem;
    border-radius: 0.625rem;
    border: 1px solid #EF5268;
    padding: 0 0.8125rem;
  }
  .sec-newCategory .title__btn .btn-link:hover {
    background-color: #EF5268;
    color: #fff;
  }
}

.sec-newCategory__featured .item-sidebar__inner {
  background: #EF5268;
  border-radius: 0.625rem;
  padding: 1.875rem 0.9375rem;
}
.sec-newCategory__featured .item-sidebar__inner .title__subtitle {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .sec-newCategory__featured .item-sidebar {
    border-left: 1px solid #EDEDED;
    padding-left: 1.25rem;
    height: 100%;
    padding-top: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .sec-newCategory__featured .item-content {
    padding-right: 1.875rem;
  }
  .sec-newCategory__featured .item-sidebar {
    border-left: 1px solid #EDEDED;
    height: 100%;
    padding-left: 3.75rem;
    padding-top: 3.75rem;
  }
  .sec-newCategory__featured .item-sidebar__inner {
    border-radius: 1.25rem;
    padding: 2.8125rem 3.125rem;
  }
}
.sec-newCategory__featured .item-slidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-newCategory__featured .item-slidebar__list a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 0.875rem;
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.625rem 0;
  padding-right: 1.25rem;
}
.sec-newCategory__featured .item-slidebar__list a:after {
  content: "\e902";
  font-family: "iconTony";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1600px) {
  .sec-newCategory__featured .item-slidebar__list a {
    font-size: 1.0625rem;
    padding: 0.9375rem 0;
    padding-right: 1.875rem;
  }
  .sec-newCategory__featured .item-slidebar__list a:after {
    font-size: 0.875rem;
  }
}
.sec-newCategory__featured .item-slidebar__item + .item-slidebar__item {
  margin-top: 2rem;
}
.sec-newCategory__featured .item-slidebar__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-newCategory__featured .item-slidebar__social a {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
  color: #EF5268;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0.5rem;
}
.sec-newCategory__featured .item-slidebar__social a:hover {
  background-color: #008B67;
  color: #fff;
}
.sec-newCategory__featured .item-slidebar__contact p {
  margin: 0;
}
.sec-newCategory__featured .item-slidebar__contact p + p {
  margin-top: 0.9375rem;
}
.sec-newCategory__featured .item-slidebar__contact p a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  padding-left: 1.875rem;
}
.sec-newCategory__featured .item-slidebar__contact p a span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.125rem;
}
.sec-newCategory__featured .item-slidebar__contact p a:hover {
  text-decoration: underline;
}
@media (min-width: 1600px) {
  .sec-newCategory__featured .item-slidebar__contact p a {
    font-size: 1.0625rem;
    padding-left: 2.375rem;
  }
  .sec-newCategory__featured .item-slidebar__contact p a span {
    font-size: 1.25rem;
  }
}

.sec-newCategory__list .item-list {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .sec-newCategory__list .item-list {
    border-top: 1px solid #EDEDED;
    padding-top: 3.125rem;
    margin-top: 3.125rem;
  }
}
@media (min-width: 1600px) {
  .sec-newCategory__list .item-list {
    padding-top: 5rem;
    margin-top: 5rem;
  }
}
.sec-newCategory__list .postBox,
.sec-newCategory__list .postMini {
  margin-bottom: 0.875rem;
}
@media (min-width: 1260px) {
  .sec-newCategory__list .postBox,
.sec-newCategory__list .postMini {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .sec-newCategory__list .postBox,
.sec-newCategory__list .postMini {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .sec-newCategory__list .postMini__inner {
    border-radius: 0.625rem;
  }
}
@media (min-width: 992px) {
  .sec-newCategory__list .postBox__title {
    font-size: 1rem;
  }
}

.sec-newCategory.style-listing .item-sidebar {
  padding-top: 0;
}
.sec-newCategory.style-listing .postMini {
  margin-bottom: 0.9375rem;
}
.sec-newCategory.style-listing .postMini__text {
  font-size: 0.8125rem;
  color: #666666;
  margin-top: 0.9375rem;
}
.sec-newCategory.style-listing .pagination-nav {
  margin-top: 2.5rem;
}
.sec-newCategory.style-listing .pagination-nav .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .sec-newCategory.style-listing .title__mbCat {
    text-align: right;
  }
  .sec-newCategory.style-listing .title__mbCat .btn-link {
    color: #EF5268;
  }
  .sec-newCategory.style-listing .title__mbCat .btn-link .icon-close {
    display: none;
  }
  .sec-newCategory.style-listing .title__mbCat .btn-link.showed .icon-close {
    display: inline;
  }
  .sec-newCategory.style-listing .title__mbCat .btn-link.showed .icon-hamburger {
    display: none;
  }
  .sec-newCategory.style-listing .postMini__inner {
    display: block;
    border-radius: 0.625rem;
  }
  .sec-newCategory.style-listing .postMini__body {
    width: 100%;
    padding: 1.375rem 1.375rem 1.6875rem;
  }
  .sec-newCategory.style-listing .postMini__img:after {
    content: "";
    display: block;
    padding-top: 59.4%;
  }
  .sec-newCategory.style-listing .postMini__img {
    width: 100%;
  }
  .sec-newCategory.style-listing .postMini__title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .sec-newCategory.style-listing .postMini__meta {
    font-size: 0.75rem;
  }
  .sec-newCategory.style-listing .sec-newCategory__featured {
    position: relative;
  }
  .sec-newCategory.style-listing .item-sidebar {
    display: none;
    position: absolute;
    top: 1.875rem;
    right: 0;
    width: 12.5rem;
  }
  .sec-newCategory.style-listing .item-sidebar .title__subtitle {
    display: none;
  }
  .sec-newCategory.style-listing .item-sidebar__inner {
    padding: 0 0.875rem;
  }
  .sec-newCategory.style-listing .sec-newCategory__featured .item-slidebar__list li:first-child a {
    border-top: 0;
  }
  .sec-newCategory.style-listing .sec-newCategory__featured .item-slidebar__list a {
    font-size: 0.75rem;
  }
  .sec-newCategory.style-listing .sec-newCategory__featured .item-slidebar__list a:after {
    font-size: 0.625rem;
  }
  .sec-newCategory.style-listing .pagination-nav {
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .sec-newCategory.style-listing .title {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-newCategory.style-listing .item-content {
    padding-right: 1.25rem;
  }
  .sec-newCategory.style-listing .item-sidebar {
    padding-left: 1.875rem;
  }
  .sec-newCategory.style-listing .postMini__body {
    padding: 1.875rem 1.5625rem;
  }
  .sec-newCategory.style-listing .postMini__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .sec-newCategory.style-listing .title {
    margin-bottom: 4.6875rem;
  }
  .sec-newCategory.style-listing .item-content {
    padding-right: 5.625rem;
  }
  .sec-newCategory.style-listing .item-sidebar {
    padding-left: 3.125rem;
  }
  .sec-newCategory.style-listing .postMini__body {
    padding: 2.1875rem 4.6875rem 2.8125rem 2.75rem;
  }
  .sec-newCategory.style-listing .postMini__title {
    font-size: 1.3125rem;
  }
  .sec-newCategory.style-listing .postMini__text {
    font-size: 0.9375rem;
  }
}

.sec-newDetail {
  padding: 0;
}
.sec-newDetail .breadcrumb-wrap {
  position: relative;
  padding: 1rem 1.875rem;
}
@media (min-width: 1260px) {
  .sec-newDetail .breadcrumb-wrap {
    padding: 1rem 3.75rem;
  }
}
.sec-newDetail .breadcrumb-wrap .f-line {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #F2F2F2;
}
.sec-newDetail .breadcrumb-wrap .f-line span {
  display: block;
  position: relative;
  height: 100%;
  width: 15%;
  background-color: #EF5268;
}

.sec-newDetail__layout {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

@media (min-width: 1260px) {
  .sec-newDetail__content {
    padding-right: 1.875rem;
  }
}
.sec-newDetail__content .postBox__meta {
  font-size: 0.8125rem;
  margin-bottom: 1.0625rem;
  margin-top: 0;
}
.sec-newDetail__content .postBox__title {
  font-size: 1.5rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .sec-newDetail__content .postBox__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1600px) {
  .sec-newDetail__content .postBox__title {
    font-size: 2.75rem;
  }
}
.sec-newDetail__content .postBox__featured {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.67;
  color: #4D4D4D;
  margin-bottom: 1.875rem;
}
@media (min-width: 1600px) {
  .sec-newDetail__content .postBox__featured {
    font-size: 1.125rem;
    margin-bottom: 3.125rem;
  }
}
.sec-newDetail__content .postBox__img {
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 2.1875rem;
}
.sec-newDetail__content .postBox__img:after {
  display: none;
}
.sec-newDetail__content .postBox__img img {
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .sec-newDetail__content .postBox__img {
    border-radius: 0.9375rem;
  }
}
@media (min-width: 1260px) {
  .sec-newDetail__content .postBox__img {
    border-radius: 1.25rem;
  }
}
.sec-newDetail__content .item-entry {
  font-weight: 500;
  color: #595959;
}
@media (max-width: 1599.98px) {
  .sec-newDetail__content .item-entry {
    font-size: 0.9375rem;
  }
}
.sec-newDetail__content .item-entry h2, .sec-newDetail__content .item-entry h3, .sec-newDetail__content .item-entry h4, .sec-newDetail__content .item-entry h5, .sec-newDetail__content .item-entry h6 {
  font-size: 1.1875rem;
  color: #EF5268;
  letter-spacing: -0.01em;
}
.sec-newDetail__content .item-entry h2 {
  font-size: 1.1875rem;
  margin-bottom: 0.8125rem;
}
@media (min-width: 1600px) {
  .sec-newDetail__content .item-entry h2 {
    font-size: 1.875rem;
    margin-bottom: 1.125rem;
  }
}
.sec-newDetail__content .item-entry h3 {
  margin-bottom: 0.75rem;
}
@media (min-width: 1600px) {
  .sec-newDetail__content .item-entry h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .sec-newDetail__content .item-entry h4, .sec-newDetail__content .item-entry h5, .sec-newDetail__content .item-entry h6 {
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
  }
}
.sec-newDetail__content .item-entry h5 {
  font-size: 1.125rem;
}
.sec-newDetail__content .item-entry h6 {
  font-size: 1rem;
}
.sec-newDetail__content .item-entry ul {
  margin-left: -0.9375rem;
  color: #404040;
  font-weight: 600;
  margin-bottom: 1rem;
}
.sec-newDetail__content .item-entry ul li + li {
  margin-top: 0.3125rem;
}
.sec-newDetail__content .item-entry figure {
  margin: 2.1875rem 0;
  border-radius: 0.625rem;
  overflow: hidden;
}
.sec-newDetail__content .item-entry figure img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-newDetail__content .item-entry figure {
    border-radius: 0.9375rem;
  }
}
@media (min-width: 1260px) {
  .sec-newDetail__content .item-entry figure {
    margin: 2.1875rem -0.75rem;
    border-radius: 1.25rem;
  }
}
.sec-newDetail__content .item-entry blockquote {
  font-size: 1.1875rem;
  color: #EF5268;
  line-height: 1.33;
  margin: 1.5rem 0;
}
@media (min-width: 1600px) {
  .sec-newDetail__content .item-entry blockquote {
    font-size: 1.5rem;
  }
}
.sec-newDetail__content .item-footer {
  border-top: 1px solid #E5E5E5;
  padding-top: 0.625rem;
  margin-top: 2.5rem;
}
.sec-newDetail__content .item-tag a {
  font-size: 0.9375rem;
  color: #666666;
}
.sec-newDetail__content .item-tag a:hover {
  color: #EF5268;
}
@media (min-width: 768px) {
  .sec-newDetail__content .item-tag a {
    font-size: 0.9375rem;
  }
}
.sec-newDetail__content .item-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625rem;
}
.sec-newDetail__content .item-share span {
  font-family: "Sarabun";
  font-weight: bold;
  font-size: 0.875rem;
  color: #4D4D4D;
  white-space: nowrap;
}
.sec-newDetail__content .item-share p {
  margin: 0;
  padding-left: 0.625rem;
}
.sec-newDetail__content .item-share p a {
  display: inline-block;
  vertical-align: top;
  width: 1.625rem;
  height: 1.625rem;
  line-height: 1.875rem;
  font-size: 0.8125rem;
  text-align: center;
  border-radius: 50%;
  background-color: #F3F3F3;
}
.sec-newDetail__content .item-share p a:hover {
  background-color: #EF5268;
  color: #fff;
}
@media (min-width: 768px) {
  .sec-newDetail__content .item-share {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
  .sec-newDetail__content .item-share span {
    font-size: 1rem;
  }
  .sec-newDetail__content .item-share p a {
    font-size: 0.875rem;
  }
}

.sec-newDetail__sidebar {
  margin-top: 3.125rem;
}
@media (min-width: 992px) {
  .sec-newDetail__sidebar {
    border-left: 1px solid #E6E6E6;
    padding-left: 1.25rem;
    padding-top: 2.5rem;
    min-height: 100%;
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .sec-newDetail__sidebar {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .sec-newDetail__sidebar {
    padding-left: 3.75rem;
    padding-top: 3.125rem;
  }
}
.sec-newDetail__sidebar .title__subtitle {
  color: #333333;
  margin-bottom: 1.25rem;
}
.sec-newDetail__sidebar .postMini {
  margin-bottom: 0.625rem;
}
.sec-newDetail__sidebar .postMini__img {
  display: none;
}
.sec-newDetail__sidebar .postMini__body {
  width: 100%;
}
@media (max-width: 767.98px) {
  .sec-newDetail__sidebar .postMini__body {
    padding: 1rem 1.875rem;
  }
}

.sec-contactPage {
  padding: 0;
}

.sec-contactPage__map {
  position: relative;
  padding: 3.125rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sec-contactPage__map {
    padding: 4.375rem 0;
  }
}
@media (min-width: 1260px) {
  .sec-contactPage__map {
    padding: 6.875rem 0;
  }
}
@media (min-width: 992px) {
  .sec-contactPage__map .item-box {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 1.875rem 0.9375rem;
    border-radius: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .sec-contactPage__map .item-box {
    position: relative;
    z-index: 2;
    padding: 3.125rem 2.75rem;
    border-radius: 1.875rem;
  }
}
.sec-contactPage__map .item__title {
  color: #333333;
  margin-bottom: 1.875rem;
}
@media (min-width: 1260px) {
  .sec-contactPage__map .item__title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}
.sec-contactPage__map .form-searchGroup {
  margin-bottom: 2.1875rem;
}
.sec-contactPage__map .item__location {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-contactPage__map .item__location li {
  padding: 1.5625rem 0;
  border-bottom: 1px solid #E6E6E6;
}
.sec-contactPage__map .item__location .f-inner {
  position: relative;
  padding-left: 5rem;
}
.sec-contactPage__map .item__location .f-icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.sec-contactPage__map .item__location .f-icon i {
  font-size: 1.5625rem;
  color: #EF5268;
}
.sec-contactPage__map .item__location .f-title {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.5625rem;
}
.sec-contactPage__map .item__location .f-text {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  line-height: 1.5;
}
.sec-contactPage__map .item__location .f-text + .f-text {
  margin-top: 0.25rem;
}
.sec-contactPage__map .tabbox__content .fix-scroll {
  max-height: 22.5rem;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0.625rem;
  margin-right: -0.625rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sec-contactPage__map .tabbox__content .fix-scroll::-webkit-scrollbar {
  width: 10px;
}
.sec-contactPage__map .tabbox__content .fix-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.sec-contactPage__map .tabbox__content .fix-scroll::-webkit-scrollbar-thumb {
  background: #DADADA;
  border-radius: 0.625rem;
  max-height: 5rem;
}
.sec-contactPage__map .tabbox__content .fix-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.sec-contactPage__map .item-map {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-contactPage__map .item-map iframe {
  width: 100%;
  height: 100%;
}

.sec-contactPage__content {
  background-color: #FEF1F3;
  padding: 3.75rem 0;
}
@media (min-width: 992px) {
  .sec-contactPage__content {
    padding: 5.625rem 0;
  }
}
@media (min-width: 1600px) {
  .sec-contactPage__content {
    padding: 7.8125rem 0;
  }
}
.sec-contactPage__content .title__title {
  margin-bottom: 2.1875rem;
}
.sec-contactPage__content .title__title strong {
  font-weight: inherit;
  color: #104732;
}
@media (min-width: 1600px) {
  .sec-contactPage__content .title__title {
    max-width: 85%;
    font-size: 2.25rem;
    margin-bottom: 2.8125rem;
  }
}
.sec-contactPage__content .item-img {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .sec-contactPage__content .item-img {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .sec-contactPage__content .item-img {
    max-width: 85%;
    margin-left: auto;
  }
}

.sec-cartPage {
  padding-top: 2.1875rem;
  padding-bottom: 3.4375rem;
}
@media (min-width: 768px) {
  .sec-cartPage {
    padding-top: 4.6875rem;
    padding-bottom: 6.25rem;
  }
}
.sec-cartPage .title {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sec-cartPage .title {
    margin-bottom: 2.5rem;
  }
}
.sec-cartPage .title__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.sec-cartPage .title__title small {
  font-size: 0.875rem;
  color: #EF5268;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
}

.sec-cartPage__order {
  background: #FFFFFF;
  border-radius: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #4D4D4D;
  padding: 1.25rem 1.25rem 2.5rem;
  margin-top: 0.625rem;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .sec-cartPage__order {
    padding: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-cartPage__order {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .sec-cartPage__order {
    font-size: 0.9375rem;
    padding: 2.5rem;
  }
}
.sec-cartPage__order .item-title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1600px) {
  .sec-cartPage__order .item-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.sec-cartPage__order .item-item {
  border-top: 1px solid #E3E3E3;
  padding-top: 0.9375rem;
}
.sec-cartPage__order .item-item + .item-item {
  margin-top: 0.9375rem;
}
@media (max-width: 991.98px) {
  .sec-cartPage__order .item-item:first-child {
    border-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  .sec-cartPage__order .item-item {
    padding-top: 1.25rem;
  }
  .sec-cartPage__order .item-item + .item-item {
    margin-top: 1.25rem;
  }
}
.sec-cartPage__order .item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-cartPage__order .item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.1875rem 0;
}
.sec-cartPage__order .item-list li span {
  width: 40%;
}
.sec-cartPage__order .item-list li p {
  width: 60%;
  text-align: right;
  margin: 0;
}
.sec-cartPage__order .item-voucher {
  font-size: 0.75rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .sec-cartPage__order .item-voucher {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.sec-cartPage__order .item-voucher .f-form {
  position: relative;
}
.sec-cartPage__order .item-voucher .f-form .form-control {
  padding-right: 6.875rem;
}
.sec-cartPage__order .item-voucher .f-form .form-submit {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5.625rem;
  background-color: transparent;
  border: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #EF5268;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .sec-cartPage__order .item-voucher .f-form .form-control {
    font-size: 0.75rem;
    padding: 0 0.9375rem;
    padding-right: 5.9375rem;
    height: 2.8125rem;
    line-height: 2.6875rem;
  }
  .sec-cartPage__order .item-voucher .f-form .form-submit {
    font-size: 0.75rem;
    width: 5rem;
  }
}
.sec-cartPage__order .item-voucher .f-select {
  display: block;
  color: #EF5268;
  margin: 0;
  margin-top: 0.75rem;
}
.sec-cartPage__order .item-voucher .f-select i {
  font-size: 0.875rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .sec-cartPage__order .item-voucher .f-select i {
    font-size: 1rem;
  }
}
.sec-cartPage__order .item-footer .f-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-cartPage__order .item-footer .f-total span {
  width: 40%;
}
.sec-cartPage__order .item-footer .f-total p {
  width: 60%;
  font-weight: bold;
  text-align: right;
  margin: 0;
}
.sec-cartPage__order .item-footer .btn {
  display: block;
  text-align: center;
  margin-top: 1.25rem;
	width: 100%;
}

.sec-checkoutPage {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .sec-checkoutPage {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
.sec-checkoutPage .title-page {
  font-weight: bold;
  color: #333333;
  margin-bottom: 3.125rem;
}
@media (max-width: 767.98px) {
  .sec-checkoutPage .title-page {
    font-size: 1.8125rem;
    margin-bottom: 2.0625rem;
  }
}

@media (min-width: 1260px) {
  .sec-checkoutPage__content {
    padding-top: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .sec-checkoutPage__content {
    padding-right: 1.875rem;
  }
}
.sec-checkoutPage__content .checkoutBox + .checkoutBox {
  margin-top: 2.5rem;
}
@media (min-width: 1600px) {
  .sec-checkoutPage__content .checkoutBox + .checkoutBox {
    margin-top: 2.8125rem;
  }
}
.sec-checkoutPage__content .footer-btn {
  margin-top: 2rem;
}
.sec-checkoutPage__content .footer-btn .btn-link {
  color: #333333;
}
.sec-checkoutPage__content .footer-btn .btn-link i {
  margin-right: 0.3125rem;
}
.sec-checkoutPage__content .footer-btn .btn-link:hover {
  color: #EF5268;
}

.sec-checkoutPage__sidebar {
  margin-top: 2.5rem;
}
@media (min-width: 1260px) {
  .sec-checkoutPage__sidebar {
    border-left: 1px solid #F2F2F2;
    min-height: 100%;
    padding-left: 1.25rem;
    margin-top: 0;
    padding-top: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .sec-checkoutPage__sidebar {
    max-width: 96%;
    padding-left: 3.75rem;
  }
}
.sec-checkoutPage__sidebar .sidebar-title {
  color: #333333;
  margin-bottom: 1.5625rem;
}
@media (max-width: 1259.98px) {
  .sec-checkoutPage__sidebar .sidebar-title {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: initial;
    color: #333333;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 767.98px) {
  .sec-checkoutPage__sidebar .sidebar-title {
    font-size: 17px;
  }
}
.sec-checkoutPage__sidebar .sec-cartPage__order {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.4375rem;
}
.sec-checkoutPage__sidebar .sec-cartPage__order .item-item:first-child {
  padding-top: 0;
  border-top: 0;
}
@media (min-width: 768px) {
  .sec-checkoutPage__sidebar .sec-cartPage__order {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sec-checkoutPage__sidebar .checkoutBox__address {
  padding: 1.125rem 1.25rem;
  margin-bottom: 1.875rem;
}
.sec-checkoutPage__sidebar .checkoutBox__address .checkboxAddress {
  max-width: 100%;
}
@media (min-width: 768px) {
  .sec-checkoutPage__sidebar .checkoutBox__address {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sec-checkoutPage__sidebar .footer-btn {
  text-align: center;
}
.sec-checkoutPage__sidebar .footer-btn .btn {
  display: block;
  text-align: center;
}
.sec-checkoutPage__sidebar .footer-btn .f-note {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
@media (min-width: 1600px) {
  .sec-checkoutPage__sidebar .footer-btn .f-note {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1260px) {
  .sec-orderSuccess {
    padding-bottom: 11.25rem;
  }
}
@media (min-width: 1600px) {
  .sec-orderSuccess {
    padding-bottom: 14.375rem;
  }
}
.sec-orderSuccess .item-img {
  margin-bottom: 3.125rem;
}
.sec-orderSuccess .item-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-orderSuccess .item-img {
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .sec-orderSuccess .item-content {
    padding-top: 30px;
    margin-right: -2.5rem;
  }
}
.sec-orderSuccess .item-title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.11;
  letter-spacing: -0.01em;
  color: #0B5C43;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .sec-orderSuccess .item-title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1260px) {
  .sec-orderSuccess .item-title {
    font-size: 2.5rem;
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1600px) {
  .sec-orderSuccess .item-title {
    font-size: 3.375rem;
    margin-bottom: 2.125rem;
  }
}
.sec-orderSuccess .item-text {
  font-weight: 500;
  line-height: 1.5;
  color: #595959;
  margin-bottom: 2.1875rem;
}
.sec-orderSuccess .item-text a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .sec-orderSuccess .item-text {
    font-size: 0.875rem;
  }
}
.sec-orderSuccess .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-orderSuccess .item-info li {
  position: relative;
  padding-left: 1.5625rem;
}
.sec-orderSuccess .item-info li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #EF5268;
  font-size: 1.25rem;
}
.sec-orderSuccess .item-info li p {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #595959;
  margin: 0;
}
.sec-orderSuccess .item-info li p strong {
  display: block;
  font-family: "Sarabun", sans-serif;
  font-size: 0.875rem;
  color: #333333;
}
@media (max-width: 767.98px) {
  .sec-orderSuccess .item-info li {
    width: 50%;
    padding-right: 0.625rem;
  }
}
@media (min-width: 768px) {
  .sec-orderSuccess .item-info li {
    padding-left: 2.1875rem;
    margin-right: 2.5rem;
  }
  .sec-orderSuccess .item-info li:last-child {
    margin-right: 0;
  }
  .sec-orderSuccess .item-info li span {
    font-size: 1.5rem;
  }
  .sec-orderSuccess .item-info li p {
    font-size: 0.9375rem;
  }
  .sec-orderSuccess .item-info li p strong {
    font-size: 1rem;
  }
}
@media (min-width: 1260px) {
  .sec-orderSuccess .item-info li {
    margin-right: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .sec-orderSuccess .item-info li {
    margin-right: 6.25rem;
  }
}
.sec-orderSuccess .item-faq {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.875rem;
  margin-top: 1.875rem;
}
.sec-orderSuccess .item-faq .f-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
.sec-orderSuccess .item-faq .f-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-orderSuccess .item-faq .f-list li a {
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  color: #008B67;
}
.sec-orderSuccess .item-faq .f-list li a:hover {
  color: #EF5268;
}
@media (min-width: 768px) {
  .sec-orderSuccess .item-faq .f-title {
    font-size: 1rem;
  }
  .sec-orderSuccess .item-faq .f-list li a {
    font-size: 0.9375rem;
  }
}
.sec-orderSuccess .sharp-bg {
  position: absolute;
  z-index: -1;
}
.sec-orderSuccess .sharp-bg span {
  display: block;
}
.sec-orderSuccess .sharp-bg span img {
  width: 100%;
}
.sec-orderSuccess .sharp-1 {
  top: 0;
  left: 0;
  max-width: 6%;
  -webkit-transform: translateY(-11%);
          transform: translateY(-11%);
}
@media (min-width: 1600px) {
  .sec-orderSuccess .sharp-1 {
    max-width: 8%;
  }
}
.sec-orderSuccess .sharp-2 {
  top: 4%;
  right: 0;
  max-width: 9%;
}
@media (min-width: 1600px) {
  .sec-orderSuccess .sharp-2 {
    max-width: 11%;
  }
}
.sec-orderSuccess .sharp-3 {
  bottom: 10%;
  left: 0;
  max-width: 8%;
}
@media (min-width: 1600px) {
  .sec-orderSuccess .sharp-3 {
    max-width: 10%;
  }
}
.sec-orderSuccess .sharp-4 {
  bottom: 10%;
  right: 0;
  -webkit-transform: translateX(18%);
          transform: translateX(18%);
  max-width: 7%;
}
@media (min-width: 1600px) {
  .sec-orderSuccess .sharp-4 {
    max-width: 9%;
  }
}
.sec-orderSuccess .sharp-5 {
  bottom: 0;
  left: 45%;
  max-width: 10%;
  -webkit-transform: translateY(43%);
          transform: translateY(43%);
}
@media (min-width: 1600px) {
  .sec-orderSuccess .sharp-5 {
    max-width: 12%;
  }
}

.sec-mbsHero {
  padding-top: 5rem;
  padding-bottom: 8.125rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-mbsHero {
    padding: 4.375rem 0;
  }
}
@media (min-width: 992px) {
  .sec-mbsHero {
    padding: 5.625rem 0;
  }
}
@media (min-width: 1600px) {
  .sec-mbsHero {
    padding: 8.125rem 0;
  }
}
.sec-mbsHero .bg {
  background-color: #008B67;
}
.sec-mbsHero .breadcrumb {
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .sec-mbsHero .breadcrumb {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-mbsHero .breadcrumb {
    margin-bottom: 1.5625rem;
  }
}
.sec-mbsHero .breadcrumb li {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
}
.sec-mbsHero .breadcrumb li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 0.375rem;
  margin-right: 0.375rem;
}
.sec-mbsHero .breadcrumb li:not(:last-child):after {
  display: none;
}
.sec-mbsHero .breadcrumb li a {
  color: rgba(255, 255, 255, 0.4);
}
.sec-mbsHero .breadcrumb li a:hover {
  color: #fff;
}
.sec-mbsHero .item-title {
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1.09;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-mbsHero .item-title {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .sec-mbsHero .item-title {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1600px) {
  .sec-mbsHero .item-title {
    font-size: 5.75rem;
  }
}
.sec-mbsHero .item-img {
  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;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-top: 2.8125rem;
}
.sec-mbsHero .item-img:after {
  content: "";
  display: block;
  padding-top: 66.1%;
}
.sec-mbsHero .item-img .btn-video {
  position: absolute;
  z-index: 2;
  font-size: 1.875rem;
  color: #fff;
}
@media (min-width: 768px) {
  .sec-mbsHero .item-img {
    border-radius: 1.25rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .sec-mbsHero .item-img .btn-video {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1260px) {
  .sec-mbsHero .item-img .btn-video {
    font-size: 2.5rem;
  }
}
.sec-mbsHero .item-img__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1600px) {
  .sec-mbsHero.style-wl .item-title {
    font-size: 4.6875rem;
  }
}

.sec-customerPolicy .title {
  margin-bottom: 6.25rem;
}
@media (min-width: 1600px) {
  .sec-customerPolicy .title {
    margin-bottom: 9rem;
  }
}
.sec-customerPolicy .title__title {
  font-weight: bold;
  color: #1A1A1A;
}
.sec-customerPolicy .title__title strong {
  color: #EF5268;
}

.sec-uuViet {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .sec-uuViet {
    background-color: #FCE9EC;
  }
}
@media (max-width: 767.98px) {
  .sec-uuViet {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sec-uuViet {
    background-color: #008B67;
  }
}
@media (min-width: 1600px) {
  .sec-uuViet {
    padding-top: 8.125rem;
    padding-bottom: 9.6875rem;
  }
}
@media (min-width: 768px) {
  .sec-uuViet .bg-sharp {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .sec-uuViet .bg-sharp {
    top: 50%;
    left: 0;
    width: 100vw;
    height: 100vw;
    border-radius: 50%;
    -webkit-transform: translate(-36%, -50%);
            transform: translate(-36%, -50%);
    background-color: #FCE9EC;
  }
}
@media (min-width: 1600px) {
  .sec-uuViet .bg-sharp {
    width: 84vw;
    height: 84vw;
  }
}
.sec-uuViet .bg-img span {
  display: block;
}
@media (max-width: 767.98px) {
  .sec-uuViet .bg-img {
    background-color: #008B67;
  }
}
@media (min-width: 768px) {
  .sec-uuViet .bg-img {
    position: absolute;
    z-index: -3;
    top: 50%;
    right: 0;
    max-width: 51%;
    -webkit-transform: translate(3%, -50%);
            transform: translate(3%, -50%);
  }
}

.sec-uuViet__content {
  padding-bottom: 5.625rem;
}
@media (min-width: 768px) {
  .sec-uuViet__content {
    padding-bottom: 0;
  }
}
.sec-uuViet__content .title__title {
  font-weight: bold;
  margin-bottom: 2.1875rem;
}
.sec-uuViet__content .item-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-uuViet__content .item-info .f-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(239, 82, 104, 0.2);
  padding: 1.1875rem 0;
}
@media (max-width: 767.98px) {
  .sec-uuViet__content .item-info .f-item:last-child {
    border-bottom: 1px solid rgba(239, 82, 104, 0.2);
  }
}
.sec-uuViet__content .item-info .f-left {
  position: relative;
  padding-left: 1.5625rem;
  color: #008B67;
  width: 40%;
}
.sec-uuViet__content .item-info .f-left span {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-uuViet__content .item-info .f-left h3 {
  font-size: 0.9375rem;
  color: inherit;
  margin: 0;
}
@media (min-width: 1260px) {
  .sec-uuViet__content .item-info .f-left h3 {
    font-size: 1rem;
  }
}
.sec-uuViet__content .item-info .f-text {
  width: 60%;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666666;
}
@media (min-width: 1260px) {
  .sec-uuViet__content .item-info .f-text {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .sec-uuViet__content .item-info .f-left {
    width: 30%;
  }
  .sec-uuViet__content .item-info .f-text {
    width: 70%;
  }
}
.sec-uuViet__content .item-footer {
  background-color: #EF5268;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-top: 2.5rem;
  text-align: center;
}
.sec-uuViet__content .item-footer .f-title {
  line-height: 1.17;
  font-size: 1.0625rem;
  color: #008B67;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  background-color: #008B67;
  padding: 1.25rem;
  margin: 0;
}
.sec-uuViet__content .item-footer .f-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem 0 2.5rem;
}
.sec-uuViet__content .item-footer .f-content .f-item {
  width: 50%;
  padding: 0 1.25rem;
}
.sec-uuViet__content .item-footer .f-content .f-item:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sec-uuViet__content .item-footer .f-content h4 {
  font-size: 0.8125rem;
  line-height: 1.38;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.sec-uuViet__content .item-footer .f-content p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1260px) {
  .sec-uuViet__content .item-footer {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .sec-uuViet__content .item-footer .f-title {
    font-size: 1.5rem;
  }
  .sec-uuViet__content .item-footer .f-content {
    padding: 1.25rem 0 2.5rem;
  }
  .sec-uuViet__content .item-footer .f-content .f-item {
    padding: 0 1.875rem;
  }
  .sec-uuViet__content .item-footer .f-content h4 {
    font-size: 1rem;
  }
  .sec-uuViet__content .item-footer .f-content p {
    font-size: 0.9375rem;
  }
}

.sec-theleQL .title {
  margin-bottom: 2.5rem;
}
.sec-theleQL .title__subtitle {
  color: #6C6C6C;
}
.sec-theleQL .title__title {
  font-weight: bold;
  color: #1A1A1A;
}
@media (max-width: 767.98px) {
  .sec-theleQL .title__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-theleQL .title__title {
    font-size: 1.625rem !important;
  }
}
.sec-theleQL .title__img {
  margin-top: 3.75rem;
  max-width: 47%;
}
.sec-theleQL .title__img img {
  width: 100%;
}
@media (min-width: 1600px) {
  .sec-theleQL .title__subtitle {
    font-size: 1.0625rem;
  }
  .sec-theleQL .title__title {
    margin-right: -4.375rem;
  }
}

.sec-theleQL__list .item {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 2.5rem 1.5625rem;
  margin-bottom: 0.9375rem;
}
.sec-theleQL__list .item.style-1 {
  background-color: #008B67;
}
.sec-theleQL__list .item.style-2 {
  background-color: #EF5268;
}
@media (min-width: 768px) {
  .sec-theleQL__list .item {
    border-radius: 1.25rem;
    padding: 3.125rem;
  }
  .sec-theleQL__list .item.style-1 .item__img {
    width: 52%;
    -webkit-transform: translate(16%, 2%);
            transform: translate(16%, 2%);
  }
  .sec-theleQL__list .item.style-2 .item__img {
    width: 45%;
    -webkit-transform: translate(8%, 26%);
            transform: translate(8%, 26%);
  }
}
@media (min-width: 768px) {
  .sec-theleQL__list .item__body {
    max-width: 54%;
  }
}
.sec-theleQL__list .item__title {
  font-size: 1rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767.98px) {
  .sec-theleQL__list .item__title br {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec-theleQL__list .item__title {
    font-size: 1.25rem;
  }
}
.sec-theleQL__list .item__text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.71);
}
.sec-theleQL__list .item__text p {
  margin-bottom: 0;
}
.sec-theleQL__list .item__text p + {
  margin-top: 0.9375rem;
}
@media (max-width: 767.98px) {
  .sec-theleQL__list .item__text {
    font-size: 0.875rem;
  }
}
.sec-theleQL__list .item__img {
  margin-top: 1.375rem;
}
.sec-theleQL__list .item__img img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-theleQL__list .item__img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.sec-qLoiCard {
  background-color: #008B67;
}
@media (min-width: 768px) {
  .sec-qLoiCard .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    padding-bottom: 2.8125rem;
    margin-bottom: 4.375rem;
  }
}
.sec-qLoiCard .title__title {
  font-weight: bold;
  color: #fff;
}
.sec-qLoiCard .title__text h3 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 0.875rem;
}
@media (min-width: 768px) {
  .sec-qLoiCard .title__text h3 {
    font-size: 1.25rem;
  }
}
.sec-qLoiCard .title__text ul {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.71);
}
@media (max-width: 1259.98px) {
  .sec-qLoiCard .title__text ul {
    margin-left: -0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-qLoiCard .title__text {
    margin-top: 2.8125rem;
  }
}
.sec-qLoiCard .bg {
  background-color: transparent;
}

@media (min-width: 1260px) and (max-width: 1599.98px) {
  .sec-qLoiCard__list {
    margin-left: -10%;
    margin-right: -10%;
  }
  .sec-qLoiCard__list .cardInfo__body {
    padding: 1.875rem 1.25rem 2.5rem;
  }
}
@media (max-width: 1259.98px) {
  .sec-qLoiCard__list {
    overflow: hidden;
    overflow-x: auto;
    padding-left: calc((100vw - 930px) / 2 * 1);
    padding-right: calc((100vw - 930px) / 2 * 1);
    margin-left: calc((100vw - 930px) / 2 * -1);
    margin-right: calc((100vw - 930px) / 2 * -1);
  }
  .sec-qLoiCard__list::-webkit-scrollbar {
    display: none;
  }
  .sec-qLoiCard__list .fix-scroll {
    width: 86.875rem;
  }
}
@media (max-width: 991.98px) {
  .sec-qLoiCard__list {
    padding-left: calc((100vw - 690px) / 2 * 1);
    padding-right: calc((100vw - 690px) / 2 * 1);
    margin-left: calc((100vw - 690px) / 2 * -1);
    margin-right: calc((100vw - 690px) / 2 * -1);
  }
}
@media (max-width: 767.98px) {
  .sec-qLoiCard__list {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .sec-qLoiCard__list .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .sec-qLoiCard__list .row [class*=col-] {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.sec-regulation .title__title {
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .sec-regulation .item-img {
    margin-top: 3.75rem;
    text-align: center;
  }
  .sec-regulation .item-img img {
    max-width: 70%;
  }
}
.sec-regulation .bg-sharp {
  position: absolute;
  z-index: -1;
}
.sec-regulation .bg-sharp span {
  display: block;
}
.sec-regulation .bg-sharp.sharp-1 {
  top: 42%;
  left: 0;
  max-width: 5%;
}
@media (min-width: 1600px) {
  .sec-regulation .bg-sharp.sharp-1 {
    max-width: 7%;
  }
}
.sec-regulation .bg-sharp.sharp-1 span.done {
  -webkit-animation: swingingR 5s linear infinite !important;
          animation: swingingR 5s linear infinite !important;
}
.sec-regulation .bg-sharp.sharp-2 {
  top: 10%;
  right: 0;
  max-width: 5%;
}
@media (min-width: 1600px) {
  .sec-regulation .bg-sharp.sharp-2 {
    max-width: 7%;
  }
}
.sec-regulation .bg-sharp.sharp-2 span.done {
  -webkit-animation: swinging 5s linear infinite !important;
          animation: swinging 5s linear infinite !important;
}

@media (max-width: 767.98px) {
  .sec-ctaList {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .sec-ctaList .row {
    margin: 0;
  }
  .sec-ctaList .row [class*=col-] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .sec-ctaList .row [class*=col-] {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (max-width: 991.98px) {
  .sec-ctaList .row [class*=col-]:nth-child(2) .item-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.48);
  }
}
.sec-ctaList .itemBox {
  position: relative;
  z-index: 2;
  border-radius: 0.625rem;
  background-color: #008B67;
  overflow: hidden;
}
.sec-ctaList .itemBox .bg {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .sec-ctaList .itemBox {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.sec-ctaList .item-inner {
  padding: 3.4375rem 0;
}
@media (min-width: 768px) {
  .sec-ctaList .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .sec-ctaList .item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-ctaList .item-header {
    display: block;
  }
}
.sec-ctaList .item-header .item-btn {
  margin-bottom: 1.375rem;
}
.sec-ctaList .item-header .item-btn .btn {
  font-size: 1.1875rem;
  height: auto;
  line-height: initial;
  white-space: nowrap;
  padding: 0.875rem 1.5625rem;
}
.sec-ctaList .item-header .item-btn .btn:hover {
  background-color: #fff;
  color: #EF5268;
}
@media (min-width: 1260px) {
  .sec-ctaList .item-header .item-btn .btn {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .sec-ctaList .item-header .item-btn .btn {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .sec-ctaList .item-header .item-content {
    padding-left: 3.4375rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-ctaList .item-header .item-content {
    padding-left: 0;
  }
}
@media (min-width: 1260px) and (max-width: 1599.98px) {
  .sec-ctaList .item-header .item-content {
    padding-left: 1.875rem;
  }
}
.sec-ctaList .item-fix {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec-ctaList .item-text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 2.1875rem;
}
.sec-ctaList .item-text a {
  font-weight: bold;
  color: #fff;
}
.sec-ctaList .item-info {
  margin-bottom: 2.1875rem;
}
.sec-ctaList .item-info .f-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-ctaList .item-info .f-item + .f-item {
  border-top: 1px solid #00A37A;
  padding-top: 1.25rem;
  margin-top: 1.875rem;
}
.sec-ctaList .item-info .f-item p {
  width: 100%;
  font-weight: 500;
  line-height: 1.38;
  color: #FFFFFF;
  margin: 0;
}
.sec-ctaList .item-info .f-item p small {
  display: block;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.625rem;
}
.sec-ctaList .item-info .f-item .f-a {
  width: 40%;
}
.sec-ctaList .item-info .f-item .f-b {
  width: 60%;
  padding-left: 1.875rem;
}
.sec-ctaList .item-img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.sec-ctaList .item-img img {
  width: 100%;
}

.sec-membershipRules .title {
  margin-bottom: 0;
}
.sec-membershipRules .title__subtitle {
  color: #6C6C6C;
}
.sec-membershipRules .title__title {
  font-size: 1.4375rem;
  color: #008B67;
}
.sec-membershipRules .title__title p {
  margin-bottom: 0;
}
.sec-membershipRules .title__title p + p {
  margin-top: 0.9375rem;
}
.sec-membershipRules .title__title strong {
  font-weight: inherit;
  color: #EF5268;
}
@media (min-width: 1600px) {
  .sec-membershipRules .title__title {
    font-size: 1.875rem;
  }
}
.sec-membershipRules .bg-sharp {
  position: absolute;
  z-index: -1;
}
.sec-membershipRules .bg-sharp span {
  display: block;
}
.sec-membershipRules .bg-sharp.sharp-1 {
  left: 0;
  bottom: 27%;
  max-width: 4%;
}
@media (min-width: 1600px) {
  .sec-membershipRules .bg-sharp.sharp-1 {
    max-width: 6%;
  }
}
.sec-membershipRules .bg-sharp.sharp-1 span.done {
  -webkit-animation: swinging 5s linear infinite !important;
          animation: swinging 5s linear infinite !important;
}
.sec-membershipRules .bg-sharp.sharp-2 {
  right: 0;
  top: 23%;
  max-width: 4%;
}
@media (min-width: 1600px) {
  .sec-membershipRules .bg-sharp.sharp-2 {
    max-width: 5%;
  }
}
.sec-membershipRules .bg-sharp.sharp-2 span.done {
  -webkit-animation: swingingR 5s linear infinite !important;
          animation: swingingR 5s linear infinite !important;
}

.sec-capBac {
  background-color: #008B67;
}
.sec-capBac .bg {
  background-color: transparent;
}
@media (min-width: 768px) {
  .sec-capBac .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    padding-bottom: 2.5rem;
  }
}
.sec-capBac .title__title {
  font-weight: bold;
  color: #fff;
}
.sec-capBac .title__text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .sec-capBac .title__text {
    margin-top: 0;
  }
}

.sec-capBac__slide .swiper .swiper-slide {
  height: auto;
}
.sec-capBac__slide .swiper .swiper-paginationCustom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-capBac__slide .swiper .swiper-paginationCustom .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 0.45;
}
.sec-capBac__slide .swiper .swiper-paginationCustom .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .sec-capBac__slide .cardInfo__body {
    padding-top: 1rem;
    padding-bottom: 1.875rem;
  }
  .sec-capBac__slide .cardInfo__price .f-price {
    font-size: 1.5625rem;
  }
  .sec-capBac__slide .cardInfo__list li {
    font-size: 0.8125rem;
  }
}

.sec-salesPolicy .title {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .sec-salesPolicy .title {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1260px) {
  .sec-salesPolicy .title {
    margin-bottom: 3.75rem;
  }
}
.sec-salesPolicy .title__title {
  font-weight: bold;
  color: #1A1A1A;
  letter-spacing: -0.01em;
}
.sec-salesPolicy .title__text {
  font-weight: 500;
  color: #4D4D4D;
}
@media (min-width: 768px) {
  .sec-salesPolicy .title__text {
    margin-top: 0;
  }
}
.sec-salesPolicy .tabbox__list {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .sec-salesPolicy .tabbox__list {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .sec-salesPolicy .tabbox__list {
    margin-bottom: 3.75rem;
  }
}
.sec-salesPolicy .tabbox__list ul li a:hover,
.sec-salesPolicy .tabbox__list ul li a.active {
  color: #008B67;
  border-color: #008B67;
}
.sec-salesPolicy .sharp-section {
  position: absolute;
  bottom: 14%;
  left: 0;
  width: 5%;
}
.sec-salesPolicy .sharp-section span {
  display: block;
}
@media (min-width: 1600px) {
  .sec-salesPolicy .sharp-section {
    width: 7%;
  }
}
.sec-salesPolicy .sharp-section span.done {
  -webkit-animation: swinging 5s linear infinite !important;
          animation: swinging 5s linear infinite !important;
}

.sec-salesPolicy__list .item {
  background-color: #EF5268;
  overflow: hidden;
  border-radius: 0.625rem;
  padding: 0 1.875rem;
  margin-bottom: 1.1875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec-salesPolicy__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 16.25rem;
  }
}
@media (min-width: 992px) {
  .sec-salesPolicy__list .item {
    min-height: 18.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-salesPolicy__list .item {
    min-height: 23.75rem;
    padding: 0 4.6875rem;
  }
}
.sec-salesPolicy__list .item__inner {
  position: relative;
  padding-top: 2.1875rem;
}
@media (min-width: 768px) {
  .sec-salesPolicy__list .item__inner {
    padding: 1.875rem 0;
  }
}
@media (min-width: 1260px) {
  .sec-salesPolicy__list .item__inner {
    padding: 3.75rem 0;
  }
}
.sec-salesPolicy__list .item__body {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .sec-salesPolicy__list .item__body {
    max-width: 45%;
  }
}
@media (min-width: 992px) {
  .sec-salesPolicy__list .item__body {
    max-width: 42%;
  }
}
@media (min-width: 1600px) {
  .sec-salesPolicy__list .item__body {
    max-width: 33%;
  }
}
.sec-salesPolicy__list .item__title {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1260px) {
  .sec-salesPolicy__list .item__title {
    font-size: 1.25rem;
  }
}
.sec-salesPolicy__list .item__text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.sec-salesPolicy__list .item__text p {
  margin-bottom: 0;
}
.sec-salesPolicy__list .item__text p + p {
  margin-top: 0.9375rem;
}
@media (max-width: 991.98px) {
  .sec-salesPolicy__list .item__text {
    font-size: 0.8125rem;
  }
}
@media (max-width: 767.98px) {
  .sec-salesPolicy__list .item__text {
    font-size: 0.875rem;
  }
}
.sec-salesPolicy__list .item__img {
  position: relative;
  z-index: 1;
  margin-top: 5.625rem;
}
.sec-salesPolicy__list .item__img .item__bg {
  position: relative;
  z-index: 2;
}
.sec-salesPolicy__list .item__img .item__bg:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-salesPolicy__list .item__img .item__bg .bg {
  border-radius: 50%;
  overflow: hidden;
}
.sec-salesPolicy__list .item__img .bg-sharp {
  position: absolute;
}
.sec-salesPolicy__list .item__img .bg-sharp span {
  display: block;
}
@media (max-width: 767.98px) {
  .sec-salesPolicy__list .item__img {
    margin-right: -32%;
    margin-bottom: -32%;
  }
}
@media (min-width: 768px) {
  .sec-salesPolicy__list .item__img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50%;
    margin: 0;
  }
}
.sec-salesPolicy__list .item.style-1 .sharp-1 {
  bottom: 22%;
  left: 0;
  max-width: 24%;
  -webkit-transform: translateX(-62%);
          transform: translateX(-62%);
}
.sec-salesPolicy__list .item.style-1 .sharp-2 {
  top: 33%;
  right: 0;
  max-width: 17%;
  -webkit-transform: translateX(14%);
          transform: translateX(14%);
}
.sec-salesPolicy__list .item.style-2,
.sec-salesPolicy__list .item.style-4 {
  background-color: #008B67;
}
.sec-salesPolicy__list .item.style-2 .item__body,
.sec-salesPolicy__list .item.style-4 .item__body {
  margin-left: auto;
}
.sec-salesPolicy__list .item.style-2 .item__img,
.sec-salesPolicy__list .item.style-4 .item__img {
  right: auto;
  left: 0;
}
.sec-salesPolicy__list .item.style-2 .sharp-3 {
  bottom: 25%;
  left: 0;
  max-width: 17%;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
.sec-salesPolicy__list .item.style-3 .sharp-4 {
  top: 25%;
  right: 0;
  max-width: 23%;
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
}
.sec-salesPolicy__list .item.style-3 .sharp-5 {
  top: 25%;
  left: 0;
  max-width: 14%;
  -webkit-transform: translateX(-38%) rotate(26deg);
          transform: translateX(-38%) rotate(26deg);
}
.sec-salesPolicy__list .item.style-4 .sharp-6 {
  top: 21%;
  left: 0;
  max-width: 17%;
  -webkit-transform: translateX(-30%) rotate(19deg);
          transform: translateX(-30%) rotate(19deg);
}
.sec-salesPolicy__list .item.style-4 .sharp-7 {
  bottom: 24%;
  right: 0;
  max-width: 20%;
  -webkit-transform: translateX(26%) rotate(27deg);
          transform: translateX(26%) rotate(27deg);
}
.sec-salesPolicy__list .item.style-4 .sharp-8 {
  top: 24%;
  right: 0;
  max-width: 13%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 767.98px) {
  .sec-salesPolicy__list {
    overflow: hidden;
    overflow-x: auto;
    padding-right: 1.75rem;
    margin-right: -1.75rem;
  }
  .sec-salesPolicy__list::-webkit-scrollbar {
    display: none;
  }
  .sec-salesPolicy__list .fix-scroll {
    width: 410%;
  }
  .sec-salesPolicy__list .fix-scroll .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .sec-salesPolicy__list .fix-scroll .row [class*=col-] {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .sec-salesPolicy__list .item {
    margin: 0;
    height: 100%;
  }
  .sec-salesPolicy__list .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .sec-salesPolicy__list .item__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sec-salesPolicy__list .item__img .item__bg .bg:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 45%;
    background-color: #ED6C7E;
    border-radius: 50%;
  }
}

.sec-returnPolicy {
  padding-top: 0;
}
.sec-returnPolicy .title {
  margin-bottom: 2.0625rem;
}
.sec-returnPolicy .title__title {
  color: #1A1A1A;
}
.sec-returnPolicy .title__title strong {
  color: #EF5268;
}
.sec-returnPolicy .item-a .title__img {
  max-width: 53%;
  margin-top: 3.75rem;
}
.sec-returnPolicy .item-a .title__img img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .sec-returnPolicy .item-a .title__img {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-returnPolicy .item-a .accordion__text {
  padding-bottom: 2.5rem;
}
.sec-returnPolicy .item-a .accordion__panel {
  border-top: 1px solid rgba(205, 205, 205, 0.7);
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.sec-returnPolicy .item-a .accordion__panel:last-child {
  border-bottom: 1px solid rgba(205, 205, 205, 0.7);
}
.sec-returnPolicy .item-a .accordion__panel + .accordion__panel {
  margin: 0;
}
@media (min-width: 1600px) {
  .sec-returnPolicy .item-a .accordion__title, .sec-returnPolicy .item-a .accordion__text {
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .sec-returnPolicy .item-a .title {
    margin: 0;
  }
  .sec-returnPolicy .item-a .title__img {
    max-width: 48%;
  }
}
@media (min-width: 992px) {
  .sec-returnPolicy .item-a .title__img {
    max-width: 48%;
  }
}
@media (min-width: 1600px) {
  .sec-returnPolicy .item-a .title__img {
    max-width: 33%;
  }
}
.sec-returnPolicy .item-b {
  margin-top: 7.5rem;
}
.sec-returnPolicy .item-b .title__title {
  margin: 0;
}
.sec-returnPolicy .item-b .item-img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.sec-returnPolicy .item-b .item-img img {
  width: 100%;
}
.sec-returnPolicy .item-b .accordion {
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .sec-returnPolicy .item-b {
    border-top: 1px solid #E4E4E4;
    padding-top: 5.625rem;
    margin-top: 5.625rem;
  }
  .sec-returnPolicy .item-b .title {
    margin-bottom: 1.75rem;
  }
  .sec-returnPolicy .item-b .title__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-returnPolicy .item-b {
    padding-top: 6.875rem;
    margin-top: 7.5rem;
  }
}
@media (min-width: 1600px) {
  .sec-returnPolicy .item-b {
    padding-top: 8.75rem;
    margin-top: 8.125rem;
  }
  .sec-returnPolicy .item-b .item-img {
    max-width: 90%;
    margin-left: auto;
  }
}
.sec-returnPolicy .item-c {
  margin-top: 4.375rem;
}
.sec-returnPolicy .item-c .item-c__item.style-2 {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .sec-returnPolicy .item-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.5625rem;
    margin-right: -0.5625rem;
    margin-top: 5.625rem;
  }
  .sec-returnPolicy .item-c .item-c__item {
    padding: 0 0.5625rem;
  }
  .sec-returnPolicy .item-c .item-c__item.style-1 {
    width: 37%;
  }
  .sec-returnPolicy .item-c .item-c__item.style-2 {
    width: 63%;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .sec-returnPolicy .item-c {
    margin-top: 8.125rem;
  }
}
.sec-returnPolicy .item-c .item-c__inner {
  border-radius: 0.625rem;
  height: 100%;
  background-color: #EF5268;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.1875rem 1.25rem;
}
@media (min-width: 768px) {
  .sec-returnPolicy .item-c .item-c__inner {
    padding: 2.1875rem 1.875rem;
  }
}
@media (min-width: 1600px) {
  .sec-returnPolicy .item-c .item-c__inner {
    padding: 3.4375rem 3.125rem;
  }
}
.sec-returnPolicy .item-c .item-c__title {
  font-size: 1.1875rem;
  color: #fff;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1260px) {
  .sec-returnPolicy .item-c .item-c__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .sec-returnPolicy .item-c .item-c__title {
    font-size: 1.875rem;
  }
}
.sec-returnPolicy .item-c .item-c__text,
.sec-returnPolicy .item-c .item-c__list {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.84);
}
.sec-returnPolicy .item-c .item-c__text a,
.sec-returnPolicy .item-c .item-c__list a {
  color: inherit;
  word-break: break-word;
}
.sec-returnPolicy .item-c .item-c__text a:hover,
.sec-returnPolicy .item-c .item-c__list a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .sec-returnPolicy .item-c .item-c__text,
.sec-returnPolicy .item-c .item-c__list {
    font-size: 0.75rem;
  }
}
.sec-returnPolicy .item-c .item-c__text ul {
  margin-left: -0.9375rem;
}
.sec-returnPolicy .item-c .item-c__text ul li + li {
  margin-top: 0.4375rem;
}
.sec-returnPolicy .item-c .item-c__list p {
  color: #fff;
}
.sec-returnPolicy .item-c .item-c__list p small {
  display: block;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
}
.sec-returnPolicy .item-c .item-c__item.style-2 .item-c__inner {
  background-color: #008B67;
}
@media (max-width: 1259.98px) {
  .sec-returnPolicy .item-c .item-c__item.style-2 .item-c__title br {
    display: none;
  }
}
@media (min-width: 1260px) {
  .sec-returnPolicy .item-c .item-c__item.style-2 .item-c__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-returnPolicy .item-c .item-c__item.style-2 .item-c__title {
    width: 25%;
  }
  .sec-returnPolicy .item-c .item-c__item.style-2 .item-c__list {
    width: 75%;
  }
}
.sec-returnPolicy .bg-sharp {
  position: absolute;
  z-index: -1;
}
.sec-returnPolicy .bg-sharp span {
  display: block;
}
.sec-returnPolicy .bg-sharp.sharp-1 {
  bottom: 22%;
  left: 0;
  width: 5%;
}
@media (min-width: 1600px) {
  .sec-returnPolicy .bg-sharp.sharp-1 {
    width: 7%;
  }
}
.sec-returnPolicy .bg-sharp.sharp-1 span.done {
  -webkit-animation: swingingR 5s linear infinite !important;
          animation: swingingR 5s linear infinite !important;
}
.sec-returnPolicy .bg-sharp.sharp-2 {
  bottom: 48%;
  right: 0;
  width: 6%;
}
@media (min-width: 1600px) {
  .sec-returnPolicy .bg-sharp.sharp-2 {
    width: 8%;
  }
}
.sec-returnPolicy .bg-sharp.sharp-2 span.done {
  -webkit-animation: swinging 5s linear infinite !important;
          animation: swinging 5s linear infinite !important;
}
.sec-returnPolicy .bg-sharp.sharp-3 {
  top: 26%;
  left: 0;
  width: 5%;
}
@media (min-width: 1600px) {
  .sec-returnPolicy .bg-sharp.sharp-3 {
    width: 7%;
  }
}
.sec-returnPolicy .bg-sharp.sharp-3 span.done {
  -webkit-animation: swingingR 5s linear infinite !important;
          animation: swingingR 5s linear infinite !important;
}
.sec-returnPolicy .bg-sharp.sharp-4 {
  top: 0;
  right: 0;
  width: 7%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
@media (min-width: 1600px) {
  .sec-returnPolicy .bg-sharp.sharp-4 {
    width: 9%;
  }
}
.sec-returnPolicy .bg-sharp.sharp-4 span.done {
  -webkit-animation: swinging 5s linear infinite !important;
          animation: swinging 5s linear infinite !important;
}

.sec-careerTitle .title {
  margin: 0;
}
.sec-careerTitle .title__title {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #008C69;
}
.sec-careerTitle .title__btn {
  margin-top: 2.8125rem;
}
.sec-careerTitle .item-img {
  max-width: 74%;
  margin-top: 3.75rem;
  margin-left: auto;
}
.sec-careerTitle .bg-sharp {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 114%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}
.sec-careerTitle .bg-sharp span {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(237, 108, 126, 0.15);
}
.sec-careerTitle .bg-sharp span:after {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .sec-careerTitle .title__title {
    font-size: 2.25rem;
  }
  .sec-careerTitle .item-img {
    max-width: 79%;
    margin-top: 0;
  }
  .sec-careerTitle .bg-sharp {
    top: 5%;
    width: 31%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@media (min-width: 768px) {
  .sec-careerTitle .title__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1600px) {
  .sec-careerTitle {
    padding-top: 7.5rem;
    padding-bottom: 7.0625rem;
  }
  .sec-careerTitle .title__title {
    font-size: 4.625rem;
  }
  .sec-careerTitle .title__btn {
    margin-top: 3.625rem;
  }
}

.sec-imgContent .item-img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.sec-imgContent .item-img img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .sec-whyApply {
    padding-top: 9.375rem;
  }
}
.sec-whyApply .title {
  position: relative;
  text-align: center;
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .sec-whyApply .title {
    margin-bottom: 4.6875rem;
  }
}
.sec-whyApply .title__title {
  font-weight: bold;
  color: #333333;
}
@media (max-width: 767.98px) {
  .sec-whyApply .title__title {
    font-size: 2.0625rem;
  }
}
.sec-whyApply .bg-sharp {
  position: absolute;
}
.sec-whyApply .bg-sharp span {
  display: block;
}
@media (max-width: 767.98px) {
  .sec-whyApply .sharp-1 {
    top: 0;
    left: 18%;
    max-width: 18%;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}
@media (min-width: 768px) {
  .sec-whyApply .sharp-1 {
    bottom: 0;
    width: 8%;
    -webkit-transform: translateY(50%) rotate(-2deg);
            transform: translateY(50%) rotate(-2deg);
    left: 5%;
  }
}
@media (max-width: 767.98px) {
  .sec-whyApply .sharp-2 {
    right: 17%;
    top: 0;
    max-width: 24%;
    -webkit-transform: translateY(-134%) rotate(29deg);
            transform: translateY(-134%) rotate(29deg);
  }
}
@media (min-width: 768px) {
  .sec-whyApply .sharp-2 {
    bottom: 7%;
    left: 15%;
    max-width: 10%;
    -webkit-transform: translateY(35%) rotate(29deg);
            transform: translateY(35%) rotate(29deg);
  }
}
.sec-whyApply .sharp-3 {
  bottom: 0;
  right: 0;
  max-width: 15%;
  -webkit-transform: translateY(15%) rotate(45deg);
          transform: translateY(15%) rotate(45deg);
}

.sec-whyApply__list .item {
  height: 100%;
  padding-bottom: 0.75rem;
}
.sec-whyApply__list .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #EF5268;
  border-radius: 0.625rem;
  padding: 1.875rem;
}
@media (min-width: 768px) {
  .sec-whyApply__list .item__inner {
    padding: 1.875rem 0.9375rem;
  }
}
@media (min-width: 992px) {
  .sec-whyApply__list .item__inner {
    padding: 1.875rem 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .sec-whyApply__list .item__inner {
    padding: 3.75rem 3rem 1.875rem;
  }
}
.sec-whyApply__list .item__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-whyApply__list .item__title {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .sec-whyApply__list .item__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.sec-whyApply__list .item__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-whyApply__list .item__text {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .sec-whyApply__list .item__text {
    font-size: 0.9375rem;
  }
}
.sec-whyApply__list .item__grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec-whyApply__list .item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: 1.25rem;
}
.sec-whyApply__list .item__icon span {
  display: inline-block;
  color: #ED6C7E;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.sec-whyApply__list .item__icon span.active {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-whyApply__list .item__icon {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .sec-whyApply__list .item__icon {
    font-size: 1.875rem;
    margin-top: 2.1875rem;
  }
}

.sec-cotLoiBV {
  padding-top: 0;
}
@media (min-width: 768px) {
  .sec-cotLoiBV {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .sec-cotLoiBV {
    padding-top: 5rem;
  }
}
.sec-cotLoiBV .title {
  margin-bottom: 4.375rem;
}
.sec-cotLoiBV .title__title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .sec-cotLoiBV .title__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1600px) {
  .sec-cotLoiBV .title__title {
    font-size: 2rem;
  }
}
.sec-cotLoiBV .bg-sharp-foo {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 40%;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
@media (min-width: 1260px) {
  .sec-cotLoiBV .bg-sharp-foo {
    top: auto;
    bottom: 0;
    width: 56%;
  }
}
.sec-cotLoiBV .bg-sharp-foo .sharp-circle {
  background-color: #FCE9EC;
  border-radius: 50%;
}
.sec-cotLoiBV .bg-sharp-foo .sharp-circle:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-cotLoiBV .bg-sharp-foo .sharp-1,
.sec-cotLoiBV .bg-sharp-foo .sharp-2 {
  position: absolute;
}
.sec-cotLoiBV .bg-sharp-foo .sharp-1 span,
.sec-cotLoiBV .bg-sharp-foo .sharp-2 span {
  display: block;
}
.sec-cotLoiBV .bg-sharp-foo .sharp-1 span img,
.sec-cotLoiBV .bg-sharp-foo .sharp-2 span img {
  width: 100%;
}
.sec-cotLoiBV .bg-sharp-foo .sharp-1 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 18%;
}
.sec-cotLoiBV .bg-sharp-foo .sharp-2 {
  position: absolute;
  top: 0;
  left: 24%;
  width: 23%;
  -webkit-transform: rotate(37deg);
          transform: rotate(37deg);
}

.sec-cotLoiBV__grid {
  position: relative;
}
.sec-cotLoiBV__grid .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec-cotLoiBV__grid .item__inner {
  position: relative;
}
.sec-cotLoiBV__grid .item__inner:after {
  content: "";
  display: block;
}
.sec-cotLoiBV__grid .item__inner .bg {
  background-color: #C4C4C4;
  border-radius: 0.625rem;
  overflow: hidden;
}
.sec-cotLoiBV__grid .img-pc .item-wrap .item {
  padding: 0.3125rem;
}
@media (min-width: 1600px) {
  .sec-cotLoiBV__grid .img-pc .item-wrap .item {
    padding: 0.5625rem;
  }
}
.sec-cotLoiBV__grid .img-pc .item-wrap:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-cotLoiBV__grid .img-pc .item {
  position: relative;
}
.sec-cotLoiBV__grid .img-pc .item-1 {
  width: 31%;
}
.sec-cotLoiBV__grid .img-pc .item-1 .item__inner:after {
  padding-top: 62%;
}
.sec-cotLoiBV__grid .img-pc .item-2 {
  width: 38%;
}
.sec-cotLoiBV__grid .img-pc .item-2 .item__inner:after {
  padding-top: 69%;
}
.sec-cotLoiBV__grid .img-pc .item-3 {
  width: 31%;
}
.sec-cotLoiBV__grid .img-pc .item-3 .item__inner:after {
  padding-top: 69%;
}
.sec-cotLoiBV__grid .img-pc .item-3 .sharp-icon {
  position: absolute;
  top: 0;
  right: 10%;
  width: 62%;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
.sec-cotLoiBV__grid .img-pc .item-3 .sharp-icon img {
  width: 100%;
}
.sec-cotLoiBV__grid .img-pc .item-4 {
  width: 17%;
  margin-left: 3%;
}
.sec-cotLoiBV__grid .img-pc .item-4 .item__inner:after {
  padding-top: 93.4%;
}
.sec-cotLoiBV__grid .img-pc .item-5 {
  width: 36%;
}
.sec-cotLoiBV__grid .img-pc .item-5 .item__inner:after {
  padding-top: 73.7%;
}
.sec-cotLoiBV__grid .img-pc .item-6 {
  width: 22%;
}
.sec-cotLoiBV__grid .img-pc .item-6 .item__inner:after {
  padding-top: 97%;
}
.sec-cotLoiBV__grid .img-pc .item-7 {
  width: 20%;
}
.sec-cotLoiBV__grid .img-pc .item-7 .item__inner:after {
  padding-top: 90.5%;
}
.sec-cotLoiBV__grid .img-mb .item-wrap:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-cotLoiBV__grid .img-mb .item {
  padding: 0.1875rem;
}
.sec-cotLoiBV__grid .img-mb .item__inner .bg {
  border-radius: 0.25rem;
}
.sec-cotLoiBV__grid .img-mb .item-1 {
  width: 55%;
  margin-left: 4%;
}
.sec-cotLoiBV__grid .img-mb .item-1 .item__inner:after {
  padding-top: 68.5%;
}
.sec-cotLoiBV__grid .img-mb .item-2 {
  width: 39%;
}
.sec-cotLoiBV__grid .img-mb .item-2 .item__inner:after {
  padding-top: 72%;
}
.sec-cotLoiBV__grid .img-mb .item-2 .sharp-icon {
  position: absolute;
  top: 0;
  right: 10%;
  width: 70%;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
.sec-cotLoiBV__grid .img-mb .item-2 .sharp-icon img {
  width: 100%;
}
.sec-cotLoiBV__grid .img-mb .item-3 {
  width: 46%;
}
.sec-cotLoiBV__grid .img-mb .item-3 .item__inner:after {
  padding-top: 73.3%;
}
.sec-cotLoiBV__grid .img-mb .item-4 {
  width: 54%;
}
.sec-cotLoiBV__grid .img-mb .item-4 .item__inner:after {
  padding-top: 62.5%;
}
.sec-cotLoiBV__grid .img-mb .item-5 {
  width: 30%;
  margin-left: 5%;
}
.sec-cotLoiBV__grid .img-mb .item-5 .item__inner:after {
  padding-top: 93.6%;
}
.sec-cotLoiBV__grid .img-mb .item-6 {
  width: 35%;
}
.sec-cotLoiBV__grid .img-mb .item-6 .item__inner:after {
  padding-top: 97.4%;
}
.sec-cotLoiBV__grid .img-mb .item-7 {
  width: 23%;
}
.sec-cotLoiBV__grid .img-mb .item-7 .item__inner:after {
  padding-top: 97.4%;
}
.sec-cotLoiBV__grid .bg-sharp {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 15%;
}
.sec-cotLoiBV__grid .bg-sharp span {
  display: block;
}
.sec-cotLoiBV__grid .bg-sharp span img {
  width: 100%;
}

.sec-hrStory {
  background-color: #008C69;
}
.sec-hrStory .bg {
  background-color: transparent;
}
@media (min-width: 768px) {
  .sec-hrStory {
    background-color: #008C69;
    padding: 3.125rem 0;
  }
}
@media (min-width: 992px) {
  .sec-hrStory {
    padding: 4.375rem 0;
  }
}
@media (min-width: 1260px) {
  .sec-hrStory {
    padding: 8.125rem 0;
  }
}
.sec-hrStory .title {
  margin: 0;
}
.sec-hrStory .title__subtitle {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.125rem;
}
@media (min-width: 1260px) {
  .sec-hrStory .title__subtitle {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .sec-hrStory .title__subtitle {
    margin-bottom: 3.125rem;
  }
}
.sec-hrStory .title__title {
  font-size: remm(24px);
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 1.25rem;
}
@media (min-width: 1260px) {
  .sec-hrStory .title__title {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .sec-hrStory .title__title {
    font-size: remm(35px);
    margin-bottom: 1.875rem;
  }
}
.sec-hrStory .title__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1260px) {
  .sec-hrStory .title__text {
    font-size: 0.9375rem;
  }
}
.sec-hrStory .title__author {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  margin-top: 1.75rem;
}
.sec-hrStory .title__author p {
  margin: 0;
}
.sec-hrStory .title__author strong {
  display: block;
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 768px) {
  .sec-hrStory .title__author {
    margin-top: 2.1875rem;
  }
}
.sec-hrStory .item__img {
  position: relative;
}
.sec-hrStory .item__img .item__img__radius {
  border-radius: 0.625rem;
  overflow: hidden;
}
.sec-hrStory .item__img .item__img__radius img {
  width: 100%;
}
.sec-hrStory .item__img .icon-sharp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36%;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
}
.sec-hrStory .slide-buttonCustom .slide-buttonCustom-prev,
.sec-hrStory .slide-buttonCustom .slide-buttonCustom-next {
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5625rem;
  line-height: 1;
  display: block;
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, 0.7);
}
.sec-hrStory .slide-buttonCustom .slide-buttonCustom-prev:hover,
.sec-hrStory .slide-buttonCustom .slide-buttonCustom-next:hover {
  color: #fff;
}
@media (min-width: 1600px) {
  .sec-hrStory .slide-buttonCustom .slide-buttonCustom-prev,
.sec-hrStory .slide-buttonCustom .slide-buttonCustom-next {
    font-size: 2.1875rem;
  }
}
.sec-hrStory .slide-buttonCustom .slide-buttonCustom-prev {
  left: 0;
}
.sec-hrStory .slide-buttonCustom .slide-buttonCustom-next {
  right: 0;
}
@media (max-width: 767.98px) {
  .sec-hrStory {
    border-radius: 0.625rem;
    overflow: hidden;
    padding: 0;
  }
  .sec-hrStory .container {
    padding: 0;
  }
  .sec-hrStory .item__body {
    padding: 2.5rem 1.75rem;
  }
}

@media (min-width: 1600px) {
  .sec-department .title {
    margin-bottom: 3.4375rem;
  }
}
@media (min-width: 1600px) {
  .sec-department .title {
    margin-bottom: 5.9375rem;
  }
}
.sec-department .title__title {
  color: #1A1A1A;
}
.sec-department .departmentBox__wrap .swiper-paginationCustom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .sec-department .departmentBox__wrap {
    overflow: hidden;
    margin-right: -1.75rem;
    padding-right: 1.75rem;
  }
  .sec-department .departmentBox__wrap .swiper {
    overflow: visible;
  }
  .sec-department .departmentBox__wrap .swiper-slide {
    height: auto;
  }
}

@media (min-width: 1260px) {
  .sec-recruit .title {
    margin-bottom: 3.125rem;
  }
}
.sec-recruit .title__title {
  color: #1A1A1A;
}
.sec-recruit .form-department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.125rem;
}
@media (min-width: 768px) {
  .sec-recruit .form-department {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-recruit .form-department .form-item {
  width: 50%;
  padding: 0 0.25rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .sec-recruit .form-department .form-item {
    width: 24%;
  }
}
.sec-recruit .form-department .form-labelCenter label,
.sec-recruit .form-department .form-labelCenter .ui-selectmenu-text {
  font-size: 0.875rem;
}
.sec-recruit .form-department .form-labelCenter .ui-selectmenu-text {
  height: 2.5625rem;
  line-height: 2.4375rem;
}
.sec-recruit .form-department .form-submit {
  position: relative;
  padding-left: 0.625rem;
}
.sec-recruit .form-department .form-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.25rem;
  width: 1px;
  height: 100%;
  background-color: #C4C4C4;
}
.sec-recruit .form-department .form-submit .btn {
  width: 100%;
  height: 2.5625rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #EF5268;
}
.sec-recruit .form-department .form-submit .btn:hover {
  background-color: #008B67;
}
@media (min-width: 768px) {
  .sec-recruit .form-department .form-submit {
    width: auto;
    left: 0.5rem;
    padding-left: 1.25rem;
  }
}

.fixMobileComfirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #EF5268;
  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;
}
.fixMobileComfirm .item-content {
  width: 80%;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .fixMobileComfirm .item-content {
    width: 50%;
  }
}
.fixMobileComfirm .item-content .item-title {
  font-size: 1.625rem;
  color: #fff;
  margin-bottom: 1.875rem;
}
.fixMobileComfirm .item-content .item-btn .btn-link {
  color: #fff;
}
/*# sourceMappingURL=main.css.map */
a:hover {text-decoration: none;}

.header__list .menu-list li.menu-has-children .submenu li ul {left: 155px;top: 0;}

.header__list .menu-list li.menu-has-children > .submenu > li:hover .submenu {
	transform: rotateX(0);
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}
.videoIframe-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.videoIframe-item {
    width: calc(50% - 20px);
}

.video-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 304px;
}
.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
}
.video-container iframe {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 100%;
}
.overplay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 999;
}
@media (max-width: 767px) {
	.videoIframe-item {
    width: 100%;
}
}










