/* boostrap*/
/* boostrap*/
/* boostrap*/
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::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: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--bs-heading-font-family), sans-serif;
  font-weight: 900;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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] {
  -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.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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;
  -webkit-appearance: button;
}

::file-selector-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;
}

.container,
.container-fluid,
.container-xxxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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: 1360px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
}
.container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1650px;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1260px;
  --bs-breakpoint-xxl: 1360px;
  --bs-breakpoint-xxxl: 1750px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .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.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .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.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .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.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .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.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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: 1360px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .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.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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: 1750px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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.33333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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.33333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .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.33333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
}
.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;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: -ms-inline-grid !important;
  display: inline-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: var(--bs-box-shadow) !important;
          box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
          box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
          box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

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

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

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

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

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

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !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-lighter {
  font-weight: lighter !important;
}

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

.fw-bolder {
  font-weight: bolder !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

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

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !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: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 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;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 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: 1360px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 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: 1750px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 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: 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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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;
  }
}
:root {
  --bs-body-font-family: "SVN-Articulat CF";
  --bs-body-font-size: 1.12500rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.55;
  --bs-body-color: #565A7E;
  --bs-body-text-align: left;
  --bs-body-bg: #fff;
  --bs-heading-font-family: "SVN-Faro Display Lucky";
  --bs-secondary-font-family: "SVN-Faro Lucky";
  --bs-heading-color: #010C6F;
  --color-primary: #FF5C33;
  --color-hover: #BC8D0B;
  --color-secondary: ;
  --color-border: ;
}

@media (min-width: 1260px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  html {
    font-size: calc(0.5555555556vw + 6px);
  }
}
@media (min-width: 1260px) and (min-width: 1440px) {
  html {
    font-size: calc(0.4166666667vw + 8px);
  }
}
@media (min-width: 1260px) and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

body.body-fix-scroll {
  height: 100vh;
}
@media (max-width: 1259.98px) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
}

section,
.section {
  position: relative;
  z-index: 2;
}

::-moz-selection {
  background: #FF5C33;
  color: #fff;
}

::selection {
  background: #FF5C33;
  color: #fff;
}

::-moz-selection {
  background: #FF5C33;
  color: #fff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.page-wrapper,
.page-content {
  overflow: clip;
  display: flow-root;
}

i {
  vertical-align: middle;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.75rem;
  padding: 0 2.5rem;
  border-radius: 100px;
  background-color: var(--color-primary);
  color: #FFF;
  font-family: var(--bs-heading-font-family);
  font-size: 1.0625rem;
  border: 0;
  line-height: 1;
}
.btn:hover {
  background-color: #ff6741;
  -webkit-animation: jiggle 0.7s;
          animation: jiggle 0.7s;
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.125rem;
  }
}
@media (max-width: 1259.98px) {
  .btn.btn-sm {
    height: 3rem;
    font-size: 0.9375rem;
    padding: 0 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .btn.btn-sm {
    height: 3rem;
    font-size: 0.9375rem;
    padding: 0 1.875rem;
  }
}

button.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--bs-heading-font-family);
  font-size: 1.0625rem;
  color: #000F99;
}
.btn-link span {
  line-height: 1;
  color: var(--color-primary);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 0.3125rem;
}
.btn-link:hover {
  color: var(--color-primary);
}
.btn-link:hover span {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (min-width: 992px) {
  .btn-link {
    font-size: 1.125rem;
  }
}
@media (min-width: 1750px) {
  .btn-link {
    font-size: 1.25rem;
  }
}

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,
input.form-control,
textarea.form-control,
.fieldinput,
.select-custom .ss-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.25rem;
  font-family: var(--bs-body-font-family);
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  border: 0;
  border-radius: 1.5625rem;
  background-color: rgba(0, 0, 0, 0.22);
  padding: 0 1.75rem;
}
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,
input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
.fieldinput::-webkit-input-placeholder,
.select-custom .ss-main::-webkit-input-placeholder {
  font-size: inherit;
  color: rgba(255, 255, 255, 0.42);
}
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,
input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder,
.fieldinput::-moz-placeholder,
.select-custom .ss-main::-moz-placeholder {
  font-size: inherit;
  color: rgba(255, 255, 255, 0.42);
}
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,
input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder,
.fieldinput:-moz-placeholder,
.select-custom .ss-main:-moz-placeholder {
  font-size: inherit;
  color: rgba(255, 255, 255, 0.42);
}
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,
input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
.fieldinput:-ms-input-placeholder,
.select-custom .ss-main:-ms-input-placeholder {
  font-size: inherit;
  color: rgba(255, 255, 255, 0.42);
}
@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,
  input.form-control,
  textarea.form-control,
  .fieldinput,
  .select-custom .ss-main {
    height: 4.0625rem;
    line-height: 4.0625rem;
    font-size: 1.0625rem;
    border-radius: 2.125rem;
  }
}

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

textarea.form-control {
  line-height: 1.3;
  min-height: 13.125rem;
  padding-top: 1.125rem;
  padding-bottom: 0;
  resize: none;
}

.ss-main:focus {
  outline: none;
}

.custom-checkbox {
  display: block;
  margin: 0;
  cursor: pointer;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked ~ p span {
  background-color: #000699;
  border-color: #000699;
}
.custom-checkbox input:checked ~ p span:after {
  opacity: 1;
  visibility: visible;
}
.custom-checkbox p {
  position: relative;
  color: #5E6176;
  font-size: 1rem;
  padding-left: 1.6875rem;
  margin: 0;
}
.custom-checkbox p 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;
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0.1875rem;
  border: 1px solid rgba(0, 6, 153, 0.15);
}
.custom-checkbox p span:after {
  position: absolute;
  content: "\e917";
  font-family: "iconNguyenSieu";
  font-size: 0.6875rem;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.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-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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 shakeX {
  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 shakeX {
  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);
  }
}
.shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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 heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-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-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-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-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10vh, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10vh, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp20 {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-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, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 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 fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -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-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-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-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-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-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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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;
}

/* Zooming entrances */
@-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;
}

/* Zooming exits */
@-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-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-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-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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);
  }
}
@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);
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-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);
  }
}
@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);
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-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-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-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-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-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;
}

/* Sliding exits */
@-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;
}

.jiggle {
  -webkit-animation-name: jiggle;
          animation-name: jiggle;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes jiggle {
  10%, 62% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  56% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px);
  }
}

@keyframes jiggle {
  10%, 62% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  56% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
}

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes effect1 {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
@keyframes effect1 {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
@-webkit-keyframes effect1_1 {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}
@keyframes effect1_1 {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}
@-webkit-keyframes effect1_2 {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
@keyframes effect1_2 {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
@-webkit-keyframes effect2 {
  0%, 100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(20%);
            transform: translateX(100%) translateY(20%);
  }
}
@keyframes effect2 {
  0%, 100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(20%);
            transform: translateX(100%) translateY(20%);
  }
}
@-webkit-keyframes effect2_1 {
  0%, 100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  50% {
    -webkit-transform: translateX(-100%) translateY(-20%);
            transform: translateX(-100%) translateY(-20%);
  }
}
@keyframes effect2_1 {
  0%, 100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  50% {
    -webkit-transform: translateX(-100%) translateY(-20%);
            transform: translateX(-100%) translateY(-20%);
  }
}
@-webkit-keyframes effect2_2 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes effect2_2 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes effect3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes effect3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes effect3_1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes effect3_1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes effect4 {
  0%, 50%, 100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  20% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  75% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@keyframes effect4 {
  0%, 50%, 100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  20% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  75% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@-webkit-keyframes rungRinh {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  36% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  39% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  42% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  45% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  48% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    opacity: 1;
  }
  51% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  54% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  57% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rungRinh {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  36% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  39% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  42% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  45% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  48% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    opacity: 1;
  }
  51% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  54% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  57% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.container {
  padding: 0 0.625rem;
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 1.4375rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 86%;
  }
}

.row {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.row [class*=col-] {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media (min-width: 1260px) {
  .row {
    margin-left: -0.5625rem;
    margin-right: -0.5625rem;
  }
  .row [class*=col-] {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
}

@-webkit-keyframes lazyloading {
  100% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}

@keyframes lazyloading {
  100% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}
.lazyloading {
  position: relative;
  overflow: hidden;
}
.lazyloading:not(.loaded) {
  background-color: whitesmoke;
}
.lazyloading:not(.loaded) img {
  opacity: 0;
  visibility: hidden;
}
.lazyloading:not(.loaded):after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(transparent), color-stop(rgba(215, 215, 215, 0.2901960784)), color-stop(transparent), to(transparent));
  background: linear-gradient(to right, transparent, transparent, rgba(215, 215, 215, 0.2901960784), transparent, transparent);
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-animation: lazyloading 1.2s infinite;
          animation: lazyloading 1.2s infinite;
}

.select-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  padding-left: 0.625rem;
  margin-left: 0.625rem;
}
.select-lang.show .select-lang__list {
  opacity: 1;
  visibility: visible;
}
.select-lang.show .select-lang__label:after {
  content: "\e90a";
}
.select-lang img {
  width: 1.5rem;
}
@media (min-width: 1260px) and (max-width: 1749.98px) {
  .select-lang img {
    width: 1.875rem;
  }
}

.select-lang__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.select-lang__label:after {
  content: "\e907";
  font-family: "iconNguyenSieu";
  line-height: 1;
  color: #fff;
  opacity: 0.7;
  font-size: 0.625rem;
  margin-left: 0.25rem;
}

.select-lang__list {
  position: absolute;
  z-index: 99;
  top: 130%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.5625rem;
  width: 8.125rem;
  -webkit-box-shadow: 0.25rem 0.625rem 0.75rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.25rem 0.625rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}
.select-lang__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  padding: 0.375rem 0.9375rem;
}
.select-lang__list a + a {
  border-top: 1px solid rgba(0, 15, 153, 0.15);
}
.select-lang__list a span {
  font-family: var(--bs-secondary-font-family);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000F99;
  padding-right: 0.3125rem;
  opacity: 0.75;
  white-space: nowrap;
  text-align: right;
}
.select-lang__list a.current span {
  opacity: 1;
}
@media (min-width: 1260px) and (max-width: 1749.98px) {
  .select-lang__list {
    width: 8.125rem;
  }
  .select-lang__list a span {
    font-size: 0.8125rem;
    padding-right: 0.4375rem;
    width: calc(100% - 1.875rem);
  }
}

.titlebox__sub {
  font-family: var(--bs-secondary-font-family);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(1, 12, 111, 0.5);
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .titlebox__sub {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) {
  .titlebox__sub {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1750px) {
  .titlebox__sub {
    font-size: 1.25rem;
  }
}
.titlebox__sub.style-ab {
  color: rgba(1, 12, 111, 0.5);
}

.titlebox__title {
  font-size: 1.5rem;
  color: #010C6F;
  line-height: 1.15;
  letter-spacing: -0.045rem;
  margin: 0;
}
@media (min-width: 768px) {
  .titlebox__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .titlebox__title {
    font-size: 3.4375rem;
    letter-spacing: -0.09375rem;
  }
}
@media (min-width: 1260px) {
  .titlebox__title {
    font-size: 4.0625rem;
    letter-spacing: -0.125rem;
  }
}
@media (min-width: 1750px) {
  .titlebox__title {
    font-size: 4.75rem;
    letter-spacing: -0.1425rem;
  }
}
.titlebox__title.style-50 {
  font-size: 2rem;
  line-height: 1.21;
  letter-spacing: -0.06rem;
}
@media (min-width: 992px) {
  .titlebox__title.style-50 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .titlebox__title.style-50 {
    font-size: 3.125rem;
    line-height: 1;
    letter-spacing: -0.09375rem;
  }
}
.titlebox__title.style-40 {
  font-size: 1.625rem;
  line-height: 1.42;
  letter-spacing: -0.0325rem;
}
@media (min-width: 768px) {
  .titlebox__title.style-40 {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}
@media (min-width: 1260px) {
  .titlebox__title.style-40 {
    font-size: 2.5rem;
    line-height: 1.22;
    letter-spacing: -0.05rem;
  }
}
.titlebox__title.style-26 {
  font-size: 1.125rem;
  line-height: 1.27;
  letter-spacing: -0.0225rem;
}
@media (min-width: 768px) {
  .titlebox__title.style-26 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media (min-width: 1260px) {
  .titlebox__title.style-26 {
    font-size: 1.625rem;
    line-height: 1.3;
    letter-spacing: -0.0325rem;
  }
}
.titlebox__title.style-23 {
  font-size: 1rem;
  line-height: 1.27;
  letter-spacing: -0.0225rem;
}
@media (min-width: 768px) {
  .titlebox__title.style-23 {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
@media (min-width: 1260px) {
  .titlebox__title.style-23 {
    font-size: 1.4375rem;
    line-height: 1.34;
    letter-spacing: -0.02875rem;
  }
}

.cardCoundown {
  position: relative;
  overflow: hidden;
  background-color: #FF5C33;
  padding: 2.1875rem;
  padding-bottom: 4.375rem;
  border-radius: 1.25rem;
  border-top-right-radius: 6.25rem;
}
@media (min-width: 768px) {
  .cardCoundown {
    padding: 2.5rem;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .cardCoundown {
    padding: 6.25rem 5rem;
  }
}
@media (min-width: 1260px) {
  .cardCoundown {
    border-top-right-radius: 18.75rem;
    padding: 5.9375rem 6.875rem 6.25rem;
  }
}

.cardCoundown__head {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .cardCoundown__head {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .cardCoundown__head {
    margin-bottom: 3.125rem;
  }
}
.cardCoundown__head .titlebox__sub {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.625rem;
}
.cardCoundown__head .titlebox__tit {
  font-size: 1.0625rem;
  color: #FFF;
  margin-bottom: 1.0625rem;
}
@media (min-width: 768px) {
  .cardCoundown__head .titlebox__tit {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .cardCoundown__head .titlebox__tit {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1750px) {
  .cardCoundown__head .titlebox__tit {
    font-size: 2.625rem;
  }
}
.cardCoundown__head .titlebox__text {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .cardCoundown__head .titlebox__text {
    max-width: 75%;
  }
}
@media (min-width: 1750px) {
  .cardCoundown__head .titlebox__text {
    max-width: 73%;
  }
}
@media (max-width: 1259.98px) {
  .cardCoundown__head .titlebox__text {
    font-size: 0.8125rem;
  }
}

.cardCoundown__content .card-img {
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cardCoundown__content .card-img {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .cardCoundown__content .card-img {
    border-radius: 1.875rem;
  }
}
.cardCoundown__content .card-img:after {
  content: "";
  display: block;
  padding-top: 71.8%;
}
.cardCoundown__content .card-img .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cardCoundown__content .card-img .lazyloading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cardCoundown__content .card-right {
  margin-top: 0.9375rem;
}
@media (min-width: 992px) {
  .cardCoundown__content .card-right {
    padding-left: 1.875rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .cardCoundown__content .card-right {
    padding-left: 3.125rem;
  }
}
@media (min-width: 1750px) {
  .cardCoundown__content .card-right {
    padding-left: 4.375rem;
  }
}
@media (max-width: 767.98px) {
  .cardCoundown__content .card-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cardCoundown__content .card-right .f-label {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cardCoundown__content .card-right .countdownJs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cardCoundown__content .card-right .btn-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.cardCoundown__content .card-right .f-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.9375rem;
  border-radius: 0.625rem;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  background-color: #FFC619;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .cardCoundown__content .card-right .f-label {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1260px) {
  .cardCoundown__content .card-right .f-label {
    font-size: 0.9375rem;
    height: 2.3125rem;
    padding: 0 1.1875rem;
  }
}
.cardCoundown__content .card-right .countdownJs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-left: -6%;
  margin-bottom: 0.9375rem;
}
.cardCoundown__content .card-right .countdownJs p {
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  line-height: 1;
  margin: 0;
}
.cardCoundown__content .card-right .countdownJs p span {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.cardCoundown__content .card-right .countdownJs p span:after {
  content: ":";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1.25rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.cardCoundown__content .card-right .countdownJs p:last-child span:after {
  display: none;
}
@media (min-width: 768px) {
  .cardCoundown__content .card-right .countdownJs {
    width: 76%;
  }
}
@media (min-width: 992px) {
  .cardCoundown__content .card-right .countdownJs {
    width: 100%;
  }
}
@media (min-width: 1260px) {
  .cardCoundown__content .card-right .countdownJs {
    width: 87%;
    margin-left: -8%;
    margin-bottom: 2.8125rem;
  }
  .cardCoundown__content .card-right .countdownJs p {
    font-size: 0.9375rem;
  }
  .cardCoundown__content .card-right .countdownJs p span {
    font-size: 3.125rem;
  }
  .cardCoundown__content .card-right .countdownJs p span:after {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1750px) {
  .cardCoundown__content .card-right .countdownJs {
    margin-bottom: 2.8125rem;
  }
  .cardCoundown__content .card-right .countdownJs p {
    font-size: 1.0625rem;
  }
  .cardCoundown__content .card-right .countdownJs p span {
    font-size: 3.5625rem;
  }
  .cardCoundown__content .card-right .countdownJs p span:after {
    font-size: 1.875rem;
  }
}
.cardCoundown__content .card-right .btn-link {
  font-size: 1.0625rem;
  color: #fff;
}
.cardCoundown__content .card-right .btn-link span {
  color: inherit;
}
@media (min-width: 1260px) {
  .cardCoundown__content .card-right .btn-link {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .cardCoundown__content .card-right .btn-link {
    font-size: 1rem;
  }
}

.cardCoundown__sharp {
  position: absolute;
  bottom: 0;
  right: -1%;
  width: 36%;
}
@media (min-width: 768px) {
  .cardCoundown__sharp {
    width: 28%;
  }
}
@media (min-width: 992px) {
  .cardCoundown__sharp {
    width: 23%;
  }
}
@media (min-width: 1260px) {
  .cardCoundown__sharp {
    width: 21%;
  }
}
.cardCoundown__sharp span {
  display: block;
}
.cardCoundown__sharp span img {
  width: 100%;
  -webkit-animation: effect3 10s linear infinite;
          animation: effect3 10s linear infinite;
}

.post__img {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.8125rem;
}
@media (min-width: 1260px) {
  .post__img {
    margin-bottom: 1rem;
  }
}
.post__img:after {
  content: "";
  display: block;
  padding-top: 69.8%;
}
.post__img .fix {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.post__img .lazyoading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.post__img .lazyoading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post__tag {
  display: block;
  color: rgba(1, 12, 111, 0.4);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
@media (min-width: 1260px) {
  .post__tag {
    font-size: 0.9375rem;
  }
}

.post__title {
  font-family: var(--bs-secondary-font-family);
  font-size: 0.9375rem;
  line-height: 1.38;
  color: #010C6F;
  margin-bottom: 0.625rem;
}
.post__title a:hover {
  color: var(--color-primary);
}
@media (min-width: 1260px) {
  .post__title {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1750px) {
  .post__title {
    font-size: 1.125rem;
  }
}

@media (min-width: 1260px) and (max-width: 1749.98px) {
  .post__text {
    font-size: 1.375rem;
  }
}

.post__meta {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(1, 12, 111, 0.6);
  line-height: 1;
}
@media (min-width: 1260px) {
  .post__meta {
    font-size: 0.9375rem;
  }
}
.post__meta:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.9375rem;
  height: 0.1875rem;
  border-radius: 0.15625rem;
  background: rgba(255, 198, 25, 0.8);
  margin-right: 0.4375rem;
}

.post-featured .post__img {
  overflow: visible;
}
.post-featured .post__img .fix {
  border-radius: 1.5625rem;
  overflow: hidden;
  border-top-right-radius: 8.125rem;
}
@media (min-width: 1260px) {
  .post-featured .post__img .fix {
    border-radius: 2.5rem;
    overflow: hidden;
    border-top-right-radius: 12.5rem;
  }
}
.post-featured .post__img .sharp-1,
.post-featured .post__img .sharp-2 {
  position: absolute;
  z-index: 2;
}
.post-featured .post__img .sharp-1 img,
.post-featured .post__img .sharp-2 img {
  width: 100%;
}
.post-featured .post__img .sharp-1 {
  right: 0;
  bottom: 20%;
  width: 17%;
  -webkit-transform: rotate(30deg) translateX(50%);
          transform: rotate(30deg) translateX(50%);
}
.post-featured .post__img .sharp-1 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .post-featured .post__img .sharp-1 {
    width: 12%;
  }
}
.post-featured .post__img .sharp-2 {
  width: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.post-featured .post__img .sharp-2 img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
@media (min-width: 768px) {
  .post-featured .post__img .sharp-2 {
    bottom: 20%;
    width: 16%;
  }
}
@media (max-width: 767.98px) {
  .post-featured .post__img .sharp-2 {
    top: 20%;
  }
}
@media (min-width: 768px) {
  .post-featured .post__meta {
    margin-bottom: 1.375rem;
  }
}
.post-featured .post__title {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .post-featured .post__img {
    max-width: 94%;
    margin-bottom: 0;
  }
  .post-featured .post__title {
    font-size: 1.25rem;
    line-height: 1.26;
  }
}
@media (min-width: 992px) {
  .post-featured .post__textShort {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) {
  .post-featured .post__body {
    max-width: 87%;
  }
  .post-featured .post__tag {
    font-size: 1.1875rem;
  }
  .post-featured .post__title {
    font-size: 1.875rem;
    line-height: 1.26;
    letter-spacing: -0.02125rem;
    margin-bottom: 0.875rem;
  }
  .post-featured .post__meta {
    font-size: 1.125rem;
  }
  .post-featured .post__textShort {
    font-size: 1.0625rem;
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1750px) {
  .post-featured .post__title {
    font-size: 2.125rem;
    letter-spacing: -0.02125rem;
  }
}
@media (max-width: 767.98px) {
  .post-featured .post__img:after {
    padding-top: 100%;
  }
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.52;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}
@media (min-width: 1260px) {
  .form-label {
    font-size: 1.0625rem;
  }
}

.item-input {
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .item-input {
    margin-bottom: 1.75rem;
  }
}
.item-input .form-label {
  padding-left: 1rem;
}
@media (min-width: 1260px) {
  .item-input .form-label {
    padding-left: 1.75rem;
  }
}

.select-custom select {
  display: none;
}
.select-custom .ss-main:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select-custom .ss-main .ss-arrow {
  display: none;
}
.select-custom .ss-main .ss-single {
  margin: 0;
}
.select-custom .ss-main .ss-single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 95%;
}
.select-custom .ss-main:after {
  content: "\e907";
  font-family: "iconNguyenSieu";
  border: 0;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .select-custom .ss-main:after {
    font-size: 0.875rem;
  }
}
.select-custom .ss-main.ss-open-below:after {
  content: "\e90a";
}

.ss-content {
  background-color: rgb(4, 15, 87);
  border-radius: 1.25rem !important;
  border: 0;
  overflow: hidden;
}
.ss-content .ss-search {
  display: none;
  padding: 0.625rem;
}
.ss-content .ss-list .ss-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.75rem;
  height: 2.5rem;
  line-height: initial;
  color: #fff;
  font-size: 0.75rem;
}
.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.focus {
  background-color: rgb(14, 33, 102);
}
@media (min-width: 992px) {
  .ss-content .ss-list .ss-option {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) {
  .ss-content .ss-list .ss-option {
    height: 3.125rem;
    font-size: 1rem;
  }
}

.form-search {
  position: relative;
  border-radius: 2.5rem;
}
.form-search .form-control {
  background: #F0F1F7;
  height: 3.125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(1, 12, 111, 0.8);
  padding: 0 3.125rem;
}
.form-search .form-control::-webkit-input-placeholder {
  color: #8F92A3;
}
.form-search .form-control::-moz-placeholder {
  color: #8F92A3;
}
.form-search .form-control:-moz-placeholder {
  color: #8F92A3;
}
.form-search .form-control:-ms-input-placeholder {
  color: #8F92A3;
}
@media (min-width: 1260px) {
  .form-search .form-control {
    height: 3.4375rem;
    font-size: 1rem;
    padding: 0 3.75rem;
  }
}
.form-search .f-icon,
.form-search .f-close {
  position: absolute;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-search .f-icon {
  left: 1.25rem;
  font-size: 1.0625rem;
  color: var(--bs-heading-color);
}
.form-search .f-close {
  right: 1.25rem;
  font-size: 0.625rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.form-search .f-close.showed {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1260px) {
  .form-search .f-icon {
    font-size: 1.25rem;
    left: 1.6875rem;
  }
  .form-search .f-close {
    right: 1.6875rem;
    font-size: 0.75rem;
  }
}

.tag-list {
  font-size: 0;
}
.tag-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.1875rem;
  border-radius: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #8F92A3;
  background-color: #F0F1F7;
  padding: 0 0.75rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.tag-list a:hover {
  background-color: rgba(1, 12, 111, 0.6);
  color: #fff;
}
@media (min-width: 1750px) {
  .tag-list a {
    font-size: 0.9375rem;
    padding: 0 0.8125rem;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
  }
}

.teambox {
  display: block;
}

.teambox__img {
  position: relative;
  border-radius: 1.5625rem;
  overflow: hidden;
  background-color: #FFC619;
  margin-bottom: 0.75rem;
}
@media (min-width: 1260px) {
  .teambox__img {
    border-radius: 1.875rem;
    margin-bottom: 1rem;
  }
}
.teambox__img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.teambox__img .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.teambox__img .lazyloading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teambox__info {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(1, 12, 111, 0.4);
}
.teambox__info strong {
  display: block;
  font-family: var(--bs-secondary-font-family);
  color: var(--bs-heading-color);
  font-size: 1.0625rem;
}
@media (min-width: 1750px) {
  .teambox__info {
    font-size: 1rem;
  }
  .teambox__info strong {
    font-size: 1.125rem;
  }
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .breadcrumb {
    padding: 0 2.5rem;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 1750px) {
  .breadcrumb {
    padding: 0 3.75rem;
    padding-right: 1.5rem;
  }
}
.breadcrumb li {
  font-size: 0.75rem;
  color: #5E6176;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.9;
}
@media (min-width: 1260px) {
  .breadcrumb li {
    font-size: 0.875rem;
  }
}
.breadcrumb li a {
  color: inherit;
}
.breadcrumb li a:hover {
  color: var(--bs-heading-color);
}
.breadcrumb li + li:before {
  content: "/";
  display: inline-block;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.breadcrumb li:last-child {
  opacity: 0.7;
}

.docbox {
  padding-bottom: 1rem;
  height: 100%;
}

.docbox__inner {
  height: 100%;
  border-radius: 0.9375rem;
  background-color: #F0F1F7;
  padding: 2.5rem 2.1875rem;
}
@media (min-width: 768px) {
  .docbox__inner {
    padding: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .docbox__inner {
    padding: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .docbox__inner {
    padding: 2.5rem 1.875rem 2.5rem 2.8125rem;
    border-radius: 1.75rem;
  }
}

.docbox__title {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.64px;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .docbox__title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .docbox__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.docbox__wrap {
  position: relative;
}

@media (min-width: 768px) {
  .docbox__downList {
    max-height: 9.375rem;
    overflow: hidden;
    overflow-y: auto;
  }
  .docbox__downList::-webkit-scrollbar {
    width: 0.1875rem;
  }
  .docbox__downList::-webkit-scrollbar-track {
    background: rgba(1, 12, 111, 0.1);
    border-radius: 0.3125rem;
  }
  .docbox__downList::-webkit-scrollbar-thumb {
    background: rgba(1, 12, 111, 0.7);
    border-radius: 0.3125rem;
  }
  .docbox__downList::-webkit-scrollbar-thumb:hover {
    background: #010C6F;
  }
}
@media (min-width: 1260px) {
  .docbox__downList {
    max-height: 100%;
    height: 13.75rem;
  }
}
@media (min-width: 1750px) {
  .docbox__downList {
    height: 16.25rem;
  }
}

.docbox__down {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .docbox__down {
    max-width: 80%;
  }
}
@media (min-width: 1260px) {
  .docbox__down {
    max-width: 55%;
  }
}
@media (min-width: 1750px) {
  .docbox__down {
    max-width: 45%;
  }
}
.docbox__down li {
  margin-bottom: 0.625rem;
}
.docbox__down a {
  display: block;
  font-family: var(--bs-secondary-font-family);
  font-size: 0.875rem;
  line-height: 1.3;
  color: rgba(0, 15, 153, 0.9);
}
.docbox__down a svg {
  width: 0.75rem;
  height: 100% !important;
  margin-left: 0.3125rem;
}
.docbox__down a:hover {
  color: var(--color-primary);
}
@media (min-width: 1260px) {
  .docbox__down a {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1750px) {
  .docbox__down a {
    font-size: 1.0625rem;
  }
}

.docbox__img {
  position: relative;
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .docbox__img {
    width: 60%;
    margin-left: auto;
    margin-top: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .docbox__img {
    position: absolute;
    bottom: 0;
    width: 35%;
    right: 1.25rem;
    margin-top: 0;
  }
}
@media (min-width: 1750px) {
  .docbox__img {
    right: 1.875rem;
    width: 41%;
  }
}
.docbox__img .fix {
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.docbox__img .fix:after {
  content: "";
  display: block;
  padding-top: 71.1%;
}
.docbox__img .fix .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.docbox__img .fix .lazyloading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.docbox__img.style-1 .f-sharp {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 5%;
  width: 28%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
}
.docbox__img.style-1 .f-sharp img {
  -webkit-animation: effect1 5s linear infinite;
          animation: effect1 5s linear infinite;
}
.docbox__img.style-2 .f-sharp {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 40%;
  width: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.docbox__img.style-2 .f-sharp img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
@media (min-width: 768px) {
  .docbox__img.style-2 .f-sharp {
    bottom: 10%;
    width: 30%;
  }
}

.videobox {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .videobox {
    border-radius: 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .videobox {
    border-radius: 3.125rem;
  }
}
.videobox:after {
  content: "";
  display: block;
  padding-top: 56.28%;
}
.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videobox .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videobox .bg-video .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.videobox .bg-video .btn-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .videobox .bg-video .btn-play {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .videobox .bg-video .btn-play {
    font-size: 3.4375rem;
  }
}
@media (min-width: 1260px) {
  .videobox .bg-video .btn-play {
    font-size: 4.0625rem;
  }
}
.videobox .bg-video .btn-play:hover {
  color: var(--bs-heading-color);
  -webkit-transform: scale(1.1) translate(-50%, -50%);
          transform: scale(1.1) translate(-50%, -50%);
}
.videobox.hided .bg-video {
  visibility: hidden;
  opacity: 0;
}

.grow-together {
  position: relative;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grow-together .i-before,
.grow-together .i-after {
  display: block;
  position: relative;
}
.grow-together .i-before img,
.grow-together .i-after img {
  width: 100%;
}
.grow-together .i-after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.grow-together.effect {
  opacity: 1;
}
.grow-together.effect .i-before {
  -webkit-animation: f 4s both;
          animation: f 4s both;
}
@-webkit-keyframes f {
  from {
    clip-path: inset(0 80% 0 0);
  }
  50%, to {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes f {
  from {
    clip-path: inset(0 80% 0 0);
  }
  50%, to {
    clip-path: inset(0 0% 0 0);
  }
}
.grow-together.effect .i-after {
  -webkit-animation: g 4s both;
          animation: g 4s both;
}
@-webkit-keyframes g {
  from {
    clip-path: inset(0 0 0 20%);
    -webkit-transform-origin: 20% 0;
            transform-origin: 20% 0;
  }
  50%, to {
    clip-path: inset(0 0 0 100%);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
@keyframes g {
  from {
    clip-path: inset(0 0 0 20%);
    -webkit-transform-origin: 20% 0;
            transform-origin: 20% 0;
  }
  50%, to {
    clip-path: inset(0 0 0 100%);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

.formDKTSinh {
  position: relative;
}
.formDKTSinh .item-wrap {
  position: relative;
  z-index: 2;
  border-radius: 2.5rem;
  overflow: hidden;
  background: var(--bs-heading-color);
}
@media (min-width: 768px) {
  .formDKTSinh .item-wrap {
    padding: 3.125rem;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .formDKTSinh .item-wrap {
    padding: 3.75rem 5rem 0;
  }
}
@media (min-width: 1750px) {
  .formDKTSinh .item-wrap {
    padding: 5.625rem 8.75rem 0;
    border-radius: 3.125rem;
  }
}
@media (min-width: 768px) {
  .formDKTSinh .item-inner {
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .formDKTSinh .item-inner {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .formDKTSinh .item-inner {
    padding: 2.8125rem 1.875rem;
  }
}
.formDKTSinh .item-title {
  font-size: 1.5625rem;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: -0.75px;
  margin-bottom: 1.0625rem;
}
@media (min-width: 768px) {
  .formDKTSinh .item-title {
    font-size: 2.0625rem;
  }
}
@media (min-width: 992px) {
  .formDKTSinh .item-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .formDKTSinh .item-title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1750px) {
  .formDKTSinh .item-title {
    font-size: 3.4375rem;
    letter-spacing: -0.103125rem;
  }
}
.formDKTSinh .item-checkLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .formDKTSinh .item-checkLink {
    padding: 0 1.75rem;
  }
}
.formDKTSinh .item-checkLink a {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFF;
}
.formDKTSinh .item-img {
  width: 96%;
  margin-left: -17%;
  margin-top: 2.5rem;
}
.formDKTSinh .item-img img {
  width: 100%;
}
.formDKTSinh .item-bg img {
  height: 100%;
}
@media (min-width: 768px) {
  .formDKTSinh .item-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.formDKTSinh .item-sharp-1 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translate(25%, 28%);
          transform: translate(25%, 28%);
}
.formDKTSinh .item-sharp-1:after {
  content: "";
  display: block;
  padding-top: 52.1%;
}
.formDKTSinh .item-sharp-1 #lottie {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .formDKTSinh .item-sharp-1 {
    width: 73%;
    -webkit-transform: translate(27%, 30%);
            transform: translate(27%, 30%);
  }
}
@media (min-width: 992px) {
  .formDKTSinh .item-sharp-1 {
    width: 65%;
  }
}
@media (min-width: 1260px) {
  .formDKTSinh .item-sharp-1 {
    width: 61%;
  }
}
.formDKTSinh .item-sharp-3,
.formDKTSinh .item-sharp-4 {
  position: absolute;
  z-index: 2;
}
.formDKTSinh .item-sharp-3 img {
  -webkit-animation: effect1_1 10s linear infinite;
          animation: effect1_1 10s linear infinite;
}
@media (min-width: 768px) {
  .formDKTSinh .item-sharp-3 {
    bottom: 47%;
    right: 27%;
    width: 9%;
  }
}
@media (min-width: 1260px) {
  .formDKTSinh .item-sharp-3 {
    bottom: 45%;
    right: 38%;
    width: 5%;
  }
}
@media (max-width: 767.98px) {
  .formDKTSinh .item-sharp-3 {
    bottom: 24%;
    left: 29%;
    width: 19%;
  }
}
.formDKTSinh .item-sharp-4 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .formDKTSinh .item-sharp-4 {
    top: 13%;
    right: 6%;
    width: 8%;
  }
}
@media (min-width: 1260px) {
  .formDKTSinh .item-sharp-4 {
    top: 16%;
    right: 7%;
    width: 5%;
  }
}
@media (max-width: 767.98px) {
  .formDKTSinh .item-sharp-4 {
    left: 8%;
    bottom: 14%;
    width: 13%;
  }
}

.checkbox input {
  display: none;
}
.checkbox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #FFF;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
.checkbox p span {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.3125rem;
  border: 2px solid rgba(255, 255, 255, 0.8);
  margin-right: 0.5rem;
}

.nav-list--style-1 {
  border-bottom: 1px dashed rgba(0, 15, 153, 0.1);
  margin-bottom: 2.1875rem;
}
.nav-list--style-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: -1px;
}
.nav-list--style-1 ul::-webkit-scrollbar {
  display: none;
}
.nav-list--style-1 ul.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.nav-list--style-1 ul.active li {
  pointer-events: none;
}
.nav-list--style-1 ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.75rem;
}
.nav-list--style-1 ul a {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(94, 97, 118, 0.6);
  line-height: 1;
  padding: 0.625rem 0;
  border-bottom: 2px solid transparent;
}
.nav-list--style-1 ul a.current {
  border-color: var(--bs-heading-color);
}
.nav-list--style-1 ul a:hover, .nav-list--style-1 ul a.current {
  color: var(--bs-heading-color);
}
@media (min-width: 768px) {
  .nav-list--style-1 ul a {
    font-size: 0.875rem;
    padding: 0.75rem 0;
  }
}
@media (min-width: 1260px) {
  .nav-list--style-1 ul li {
    margin-right: 1.25rem;
  }
  .nav-list--style-1 ul a {
    font-size: 1rem;
  }
}

.tabbox__content .panel:not(.show) {
  display: none;
}
.tabbox__content .panel.show {
  display: block;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}

.pager__items {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager__item--first,
.pager__item--last {
  display: none;
}

.pager__item a {
  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.875rem;
  height: 1.875rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #5E6176;
  font-weight: 600;
  line-height: 1;
}
.pager__item a:hover {
  color: #00BDFF;
}
.pager__item.is-active a {
  background-color: #00BDFF;
  color: #fff;
}

.pager__item--previous a,
.pager__item--next a {
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .pager__item a {
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 0.6875rem;
    font-size: 1.125rem;
  }
  .pager__item--previous a,
  .pager__item--next a {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .item-entry .list-dowload {
    max-width: 50%;
  }
}
.item-entry .list-dowload a {
  display: block;
  font-size: 0.875rem;
  color: #010C6F;
  padding: 0.75rem 0;
}
.item-entry .list-dowload a:hover {
  color: var(--color-primary);
}
.item-entry .list-dowload a span {
  font-size: 0.75rem;
}
.item-entry .list-dowload a + a {
  border-top: 1px dashed rgba(1, 12, 111, 0.2);
}
@media (min-width: 1260px) {
  .item-entry .list-dowload a {
    font-size: 1.0625rem;
  }
  .item-entry .list-dowload a a {
    padding: 1.125rem 0;
  }
}

.cthocBox {
  margin-bottom: 2.1875rem;
}
.cthocBox:hover .cthocBox__foot {
  opacity: 1;
  visibility: visible;
}

.cthocBox__img {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .cthocBox__img {
    margin-bottom: 1.375rem;
  }
}
.cthocBox__img:after {
  content: "";
  display: block;
  padding-top: 75.8%;
}
.cthocBox__img .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cthocBox__img .lazyloading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cthocBox__img .lazyloading.loaded {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cthocBox__img:hover .lazyloading {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cthocBox__title {
  font-size: 1.1875rem;
  line-height: 1.29;
  letter-spacing: -0.035625rem;
}
.cthocBox__title a:hover {
  color: var(--color-primary);
}
@media (min-width: 1260px) {
  .cthocBox__title {
    font-size: 1.6875rem;
    letter-spacing: -0.050625rem;
  }
}

.cthocBox__text {
  color: #5E6176;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .cthocBox__text {
    font-size: 1.0625rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .cthocBox__text {
    font-size: 0.75rem;
    margin-bottom: 0.9375rem;
  }
}

.cthocBox__link {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .cthocBox__link {
    margin-bottom: 1.25rem;
  }
}
.cthocBox__link a {
  display: block;
  position: relative;
  font-weight: 600;
  color: rgba(1, 12, 111, 0.9);
  border-bottom: 1px solid rgba(1, 12, 111, 0.08);
  padding: 0.625rem 0;
  padding-right: 1.875rem;
}
.cthocBox__link a span {
  position: absolute;
  right: 0;
  font-size: 1rem;
  color: var(--color-primary);
}
.cthocBox__link a:hover {
  color: var(--color-primary);
}
@media (max-width: 767.98px) {
  .cthocBox__link a {
    font-size: 0.9375rem;
  }
  .cthocBox__link a span {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cthocBox__link {
    margin-bottom: 0.625rem;
  }
  .cthocBox__link a {
    font-size: 0.75rem;
  }
  .cthocBox__link a span {
    font-size: 0.625rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .cthocBox__link {
    margin-bottom: 0.625rem;
  }
  .cthocBox__link a {
    font-size: 0.875rem;
  }
  .cthocBox__link a span {
    font-size: 0.75rem;
  }
}

@media (min-width: 1260px) {
  .cthocBox__foot {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .cthocBox__foot .btn-link {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cthocBox__foot .btn-link {
    font-size: 0.9375rem;
  }
}

.accordion__panel:not(.show) .accordion__content {
  display: none;
}

.accordion.style-1 .accordion__panel:not(:last-child) {
  border-bottom: 1px solid rgba(1, 12, 111, 0.08);
}
.accordion.style-1 .accordion__panel.show .accordion__title {
  color: var(--bs-heading-color);
}
.accordion.style-1 .accordion__panel.show .accordion__title:after {
  content: "\e913";
}
.accordion.style-1 .accordion__title {
  position: relative;
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.0375rem;
  color: rgba(1, 12, 111, 0.8);
  cursor: pointer;
  padding: 1.0625rem 0;
  margin: 0;
}
.accordion.style-1 .accordion__title:after {
  content: "\e914";
  position: absolute;
  top: 1.5rem;
  right: 0;
  font-family: "iconNguyenSieu";
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .accordion.style-1 .accordion__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1260px) {
  .accordion.style-1 .accordion__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .accordion.style-1 .accordion__title {
    padding-right: 3.4375rem;
  }
}
.accordion.style-1 .accordion__content {
  overflow: hidden;
}
.accordion.style-1 .accordion__text {
  padding-bottom: 0.9375rem;
}
.accordion.style-1 .accordion__text p {
  margin: 0;
}
.accordion.style-1 .accordion__text p + p {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .accordion.style-1 .accordion__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .accordion.style-1 .accordion__text {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1260px) {
  .accordion.style-1 .accordion__text {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .accordion.style-1 .accordion__title,
  .accordion.style-1 .accordion__text {
    padding-right: 3.125rem;
  }
}

.sidebar-category {
  position: relative;
  z-index: 9;
}
.sidebar-category .item {
  border-radius: 1.25rem;
  background: #F0F1F7;
  padding: 0 1.5rem;
  margin-bottom: 0.25rem;
}
.sidebar-category .item__title {
  position: relative;
  color: #5E6176;
  font-family: var(--bs-body-font-family);
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.75rem 0;
  margin: 0;
}
.sidebar-category .item__title .f-name {
  color: inherit;
  letter-spacing: 0.01rem;
}
.sidebar-category .item__title .f-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  font-size: 0.75rem;
}
.sidebar-category .item__title.current .f-name, .sidebar-category .item__title:hover .f-name {
  color: var(--bs-heading-color);
}
@media (min-width: 1260px) {
  .sidebar-category .item__title {
    padding: 1.1875rem 0;
    font-size: 1rem;
  }
  .sidebar-category .item__title .f-icon {
    font-size: 0.875rem;
  }
}
.sidebar-category .item__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-category .item__list ul li {
  border-top: 1px dashed rgba(0, 15, 153, 0.1);
}
.sidebar-category .item__list ul a {
  display: block;
  position: relative;
  color: #5E6176;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.009375rem;
  line-height: 1.33;
  padding: 0.625rem 0;
  padding-left: 0.9375rem;
}
.sidebar-category .item__list ul a:before {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0;
  width: 0.5625rem;
  height: 2px;
  border-radius: 0.1875rem;
  background-color: #5E6176;
}
@media (min-width: 1260px) {
  .sidebar-category .item__list ul a:before {
    top: 1.375rem;
    width: 0.75rem;
  }
}
.sidebar-category .item__list ul a.current, .sidebar-category .item__list ul a:hover {
  color: var(--bs-heading-color);
}
.sidebar-category .item__list ul a.current:before, .sidebar-category .item__list ul a:hover:before {
  background-color: var(--bs-heading-color);
}
@media (min-width: 1260px) {
  .sidebar-category .item__list ul a {
    font-size: 0.9375rem;
    padding: 0.9375rem 0;
    padding-left: 1.25rem;
  }
  .sidebar-category .item__list ul a:before {
    font-size: 0.75rem;
  }
}
.sidebar-category .item:not(.show) .item__list {
  display: none;
}
.sidebar-category .item.show .item__title .f-icon i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sidebar-category .item-dropdown .item__title {
  padding-right: 15%;
}
.sidebar-category .item-dropdown .f-icon {
  opacity: 1;
  visibility: visible;
}
.sidebar-category .itemWrap-fixMb {
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .sidebar-category .itemWrap-fixMb .item-selected {
    position: relative;
    z-index: 2;
    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;
    border-radius: 1.25rem;
    background: #F0F1F7;
    padding: 0.875rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.00875rem;
  }
  .sidebar-category .itemWrap-fixMb .item-selected p {
    margin: 0;
    max-width: 90%;
    color: #010C6F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sidebar-category .itemWrap-fixMb .item-selected .f-icon {
    font-size: 0.75rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-category .itemWrap-fixMb .item-group {
    display: none;
    position: absolute;
    z-index: -1;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0.625rem;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  }
  .sidebar-category .itemWrap-fixMb .item-list {
    max-height: 50vh;
    border-radius: 0.9375rem;
    overflow: hidden;
    overflow-y: auto;
  }
  .sidebar-category .itemWrap-fixMb .item-list::-webkit-scrollbar {
    display: none;
  }
  .sidebar-category .itemWrap-fixMb.show .item-selected .f-icon {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

.noteBox {
  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;
  border-radius: 1.5625rem;
  background: #000F99;
  padding: 0.9375rem;
}
@media (min-width: 1260px) {
  .noteBox {
    border-radius: 2.125rem;
    padding: 1.25rem;
  }
}

.noteBox__img {
  width: 10%;
}
.noteBox__img img {
  width: 100%;
}
@media (min-width: 992px) {
  .noteBox__img {
    width: 8%;
  }
}

.noteBox__text {
  width: 90%;
  font-size: 0.75rem;
  color: #FFF;
  line-height: 1.4;
  padding-left: 0.625rem;
}
@media (min-width: 768px) {
  .noteBox__text {
    font-size: 0.875rem;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .noteBox__text {
    width: 60%;
  }
}
@media (min-width: 1260px) {
  .noteBox__text {
    width: 50%;
    font-size: 1.0625rem;
    padding-left: 1.25rem;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}
.popup.show .popup__content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.popup__dialog {
  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;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.popup__fix {
  padding: 1.875rem 0;
  width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.7;
}

.popup__content {
  position: relative;
  z-index: 2;
  margin: auto;
  pointer-events: visible;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup__close {
  position: absolute;
}

#popup-team .popup__content {
  border-radius: 1.875rem;
  background: #FFF;
  overflow: hidden;
  max-width: 90%;
  padding: 2.5rem 1.25rem 4.375rem;
}
@media (min-width: 768px) {
  #popup-team .popup__content {
    max-width: 80%;
    padding: 2.5rem 2.5rem 4.375rem;
  }
}
@media (min-width: 992px) {
  #popup-team .popup__content {
    max-width: 60%;
  }
}
@media (min-width: 1260px) {
  #popup-team .popup__content {
    max-width: 45%;
  }
}
@media (min-width: 1750px) {
  #popup-team .popup__content {
    width: 40%;
    border-radius: 2.8125rem;
    padding: 3.75rem 4.0625rem 7.1875rem;
  }
}
#popup-team .popup__content .popup__close {
  top: 0.9375rem;
  right: 0.9375rem;
  color: #8F92A3;
  cursor: pointer;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #popup-team .popup__content .popup__close {
    top: 0.9375rem;
    right: 1.875rem;
  }
}
@media (min-width: 1260px) {
  #popup-team .popup__content .popup__close {
    top: 2.25rem;
    right: 2.25rem;
  }
}
#popup-team .popup__content .teambox__img {
  background-color: #aba1a7;
}
#popup-team .popup__content .teambox__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#popup-team .popup__content .teambox__img:after {
  padding-top: 126%;
}
@media (min-width: 768px) {
  #popup-team .popup__content .teambox__img {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #popup-team .popup__content .teambox__body {
    padding-top: 1.875rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1260px) {
  #popup-team .popup__content .teambox__body {
    padding-top: 1.875rem;
    padding-left: 1.25rem;
  }
}
#popup-team .popup__content .teambox__info {
  border-bottom: 1px solid rgba(1, 12, 111, 0.1);
  padding-bottom: 0.75rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  #popup-team .popup__content .teambox__info {
    font-size: 0.875rem;
  }
  #popup-team .popup__content .teambox__info strong {
    font-size: 1.125rem;
  }
}
@media (min-width: 1260px) {
  #popup-team .popup__content .teambox__info {
    font-size: 1.0625rem;
  }
  #popup-team .popup__content .teambox__info strong {
    font-size: 1.25rem;
  }
}
#popup-team .popup__content .teambox__text {
  display: block !important;
}
#popup-team .popup__content .teambox__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#popup-team .popup__content .teambox__text ul li {
  line-height: 1.3;
  margin-bottom: 0.3125rem;
}
#popup-team .popup__content .teambox__text p {
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  #popup-team .popup__content .teambox__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) {
  #popup-team .popup__content .teambox__text {
    font-size: 1.0625rem;
  }
}
#popup-team .popup__content .item-sharp {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 70%;
}
#popup-team .popup__content .item-sharp img {
  width: 100%;
}

#popup-Formsuccess .popup__content {
  border-radius: 1.875rem;
  background: #FFF;
  overflow: hidden;
  max-width: 90%;
  padding: 4.375rem 0 0;
}
@media (min-width: 768px) {
  #popup-Formsuccess .popup__content {
    max-width: 80%;
    padding-top: 6.25rem;
  }
}
@media (min-width: 992px) {
  #popup-Formsuccess .popup__content {
    max-width: 60%;
  }
}
@media (min-width: 1260px) {
  #popup-Formsuccess .popup__content {
    max-width: 45%;
  }
}
@media (min-width: 1750px) {
  #popup-Formsuccess .popup__content {
    width: 39%;
    border-radius: 2.5rem;
    padding: 7.125rem 0 0;
  }
}
#popup-Formsuccess .popup__content .popup__close {
  top: 1.25rem;
  right: 1.25rem;
  color: #8F92A3;
  cursor: pointer;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #popup-Formsuccess .popup__content .popup__close {
    top: 1.875rem;
    right: 1.875rem;
  }
}
@media (min-width: 1260px) {
  #popup-Formsuccess .popup__content .popup__close {
    top: 2.25rem;
    right: 2.25rem;
  }
}
#popup-Formsuccess .popup__content .item-body {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
#popup-Formsuccess .popup__content .item-body span {
  font-family: var(--bs-secondary-font-family);
  font-size: 1.125rem;
  line-height: 1.29;
  letter-spacing: -0.036875rem;
  color: #00BDFF;
}
#popup-Formsuccess .popup__content .item-body h3 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.27;
  letter-spacing: -0.09375rem;
}
#popup-Formsuccess .popup__content .item-body h3 span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12%;
  -webkit-transform: translate(11%, 20%);
          transform: translate(11%, 20%);
}
#popup-Formsuccess .popup__content .item-body h3 span img {
  width: 100%;
}
#popup-Formsuccess .popup__content .item-body p {
  margin: 0;
}
@media (min-width: 768px) {
  #popup-Formsuccess .popup__content .item-body {
    max-width: 58%;
  }
  #popup-Formsuccess .popup__content .item-body span {
    font-size: 1.375rem;
    letter-spacing: -0.06375rem;
  }
  #popup-Formsuccess .popup__content .item-body h3 {
    font-size: 3.75rem;
    letter-spacing: -0.1125rem;
  }
}
@media (min-width: 1260px) {
  #popup-Formsuccess .popup__content .item-body span {
    font-size: 1.5625rem;
  }
  #popup-Formsuccess .popup__content .item-body h3 {
    font-size: 4.0625rem;
    letter-spacing: -0.1125rem;
  }
}
@media (min-width: 1750px) {
  #popup-Formsuccess .popup__content .item-body {
    max-width: 60%;
  }
  #popup-Formsuccess .popup__content .item-body span {
    font-size: 2.125rem;
    letter-spacing: -0.06375rem;
  }
  #popup-Formsuccess .popup__content .item-body h3 {
    font-size: 4.625rem;
    letter-spacing: -0.13875rem;
  }
}
#popup-Formsuccess .popup__content .item-sharp {
  width: 54%;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  #popup-Formsuccess .popup__content .item-sharp {
    margin-top: 2.5rem;
  }
}
#popup-Formsuccess .popup__content .item-sharp img {
  width: 100%;
}
#popup-Formsuccess .popup__content .f-sharp-1,
#popup-Formsuccess .popup__content .f-sharp-2 {
  position: absolute;
}
#popup-Formsuccess .popup__content .f-sharp-1 {
  top: 17%;
  left: 10%;
  width: 3%;
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
#popup-Formsuccess .popup__content .f-sharp-2 {
  top: 24%;
  right: 23%;
  width: 3%;
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.contentType {
  margin-bottom: 3.125rem;
  color: #5E6176;
}
.contentType .titlebox__title.style-26 {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .contentType .titlebox__title.style-26 {
    margin-bottom: 1.625rem;
  }
}
.contentType .titlebox__title.style-23 {
  margin-bottom: 1rem;
}
.contentType .item-entry ul li {
  line-height: 1.44;
  margin-bottom: 0.5rem;
}
.contentType .item-entry h2 {
  margin-bottom: 0.875rem;
}
.contentType .item-entry h3, .contentType .item-entry h4, .contentType .item-entry h5 {
  margin-bottom: 0.5rem;
}
.contentType .item-entry h2 {
  font-size: 1.625rem;
  line-height: 1.42;
  letter-spacing: -0.0325rem;
}
@media (min-width: 768px) {
  .contentType .item-entry h2 {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}
@media (min-width: 1260px) {
  .contentType .item-entry h2 {
    font-size: 2.5rem;
    line-height: 1.22;
    letter-spacing: -0.05rem;
  }
}
.contentType .item-entry h3 {
  font-size: 1.125rem;
  line-height: 1.27;
  letter-spacing: -0.0225rem;
}
@media (min-width: 768px) {
  .contentType .item-entry h3 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media (min-width: 1260px) {
  .contentType .item-entry h3 {
    font-size: 1.625rem;
    line-height: 1.3;
    letter-spacing: -0.0325rem;
  }
}
.contentType .item-entry h4 {
  font-size: 1rem;
  line-height: 1.27;
  letter-spacing: -0.0225rem;
}
@media (min-width: 768px) {
  .contentType .item-entry h4 {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
@media (min-width: 1260px) {
  .contentType .item-entry h4 {
    font-size: 1.4375rem;
    line-height: 1.34;
    letter-spacing: -0.02875rem;
  }
}
.contentType .item-entry h5, .contentType .item-entry h6 {
  font-size: 0.875rem;
  line-height: 1.27;
  letter-spacing: -0.0225rem;
}
@media (min-width: 768px) {
  .contentType .item-entry h5, .contentType .item-entry h6 {
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media (min-width: 1260px) {
  .contentType .item-entry h5, .contentType .item-entry h6 {
    font-size: 1.25rem;
    line-height: 1.34;
    letter-spacing: -0.02875rem;
  }
}
.contentType .item-entry figure {
  margin: 1.25rem 0;
}
.contentType .item-entry figure img {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.contentType .item-entry figcaption {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.3;
  font-weight: 500;
  color: #7F8295;
  padding-top: 0.625rem;
}
@media (min-width: 1260px) {
  .contentType .item-entry figure img {
    width: 100%;
    border-radius: 2.5rem;
    overflow: hidden;
  }
  .contentType .item-entry figcaption {
    font-size: 0.9375rem;
    padding-top: 0.9375rem;
  }
}

.contentType-1 .boxCard {
  height: 100%;
  padding-bottom: 0.875rem;
}
@media (min-width: 1260px) {
  .contentType-1 .boxCard {
    padding-bottom: 1.25rem;
  }
}
.contentType-1 .boxCard__inner {
  height: 100%;
  background-color: var(--bs-heading-color);
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 1.875rem;
}
@media (min-width: 768px) {
  .contentType-1 .boxCard__inner {
    padding: 1.875rem;
  }
}
.contentType-1 .boxCard__title {
  font-size: 1.375rem;
  line-height: 1.1;
  letter-spacing: -0.0275rem;
  color: #FFF;
  margin-bottom: 1.4375rem;
}
@media (min-width: 1260px) {
  .contentType-1 .boxCard__title {
    font-size: 1.625rem;
    letter-spacing: -0.0325rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .contentType-1 .boxCard__title br {
    display: none;
  }
}
.contentType-1 .boxCard__img {
  margin-left: auto;
  width: 75%;
}
.contentType-1 .boxCard__img img {
  width: 100%;
}
@media (min-width: 768px) {
  .contentType-1 .boxCard__img {
    width: 67%;
  }
}
.contentType-1 .boxCard__text {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767.98px) {
  .contentType-1 .boxCard__text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .contentType-1 .boxCard__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) {
  .contentType-1 .boxCard__text {
    font-size: 1.0625rem;
  }
}
.contentType-1 .row {
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}
.contentType-1 .row .col {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}
.contentType-1 .row .col:nth-child(3n+1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media (min-width: 768px) {
  .contentType-1 .row .col:nth-child(3n+1) .boxCard__inner {
    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: 2.1875rem;
  }
  .contentType-1 .row .col:nth-child(3n+1) .boxCard__head {
    width: 37%;
  }
  .contentType-1 .row .col:nth-child(3n+1) .boxCard__title {
    font-size: 1.875rem;
  }
  .contentType-1 .row .col:nth-child(3n+1) .boxCard__img {
    width: 56%;
  }
}
@media (min-width: 1260px) {
  .contentType-1 .row .col:nth-child(3n+1) .boxCard__title {
    font-size: 2.5rem;
    margin-bottom: 1.0625rem;
  }
}
.contentType-1 .row .col:nth-child(3n+2), .contentType-1 .row .col:nth-child(3n+3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media (min-width: 768px) {
  .contentType-1 .row .col:nth-child(3n+2), .contentType-1 .row .col:nth-child(3n+3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.contentType-1 .row .col:nth-child(3n+2) .boxCard__text, .contentType-1 .row .col:nth-child(3n+3) .boxCard__text {
  display: none;
}
@media (min-width: 768px) {
  .contentType-1 .row .col:nth-child(3n+3) .boxCard {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.contentType-1 .row .col:nth-child(4n+2) .boxCard__inner {
  background-color: var(--color-primary);
}
.contentType-1 .row .col:nth-child(4n+3) .boxCard__inner {
  background-color: #FFC619;
}
.contentType-1 .row .col:nth-child(4n+4) .boxCard__inner {
  background-color: #FF80CA;
}
@media (max-width: 767.98px) {
  .contentType-1 .row .col:first-child .boxCard__head {
    margin-bottom: 3.75rem;
  }
  .contentType-1 .row .col:first-child .boxCard__title {
    margin-bottom: 0.75rem;
  }
  .contentType-1 .row .col:first-child .boxCard__text {
    display: block;
  }
  .contentType-1 .row .col:first-child .boxCard__img {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1260px) {
  .contentType-1 .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .contentType-1 .row .col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.contentType-2 .titlebox__title {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .contentType-2 {
    max-width: 78%;
  }
}

.contentType-3 .swiper-slide:nth-child(3n+2) .contentType-3__card {
  background-color: #FF80CA;
}
.contentType-3 .swiper-slide:nth-child(3n+3) .contentType-3__card {
  background-color: #00BDFF;
}
.contentType-3 .swiper-paginationCustom .swiper-pagination-bullet {
  background-color: var(--bs-heading-color);
}
@media (max-width: 1259.98px) {
  .contentType-3 .swiper-slide {
    width: 27vw;
  }
  .contentType-3 .item-entry {
    overflow: hidden;
    margin-right: -6vw;
    padding-right: 6vw;
  }
  .contentType-3 .item-entry .swiper {
    overflow: visible;
  }
}
@media (max-width: 991.98px) {
  .contentType-3 .swiper-slide {
    width: 35vw;
  }
  .contentType-3 .item-entry {
    margin-left: -6vw;
    padding-left: 6vw;
  }
  .contentType-3 .item-entry .swiper {
    overflow: visible;
  }
}
@media (max-width: 767.98px) {
  .contentType-3 .swiper-slide {
    width: 74vw;
  }
  .contentType-3 .item-entry {
    overflow: hidden;
    margin-left: -1.4375rem;
    margin-right: -1.4375rem;
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }
  .contentType-3 .item-entry .swiper {
    overflow: visible;
  }
}

.contentType-3__card {
  position: relative;
  border-radius: 2.1875rem;
  overflow: hidden;
  background-color: var(--bs-heading-color);
}
@media (min-width: 768px) {
  .contentType-3__card {
    border-radius: 2.5rem;
  }
}
.contentType-3__card:after {
  content: "";
  display: block;
  padding-top: 128%;
}
.contentType-3__card .f-inner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 1.5625rem;
}
@media (min-width: 1260px) {
  .contentType-3__card .f-inner {
    padding: 2.1875rem;
  }
}
.contentType-3__card .f-text {
  color: #fff !important;
}
.contentType-3__card .f-icon {
  width: 30%;
}
.contentType-3__card .f-icon img {
  width: 100%;
}

.contentType-4 .accordion__panel:not(.active) .accordion__title {
  color: #4A4D5D;
}
.contentType-4 .accordion__panel:first-child {
  border-top: 1px solid rgba(1, 12, 111, 0.08);
}

.contentType-5 .tabbox__list {
  margin-bottom: 1.5625rem;
}
.contentType-5 .tabbox__list li {
  margin-bottom: 0 !important;
}
.contentType-5 .item-card {
  position: relative;
  z-index: 2;
  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: 1.25rem;
  background: var(--bs-heading-color);
  overflow: hidden;
  padding: 1.5625rem 1.5625rem;
}
@media (min-width: 768px) {
  .contentType-5 .item-card {
    padding: 1.875rem;
  }
}
.contentType-5 .item-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 2.8125rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
@media (min-width: 1260px) {
  .contentType-5 .item-card__head {
    padding-right: 3.75rem;
  }
}
.contentType-5 .item-card__content {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentType-5 .item-card__title {
  font-size: 1.0625rem !important;
  line-height: 1.29;
  letter-spacing: -0.48px;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}
@media (min-width: 1750px) {
  .contentType-5 .item-card__title {
    font-size: 1.125rem !important;
  }
}
.contentType-5 .item-card__sub {
  font-family: var(--bs-secondary-font-family);
  font-size: 0.875rem;
  line-height: 1.21;
  letter-spacing: -0.38px;
  color: #00BDFF;
  margin: 0;
}
@media (min-width: 1750px) {
  .contentType-5 .item-card__sub {
    font-size: 0.9375rem !important;
  }
}
.contentType-5 .item-card__icon {
  position: absolute;
  right: 0;
  width: 2.5rem;
}
.contentType-5 .item-card__text {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 84%;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .contentType-5 .item-card__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) {
  .contentType-5 .item-card__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1750px) {
  .contentType-5 .item-card__text {
    font-size: 1rem;
  }
}
.contentType-5 .item-card__img {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 51%;
}
.contentType-5 .item-card__img:before {
  content: "";
  display: block;
  padding-top: 121%;
}
.contentType-5 .item-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contentType-5 .item-card__sharp {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.contentType-5 .item-card__sharp img {
  width: 100%;
}
.contentType-5 .swiper-slide {
  height: auto;
}
.contentType-5 .swiper-paginationCustom .swiper-pagination-bullet {
  background-color: var(--bs-heading-color);
}
@media (max-width: 1259.98px) {
  .contentType-5 .swiper-slide {
    width: 27vw;
  }
  .contentType-5 .item-entry {
    overflow: hidden;
    margin-right: -6vw;
    padding-right: 6vw;
  }
  .contentType-5 .item-entry .swiper {
    overflow: visible;
  }
}
@media (max-width: 991.98px) {
  .contentType-5 .swiper-slide {
    width: 35vw;
  }
  .contentType-5 .item-entry {
    margin-left: -6vw;
    padding-left: 6vw;
  }
  .contentType-5 .item-entry .swiper {
    overflow: visible;
  }
}
@media (max-width: 767.98px) {
  .contentType-5 .swiper-slide {
    width: 74vw;
  }
  .contentType-5 .item-entry {
    overflow: hidden;
    margin-left: -1.4375rem;
    margin-right: -1.4375rem;
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }
  .contentType-5 .item-entry .swiper {
    overflow: visible;
  }
}

.contentType-6 .titlebox__title.style-40,
.contentType-7 .titlebox__title.style-40 {
  margin-bottom: 1.25rem;
}
.contentType-6 .noteBox,
.contentType-7 .noteBox {
  margin-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .contentType-6 .item-entry-1 {
    max-width: 60%;
  }
}
.contentType-6 .item-entry-2 h5 {
  color: #00BDFF;
  font-family: var(--bs-secondary-font-family);
}
.contentType-6 .item-entry-2 .table-responsive::-webkit-scrollbar {
  display: none;
}
.contentType-6 .item-entry-2 .table-wrap {
  border-radius: 0.8125rem;
  border: 1px dashed rgba(1, 12, 111, 0.2);
}
.contentType-6 .item-entry-2 table th,
.contentType-6 .item-entry-2 table td {
  padding: 0.8125rem 1.25rem;
  vertical-align: top;
}
@media (min-width: 1260px) {
  .contentType-6 .item-entry-2 table th,
  .contentType-6 .item-entry-2 table td {
    padding: 1.1875rem 2.8125rem;
  }
}
.contentType-6 .item-entry-2 table th:not(:last-child),
.contentType-6 .item-entry-2 table td:not(:last-child) {
  border-right: 1px dashed rgba(1, 12, 111, 0.2);
}
.contentType-6 .item-entry-2 table th {
  font-size: 0.9375rem;
  font-weight: 500;
  border-bottom: 1px dashed rgba(1, 12, 111, 0.2);
}
.contentType-6 .item-entry-2 table tbody tr:not(:first-child) {
  border-top: 1px dashed rgba(1, 12, 111, 0.2);
}
.contentType-6 .item-entry-2 table tbody td:not(:last-child) {
  border-right: 1px dashed rgba(1, 12, 111, 0.2);
}
@media (max-width: 767.98px) {
  .contentType-6 .item-entry-2 table {
    width: 180vw;
  }
}

@media (min-width: 1260px) {
  .contentType-7 {
    max-width: 80%;
  }
}
.contentType-7 .item-entry .table-responsive::-webkit-scrollbar {
  display: none;
}
.contentType-7 .item-entry table {
  width: 100%;
}
.contentType-7 .item-entry table th,
.contentType-7 .item-entry table td {
  vertical-align: top;
  padding: 0.75rem 0;
}
.contentType-7 .item-entry table th:last-child,
.contentType-7 .item-entry table td:last-child {
  padding-right: 0.125rem;
}
.contentType-7 .item-entry table th:last-child em,
.contentType-7 .item-entry table td:last-child em {
  color: #5D5F74;
  font-style: normal;
  opacity: 0.75;
}
@media (min-width: 768px) {
  .contentType-7 .item-entry table th:last-child,
  .contentType-7 .item-entry table td:last-child {
    text-align: right;
  }
}
.contentType-7 .item-entry table th {
  font-size: 0.9375rem;
  font-weight: 500;
  border-bottom: 1px dashed rgba(1, 12, 111, 0.2);
}
.contentType-7 .item-entry table th:nth-child(1) {
  width: 20%;
}
@media (min-width: 768px) {
  .contentType-7 .item-entry table th:nth-child(1) {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .contentType-7 .item-entry table th:nth-child(2) {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .contentType-7 .item-entry table th:nth-child(3) {
    width: 30%;
  }
}
.contentType-7 .item-entry table tbody tr {
  border-bottom: 1px dashed rgba(1, 12, 111, 0.2);
}
.contentType-7 .item-entry table tbody td p {
  margin-bottom: 0.3125rem;
}
@media (max-width: 767.98px) {
  .contentType-7 .item-entry table {
    width: 120vw;
  }
}

.contentType-8 .tabbox__list {
  margin-bottom: 1.125rem;
}
.contentType-8 .item-entry ul li {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contentType-8 .tabbox__list,
  .contentType-8 .item-entry p {
    max-width: 80%;
  }
}

.contentType-9 .tabbox__list {
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .contentType-9 .tabbox__list {
    margin-bottom: 2.5rem;
  }
}
.contentType-9 .item-entry ul li {
  margin-bottom: 0;
}
.contentType-9 .teambox-slide .f-btn {
  text-align: center;
}
.contentType-9 .teambox {
  margin-bottom: 1.875rem;
}
.contentType-9 .teambox__img {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .contentType-9 .teambox__img {
    margin-bottom: 1.125rem;
  }
}
.contentType-9 .teambox__info {
  font-size: 0.625rem;
}
.contentType-9 .teambox__info strong {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .contentType-9 .teambox__info {
    font-size: 0.9375rem;
  }
  .contentType-9 .teambox__info strong {
    font-size: 1.0625rem;
  }
}
.contentType-9 .teambox-slide [class*=col-]:nth-child(6n+1) .teambox__img, .contentType-9 .teambox-slide [class*=col-]:nth-child(6n+6) .teambox__img {
  background-color: #FF5C33;
}
.contentType-9 .teambox-slide [class*=col-]:nth-child(6n+3) .teambox__img, .contentType-9 .teambox-slide [class*=col-]:nth-child(6n+5) .teambox__img {
  background-color: #02E0C3;
}
.contentType-9 .teambox-slide [class*=col-]:nth-child(6n+4) .teambox__img {
  background-color: #00BDFF;
}
.contentType-9 .teambox-slide [class*=col-]:nth-child(6n+5) .teambox__img {
  background-color: #FF80CA;
}
.contentType-9 .teambox-slide [class*=col-]:nth-child(6n+6) .teambox__img {
  background-color: #A84DF7;
}
@media (min-width: 768px) {
  .contentType-9 .teambox-slide [class*=col-]:nth-child(6n+1) .teambox__img, .contentType-9 .teambox-slide [class*=col-]:nth-child(6n+6) .teambox__img {
    border-radius: 50%;
  }
  .contentType-9 .teambox-slide [class*=col-]:nth-child(6n+2) .teambox__img, .contentType-9 .teambox-slide [class*=col-]:nth-child(6n+4) .teambox__img, .contentType-9 .teambox-slide [class*=col-]:nth-child(6n+6) .teambox__img {
    border-radius: 3.4375rem;
  }
  .contentType-9 .teambox-slide [class*=col-]:nth-child(6n+3) .teambox__img, .contentType-9 .teambox-slide [class*=col-]:nth-child(6n+5) .teambox__img {
    border-radius: 50%;
  }
}
.contentType-9 .swiper-paginationCustom {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .contentType-9 .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }
  .contentType-9 .swiper-wrapper .swiper-slide {
    width: 33.333333%;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .contentType-9 .teambox {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .contentType-9 .teambox__img {
    margin-bottom: 0.625rem;
  }
  .contentType-9 .teambox__info {
    font-size: 0.6875rem;
  }
  .contentType-9 .teambox__info strong {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1260px) {
  .contentType-9 .swiper-wrapper {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }
  .contentType-9 .swiper-wrapper .swiper-slide {
    width: 33.333333% !important;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .contentType-9 .teambox {
    margin-bottom: 3.125rem;
  }
}

.contentType-10 .titlebox__title.style-40 {
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .contentType-10 .noteBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contentType-10 .noteBox__img {
  width: 19%;
}
@media (min-width: 768px) {
  .contentType-10 .noteBox__img {
    width: 15%;
  }
}
.contentType-10 .noteBox__text {
  font-family: var(--bs-heading-font-family);
  font-size: 1rem;
  line-height: 1.47;
  letter-spacing: -0.02375rem;
  color: #FFF;
  width: 75%;
}
.contentType-10 .noteBox__text small {
  display: block;
  font-family: var(--bs-body-font-family);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.009375rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .contentType-10 .noteBox__text {
    width: 57%;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .contentType-10 .noteBox__text {
    font-size: 1.1875rem;
  }
  .contentType-10 .noteBox__text small {
    font-size: 0.9375rem;
  }
}
.contentType-10 .item-info {
  border-radius: 1.75rem;
  border: 1px dashed rgba(0, 15, 153, 0.1);
  padding: 1.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contentType-10 .item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.9375rem 0;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .contentType-10 .item-info {
    border-radius: 2.5rem;
    padding: 1.875rem 0;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .contentType-10 .item-info .f-item {
    padding: 0.625rem 1.25rem;
  }
  .contentType-10 .item-info .f-item:not(:last-child) {
    border-right: 1px dashed rgba(0, 15, 153, 0.1);
  }
  .contentType-10 .item-info .f-item:nth-child(1), .contentType-10 .item-info .f-item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1260px) {
  .contentType-10 .item-info .f-item {
    padding: 1.125rem 2rem;
  }
}
.contentType-10 .item-info .f-item p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #4A4D5D;
  margin-bottom: 1rem;
}
.contentType-10 .item-info .f-item p small {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #5E6176;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .contentType-10 .item-info .f-item p {
    margin-bottom: 0;
  }
  .contentType-10 .item-info .f-item p + p {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .contentType-10 .item-info .f-item p {
    font-size: 0.8125rem;
  }
  .contentType-10 .item-info .f-item p small {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1260px) {
  .contentType-10 .item-info .f-item p {
    font-size: 1.0625rem;
  }
  .contentType-10 .item-info .f-item p small {
    font-size: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .contentType-11 .item-entry .row {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .contentType-11 .item-entry .row [class*=col-] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
.contentType-11 .item-entry .f-box {
  height: 100%;
  padding-bottom: 0.75rem;
}
.contentType-11 .item-entry .f-box__inner {
  height: 100%;
  border-radius: 2rem;
  border: 1px solid rgba(0, 15, 153, 0.1);
  padding: 1.25rem 1.5rem;
}
@media (min-width: 1260px) {
  .contentType-11 .item-entry .f-box__inner {
    border-radius: 2.5rem;
  }
}
.contentType-11 .item-entry .f-box__title {
  font-size: 0.875rem;
  letter-spacing: 0.009375rem;
  color: var(--bs-heading-color);
  margin-bottom: 0.3125rem;
}
@media (min-width: 1260px) {
  .contentType-11 .item-entry .f-box__title {
    font-size: 0.9375rem;
  }
}
.contentType-11 .item-entry .f-box__text {
  max-width: 95%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.47;
  color: #4A4D5D;
  margin-bottom: 0;
}
.contentType-11 .item-entry .f-box__text p {
  margin-bottom: 0;
}
.contentType-11 .item-entry .f-box__text p + p {
  margin-top: 0.625rem;
}
@media (min-width: 1260px) {
  .contentType-11 .item-entry .f-box__text {
    font-size: 1.0625rem;
    max-width: 80%;
  }
}

.input-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.125rem dashed rgba(242, 243, 255, 0.4);
  border-radius: 1.625rem;
  padding: 1.875rem 0.9375rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .input-upload {
    padding: 2.25rem 1.5625rem;
  }
}
.input-upload:hover {
  border-color: #fff;
}
.input-upload .f-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-upload .f-content .f-img {
  display: block;
  width: 22%;
  margin-bottom: 0.875rem;
}
.input-upload .f-content .f-img img {
  width: 100%;
}
.input-upload .f-content .f-title {
  font-family: SVN-Articulat CF;
  font-size: 1rem;
  font-weight: 600;
  color: #F2F3FF;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .input-upload .f-content .f-title {
    font-size: 1.0625rem;
  }
}
.input-upload .f-content .f-text {
  font-size: 0.8125rem;
  color: #A3AABB;
  margin: 0;
}
@media (min-width: 768px) {
  .input-upload .f-content .f-text {
    font-size: 0.875rem;
  }
}

.formTuyendung {
  position: relative;
}
.formTuyendung .sharp-1,
.formTuyendung .sharp-2 {
  position: absolute;
  z-index: 2;
}
.formTuyendung .sharp-1 img,
.formTuyendung .sharp-2 img {
  width: 100%;
}
.formTuyendung .sharp-1 {
  top: 25%;
  right: 1%;
  width: 14%;
  -webkit-transform: translateX(52%) rotate(13deg);
          transform: translateX(52%) rotate(13deg);
}
@media (min-width: 768px) {
  .formTuyendung .sharp-1 {
    width: 9%;
    right: 0;
    top: 21%;
  }
}
.formTuyendung .sharp-2 {
  top: 40%;
  left: 0;
  width: 12%;
  -webkit-transform: translateX(-55%) rotate(45deg);
          transform: translateX(-55%) rotate(45deg);
}
@media (min-width: 768px) {
  .formTuyendung .sharp-2 {
    width: 9%;
  }
}

.formTuyendung__inner {
  position: relative;
  z-index: 2;
  border-radius: 0.9375rem;
  background: var(--bs-heading-color);
  overflow: hidden;
  padding: 2.5rem 1.875rem 0;
}
@media (min-width: 768px) {
  .formTuyendung__inner {
    border-radius: 1.25rem;
    padding: 4.0625rem 3.4375rem 5rem;
  }
}
.formTuyendung__inner .item-head {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .formTuyendung__inner .item-head {
    margin-bottom: 2.5rem;
  }
}
.formTuyendung__inner .item-head .f-group {
  margin-bottom: 1.0625rem;
}
@media (min-width: 768px) {
  .formTuyendung__inner .item-head .f-group {
    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;
  }
  .formTuyendung__inner .item-head .f-group .f-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .formTuyendung__inner .item-head .f-group .f-label {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.formTuyendung__inner .item-head .f-title {
  font-size: 1.625rem;
  line-height: 1.28;
  letter-spacing: -0.046875rem;
  color: #FFF;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .formTuyendung__inner .item-head .f-title {
    font-size: 2.1875rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 1260px) {
  .formTuyendung__inner .item-head .f-title {
    font-size: 2.6875rem;
    line-height: 1.11;
    letter-spacing: -0.080625rem;
  }
}
.formTuyendung__inner .item-head .f-label {
  display: inline-block;
  font-size: 0.875rem;
  color: #FFF;
  border-radius: 0.75rem;
  background: rgba(242, 243, 255, 0.24);
  padding: 0.4375rem 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .formTuyendung__inner .item-head .f-label {
    font-size: 0.75rem;
  }
}
.formTuyendung__inner .item-head .f-text {
  color: rgba(255, 255, 255, 0.65);
}
@media (min-width: 1260px) {
  .formTuyendung__inner .item-head .f-text {
    font-size: 1.0625rem;
  }
}
.formTuyendung__inner .item-sharp img {
  width: 100%;
}
@media (min-width: 768px) {
  .formTuyendung__inner .item-sharp {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 33%;
  }
}
@media (max-width: 767.98px) {
  .formTuyendung__inner .item-sharp {
    width: 90%;
    margin-left: auto;
    margin-right: -2.5rem;
  }
}
.formTuyendung__inner .js-webform-document-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 1.25rem;
}
.formTuyendung__inner .js-webform-document-file > span {
  white-space: nowrap;
}
.formTuyendung__inner .js-webform-document-file > span.file {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.3125rem;
}
.formTuyendung__inner .js-webform-document-file .js-form-file {
  display: none !important;
}
.formTuyendung__inner .js-webform-document-file input[name=file_remove_button] {
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../../img/close-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.3125rem;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.formTuyendung__inner .js-webform-document-file input[name=file_remove_button]:hover {
  opacity: 1;
}
@media (min-width: 1260px) {
  .formTuyendung__inner .js-webform-document-file input[name=file_remove_button] {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.formTuyendung__inner .js-webform-document-file .messages {
  color: rgba(255, 255, 255, 0.5);
}

.detail-slideImgFull,
.detail-videoBox,
.detail-slideImgCol,
.detail-imgGrid {
  margin: 1.875rem 0;
}
@media (min-width: 1260px) {
  .detail-slideImgFull,
  .detail-videoBox,
  .detail-slideImgCol,
  .detail-imgGrid {
    margin: 3.125rem 0;
  }
}

.detail-slideImgFull {
  position: relative;
}
.detail-slideImgFull .item-img {
  display: block;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .detail-slideImgFull .item-img {
    border-radius: 1.875rem;
  }
}
@media (min-width: 992px) {
  .detail-slideImgFull .item-img {
    border-radius: 2.5rem;
  }
}
.detail-slideImgFull .item-img:after {
  content: "";
  display: block;
  padding-top: 60.5%;
}
.detail-slideImgFull .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-slideImgFull .swiper {
  position: static;
}
.detail-slideImgFull .slide-buttonCustom .slide-buttonCustom-prev,
.detail-slideImgFull .slide-buttonCustom .slide-buttonCustom-next {
  top: 50%;
  font-size: 1rem;
  padding: 0.4375rem 0.625rem;
}
.detail-slideImgFull .slide-buttonCustom .slide-buttonCustom-prev {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.detail-slideImgFull .slide-buttonCustom .slide-buttonCustom-next {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (min-width: 768px) {
  .detail-slideImgFull .slide-buttonCustom .slide-buttonCustom-prev,
  .detail-slideImgFull .slide-buttonCustom .slide-buttonCustom-next {
    font-size: 1.25rem;
    padding: 0.6875rem 0.875rem;
  }
}
@media (min-width: 1260px) {
  .detail-slideImgFull .slide-buttonCustom .slide-buttonCustom-prev {
    left: -1.125rem;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .detail-slideImgFull .slide-buttonCustom .slide-buttonCustom-next {
    right: -1.125rem;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

.detail-videoBox .videobox .bg-video .btn-play {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .detail-videoBox .videobox {
    border-radius: 2.5rem;
  }
  .detail-videoBox .videobox .bg-video .btn-play {
    font-size: 3.25rem;
  }
}

.detail-slideImgCol {
  position: relative;
}
.detail-slideImgCol .item-img {
  display: block;
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .detail-slideImgCol .item-img {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .detail-slideImgCol .item-img {
    border-radius: 1.5625rem;
  }
}
@media (min-width: 1750px) {
  .detail-slideImgCol .item-img {
    border-radius: 1.875rem;
  }
}
.detail-slideImgCol .item-img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.detail-slideImgCol .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-slideImgCol .swiper {
  position: static;
}
.detail-slideImgCol .slide-buttonCustom .slide-buttonCustom-prev,
.detail-slideImgCol .slide-buttonCustom .slide-buttonCustom-next {
  top: 50%;
  font-size: 1rem;
  padding: 0.4375rem 0.625rem;
}
.detail-slideImgCol .slide-buttonCustom .slide-buttonCustom-prev {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.detail-slideImgCol .slide-buttonCustom .slide-buttonCustom-next {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (min-width: 768px) {
  .detail-slideImgCol .slide-buttonCustom .slide-buttonCustom-prev,
  .detail-slideImgCol .slide-buttonCustom .slide-buttonCustom-next {
    font-size: 1.25rem;
    padding: 0.6875rem 0.875rem;
  }
}
@media (min-width: 1260px) {
  .detail-slideImgCol .slide-buttonCustom .slide-buttonCustom-prev {
    left: -1.125rem;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .detail-slideImgCol .slide-buttonCustom .slide-buttonCustom-next {
    right: -1.125rem;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

.detail-imgGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media (min-width: 768px) {
  .detail-imgGrid {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}
@media (min-width: 1260px) {
  .detail-imgGrid {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.detail-imgGrid .item-img {
  display: block;
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .detail-imgGrid .item-img {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .detail-imgGrid .item-img {
    border-radius: 1.5625rem;
  }
}
@media (min-width: 1750px) {
  .detail-imgGrid .item-img {
    border-radius: 1.875rem;
  }
}
.detail-imgGrid .item-img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.detail-imgGrid .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-imgGrid .item {
  width: 33.333333%;
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .detail-imgGrid .item {
    padding: 0.3125rem;
  }
}
@media (min-width: 1260px) {
  .detail-imgGrid .item {
    padding: 0.5rem;
  }
}
.detail-imgGrid .item:nth-child(4), .detail-imgGrid .item:nth-child(10), .detail-imgGrid .item:nth-child(14), .detail-imgGrid .item:nth-child(20), .detail-imgGrid .item:nth-child(24), .detail-imgGrid .item:nth-child(30), .detail-imgGrid .item:nth-child(34), .detail-imgGrid .item:nth-child(40) {
  width: 66.666667%;
}
.detail-imgGrid .item:nth-child(4) .item__inner, .detail-imgGrid .item:nth-child(10) .item__inner, .detail-imgGrid .item:nth-child(14) .item__inner, .detail-imgGrid .item:nth-child(20) .item__inner, .detail-imgGrid .item:nth-child(24) .item__inner, .detail-imgGrid .item:nth-child(30) .item__inner, .detail-imgGrid .item:nth-child(34) .item__inner, .detail-imgGrid .item:nth-child(40) .item__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.detail-imgGrid .item:nth-child(4) .item-img, .detail-imgGrid .item:nth-child(10) .item-img, .detail-imgGrid .item:nth-child(14) .item-img, .detail-imgGrid .item:nth-child(20) .item-img, .detail-imgGrid .item:nth-child(24) .item-img, .detail-imgGrid .item:nth-child(30) .item-img, .detail-imgGrid .item:nth-child(34) .item-img, .detail-imgGrid .item:nth-child(40) .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.detail-imgGrid .item:nth-child(4) .item-img:after, .detail-imgGrid .item:nth-child(10) .item-img:after, .detail-imgGrid .item:nth-child(14) .item-img:after, .detail-imgGrid .item:nth-child(20) .item-img:after, .detail-imgGrid .item:nth-child(24) .item-img:after, .detail-imgGrid .item:nth-child(30) .item-img:after, .detail-imgGrid .item:nth-child(34) .item-img:after, .detail-imgGrid .item:nth-child(40) .item-img:after {
  display: none;
}

.checkbox-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filterTD__title {
  font-family: var(--bs-body-font-family);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #75778A;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.filterTD__select {
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid rgba(1, 12, 111, 0.1);
}
.filterTD__select .filterTD__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;
  color: #BABBC2;
}
.filterTD__select .filterTD__title span {
  color: #A4A4AA;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filterTD__select .filterTD__title span:hover {
  color: var(--color-primary);
}
.filterTD__select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.625rem;
  font-size: 0;
}
.filterTD__select ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.625rem;
  color: #8F92A3;
  background-color: #F0F1F7;
  height: 1.875rem;
  padding: 0 0.9375rem;
  border-radius: 0.9375rem;
  max-width: 7.1875rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 0.1875rem;
  margin-bottom: 0.1875rem;
}
.filterTD__select ul li:hover {
  background-color: var(--bs-heading-color);
  color: #fff;
}
.filterTD__select ul li span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filterTD__select ul li i {
  font-size: 0.5625rem;
  margin-right: 0.3125rem;
}

.filterTD__list-panel {
  border-bottom: 1px solid rgba(1, 12, 111, 0.1);
}
.filterTD__list-panel:last-child {
  border-bottom: 0;
}

.filterTD__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.875rem 0;
  cursor: pointer;
}
.filterTD__list-title:after {
  content: "\e907";
  font-family: "iconNguyenSieu";
}
.filterTD__list-title.hided:after {
  content: "\e90a";
}

.filterTD__list-content .checkbox-wrap {
  margin-bottom: 0.9375rem;
}
.filterTD__list-content .checkbox-wrap li + li {
  margin-top: 0.3125rem;
}

.filterTD__search {
  padding-top: 0.875rem;
  padding-bottom: 0.625rem;
}
.filterTD__search .form-search .form-control {
  padding: 0 2.5rem;
  font-size: 0.9375rem;
}
.filterTD__search .form-search .f-icon {
  font-size: 1rem;
  left: 0.9375rem;
}
.filterTD__search .form-search .f-close {
  font-size: 0.75rem;
  right: 0.9375rem;
}

.header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding-bottom: 1.25rem;
}
@media (max-width: 1259.98px) {
  .header__wrap {
    padding: 0.625rem 0;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  padding: 0.5rem 2.5rem;
}
@media (min-width: 1750px) {
  .header__top {
    font-size: 0.875rem;
    padding: 0.625rem 3.75rem;
  }
}
@media (min-width: 1260px) and (max-width: 1749.98px) {
  .header__top {
    font-size: 0.9375rem;
  }
}

.header__top-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;
}
.header__top-list li {
  margin-right: 0.9375rem;
}
.header__top-list a {
  color: inherit;
}
.header__top-list a:hover {
  color: #fff;
}

.header__top-right {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__top-right:hover {
  color: #fff;
}

.header__top-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 4.375rem;
  background: #FFF;
  -webkit-box-shadow: 0px 0.25rem 1rem 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0.25rem 1rem 0px rgba(0, 0, 0, 0.07);
  padding: 0.4375rem 1.5625rem;
}
@media (min-width: 992px) {
  .header__content {
    padding: 0.4375rem 2.5rem;
  }
}
@media (min-width: 1260px) {
  .header__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 1750px) {
  .header__content {
    padding: 0 3.75rem;
    padding-right: 1.5rem;
  }
}
.header__content .item-left,
.header__content .item-right {
  width: 46%;
}
.header__content .item-center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.header__content .item-center__logo {
  display: inline-block;
  max-width: 3.75rem;
}
@media (min-width: 1260px) {
  .header__content .item-center__logo {
    max-width: 4.1875rem;
  }
}
@media (min-width: 1750px) {
  .header__content .item-center__logo {
    max-width: 4.6875rem;
  }
}
.header__content .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__content .menu-list li {
  margin-right: 1.0625rem;
}
@media (min-width: 1750px) {
  .header__content .menu-list li {
    margin-right: 1.375rem;
  }
}
.header__content .menu-list .li-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--bs-heading-color);
  font-size: 1.0625rem;
  font-style: normal;
  font-family: var(--bs-secondary-font-family);
  font-weight: 700;
  line-height: normal;
  height: 4.6875rem;
}
.header__content .menu-list .li-text span {
  font-size: 0.875rem;
  margin-left: 0.125rem;
}
.header__content .menu-list .li-text a:hover,
.header__content .menu-list .li-text a.is-active {
  color: var(--color-primary);
}
@media (min-width: 1750px) {
  .header__content .menu-list .li-text {
    font-size: 1.125rem;
    height: 5.625rem;
  }
  .header__content .menu-list .li-text span {
    font-size: 1rem;
  }
}
.header__content .menu-list li.menu-has-children > .li-text a:after {
  content: "\e907";
  font-family: "iconNguyenSieu";
  font-size: 0.7em;
}
.header__content .menu-list li.menu-has-children:hover > .li-text a {
  color: var(--color-primary);
}
.header__content .menu-list li.menu-has-children:hover > .li-submneu {
  opacity: 1;
  visibility: visible;
}
.header__content .menu-list li.menu-has-children:hover > .li-submneu:after {
  opacity: 0.6;
}
.header__content .menu-list li.menu-has-children:hover > .li-submneu .li-submneu__wrap {
  clip-path: inset(0 0 0% 0);
}
.header__content .menu-list .li-submneu {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 0.625rem;
  opacity: 0;
  visibility: hidden;
}
.header__content .menu-list .li-submneu:after {
  content: "";
  position: fixed;
  z-index: -1;
  top: -100vh;
  left: -100vh;
  bottom: -100vh;
  right: -100vh;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1750px) {
  .header__content .menu-list .li-submneu {
    padding-top: 1.1875rem;
  }
}
.header__content .menu-list .li-submneu__wrap {
  position: relative;
  background-color: #fff;
  border-radius: 1.875rem;
  overflow: hidden;
  padding: 1.875rem 2.5rem 2.5rem;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1750px) {
  .header__content .menu-list .li-submneu__wrap {
    padding: 2.1875rem 3.75rem 3.4375rem;
    border-radius: 2.8125rem;
  }
}
.header__content .menu-list .li-submneu__wrap .sub-group-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__content .menu-list .li-submneu__wrap .sub-group-left .sub-title {
  width: 50%;
}
.header__content .menu-list .li-submneu__wrap .sub-group-left .sub-title .sub-title__title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.header__content .menu-list .li-submneu__wrap .sub-group-left .sub-title .sub-title__text {
  max-width: 70%;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5E6176;
}
@media (min-width: 1750px) {
  .header__content .menu-list .li-submneu__wrap .sub-group-left .sub-title .sub-title__title {
    font-size: 1.875rem;
  }
  .header__content .menu-list .li-submneu__wrap .sub-group-left .sub-title .sub-title__text {
    max-width: 70%;
    font-size: 1.0625rem;
  }
}
.header__content .menu-list .li-submneu__wrap .sub-group-left .sub-listWrap {
  position: relative;
  width: 40%;
  border-left: 1px solid rgba(1, 12, 111, 0.08);
  padding-left: 3.125rem;
}
.header__content .menu-list .li-submneu__wrap .sub-group-left .sub-listWrap span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.8125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__content .menu-list .li-submneu__wrap .sub-group-left .sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__content .menu-list .li-submneu__wrap .sub-group-left .sub-list li {
  margin: 0;
}
.header__content .menu-list .li-submneu__wrap .sub-group-left .sub-list li + li {
  margin-top: 0.625rem;
}
.header__content .menu-list .li-submneu__wrap .sub-group-left .sub-list li a {
  color: rgba(0, 15, 153, 0.75);
  font-family: var(--bs-heading-font-family);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.38;
}
.header__content .menu-list .li-submneu__wrap .sub-group-left .sub-list li a:hover {
  color: var(--color-primary);
}
@media (min-width: 1750px) {
  .header__content .menu-list .li-submneu__wrap .sub-group-left .sub-list li + li {
    margin-top: 0.9375rem;
  }
  .header__content .menu-list .li-submneu__wrap .sub-group-left .sub-list li a {
    font-size: 1.125rem;
  }
}
.header__content .menu-list .li-submneu__wrap .sub-post {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
.header__content .menu-list .li-submneu__wrap .sub-post:after {
  content: "";
  display: block;
  padding-top: 70.2%;
}
.header__content .menu-list .li-submneu__wrap .sub-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.14;
}
.header__content .menu-list .li-submneu__wrap .sub-post .sub-post__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header__content .menu-list .li-submneu__wrap .sub-post .sub-post__body {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.25rem;
  max-width: 85%;
}
.header__content .menu-list .li-submneu__wrap .sub-post .sub-post__title {
  font-size: 1.0625rem;
  color: #fff;
}
.header__content .menu-list .li-submneu__wrap .sub-post .sub-post__title a:hover {
  color: var(--color-primary);
}
.header__content .menu-list .li-submneu__wrap .sub-post .sub-post__btn .btn {
  height: 3rem;
  font-size: 0.9375rem;
  padding: 0 1.875rem;
}
@media (min-width: 1750px) {
  .header__content .menu-list .li-submneu__wrap .sub-post .sub-post__body {
    padding: 1.875rem;
  }
  .header__content .menu-list .li-submneu__wrap .sub-post .sub-post__title {
    font-size: 1.25rem;
  }
}
.header__content .menu-list .li-submneu__wrap .sub-sharp {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  -webkit-transform: translate(13%, 15%);
          transform: translate(13%, 15%);
}
.header__content .item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__content .item-right__btn {
  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;
  font-family: var(--bs-heading-font-family);
  color: #FFF;
  font-size: 1.0625rem;
  background-color: #FF5C33;
  border-radius: 1.875rem;
  padding: 0 1.5625rem;
}
.header__content .item-right__btn i {
  margin-right: 0.4375rem;
}
.header__content .item-right__btn:hover {
  background-color: #ff6741;
}
.header__content .item-right__searchMb {
  font-size: 1.4375rem;
  color: #000F99;
  line-height: 1;
}
.header__content .item-right__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__content .item-right__group .select-lang {
  padding-left: 0;
  margin-left: 1.25rem;
}
@media (max-width: 767.98px) {
  .header__content .item-right__group .select-lang {
    margin-left: 0.625rem;
  }
  .header__content .item-right__group .select-lang img {
    width: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .header__content .item-right__group .select-lang {
    display: none;
  }
}
.header__content .item-right__group .select-lang__label:after {
  color: #000;
}
@media (max-width: 767.98px) {
  .header__content .item-right__group .select-lang__label:after {
    font-size: 0.5rem;
  }
}
.header__content .item-right__group .select-lang__list {
  padding-left: 0;
}
.header__content .select-lang__list {
  top: 180%;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.3);
}

.header__humberger {
  display: inline-block;
}
.header__humberger span {
  display: block;
  height: 0.1875rem;
  background-color: #000F99;
  border-radius: 0.3125rem;
}
.header__humberger .f-1 {
  width: 1.6875rem;
}
.header__humberger .f-2 {
  width: 1.125rem;
  margin: 0.375rem 0;
}
.header__humberger .f-3 {
  width: 1.5rem;
}

.header__search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header__search .item-bg-close {
  position: absolute;
  top: -40%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 140vh;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  pointer-events: visible;
}
.header__search .item-wrap {
  border-radius: 2.5rem;
  overflow: hidden;
  pointer-events: visible;
}
.header__search .item-wrap .fix-scroll {
  position: relative;
  z-index: 1;
  background: #FFF;
  overflow: hidden;
  padding: 2.625rem 2rem 0;
}
@media (min-width: 768px) {
  .header__search .item-wrap .fix-scroll {
    padding: 2.5rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .header__search .item-wrap .fix-scroll {
    padding: 3.125rem 3.125rem;
  }
}
@media (min-width: 1750px) {
  .header__search .item-wrap {
    border-radius: 2.8125rem;
  }
  .header__search .item-wrap .fix-scroll {
    padding: 3.4375rem 5.9375rem;
  }
}
.header__search .item-wrap .bg-sharp {
  pointer-events: none;
}
.header__search .item-wrap .bg-sharp img {
  width: 100%;
}
@media (min-width: 768px) {
  .header__search .item-wrap .bg-sharp {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 28%;
    -webkit-transform: translate(6%, 10%);
            transform: translate(6%, 10%);
  }
}
@media (min-width: 992px) {
  .header__search .item-wrap .bg-sharp {
    width: 22%;
  }
}
@media (max-width: 767.98px) {
  .header__search .item-wrap .bg-sharp {
    width: 75%;
    margin-left: auto;
    margin-top: 0.625rem;
    -webkit-transform: translate(25%, 10%);
            transform: translate(25%, 10%);
  }
}
@media (max-width: 767.98px) {
  .header__search .item-wrap {
    height: 80vh;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .header__search .item-form-search {
    max-width: 90%;
  }
}
.header__search .item-title {
  font-size: 1.5rem;
  color: #010C6F;
  line-height: 1.09;
  margin-bottom: 1.0625rem;
}
@media (min-width: 992px) {
  .header__search .item-title {
    font-size: 2.0625rem;
  }
}
.header__search .form-search {
  margin-bottom: 1.4375rem;
}
.header__search .item-keyword .f-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #C5C6CF;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .header__search .item-keyword .f-title {
    font-size: 0.75rem;
  }
  .header__search .item-keyword .tag-list a {
    font-size: 0.6875rem;
    height: 1.875rem;
  }
}
.header__search .item-post {
  position: relative;
}
@media (min-width: 768px) {
  .header__search .item-post {
    padding: 0.9375rem 0;
    padding-left: 2.5rem;
    border-left: 1px solid rgba(1, 12, 111, 0.1);
  }
}
@media (min-width: 1260px) {
  .header__search .item-post {
    padding: 1.5625rem 0;
    padding-left: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .header__search .item-post {
    border-top: 1px solid rgba(1, 12, 111, 0.1);
    padding-top: 3.125rem;
    margin-top: 3.125rem;
  }
}
.header__search .item-post .f-wrap {
  position: relative;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .header__search .item-post .f-wrap {
    border-radius: 1.25rem;
  }
}
.header__search .item-post .f-wrap:after {
  content: "";
  display: block;
  padding-top: 70.5%;
}
.header__search .item-post .f-wrap .f-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
}
.header__search .item-post .f-wrap .f-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.header__search .item-post .f-wrap .f-body {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 90%;
  padding: 1.25rem;
}
.header__search .item-post .f-wrap .f-body h4 {
  font-size: 1.0625rem;
  color: #FFF;
  line-height: 1.35;
  letter-spacing: -0.025rem;
  margin-bottom: 0.8125rem;
}
.header__search .item-post .f-wrap .f-body h4 a:hover {
  text-decoration: underline;
}
.header__search .item-post .f-wrap .f-body .btn {
  height: 2.8125rem;
  font-size: 1rem;
  padding: 0 1.75rem;
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .header__search .item-post .f-wrap .f-body {
    max-width: 100%;
    padding: 0.9375rem;
  }
  .header__search .item-post .f-wrap .f-body h4 {
    font-size: 0.8125rem;
  }
  .header__search .item-post .f-wrap .f-body .btn {
    font-size: 0.75rem;
    height: 2.1875rem;
    padding: 0 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .header__search .item-post .f-wrap .f-body h4 {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1260px) {
  .header__search .item-post .f-wrap .f-body {
    max-width: 75%;
    padding: 1.875rem;
  }
  .header__search .item-post .f-wrap .f-body h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1750px) {
  .header__search .item-post .f-wrap .f-body h4 {
    font-size: 1.25rem;
  }
}
.header__search .item-post .sharp-1,
.header__search .item-post .sharp-2 {
  position: absolute;
}
.header__search .item-post .sharp-1 img,
.header__search .item-post .sharp-2 img {
  width: 100%;
}
@media (min-width: 768px) {
  .header__search .item-post .sharp-1 {
    left: 0;
    bottom: 15%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 17%;
  }
}
@media (max-width: 767.98px) {
  .header__search .item-post .sharp-1 {
    top: 0;
    left: 9%;
    width: 21%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.header__search .item-post .sharp-2 {
  top: 11%;
  right: 0;
  width: 7%;
}
@media (min-width: 768px) {
  .header__search .item-post .sharp-2 {
    right: 7%;
  }
}

.header.header--showSearch .header__search {
  opacity: 1;
  visibility: visible;
}

.header.header--style2.headroom--top:not(.header--showSearch) .header__top {
  color: rgba(94, 97, 118, 0.65);
}
.header.header--style2.headroom--top:not(.header--showSearch) .header__top-right:hover,
.header.header--style2.headroom--top:not(.header--showSearch) .header__top-list a:hover {
  color: var(--bs-heading-color);
}

header.header-unpin .header__wrap {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 1260px) {
  header:not(.headroom--top).header-pin .header__wrap {
    -webkit-transform: translateY(-1.875rem);
            transform: translateY(-1.875rem);
  }
}
header:not(.headroom--top) .header__top {
  opacity: 0;
  visibility: hidden;
}

.header.hide-show-sidebar .header__wrap {
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
}

.body-load-done .header__wrap,
.body-load-done .header-search {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1259.98px) {
  .header__top {
    display: none;
  }
  .header__content .menu-list,
  .header__content .item-right__btn {
    display: none;
  }
  .header__content .item-left,
  .header__content .item-right {
    width: 25%;
  }
  .header__content .item-center {
    width: 50%;
  }
}
@media (min-width: 1260px) {
  .header__content .item-right__searchMb {
    display: none;
  }
  .header__humberger {
    display: none;
  }
}
.menumobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: #000F99;
  padding: 2.1875rem 1.875rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .menumobile {
    padding: 3.125rem 3.125rem;
  }
}

.menumobile__close {
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
  width: 0.8125rem;
}
@media (min-width: 768px) {
  .menumobile__close {
    width: 1.25rem;
  }
}

.menumobile__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.menumobile__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.menumobile__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menumobile__nav .menu-list > li {
  margin-bottom: 0.75rem;
}
.menumobile__nav .menu-list .li-text {
  font-family: var(--bs-secondary-font-family);
  font-size: 1.5rem;
  color: #FFF;
}
.menumobile__nav .menu-list .li-text span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 1rem;
}
.menumobile__nav .menu-list .li-text a.is-active {
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .menumobile__nav .menu-list .li-text {
    font-size: 1.875rem;
  }
  .menumobile__nav .menu-list .li-text span {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .menumobile__nav .menu-list .li-text {
    font-size: 2.5rem;
  }
  .menumobile__nav .menu-list .li-text span {
    font-size: 1.375rem;
  }
}
.menumobile__nav .item-list {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  padding-top: 1.75rem;
  margin-top: 1.75rem;
}
@media (min-width: 768px) {
  .menumobile__nav .item-list {
    margin-top: 2.1875rem;
    padding-top: 2.1875rem;
  }
}
.menumobile__nav .item-list li {
  margin-bottom: 0.5rem;
}
.menumobile__nav .item-list a {
  font-size: 1.0625rem;
  color: #FFF;
}
@media (min-width: 768px) {
  .menumobile__nav .item-list a {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .menumobile__nav .item-list a {
    font-size: 1.5625rem;
  }
}
.menumobile__nav li.menu-has-children .li-text .sub-show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.7em;
  width: 1.8em;
  height: 1.5em;
  margin-left: 0;
  -webkit-transform: none;
          transform: none;
}
.menumobile__nav li.menu-has-children.show-submenu .li-submneu {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}
.menumobile__nav .li-submneu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #000F99;
  padding: 2.1875rem 1.875rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .menumobile__nav .li-submneu {
    padding: 3.125rem 3.125rem;
  }
}
.menumobile__nav .li-submneu .sub-close {
  position: absolute;
  z-index: 10;
  top: 1.125rem;
  right: 1.125rem;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  .menumobile__nav .li-submneu .sub-close {
    font-size: 18px;
  }
}
.menumobile__nav .li-submneu .sub-post {
  display: none;
}
@media (min-width: 768px) {
  .menumobile__nav .li-submneu .sub-title {
    max-width: 60%;
  }
}
.menumobile__nav .li-submneu .sub-title__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
}
.menumobile__nav .li-submneu .sub-title__text {
  font-size: 1.0625rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.menumobile__nav .li-submneu .sub-listWrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.4375rem;
  margin-top: 1.25rem;
}
.menumobile__nav .li-submneu .sub-listWrap span {
  display: none;
}
@media (min-width: 768px) {
  .menumobile__nav .li-submneu .sub-listWrap {
    padding-top: 2.6875rem;
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .menumobile__nav .li-submneu .sub-title__title {
    font-size: 1.875rem;
  }
}
.menumobile__nav .li-submneu .sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menumobile__nav .li-submneu .sub-list li + li {
  margin-top: 0.9375rem;
}
.menumobile__nav .li-submneu .sub-list li a {
  font-family: var(--bs-heading-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFF;
}
@media (min-width: 768px) {
  .menumobile__nav .li-submneu .sub-list li + li {
    margin-top: 1.25rem;
  }
  .menumobile__nav .li-submneu .sub-list li a {
    font-size: 1.375rem;
  }
}
.menumobile__nav .li-submneu .sub-sharp {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translate(10%, 16%);
          transform: translate(10%, 16%);
}
.menumobile__nav .li-submneu .sub-sharp img {
  width: 100%;
}
@media (min-width: 768px) {
  .menumobile__nav .li-submneu .sub-sharp {
    width: 60%;
  }
}

.menumobile__foot .btn {
  height: 3.25rem;
  font-size: 1.125rem;
  padding: 0 1.75rem;
}
.menumobile__foot .btn i {
  margin-right: 0.4375rem;
}

.menumobile__img {
  position: absolute;
  bottom: 9%;
  right: 0;
  width: 25%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.menumobile__img img {
  width: 100%;
  -webkit-animation: rotate360 15s linear infinite;
          animation: rotate360 15s linear infinite;
}

.footer {
  position: relative;
  z-index: 3;
  background-color: #000F99;
  padding-top: 3.75rem;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 5rem;
  }
}
@media (min-width: 1260px) {
  .footer {
    padding-top: 6.25rem;
  }
}

.footer__content {
  position: relative;
  padding-bottom: 2.5rem;
}
@media (min-width: 1260px) {
  .footer__content {
    padding-bottom: 1.5625rem;
  }
}

.footer__left {
  margin-right: -0.625rem;
}
@media (min-width: 768px) {
  .footer__left {
    margin-right: -1.875rem;
  }
}

.footer__logo {
  display: block;
  margin-bottom: 4.0625rem;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 2.8125rem;
  }
}
.footer__logo img {
  width: 100%;
}

@media (min-width: 1260px) {
  .footer__social {
    margin-right: -10%;
  }
}
.footer__social p {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
  margin-bottom: 0.4375rem;
}
@media (min-width: 1260px) {
  .footer__social p {
    font-size: 1rem;
    margin-bottom: 0.625rem;
    margin-right: -10%;
  }
}
.footer__social .f-social {
  font-size: 0;
}
.footer__social .f-social a {
  font-size: 2.1875rem;
  line-height: 1;
  color: #fff;
  opacity: 0.6;
  margin-right: 0.4375rem;
}
.footer__social .f-social a:hover {
  opacity: 1;
}

.footer__widget {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .footer__widget {
    margin-bottom: 3.125rem;
  }
}

.footer__sub {
  font-family: var(--bs-body-font-family);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.9375rem;
}
@media (min-width: 1750px) {
  .footer__sub {
    font-size: 0.9375rem;
  }
}

.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__list li {
  margin-bottom: 0.75rem;
}
.footer__list a {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #D9D9D9;
  line-height: 1.29;
}
.footer__list a:hover {
  color: #fff;
}
@media (min-width: 1750px) {
  .footer__list a {
    font-size: 1rem;
  }
}

.footer__client {
  position: relative;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .footer__client {
    padding: 1.875rem 0;
  }
  .footer__client .f-imgWrap {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 90%;
  }
  .footer__client .f-img {
    margin-bottom: 0;
  }
  .footer__client .f-img img {
    width: 100%;
  }
  .footer__client .f-img:nth-child(1) {
    width: 17%;
  }
  .footer__client .f-img:nth-child(2) {
    width: 24%;
  }
  .footer__client .f-img:nth-child(3) {
    width: 16%;
  }
  .footer__client .f-img:nth-child(4) {
    width: 19%;
  }
}
@media (min-width: 1260px) {
  .footer__client {
    padding: 2.8125rem 0;
  }
  .footer__client .f-imgWrap {
    max-width: 85%;
  }
}
@media (max-width: 767.98px) {
  .footer__client .f-imgWrap {
    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;
    max-width: 90%;
  }
  .footer__client .f-imgWrap .f-img {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .footer__client .f-imgWrap .f-img img {
    max-width: 90%;
  }
}

.footer__backtotop {
  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;
  bottom: 0.625rem;
  right: 0;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.75rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__backtotop:hover {
  background-color: #fff;
  color: var(--bs-heading-color);
}
@media (min-width: 768px) {
  .footer__backtotop {
    bottom: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .footer__backtotop {
    bottom: 1.875rem;
  }
}
@media (min-width: 1750px) {
  .footer__backtotop {
    bottom: 2.5rem;
  }
}

.footer__foot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  padding: 0.625rem 0;
}
@media (min-width: 768px) {
  .footer__foot {
    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;
  }
}
@media (min-width: 1260px) {
  .footer__foot {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1750px) {
  .footer__foot {
    font-size: 0.9375rem;
  }
}
.footer__foot p {
  margin: 0;
}
.footer__foot p a {
  color: inherit;
}
.footer__foot p a:hover {
  color: #fff;
}

.footer__wave {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 62%;
  background-color: var(--bs-heading-color);
}
@media (min-width: 768px) {
  .footer__wave {
    height: 40%;
  }
}
@media (min-width: 1260px) {
  .footer__wave {
    height: 31%;
  }
}
.footer__wave span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}
.footer__wave span img {
  width: 100%;
}

.footer__group {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2.625rem;
  padding-top: 3.5625rem;
}
@media (min-width: 768px) {
  .footer__group {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .footer__group {
    border-top: 0;
    padding-top: 0;
    margin-top: 4.375rem;
  }
}

.footer__grow {
  position: relative;
  width: 73%;
  pointer-events: none;
  margin-left: auto;
  margin-top: -55%;
  margin-right: -17%;
}
.footer__grow span {
  display: block;
}
.footer__grow span img {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__grow {
    width: auto;
    margin-top: -72%;
    margin-left: 15%;
    margin-right: -33%;
  }
}
@media (min-width: 1260px) {
  .footer__grow {
    width: 100%;
    margin-top: -52%;
  }
}

.footer__client2 {
  margin-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.25rem;
}
@media (min-width: 992px) {
  .footer__client2 {
    margin-top: 2.5rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .footer__client2 {
    margin-top: 0;
  }
}

.slide-buttonCustom .slide-buttonCustom-prev,
.slide-buttonCustom .slide-buttonCustom-next {
  position: absolute;
  z-index: 9;
  top: 30%;
  line-height: 1;
  background-color: #00BDFF;
  font-size: 1.25rem;
  color: #fff;
  border-radius: 2.1875rem;
  cursor: pointer;
  padding: 0.625rem 0.9375rem;
}
@media (min-width: 1260px) {
  .slide-buttonCustom .slide-buttonCustom-prev,
  .slide-buttonCustom .slide-buttonCustom-next {
    font-size: 1.875rem;
    padding: 0.75rem 1.125rem;
  }
}
@media (min-width: 1750px) {
  .slide-buttonCustom .slide-buttonCustom-prev,
  .slide-buttonCustom .slide-buttonCustom-next {
    font-size: 2.125rem;
    padding: 0.9375rem 1.3125rem;
  }
}
.slide-buttonCustom .slide-buttonCustom-prev {
  left: 0;
}
.slide-buttonCustom .slide-buttonCustom-next {
  position: absolute;
  right: 0;
}
.slide-buttonCustom .swiper-button-disabled {
  opacity: 0.5;
}

.swiper-paginationCustom {
  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;
  line-height: 1;
  font-size: 0;
  margin-top: 1.6875rem;
}
.swiper-paginationCustom.swiper-pagination-lock {
  display: none;
}
.swiper-paginationCustom .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.1875rem;
  background: #FFC619;
  border-radius: 1.25rem;
  opacity: 0.25;
  margin: 0 2px;
}
@media (min-width: 768px) {
  .swiper-paginationCustom .swiper-pagination-bullet {
    width: 1.25rem;
    height: 0.25rem;
  }
}
@media (min-width: 1260px) {
  .swiper-paginationCustom .swiper-pagination-bullet {
    width: 1.5625rem;
    height: 0.3125rem;
  }
}
.swiper-paginationCustom .swiper-pagination-bullet-active {
  opacity: 1;
}

.sec-hero {
  background-color: #000F99;
  padding-top: 8.75rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-hero {
    padding-top: 11.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-hero {
    padding-top: 19.4375rem;
  }
}
.sec-hero .item-inner {
  position: relative;
  z-index: 2;
}
.sec-hero .item-inner .item-img-1 {
  position: relative;
  margin-bottom: 1.375rem;
}
.sec-hero .item-inner .item-img-1 .fix-wrap {
  position: relative;
  border-radius: 3.75rem 0.625rem 0.625rem 0.625rem;
  overflow: hidden;
}
.sec-hero .item-inner .item-img-1 img {
  width: 100%;
}
.sec-hero .item-inner .item-img-1 .f-layer {
  position: absolute;
}
@media (min-width: 768px) {
  .sec-hero .item-inner .item-img-1 {
    position: absolute;
    top: -5%;
    right: -9vw;
    width: 16%;
    margin-bottom: 0;
    -webkit-transform: translateY(-39%);
            transform: translateY(-39%);
  }
  .sec-hero .item-inner .item-img-1 .f-layer {
    bottom: 0;
    right: 5%;
    width: 30%;
    -webkit-transform: translateY(64%) rotate(5deg);
            transform: translateY(64%) rotate(5deg);
  }
}
@media (min-width: 1260px) {
  .sec-hero .item-inner .item-img-1 {
    top: 25%;
  }
  .sec-hero .item-inner .item-img-1 .fix-wrap {
    border-radius: 5.3125rem 1.25rem 1.25rem 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .sec-hero .item-inner .item-img-1 {
    max-width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-hero .item-inner .item-img-1 .f-layer {
    left: 0;
    bottom: 10%;
    width: 37%;
    -webkit-transform: translateX(-65%);
            transform: translateX(-65%);
  }
}
.sec-hero .item-inner .item-img-1 .wow.done .f-layer img {
  -webkit-animation: effect1 5s linear infinite;
          animation: effect1 5s linear infinite;
}
.sec-hero .item-inner .item-img-2 {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-hero .item-inner .item-img-2 {
    margin-bottom: 0;
  }
}
.sec-hero .item-inner .item-img-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 1.25rem 9.375rem 1.25rem 1.25rem;
  background-color: #FFC619;
  -webkit-transform: translate(0.3125rem, -0.25rem);
          transform: translate(0.3125rem, -0.25rem);
}
@media (min-width: 1260px) {
  .sec-hero .item-inner .item-img-2:after {
    border-radius: 2.1875rem 13.125rem 2.1875rem 2.1875rem;
    -webkit-transform: translate(0.625rem, -0.4375rem);
            transform: translate(0.625rem, -0.4375rem);
  }
}
.sec-hero .item-inner .item-img-2 .fix-wrap {
  position: relative;
  z-index: 1;
  border-radius: 1.25rem 9.375rem 1.25rem 1.25rem;
  overflow: hidden;
}
@media (min-width: 1260px) {
  .sec-hero .item-inner .item-img-2 .fix-wrap {
    border-radius: 2.1875rem 13.125rem 2.1875rem 2.1875rem;
  }
}
.sec-hero .item-inner .item-img-2 img {
  width: 100%;
}
.sec-hero .item-inner .item-img-2 .fix {
  overflow: hidden;
  border-radius: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .sec-hero .item-inner .item-img-2 .fix {
    border-radius: 1.875rem;
  }
}
.sec-hero .item-inner .item-img-2 .f-layer {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 19%;
  z-index: 2;
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
}
.sec-hero .item-inner .item-img-2 .f-layer-2 {
  position: absolute;
  left: -3%;
  bottom: 48%;
  z-index: 1;
  width: 11%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.sec-hero .item-inner .item-img-2.wow.done .f-layer img {
  animation: effect1 5s linear infinite reverse;
}
.sec-hero .item-inner .item-img-2.wow.done .f-layer-2 img {
  animation: effect1_1 5s linear infinite reverse;
}
.sec-hero .item-inner .item-img-3 {
  position: absolute;
  top: 35%;
  left: -4%;
  width: 2%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.sec-hero .item-inner .item-img-3 img {
  -webkit-animation: rotate360 20s linear infinite;
          animation: rotate360 20s linear infinite;
}
.sec-hero .item-title {
  color: #FFF;
  font-size: 2.75rem;
  line-height: 1.06;
  letter-spacing: -0.08125rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .sec-hero .item-title {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .sec-hero .item-title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-hero .item-title {
    font-size: 4.6875rem;
    letter-spacing: -0.125rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-hero .item-title {
    font-size: 5.25rem;
  }
}
.sec-hero .item-text {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .sec-hero .item-text {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-hero .item-text {
    max-width: 80%;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .sec-hero .item-mb-text {
    text-align: center;
  }
  .sec-hero .item-mb-text .item-text {
    font-size: 1rem;
  }
}
.sec-hero .item-foot {
  position: relative;
  z-index: 1;
  margin-top: -30%;
}
.sec-hero .item-foot img {
  width: 100%;
}
.sec-hero .item-foot .f-layer-2 {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  z-index: 5;
}
.sec-hero .item-foot .f-img-3 {
  position: absolute;
}
.sec-hero .item-foot .f-img-3 span {
  display: block;
}
.sec-hero .item-foot .f-img-3 {
  z-index: 4;
  bottom: 10%;
  left: 33%;
  width: 5%;
}
.sec-hero .item-foot .f-img-3.wow.done img {
  -webkit-animation: effect1 7s linear infinite;
          animation: effect1 7s linear infinite;
}
.sec-hero .item-foot .f-img-4 {
  bottom: 33%;
  left: 33%;
  width: 5%;
}
.sec-hero .item-foot .f-img-4.wow.done img {
  -webkit-animation: effect2 7s linear infinite;
          animation: effect2 7s linear infinite;
}
@media (min-width: 768px) {
  .sec-hero .item-foot {
    margin-top: -22%;
  }
}
@media (max-width: 767.98px) {
  .sec-hero .item-foot {
    margin-left: -20%;
    margin-right: -20%;
  }
}
.sec-hero .sharpWrap-img-1 {
  position: absolute;
  bottom: 7%;
  right: 19%;
  width: 11%;
  z-index: 4;
}
@media (min-width: 768px) {
  .sec-hero .sharpWrap-img-1 {
    bottom: 23%;
    width: 9%;
  }
}
.sec-hero .sharpWrap-img-2 {
  position: absolute;
  bottom: 7%;
  right: 7%;
  width: 17%;
  z-index: 3;
}
@media (min-width: 768px) {
  .sec-hero .sharpWrap-img-2 {
    bottom: 23%;
    width: 14%;
    ight: 10%;
  }
}

.sec-homeAbout {
  padding-top: 3.75rem;
}
@media (min-width: 768px) {
  .sec-homeAbout {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeAbout {
    padding-top: 8.125rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeAbout {
    padding-top: 10.625rem;
  }
}
.sec-homeAbout .titlebox {
  text-align: center;
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .sec-homeAbout .titlebox {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 992px) {
  .sec-homeAbout .titlebox {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeAbout .titlebox {
    margin-bottom: 7.8125rem;
  }
}
.sec-homeAbout .titlebox__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-top: 1.875rem;
}
.sec-homeAbout .titlebox__img span {
  width: 18%;
}
.sec-homeAbout .titlebox__img span img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .sec-homeAbout .titlebox__img {
    width: 55%;
    margin-top: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeAbout .titlebox__img span:hover img {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
.sec-homeAbout .item-body .f-img {
  position: relative;
  border-radius: 2.1875rem;
  overflow: hidden;
  margin-bottom: 1.0625rem;
}
.sec-homeAbout .item-body .f-img:after {
  content: "";
  display: block;
  padding-top: 70.8%;
}
.sec-homeAbout .item-body .f-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-homeAbout .item-body .f-text {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-homeAbout .item-body .f-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .sec-homeAbout .item-body {
    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-homeAbout .item-body .f-img {
    width: 45%;
  }
  .sec-homeAbout .item-body .f-body {
    width: 55%;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .sec-homeAbout .item-body .f-body {
    padding-left: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeAbout .item-body {
    max-width: 85%;
    margin: 0 auto;
  }
  .sec-homeAbout .item-body .f-body {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeAbout .item-body .f-body {
    padding-left: 4.375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-homeAbout .item-body {
    text-align: center;
  }
}
.sec-homeAbout .sharp-1,
.sec-homeAbout .sharp-2,
.sec-homeAbout .sharp-3,
.sec-homeAbout .sharp-4 {
  position: absolute;
  z-index: -1;
}
.sec-homeAbout .sharp-1 span,
.sec-homeAbout .sharp-2 span,
.sec-homeAbout .sharp-3 span,
.sec-homeAbout .sharp-4 span {
  display: block;
}
.sec-homeAbout .sharp-1 img,
.sec-homeAbout .sharp-2 img,
.sec-homeAbout .sharp-3 img,
.sec-homeAbout .sharp-4 img {
  width: 100%;
}
.sec-homeAbout .sharp-1 {
  top: 20%;
  right: 5%;
  width: 7%;
}
.sec-homeAbout .sharp-1 span {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.sec-homeAbout .sharp-1 span img {
  animation: effect2 8s linear infinite reverse;
}
@media (min-width: 768px) {
  .sec-homeAbout .sharp-1 {
    top: 31%;
    right: 5%;
    width: 4%;
  }
  .sec-homeAbout .sharp-1 span {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@media (min-width: 1260px) {
  .sec-homeAbout .sharp-1 {
    right: 15%;
  }
}
.sec-homeAbout .sharp-2 span {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.sec-homeAbout .sharp-2 span img {
  animation: effect1 6s linear infinite reverse;
}
@media (min-width: 768px) {
  .sec-homeAbout .sharp-2 {
    bottom: 28%;
    left: 6%;
    width: 6%;
  }
}
@media (min-width: 1260px) {
  .sec-homeAbout .sharp-2 {
    bottom: 25%;
    left: 18%;
  }
}
@media (max-width: 767.98px) {
  .sec-homeAbout .sharp-2 {
    top: 30%;
    left: 3%;
    width: 10%;
  }
}
.sec-homeAbout .sharp-3 {
  bottom: 39%;
  right: -1%;
  width: 11%;
}
.sec-homeAbout .sharp-3 span {
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
}
.sec-homeAbout .sharp-3 span img {
  -webkit-animation: effect1 7s linear infinite;
          animation: effect1 7s linear infinite;
}
@media (min-width: 768px) {
  .sec-homeAbout .sharp-3 {
    bottom: 25%;
    right: 2%;
    width: 6%;
  }
}
@media (min-width: 1260px) {
  .sec-homeAbout .sharp-3 {
    right: 14%;
  }
}
.sec-homeAbout .sharp-4 span {
  -webkit-transform: translateY(400%);
          transform: translateY(400%);
}
.sec-homeAbout .sharp-4 span img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-homeAbout .sharp-4 {
    bottom: 2%;
    right: 5%;
    width: 2%;
  }
}
@media (min-width: 1260px) {
  .sec-homeAbout .sharp-4 {
    bottom: 4%;
    right: 20%;
  }
}
@media (max-width: 767.98px) {
  .sec-homeAbout .sharp-4 {
    bottom: 33%;
    left: 4%;
    width: 5%;
  }
}

.sec-homeWhy {
  z-index: 3;
  padding-top: 4.5rem;
}
@media (min-width: 768px) {
  .sec-homeWhy {
    padding-top: 7.5rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeWhy {
    padding-top: 11.875rem;
  }
}
.sec-homeWhy .titlebox__title {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 1260px) {
  .sec-homeWhy .titlebox__title {
    margin-bottom: 2.5rem;
  }
}
.sec-homeWhy .item-cardWrap .row {
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec-homeWhy .item-cardWrap .row [class*=col-] {
  padding: 0;
}
.sec-homeWhy .item-card {
  border-radius: 1.25rem;
  background-color: #02E0C3;
  padding: 2.0625rem 1.875rem 3.4375rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .sec-homeWhy .item-card {
    border-radius: 2.5rem;
    padding: 4.0625rem 2.8125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-homeWhy .item-card {
    border-radius: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-homeWhy .item-card {
    border-radius: 1.875rem;
    padding: 2.8125rem 1.875rem;
  }
}
.sec-homeWhy .item-card__titleWrap {
  margin-bottom: 4.0625rem;
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .sec-homeWhy .item-card__titleWrap {
    margin-bottom: 2.5rem;
  }
}
.sec-homeWhy .item-card__title {
  font-size: 1.25rem;
  max-width: 80%;
  color: #FFF;
  line-height: 1.23;
  letter-spacing: -0.05625rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec-homeWhy .item-card__title {
    font-size: 1.875rem;
    max-width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-homeWhy .item-card__title {
    font-size: 1rem;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-homeWhy .item-card__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) and (max-width: 1749.98px) {
  .sec-homeWhy .item-card__title {
    font-size: 1.5rem;
    max-width: 100%;
  }
}
.sec-homeWhy .item-card__text {
  font-size: 1.0625rem;
  color: #FFF;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-homeWhy .item-card__text {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-homeWhy .item-card__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeWhy .item-card__text {
    max-width: 85%;
  }
}
.sec-homeWhy .item-card__foot {
  position: relative;
}
.sec-homeWhy .item-card__foot .fix {
  border-radius: 0.9375rem;
  overflow: hidden;
}
.sec-homeWhy .item-card__foot .fix img {
  width: 100%;
}
.sec-homeWhy .item-card-1 {
  position: relative;
  z-index: 3;
}
.sec-homeWhy .item-card-1 .item-card__foot .f-sharp {
  position: absolute;
  top: 0;
  right: 7%;
  width: 26%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-homeWhy .item-card-1 .item-card__foot .f-sharp img {
  width: 100%;
  -webkit-animation: rotate360 10s ease infinite;
          animation: rotate360 10s ease infinite;
}
.sec-homeWhy .item-card-2 {
  position: relative;
  z-index: 2;
  background-color: #FFC000;
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .sec-homeWhy .item-card-2 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeWhy .item-card-2 {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
    margin-bottom: 2.6875rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeWhy .item-card-2 {
    max-width: 87%;
    margin: 0 auto;
  }
}
.sec-homeWhy .item-card-2 .item-card__titleWrap {
  margin-bottom: 1.25rem;
}
@media (min-width: 1260px) {
  .sec-homeWhy .item-card-2 .item-card__titleWrap {
    margin-bottom: 1.875rem;
  }
}
.sec-homeWhy .item-card-2 .item-card__title {
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .sec-homeWhy .item-card-2 .item-card__title {
    font-size: 1.5rem;
    max-width: 90%;
  }
}
@media (min-width: 1260px) {
  .sec-homeWhy .item-card-2 .item-card__title {
    font-size: 2rem;
    max-width: 90%;
  }
}
@media (min-width: 1260px) and (max-width: 1749.98px) {
  .sec-homeWhy .item-card-2 .item-card__title {
    font-size: 1.6875rem;
    max-width: 100%;
  }
}
.sec-homeWhy .item-card-2 .item-card__foot {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
.sec-homeWhy .item-card-2 .item-card__foot .fix {
  max-width: 80%;
  margin-left: auto;
}
.sec-homeWhy .item-card-2 .item-card__foot .f-sharp {
  position: absolute;
  top: 30%;
  left: 3%;
  width: 23%;
}
.sec-homeWhy .item-card-2 .item-card__foot .f-sharp img {
  width: 100%;
  -webkit-animation: effect1 10s ease infinite;
          animation: effect1 10s ease infinite;
}
.sec-homeWhy .item-card-2 .item-card__foot .f-sharp-2 {
  position: absolute;
  top: 30%;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.sec-homeWhy .item-card-2 .item-card__foot .f-sharp-2 img {
  animation: rotate360 10s ease infinite reverse;
}
.sec-homeWhy .item-card-3 {
  position: relative;
  z-index: 1;
  background-color: #FF80CA;
}
.sec-homeWhy .item-card-3 .item-card__foot .f-sharp {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68%;
  -webkit-transform: translate(49%, 22%);
          transform: translate(49%, 22%);
}
.sec-homeWhy .item-card-3 .item-card__foot .f-sharp img {
  width: 100%;
  -webkit-animation: effect1 10s ease infinite;
          animation: effect1 10s ease infinite;
}
@media (max-width: 767.98px) {
  .sec-homeWhy .item-card-3 .item-card__foot {
    max-width: 90%;
  }
}
.sec-homeWhy .bg-sharp {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-primary);
  height: 82%;
}
@media (min-width: 768px) {
  .sec-homeWhy .bg-sharp {
    height: 32%;
  }
}
.sec-homeWhy .bg-sharp span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  z-index: 2;
}
.sec-homeWhy .bg-sharp span img {
  width: 100%;
}
.sec-homeWhy .bg-sharp-2 span,
.sec-homeWhy .bg-sharp-3 span,
.sec-homeWhy .bg-sharp-4 span {
  display: block;
}
.sec-homeWhy .bg-sharp-2 span img,
.sec-homeWhy .bg-sharp-3 span img,
.sec-homeWhy .bg-sharp-4 span img {
  width: 100%;
}
.sec-homeWhy .bg-sharp-2 {
  position: absolute;
  bottom: 19%;
  left: 0;
  width: 10%;
}
.sec-homeWhy .bg-sharp-2 span {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-homeWhy .bg-sharp-2 span img {
  -webkit-animation: effect1_1 15s linear infinite;
          animation: effect1_1 15s linear infinite;
}
.sec-homeWhy .bg-sharp-3 {
  position: absolute;
  bottom: 10%;
  left: 7%;
  width: 8%;
}
.sec-homeWhy .bg-sharp-3 span {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.sec-homeWhy .bg-sharp-3 span img {
  animation: effect1 10s linear infinite reverse;
}
@media (max-width: 767.98px) {
  .sec-homeWhy .bg-sharp-3 {
    z-index: 9;
    bottom: 41%;
    left: -7%;
    width: 18%;
  }
}
.sec-homeWhy .bg-sharp-4 {
  position: absolute;
  bottom: 19%;
  right: 0;
  width: 10%;
}
.sec-homeWhy .bg-sharp-4 span {
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}
.sec-homeWhy .bg-sharp-4 span img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-homeWhy .item-cardWrap.wow .item-card-1,
  .sec-homeWhy .item-cardWrap.wow .item-card-2,
  .sec-homeWhy .item-cardWrap.wow .item-card-3 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .sec-homeWhy .item-cardWrap.wow .item-card-1 {
    -webkit-transform: translateX(100%) translateY(-1.25rem);
            transform: translateX(100%) translateY(-1.25rem);
  }
  .sec-homeWhy .item-cardWrap.wow .item-card-3 {
    -webkit-transform: translateX(-100%) translateY(-1.25rem);
            transform: translateX(-100%) translateY(-1.25rem);
  }
  .sec-homeWhy .item-cardWrap.wow.effect .item-card-1,
  .sec-homeWhy .item-cardWrap.wow.effect .item-card-2,
  .sec-homeWhy .item-cardWrap.wow.effect .item-card-3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .sec-homeWhy .item-cardWrap.wow.effect .item-card-1 {
    -webkit-transform: rotate(-8deg) translate(2%, 5%);
            transform: rotate(-8deg) translate(2%, 5%);
  }
  .sec-homeWhy .item-cardWrap.wow.effect .item-card-3 {
    -webkit-transform: rotate(7deg) translate(0%, 6%);
            transform: rotate(7deg) translate(0%, 6%);
  }
}
@media (min-width: 1260px) {
  .sec-homeWhy .item-cardWrap.wow.effect .item-card-1 {
    -webkit-transform: rotate(-8deg) translate(9%, 5%);
            transform: rotate(-8deg) translate(9%, 5%);
  }
  .sec-homeWhy .item-cardWrap.wow.effect .item-card-3 {
    -webkit-transform: rotate(7deg) translate(-8%, 6%);
            transform: rotate(7deg) translate(-8%, 6%);
  }
}

.sec-homeWhy.style-2 {
  padding-top: 0;
}
.sec-homeWhy.style-2 .bg-sharp {
  display: none;
}

.sec-homeCTH {
  background-color: var(--color-primary);
  padding-top: 4.5rem;
}
@media (min-width: 768px) {
  .sec-homeCTH {
    padding-top: 7.5rem;
  }
}
@media (min-width: 992px) {
  .sec-homeCTH {
    padding-top: 10rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeCTH {
    padding-top: 14.375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-homeCTH .titlebox {
    text-align: center;
  }
}
.sec-homeCTH .titlebox__sub {
  color: #fff;
  font-size: 0.8125rem;
  margin-bottom: 1.4375rem;
}
@media (min-width: 768px) {
  .sec-homeCTH .titlebox__sub {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeCTH .titlebox__sub {
    font-size: 1rem;
  }
}
.sec-homeCTH .item-card {
  height: 100%;
}
.sec-homeCTH .item-card__inner {
  position: relative;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
  padding: 1.875rem 2.1875rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-homeCTH .item-card__inner {
    border-radius: 1.25rem;
    padding: 1.875rem 2.5rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeCTH .item-card__inner {
    border-radius: 2.5rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeCTH .item-card__inner {
    border-radius: 2.5rem;
    padding: 3.125rem 2.8125rem 5rem 3.4375rem;
  }
}
.sec-homeCTH .item-card__title {
  font-size: 1.375rem;
  color: #010C6F;
  line-height: 1.22;
  letter-spacing: -0.045rem;
  max-width: 95%;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .sec-homeCTH .item-card__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeCTH .item-card__title {
    font-size: 2.25rem;
  }
}
.sec-homeCTH .item-card__text {
  margin-bottom: 1.875rem;
}
@media (min-width: 1260px) {
  .sec-homeCTH .item-card__text {
    margin-bottom: 2.5rem;
  }
}
.sec-homeCTH .item-card__img {
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
  max-width: 70%;
}
@media (min-width: 768px) {
  .sec-homeCTH .item-card__img {
    max-width: 51%;
  }
}
.sec-homeCTH .item-card__img:after {
  content: "";
  display: block;
  padding-top: 71%;
}
.sec-homeCTH .item-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-homeCTH .item-card__sharp {
  position: absolute;
}
.sec-homeCTH .item-card-1 .item-card__sharp {
  bottom: 0;
  right: 0;
  width: 25%;
}
.sec-homeCTH .item-card-1 .item-card__sharp img {
  width: 100%;
  -webkit-animation: effect3 7s linear infinite;
          animation: effect3 7s linear infinite;
}
.sec-homeCTH .item-card-2 .item-card__img {
  margin-left: auto;
}
.sec-homeCTH .item-card-2 .item-card__sharp {
  bottom: 10%;
  left: 0;
  width: 22%;
}
.sec-homeCTH .item-card-2 .item-card__sharp img {
  -webkit-animation: effect1 15s linear infinite;
          animation: effect1 15s linear infinite;
}
.sec-homeCTH .item-card-3 .item-card__sharp {
  right: 0;
  bottom: 10%;
  width: 30%;
}
.sec-homeCTH .item-card-3 .item-card__sharp img {
  width: 100%;
  animation: effect1 10s linear infinite reverse;
}
@media (min-width: 768px) {
  .sec-homeCTH .item-card-3 .item-card__sharp {
    width: 21%;
  }
}
.sec-homeCTH .item-foot {
  text-align: center;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .sec-homeCTH .item-foot {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeCTH .item-foot {
    margin-top: 3.4375rem;
  }
}
.sec-homeCTH .bg-sharp {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 55%;
  background-color: #FF80CA;
}
@media (min-width: 768px) {
  .sec-homeCTH .bg-sharp {
    height: 28%;
  }
}
.sec-homeCTH .bg-sharp span {
  display: block;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}
.sec-homeCTH .bg-sharp span img {
  -webkit-animation: effect4 15s linear infinite;
          animation: effect4 15s linear infinite;
}
@media (max-width: 1259.98px) {
  .sec-homeCTH .item-cardWrap {
    overflow: hidden;
    overflow-x: auto;
    margin-left: -7vw;
    margin-right: -7vw;
  }
  .sec-homeCTH .item-cardWrap::-webkit-scrollbar {
    display: none;
  }
  .sec-homeCTH .item-cardWrap .fix-scroll {
    width: 145vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (max-width: 991.98px) {
  .sec-homeCTH .item-cardWrap .fix-scroll {
    width: 180vw;
  }
}
@media (max-width: 767.98px) {
  .sec-homeCTH .item-cardWrap {
    margin-left: -1.4375rem;
    margin-right: -1.4375rem;
  }
  .sec-homeCTH .item-cardWrap .fix-scroll {
    width: 279vw;
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }
}

.sec-homeTLy {
  padding-top: 5.3125rem;
  padding-bottom: 4.5625rem;
  background-color: #FF80CA;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-homeTLy {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 992px) {
  .sec-homeTLy {
    padding-top: 9.375rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTLy {
    padding-top: 11.5625rem;
    padding-bottom: 12.5rem;
  }
}
.sec-homeTLy .titlebox {
  text-align: center;
  margin-bottom: 1.875rem;
}
.sec-homeTLy .titlebox__sub {
  color: #fff;
}
.sec-homeTLy .item-wrap .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-homeTLy .item {
  position: relative;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .sec-homeTLy .item {
    margin-bottom: 1.125rem;
  }
}
.sec-homeTLy .item:after {
  content: "";
  display: block;
  padding-top: 75.3%;
}
@media (min-width: 768px) {
  .sec-homeTLy .item:after {
    padding-top: 60%;
  }
}
@media (min-width: 1260px) {
  .sec-homeTLy .item:after {
    padding-top: 47.6%;
  }
}
.sec-homeTLy .item__inner {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-homeTLy .item__inner:hover .item__hover {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.sec-homeTLy .item__title {
  font-size: 1.5rem;
  color: #FFF;
  line-height: 1.17;
  letter-spacing: -0.045rem;
  margin-top: 0.875rem;
}
@media (min-width: 768px) {
  .sec-homeTLy .item__title {
    margin-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .sec-homeTLy .item__title {
    font-size: 2.1875rem;
    margin-top: 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTLy .item__title {
    font-size: 2.8125rem;
    letter-spacing: -0.075rem;
    margin-top: 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item__title {
    font-size: 3.625rem;
    letter-spacing: -0.10875rem;
    margin-top: 2.5rem;
  }
}
.sec-homeTLy .item__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sec-homeTLy .item__img img {
  width: 100%;
}
.sec-homeTLy .item__sharp {
  position: absolute;
}
.sec-homeTLy .item__sharp img {
  width: 100%;
}
.sec-homeTLy .item__hover {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.625rem 1.25rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .sec-homeTLy .item__hover {
    display: none;
  }
}
@media (min-width: 992px) {
  .sec-homeTLy .item__hover {
    padding: 1.25rem 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTLy .item__hover {
    padding: 1.5625rem 2.1875rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item__hover {
    padding: 2.8125rem 2.5rem;
  }
}
.sec-homeTLy .item__hover .f-inner {
  width: 100%;
  height: 100%;
  padding-left: 1.6875rem;
}
.sec-homeTLy .item__hover .f-title {
  font-size: 1.625rem;
  line-height: 1.19;
  letter-spacing: -0.04875rem;
  margin-bottom: 0.75rem;
}
.sec-homeTLy .item__hover .f-text {
  font-size: 1.0625rem;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.75);
}
.sec-homeTLy .item__hover .f-text p {
  margin: 0;
}
.sec-homeTLy .item__hover .f-text p + p {
  margin-top: 0.625rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-homeTLy .item__hover .f-inner {
    padding-left: 0.625rem;
  }
  .sec-homeTLy .item__hover .f-title {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
  }
  .sec-homeTLy .item__hover .f-text {
    font-size: 0.625rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-homeTLy .item__hover .f-inner {
    padding-left: 0.625rem;
  }
  .sec-homeTLy .item__hover .f-title {
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
  }
  .sec-homeTLy .item__hover .f-text {
    font-size: 0.75rem;
  }
}
.sec-homeTLy .item__hover .scroll-x {
  display: none !important;
}
.sec-homeTLy .item__hover .scroll-y {
  position: absolute;
  right: auto;
  left: 0;
  width: 0.1875rem;
}
.sec-homeTLy .item__hover .scroll-y .scroll-element_track {
  background-color: rgba(255, 255, 255, 0.22);
}
.sec-homeTLy .item__hover .scroll-y .scroll-bar {
  background-color: #fff;
}
.sec-homeTLy .item-1 .item__inner,
.sec-homeTLy .item-1 .item__hover {
  background-color: #00BDFF;
}
.sec-homeTLy .item-1 .item__inner {
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-1 .item__inner {
    border-radius: 2.5rem;
  }
}
.sec-homeTLy .item-1 .item__title {
  margin-left: 1.25rem;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-1 .item__title {
    margin-left: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTLy .item-1 .item__title {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-1 .item__title {
    margin-left: 3.75rem;
  }
}
.sec-homeTLy .item-1 .item__img {
  width: 54%;
  right: 4%;
}
.sec-homeTLy .item-1 .item__img img {
  -webkit-animation: effect3 10s linear infinite;
          animation: effect3 10s linear infinite;
}
.sec-homeTLy .item-1 .item__sharp {
  bottom: 5%;
  left: 9%;
  width: 30%;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-1 .item__sharp {
    width: 21%;
  }
}
.sec-homeTLy .item-2 .item__inner,
.sec-homeTLy .item-2 .item__hover {
  background-color: #FFC619;
}
.sec-homeTLy .item-2 .item__inner {
  border-radius: 0.75rem;
  border-top-left-radius: 3.125rem;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-2 .item__inner {
    border-radius: 0.9375rem;
    border-top-left-radius: 4.375rem;
  }
}
@media (min-width: 992px) {
  .sec-homeTLy .item-2 .item__inner {
    border-radius: 1.25rem;
    border-top-left-radius: 6.25rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-2 .item__inner {
    border-radius: 1.5625rem;
    border-top-left-radius: 9.375rem;
  }
}
.sec-homeTLy .item-2 .item__title {
  margin-left: 1.875rem;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-2 .item__title {
    margin-left: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTLy .item-2 .item__title {
    margin-left: 4.375rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-2 .item__title {
    margin-left: 5.625rem;
  }
}
.sec-homeTLy .item-2 .item__img {
  width: 84%;
  right: 2%;
}
.sec-homeTLy .item-2 .item__img img {
  animation: effect3 10s linear infinite reverse;
}
.sec-homeTLy .item-2 .item__sharp {
  bottom: 18%;
  left: 10%;
  width: 18%;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-2 .item__sharp {
    width: 14%;
    left: 17%;
  }
}
.sec-homeTLy .item-2 .item__hover {
  padding-left: 2.5rem;
}
@media (min-width: 992px) {
  .sec-homeTLy .item-2 .item__hover {
    padding-left: 3.75rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-2 .item__hover {
    padding-left: 5rem;
  }
}
.sec-homeTLy .item-3 .item__inner,
.sec-homeTLy .item-3 .item__hover {
  background-color: #FF5C33;
}
.sec-homeTLy .item-3 .item__inner {
  border-radius: 6.25rem;
}
@media (min-width: 1260px) {
  .sec-homeTLy .item-3 .item__inner {
    border-radius: 7.5rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-3 .item__inner {
    border-radius: 9.375rem;
  }
}
.sec-homeTLy .item-3 .item__title {
  margin-left: 1.875rem;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-3 .item__title {
    margin-left: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTLy .item-3 .item__title {
    margin-left: 4.375rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-3 .item__title {
    margin-left: 5.75rem;
  }
}
.sec-homeTLy .item-3 .item__img {
  width: 57%;
}
.sec-homeTLy .item-3 .item__img img {
  animation: effect1 10s linear infinite reverse;
}
.sec-homeTLy .item-3 .item__sharp {
  bottom: 2%;
  right: 0;
  width: 28%;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-3 .item__sharp {
    bottom: 16%;
    right: 19%;
    width: 17%;
  }
}
.sec-homeTLy .item-3 .item__hover {
  padding-left: 2.5rem;
  padding-right: 1.875rem;
}
.sec-homeTLy .item-3 .item__hover .f-title {
  color: #fff;
}
.sec-homeTLy .item-3 .item__hover .f-text {
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 992px) {
  .sec-homeTLy .item-3 .item__hover {
    padding-left: 3.75rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-3 .item__hover {
    padding-left: 6.25rem;
    padding-right: 5rem;
  }
}
.sec-homeTLy .item-4 {
  position: relative;
}
.sec-homeTLy .item-4 .item__inner,
.sec-homeTLy .item-4 .item__hover {
  background-color: #A84DF7;
}
.sec-homeTLy .item-4 .item__inner {
  border-radius: 4.375rem;
  border-top-left-radius: 5.625rem;
  border-bottom-left-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-4 .item__inner {
    border-radius: 6.25rem;
    border-top-left-radius: 7.5rem;
    border-bottom-left-radius: 0.9375rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-4 .item__inner {
    border-radius: 9.375rem;
    border-top-left-radius: 12.5rem;
    border-bottom-left-radius: 1.25rem;
  }
}
.sec-homeTLy .item-4 .item__title {
  margin-left: 2.5rem;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-4 .item__title {
    margin-left: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTLy .item-4 .item__title {
    margin-left: 5rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-4 .item__title {
    margin-left: 6.25rem;
  }
}
.sec-homeTLy .item-4 .item__img {
  width: 54%;
  right: 5%;
}
.sec-homeTLy .item-4 .item__img img {
  animation: effect1_1 10s linear infinite reverse;
}
.sec-homeTLy .item-4 .item__sharp {
  bottom: 18%;
  left: 5%;
  width: 22%;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-4 .item__sharp {
    left: 0;
    -webkit-transform: translateX(-59%);
            transform: translateX(-59%);
  }
}
.sec-homeTLy .item-4 .item__hover {
  padding-left: 2.5rem;
  padding-right: 1.875rem;
}
.sec-homeTLy .item-4 .item__hover .f-title {
  color: #fff;
}
.sec-homeTLy .item-4 .item__hover .f-text {
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 992px) {
  .sec-homeTLy .item-4 .item__hover {
    padding-left: 3.75rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTLy .item-4 .item__hover {
    padding-left: 5rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-4 .item__hover {
    padding-left: 6.25rem;
    padding-right: 5rem;
  }
}
.sec-homeTLy .item-5 .item__inner,
.sec-homeTLy .item-5 .item__hover {
  background-color: #02E0C3;
}
.sec-homeTLy .item-5 .item__inner {
  border-radius: 0.75rem;
  border-top-left-radius: 4.375rem;
  border-top-right-radius: 4.375rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-5 .item__inner {
    border-radius: 1.25rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTLy .item-5 .item__inner {
    border-top-left-radius: 6.875rem;
    border-top-right-radius: 6.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-5 .item__inner {
    border-radius: 1.5625rem;
    border-top-left-radius: 9.375rem;
    border-top-right-radius: 9.375rem;
  }
}
.sec-homeTLy .item-5 .item__title {
  margin-left: 1.875rem;
}
@media (min-width: 768px) {
  .sec-homeTLy .item-5 .item__title {
    margin-left: 3.125rem;
  }
}
@media (min-width: 768px) {
  .sec-homeTLy .item-5 .item__title {
    margin-left: 4.375rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-5 .item__title {
    margin-left: 5.625rem;
  }
}
.sec-homeTLy .item-5 .item__img {
  width: 100%;
}
.sec-homeTLy .item-5 .item__img img {
  animation: effect3 10s linear infinite reverse;
}
.sec-homeTLy .item-5 .item__sharp {
  top: 0;
  right: 0;
  width: 30%;
}
@media (max-width: 767.98px) {
  .sec-homeTLy .item-5 .item__sharp {
    top: 38%;
    right: 0;
    width: 40%;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
.sec-homeTLy .item-5 .item__hover {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 992px) {
  .sec-homeTLy .item-5 .item__hover {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTLy .item-5 .item__hover {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy .item-5 .item__hover {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.sec-homeTLy .bg-sharp-1,
.sec-homeTLy .bg-sharp-2,
.sec-homeTLy .bg-sharp-3,
.sec-homeTLy .bg-sharp-4 {
  position: absolute;
}
.sec-homeTLy .bg-sharp-1 span,
.sec-homeTLy .bg-sharp-2 span,
.sec-homeTLy .bg-sharp-3 span,
.sec-homeTLy .bg-sharp-4 span {
  display: block;
}
.sec-homeTLy .bg-sharp-1 span img,
.sec-homeTLy .bg-sharp-2 span img,
.sec-homeTLy .bg-sharp-3 span img,
.sec-homeTLy .bg-sharp-4 span img {
  width: 100%;
}
.sec-homeTLy .bg-sharp-1 {
  bottom: 61%;
  left: 0%;
  width: 5%;
}
.sec-homeTLy .bg-sharp-1 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-homeTLy .bg-sharp-1 {
    bottom: 51%;
    left: 3%;
    width: 2%;
  }
}
.sec-homeTLy .bg-sharp-2 {
  bottom: 19%;
  right: 8%;
  width: 7%;
}
.sec-homeTLy .bg-sharp-2 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-homeTLy .bg-sharp-2 {
    bottom: 29%;
    right: 8%;
    width: 2%;
  }
}
.sec-homeTLy .bg-sharp-3 {
  bottom: 29%;
  left: 4%;
  width: 6%;
}
.sec-homeTLy .bg-sharp-3 img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-homeTLy .bg-sharp-3 {
    bottom: 30%;
    left: 11%;
    width: 3%;
  }
}
.sec-homeTLy .bg-sharp-4 {
  bottom: 0;
  left: 6%;
  -webkit-transform: translateY(16%);
          transform: translateY(16%);
  width: 21%;
}
@media (min-width: 768px) {
  .sec-homeTLy .bg-sharp-4 {
    width: 12%;
  }
}

.sec-homeTLy.style-about {
  background-color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 5.625rem;
}
@media (min-width: 768px) {
  .sec-homeTLy.style-about {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .sec-homeTLy.style-about {
    padding-top: 9.375rem;
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTLy.style-about {
    padding-top: 13.75rem;
    padding-bottom: 8.75rem;
  }
}
.sec-homeTLy.style-about .titlebox__sub {
  color: rgba(1, 12, 111, 0.5);
}

.sec-homeTTich {
  padding-top: 5.3125rem;
  padding-bottom: 4.5625rem;
  background-color: #FF80CA;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-homeTTich {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 992px) {
  .sec-homeTTich {
    padding-top: 9.375rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTTich {
    padding-top: 11.5625rem;
    padding-bottom: 12.5rem;
  }
}
.sec-homeTTich .titlebox {
  text-align: center;
  margin-bottom: 1.875rem;
}
.sec-homeTTich .titlebox__sub {
  color: #fff;
}
.sec-homeTTich .item-wrap .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-homeTTich .item {
  position: relative;
  margin-bottom: 0.75rem;
}
@media (min-width: 1260px) {
  .sec-homeTTich .item {
    margin-bottom: 1.125rem;
  }
}
.sec-homeTTich .item:after {
  content: "";
  display: block;
  padding-top: 75.3%;
}
@media (min-width: 768px) {
  .sec-homeTTich .item:after {
    padding-top: 60%;
  }
}
@media (min-width: 1260px) {
  .sec-homeTTich .item:after {
    padding-top: 47.6%;
  }
}
@media (min-width: 1260px) {
  .sec-homeTTich .item:hover .item__inner {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.sec-homeTTich .item__inner {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 1.25rem;
  padding-top: 1.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .sec-homeTTich .item__inner {
    padding: 0 2.1875rem;
    padding-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .sec-homeTTich .item__inner {
    padding: 0 3.125rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTTich .item__inner {
    padding: 0 3.75rem;
    padding-top: 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTTich .item__inner {
    padding: 0 5.625rem;
    padding-top: 2.5rem;
  }
}
.sec-homeTTich .item__inner:hover .item__hover {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.sec-homeTTich .item__title {
  font-size: 2.5rem;
  color: #FFF;
  line-height: 1;
  letter-spacing: -0.045rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec-homeTTich .item__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .sec-homeTTich .item__title {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTTich .item__title {
    font-size: 5.3125rem;
    letter-spacing: -0.15625rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTTich .item__title {
    font-size: 6.5625rem;
    letter-spacing: -0.19875rem;
  }
}
.sec-homeTTich .item__text {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #FFF;
  margin: 0;
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .sec-homeTTich .item__text {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .sec-homeTTich .item__text {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTTich .item__text {
    font-size: 1.1875rem;
  }
}
.sec-homeTTich .item__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sec-homeTTich .item__img img {
  width: 100%;
}
.sec-homeTTich .item__sharp {
  position: absolute;
}
.sec-homeTTich .item__sharp img {
  width: 100%;
}
.sec-homeTTich .item-1 .item__inner {
  background-color: #FF5C33;
  border-radius: 0.75rem 3.125rem 0.75rem 0.75rem;
}
@media (min-width: 768px) {
  .sec-homeTTich .item-1 .item__inner {
    border-radius: 0.9375rem 4.375rem 0.9375rem 0.9375rem;
  }
}
@media (min-width: 992px) {
  .sec-homeTTich .item-1 .item__inner {
    border-radius: 1.5625rem 6.25rem 1.5625rem 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTTich .item-1 .item__inner {
    border-radius: 1.875rem 6.875rem 1.875rem 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTTich .item-1 .item__inner {
    border-radius: 2.5rem 7.8125rem 2.5rem 2.5rem;
  }
}
.sec-homeTTich .item-1 .item__img {
  width: 32%;
  right: 0;
  -webkit-transform: rotate(-6deg) translate(12%, 15%);
          transform: rotate(-6deg) translate(12%, 15%);
}
.sec-homeTTich .item-1 .item__img img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (max-width: 767.98px) {
  .sec-homeTTich .item-1 .item__text br {
    display: none;
  }
}
.sec-homeTTich .item-2 .item__inner {
  background-color: #02E0C3;
  border-radius: 3.75rem 3.75rem 0.75rem 0.75rem;
}
@media (min-width: 768px) {
  .sec-homeTTich .item-2 .item__inner {
    border-radius: 5rem 5rem 1.25rem 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTTich .item-2 .item__inner {
    border-radius: 6.875rem 6.875rem 1.875rem 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTTich .item-2 .item__inner {
    border-radius: 9.0625rem 9.0625rem 1.875rem 1.875rem;
  }
}
.sec-homeTTich .item-2 .item__img {
  width: 25%;
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(-15deg) translateY(20%);
          transform: rotate(-15deg) translateY(20%);
}
.sec-homeTTich .item-2 .item__img img {
  animation: effect1 10s linear infinite reverse;
}
@media (min-width: 768px) {
  .sec-homeTTich .item-2.wow {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.sec-homeTTich .item-3 .item__inner {
  background-color: #00BDFF;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-homeTTich .item-3 .item__inner {
    border-radius: 2.5rem;
  }
}
.sec-homeTTich .item-3 .item__img {
  width: 35%;
  -webkit-transform: translate(11%, 24%);
          transform: translate(11%, 24%);
}
.sec-homeTTich .item-3 .item__img img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-homeTTich .item-3.wow {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
.sec-homeTTich .item-4 {
  position: relative;
}
.sec-homeTTich .item-4 .item__inner {
  border-radius: 3.75rem;
  background-color: #FFC619;
}
@media (min-width: 1260px) {
  .sec-homeTTich .item-4 .item__inner {
    border-radius: 9.375rem;
  }
}
.sec-homeTTich .item-4 .item__img {
  width: 27%;
}
.sec-homeTTich .item-4 .item__img img {
  animation: effect1 10s linear infinite reverse;
}
@media (min-width: 768px) {
  .sec-homeTTich .item-4.wow {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.sec-homeTTich .item-5 .item__inner {
  background-color: #A84DF7;
}
.sec-homeTTich .item-5 .item__inner {
  border-radius: 3.125rem 0.75rem 0.75rem 0.75rem;
}
@media (min-width: 768px) {
  .sec-homeTTich .item-5 .item__inner {
    border-radius: 4.375rem 0.9375rem 0.9375rem 0.9375rem;
  }
}
@media (min-width: 992px) {
  .sec-homeTTich .item-5 .item__inner {
    border-radius: 6.25rem 1.5625rem 1.5625rem 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTTich .item-5 .item__inner {
    border-radius: 6.875rem 1.875rem 1.875rem 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeTTich .item-5 .item__inner {
    border-radius: 7.8125rem 2.5rem 2.5rem 2.5rem;
  }
}
.sec-homeTTich .item-5 .item__img {
  width: 24%;
}
.sec-homeTTich .item-5 .item__img img {
  -webkit-animation: effect3 10s linear infinite;
          animation: effect3 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-homeTTich .item-5.wow {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
.sec-homeTTich .bg-sharp-4 {
  position: absolute;
}
.sec-homeTTich .bg-sharp-4 span {
  display: block;
}
.sec-homeTTich .bg-sharp-4 span img {
  width: 100%;
}
.sec-homeTTich .bg-sharp-4 {
  bottom: 0;
  left: 6%;
  -webkit-transform: translateY(16%);
          transform: translateY(16%);
  width: 21%;
}
@media (min-width: 768px) {
  .sec-homeTTich .bg-sharp-4 {
    width: 12%;
  }
}

.sec-homeFullImg {
  padding: 0;
}
.sec-homeFullImg .bg {
  position: relative;
  overflow: hidden;
}
.sec-homeFullImg .bg .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-homeFullImg .bg:after {
  content: "";
  display: block;
  padding-top: 105%;
}
@media (min-width: 768px) {
  .sec-homeFullImg .bg:after {
    padding-top: 47.4%;
  }
}
.sec-homeFullImg .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-testimonail {
  z-index: 3;
  padding-top: 3.75rem;
}
@media (min-width: 768px) {
  .sec-testimonail {
    padding-top: 5.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-testimonail {
    padding-top: 6.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-testimonail {
    padding-top: 8.75rem;
  }
}
.sec-testimonail .titlebox {
  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;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .sec-testimonail .titlebox {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1750px) {
  .sec-testimonail .titlebox {
    margin-bottom: 2.1875rem;
  }
}
.sec-testimonail .titlebox span {
  display: inline-block;
  width: 22%;
}
@media (min-width: 768px) {
  .sec-testimonail .titlebox span {
    width: 16%;
  }
}
@media (min-width: 1260px) {
  .sec-testimonail .titlebox span {
    width: 9%;
  }
}
.sec-testimonail .titlebox__sub {
  position: absolute;
  margin: 0;
}
.sec-testimonail .item-testimonial {
  position: relative;
}
@media (min-width: 768px) {
  .sec-testimonail .item-testimonial {
    padding: 0 4.375rem;
  }
}
@media (min-width: 992px) {
  .sec-testimonail .item-testimonial {
    padding: 0 6.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-testimonail .item-testimonial {
    padding: 0 8.125rem;
  }
}
@media (min-width: 1750px) {
  .sec-testimonail .item-testimonial {
    padding: 0 9.375rem;
  }
}
.sec-testimonail .item-testimonial .item-head {
  margin-bottom: 2.5rem;
}
.sec-testimonail .item-testimonial .item-title {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.12;
  letter-spacing: -0.84px;
  color: #010C6F;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-testimonail .item-testimonial .item-title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .sec-testimonail .item-testimonial .item-title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1260px) {
  .sec-testimonail .item-testimonial .item-title {
    font-size: 3.75rem;
    letter-spacing: -0.125rem;
  }
}
@media (min-width: 1750px) {
  .sec-testimonail .item-testimonial .item-title {
    font-size: 4.375rem;
    letter-spacing: -0.175rem;
  }
}
.sec-testimonail .item-testimonial .item-foot {
  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;
  width: 75%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sec-testimonail .item-testimonial .item-foot {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sec-testimonail .item-testimonial .item-foot {
    width: 40%;
  }
}
@media (min-width: 1260px) {
  .sec-testimonail .item-testimonial .item-foot {
    width: 35%;
  }
}
@media (min-width: 1750px) {
  .sec-testimonail .item-testimonial .item-foot {
    width: 29%;
  }
}
.sec-testimonail .item-testimonial .item-foot .f-avatar {
  position: relative;
  width: 25%;
  border-radius: 50%;
  overflow: hidden;
}
.sec-testimonail .item-testimonial .item-foot .f-avatar:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-testimonail .item-testimonial .item-foot .f-avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-testimonail .item-testimonial .item-foot .f-body {
  width: 75%;
  padding-left: 1.25rem;
  line-height: 1.3;
  color: rgba(86, 90, 126, 0.5);
}
.sec-testimonail .item-testimonial .item-foot .f-body strong {
  display: block;
  font-weight: 600;
  color: #565A7E;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .sec-testimonail .item-testimonial .item-foot .f-body {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .sec-testimonail .item-testimonial .item-foot .f-body {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .sec-testimonail .item-testimonial .item-foot .f-body {
    font-size: 0.75rem;
  }
  .sec-testimonail .item-testimonial .item-foot .f-body strong {
    font-size: 0.8125rem;
  }
}
.sec-testimonail .item-testimonial .swiper {
  position: static;
}
.sec-testimonail .item-testimonial .swiper-paginationCustom {
  margin-top: 4.375rem;
}
@media (min-width: 992px) {
  .sec-testimonail .item-testimonial .swiper-paginationCustom {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-testimonail .item-testimonial .swiper-paginationCustom {
    margin-top: 8.75rem;
  }
}
.sec-testimonail .sharp-1 {
  position: absolute;
  bottom: 26%;
  left: -1%;
  width: 12%;
}
@media (min-width: 768px) {
  .sec-testimonail .sharp-1 {
    bottom: 16%;
    left: 20%;
    width: 7%;
  }
}
@media (min-width: 1260px) {
  .sec-testimonail .sharp-1 {
    width: 6%;
  }
}
@media (min-width: 1260px) {
  .sec-testimonail .sharp-1 {
    left: 28%;
  }
}
.sec-testimonail .sharp-1 span {
  display: block;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.sec-testimonail .sharp-1 span img {
  width: 100%;
  -webkit-animation: effect2_1 10s linear infinite;
          animation: effect2_1 10s linear infinite;
}
.sec-testimonail .sharp-2 {
  position: absolute;
}
.sec-testimonail .sharp-2 span {
  display: block;
}
.sec-testimonail .sharp-2 span img {
  width: 100%;
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-testimonail .sharp-2 {
    right: 22%;
    bottom: 24%;
    width: 3%;
  }
  .sec-testimonail .sharp-2 span {
    -webkit-transform: translateY(400%);
            transform: translateY(400%);
  }
}
@media (min-width: 1260px) {
  .sec-testimonail .sharp-2 {
    width: 2%;
  }
  .sec-testimonail .sharp-2 span {
    -webkit-transform: translateY(300%);
            transform: translateY(300%);
  }
}
@media (max-width: 767.98px) {
  .sec-testimonail .sharp-2 {
    right: -1%;
    top: 39%;
    width: 6%;
  }
}

.sec-vinhDanh {
  margin-top: -5%;
}
@media (min-width: 768px) {
  .sec-vinhDanh {
    margin-top: -10%;
  }
}
.sec-vinhDanh .item-head {
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.sec-vinhDanh .item-head img {
  width: 100%;
}
.sec-vinhDanh .item-head .f-layer-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.sec-vinhDanh .item-head.wow {
  visibility: visible !important;
}
.sec-vinhDanh .item-head.wow .f-layer-1,
.sec-vinhDanh .item-head.wow .f-layer-2 {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.sec-vinhDanh .item-head.wow.effect .f-layer-1,
.sec-vinhDanh .item-head.wow.effect .f-layer-2 {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sec-vinhDanh .item-head.wow.effect .f-layer-1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.sec-vinhDanh .item-head.wow.done .f-layer-1 img {
  animation: effect4 20s linear infinite reverse;
}
.sec-vinhDanh .item-head.wow.done .f-layer-2 img {
  -webkit-animation: effect4 20s linear infinite;
          animation: effect4 20s linear infinite;
}
.sec-vinhDanh .item-content {
  position: relative;
  z-index: 2;
  background-color: #000F99;
  padding: 4.0625rem 0;
}
@media (min-width: 992px) {
  .sec-vinhDanh .item-content {
    padding: 5.625rem 0;
  }
}
@media (min-width: 1260px) {
  .sec-vinhDanh .item-content {
    padding-top: 6.875rem;
    padding-bottom: 7.5rem;
  }
}
.sec-vinhDanh .titlebox__sub {
  font-size: 0.8125rem;
  color: #fff;
  margin-bottom: 1.4375rem;
}
@media (min-width: 768px) {
  .sec-vinhDanh .titlebox__sub {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 1260px) {
  .sec-vinhDanh .titlebox__sub {
    font-size: 1rem;
  }
}
.sec-vinhDanh .item-card {
  position: relative;
  z-index: 2;
  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: 2.0625rem;
  background: #FFF;
  overflow: hidden;
  padding: 2.1875rem 2.8125rem;
}
@media (min-width: 992px) {
  .sec-vinhDanh .item-card {
    padding: 2.5rem 2.1875rem;
  }
}
@media (min-width: 1750px) {
  .sec-vinhDanh .item-card {
    border-radius: 2.5rem;
    padding: 2.5rem 3.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sec-vinhDanh .item-card:hover {
    border-radius: 2.5rem 5.625rem 2.5rem 5.625rem;
  }
}
.sec-vinhDanh .item-card__head {
  position: relative;
  padding-right: 3.125rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.375rem;
  border-bottom: 1px solid rgba(0, 15, 153, 0.1);
}
@media (min-width: 1260px) {
  .sec-vinhDanh .item-card__head {
    padding-right: 3.75rem;
  }
}
.sec-vinhDanh .item-card__content {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-vinhDanh .item-card__title {
  font-size: 1.25rem;
  line-height: 1.29;
  letter-spacing: -0.48px;
  color: #010C6F;
  margin: 0;
  margin-bottom: 0.3125rem;
}
@media (min-width: 992px) {
  .sec-vinhDanh .item-card__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-vinhDanh .item-card__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1750px) {
  .sec-vinhDanh .item-card__title {
    font-size: 1.5rem;
  }
}
.sec-vinhDanh .item-card__sub {
  font-family: var(--bs-secondary-font-family);
  font-size: 1rem;
  line-height: 1.21;
  letter-spacing: -0.38px;
  color: #00BDFF;
  margin: 0;
}
@media (min-width: 992px) {
  .sec-vinhDanh .item-card__sub {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1750px) {
  .sec-vinhDanh .item-card__sub {
    font-size: 1.1875rem;
  }
}
.sec-vinhDanh .item-card__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
}
@media (min-width: 1260px) {
  .sec-vinhDanh .item-card__icon {
    width: 3.125rem;
  }
}
.sec-vinhDanh .item-card__text {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1260px) {
  .sec-vinhDanh .item-card__text {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1750px) {
  .sec-vinhDanh .item-card__text {
    font-size: 1.0625rem;
  }
}
.sec-vinhDanh .item-card__img {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 55%;
}
.sec-vinhDanh .item-card__img:before {
  content: "";
  display: block;
  padding-top: 121%;
}
.sec-vinhDanh .item-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-vinhDanh .item-card__sharp {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sec-vinhDanh .item-card__sharp img {
  width: 100%;
}
.sec-vinhDanh .item-slide {
  position: relative;
}
.sec-vinhDanh .item-slide .swiper {
  position: static;
}
.sec-vinhDanh .item-slide .swiper-slide {
  height: auto;
}
.sec-vinhDanh .item-slide .slide-buttonCustom .slide-buttonCustom-next,
.sec-vinhDanh .item-slide .slide-buttonCustom .slide-buttonCustom-prev {
  background-color: transparent;
  padding: 0;
  top: 50%;
  color: #00BDFF;
  font-size: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-vinhDanh .item-slide .slide-buttonCustom .slide-buttonCustom-prev {
  left: -0.9375rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.sec-vinhDanh .item-slide .slide-buttonCustom .slide-buttonCustom-next {
  right: -0.9375rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (min-width: 1260px) {
  .sec-vinhDanh .item-slide .slide-buttonCustom .slide-buttonCustom-next,
  .sec-vinhDanh .item-slide .slide-buttonCustom .slide-buttonCustom-prev {
    font-size: 2.1875rem;
  }
  .sec-vinhDanh .item-slide .slide-buttonCustom .slide-buttonCustom-prev {
    left: -1.875rem;
  }
  .sec-vinhDanh .item-slide .slide-buttonCustom .slide-buttonCustom-next {
    right: -1.875rem;
  }
}
.sec-vinhDanh .item-slide .swiper-paginationCustom {
  margin-top: 2.1875rem;
}
.sec-vinhDanh .item-slide .swiper-paginationCustom .swiper-pagination-bullet {
  background-color: #00BDFF;
}
.sec-vinhDanh .item-slide .swiper-paginationCustom .swiper-pagination-bullet-active {
  opacity: 0.6;
}
.sec-vinhDanh .item-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.sec-vinhDanh .item-wave img {
  width: 100%;
}

.sec-homeSukien {
  padding-top: 3.5625rem;
}
@media (min-width: 768px) {
  .sec-homeSukien {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .sec-homeSukien {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeSukien {
    padding-top: 8.4375rem;
  }
}
.sec-homeSukien .titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-homeSukien .titlebox {
    border-bottom: 1px solid rgba(0, 15, 153, 0.1);
    padding-bottom: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeSukien .titlebox {
    padding-bottom: 1.5625rem;
    margin-bottom: 2.8125rem;
  }
}
.sec-homeSukien .titlebox__title {
  font-size: 1.4375rem;
}
@media (min-width: 768px) {
  .sec-homeSukien .titlebox__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-homeSukien .titlebox__title {
    font-size: 2.1875rem;
    letter-spacing: -0.059375rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeSukien .titlebox__title {
    font-size: 2.8125rem;
    letter-spacing: -0.084375rem;
  }
}
.sec-homeSukien .titlebox__btn .btn-link {
  font-size: 1.0625rem;
}
.sec-homeSukien .item-right {
  position: relative;
  margin-top: 1.875rem;
}
.sec-homeSukien .item-right .post-1 .post__img {
  border-radius: 0.8125rem;
}
.sec-homeSukien .item-right .post-2 .post__img {
  border-radius: 1.0625rem;
  border-top-left-radius: 3.75rem;
}
@media (min-width: 768px) {
  .sec-homeSukien .item-right {
    padding-left: 1.25rem;
    margin-top: 0;
  }
  .sec-homeSukien .item-right .post-1 {
    margin-bottom: 1.875rem;
  }
  .sec-homeSukien .item-right .post-1 .post__img {
    border-radius: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-homeSukien .item-right {
    padding-left: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeSukien .item-right {
    margin-top: 0;
    padding-left: 2.5rem;
  }
  .sec-homeSukien .item-right .post-1 {
    margin-bottom: 2.8125rem;
  }
  .sec-homeSukien .item-right .post-1 .post__img {
    border-radius: 2.8125rem;
  }
  .sec-homeSukien .item-right .post-2 .post__img {
    border-radius: 1.5625rem;
    border-top-left-radius: 7.5rem;
  }
}
.sec-homeSukien .item-right .sharp-1 {
  position: absolute;
  top: 7%;
  left: -3%;
  width: 5%;
}
.sec-homeSukien .item-right .sharp-1 span {
  -webkit-transform: translateY(-1400%);
          transform: translateY(-1400%);
}
.sec-homeSukien .item-right .sharp-1 span img {
  animation: rotate360 10s linear infinite reverse;
}
@media (min-width: 768px) {
  .sec-homeSukien .item-right .sharp-1 {
    left: 6%;
    width: 7%;
  }
  .sec-homeSukien .item-right .sharp-1 span {
    -webkit-transform: translateY(-600%);
            transform: translateY(-600%);
  }
}
@media (min-width: 992px) {
  .sec-homeSukien .item-right .sharp-1 {
    top: 9%;
    left: 7%;
  }
}
.sec-homeSukien .item-right .sharp-1 span {
  display: block;
}
.sec-homeSukien .item-right .sharp-1 img {
  width: 100%;
}
.sec-homeSukien .item-right .sharp-2 {
  position: absolute;
  z-index: 2;
  bottom: 24%;
  right: -14%;
  width: 35%;
}
.sec-homeSukien .item-right .sharp-2 span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sec-homeSukien .item-right .sharp-2 img {
  width: 100%;
  animation: effect1 10s ease infinite reverse;
}

.sec-homeTintuc {
  padding-top: 5rem;
}
@media (min-width: 992px) {
  .sec-homeTintuc {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTintuc {
    padding-top: 7.5rem;
  }
}
.sec-homeTintuc .titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-homeTintuc .titlebox {
    border-bottom: 1px solid rgba(0, 15, 153, 0.1);
    padding-bottom: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTintuc .titlebox {
    padding-bottom: 1.5625rem;
    margin-bottom: 2.8125rem;
  }
}
.sec-homeTintuc .titlebox__title {
  font-size: 1.4375rem;
}
@media (min-width: 768px) {
  .sec-homeTintuc .titlebox__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-homeTintuc .titlebox__title {
    font-size: 2.1875rem;
    letter-spacing: -0.059375rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeTintuc .titlebox__title {
    font-size: 2.8125rem;
    letter-spacing: -0.084375rem;
  }
}
.sec-homeTintuc .titlebox__btn .btn-link {
  font-size: 1.0625rem;
}
.sec-homeTintuc .item-content {
  position: relative;
}
.sec-homeTintuc .item-content .post__img:after {
  padding-top: 100%;
}
.sec-homeTintuc .item-content .post-1 .post__img {
  border-radius: 1.875rem;
  border-top-right-radius: 6.25rem;
}
.sec-homeTintuc .item-content .post-2 .post__img {
  border-radius: 50%;
}
.sec-homeTintuc .item-content .post-3 .post__img {
  border-radius: 2.5rem;
}
.sec-homeTintuc .item-content .post-4 .post__img {
  border-radius: 1.875rem;
  border-top-left-radius: 6.25rem;
}
@media (min-width: 768px) {
  .sec-homeTintuc .item-content .post-2 .post__img {
    border-radius: 50%;
  }
}
@media (min-width: 1260px) {
  .sec-homeTintuc .item-content .post-1 .post__img {
    border-radius: 2.5rem;
    border-top-right-radius: 12.5rem;
  }
  .sec-homeTintuc .item-content .post-2 .post__img {
    border-radius: 50%;
  }
  .sec-homeTintuc .item-content .post-3 .post__img {
    border-radius: 3.75rem;
  }
  .sec-homeTintuc .item-content .post-4 .post__img {
    border-radius: 2.5rem;
    border-top-left-radius: 12.5rem;
  }
}
@media (max-width: 767.98px) {
  .sec-homeTintuc .item-content {
    margin: 0 -1.4375rem;
    padding: 0 1.4375rem;
  }
  .sec-homeTintuc .item-content .swiper {
    overflow: visible;
  }
  .sec-homeTintuc .item-content .swiper-slide {
    width: 60vw;
  }
}
.sec-homeTintuc .item-content .sharp-1 {
  position: absolute;
  z-index: 2;
  bottom: 50%;
  left: -2%;
  width: 4%;
}
.sec-homeTintuc .item-content .sharp-1 span {
  display: block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}
.sec-homeTintuc .item-content .sharp-1 span img {
  width: 100%;
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
@media (min-width: 1260px) {
  .sec-homeTintuc .item-content .sharp-1 {
    bottom: 40%;
    width: 3%;
  }
}
.sec-homeTintuc .item-content .sharp-2 {
  position: absolute;
  right: -3%;
  top: 20%;
  z-index: 2;
  width: 6%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec-homeTintuc .item-content .sharp-2 span {
  display: block;
}
.sec-homeTintuc .item-content .sharp-2 span img {
  width: 100%;
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 1260px) {
  .sec-homeTintuc .item-content .sharp-2 {
    width: 5%;
  }
}

.sec-homeDky {
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-homeDky {
    padding-top: 5.625rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeDky {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
}
.sec-homeDky .item-wrap {
  position: relative;
  background-color: var(--bs-heading-color);
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 3.125rem 1.875rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .sec-homeDky .item-wrap {
    padding: 3.125rem 3.125rem;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeDky .item-wrap {
    padding: 4.0625rem 5rem;
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeDky .item-wrap {
    border-radius: 3.125rem;
    padding: 5.5rem 7.5rem;
  }
}
.sec-homeDky .item-wrap .sharp-1,
.sec-homeDky .item-wrap .sharp-2 {
  position: absolute;
}
.sec-homeDky .item-wrap .sharp-1 span,
.sec-homeDky .item-wrap .sharp-2 span {
  display: block;
}
.sec-homeDky .item-wrap .sharp-1 span img,
.sec-homeDky .item-wrap .sharp-2 span img {
  width: 100%;
}
.sec-homeDky .item-wrap .sharp-1 img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
@media (max-width: 767.98px) {
  .sec-homeDky .item-wrap .sharp-1 {
    top: 22%;
    left: 0%;
    width: 5%;
  }
}
@media (min-width: 768px) {
  .sec-homeDky .item-wrap .sharp-1 {
    bottom: 6%;
    left: 49%;
    width: 2%;
  }
}
.sec-homeDky .item-wrap .sharp-2 {
  top: 20%;
  right: 5%;
  width: 4%;
}
.sec-homeDky .item-wrap .sharp-2 img {
  -webkit-animation: effect1 7s ease-in-out infinite;
          animation: effect1 7s ease-in-out infinite;
}
@media (min-width: 992px) {
  .sec-homeDky .item-wrap .sharp-2 {
    top: 29%;
    right: 10%;
  }
}
@media (min-width: 1260px) {
  .sec-homeDky .item-wrap .sharp-2 {
    right: 14%;
  }
}
@media (min-width: 768px) {
  .sec-homeDky .item-inner {
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  .sec-homeDky .item-inner {
    max-width: 75%;
  }
}
@media (min-width: 1260px) {
  .sec-homeDky .item-inner {
    max-width: 62%;
  }
}
@media (min-width: 1750px) {
  .sec-homeDky .item-inner {
    max-width: 58%;
  }
}
.sec-homeDky .titlebox__title {
  font-size: 1.5625rem;
  line-height: 1.26;
  color: #FFF;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-homeDky .titlebox__title {
    font-size: 1.875rem;
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .sec-homeDky .titlebox__title {
    font-size: 2.1875rem;
    max-width: 80%;
    letter-spacing: -0.059375rem;
  }
}
@media (min-width: 1260px) {
  .sec-homeDky .titlebox__title {
    font-size: 2.5rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1750px) {
  .sec-homeDky .titlebox__title {
    font-size: 2.8125rem;
    letter-spacing: -0.084375rem;
    max-width: 78%;
  }
}
@media (min-width: 768px) {
  .sec-homeDky .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.4375rem;
  }
  .sec-homeDky .form-wrap .item-input,
  .sec-homeDky .form-wrap .item-btn {
    width: 100%;
    padding: 0 0.4375rem;
  }
  .sec-homeDky .form-wrap .item-input.c-50,
  .sec-homeDky .form-wrap .item-btn.c-50 {
    width: 50%;
  }
  .sec-homeDky .form-wrap textarea.form-control {
    min-height: 10.625rem;
  }
}
.sec-homeDky .form-wrap .item-btn {
  padding-top: 1.25rem;
}
.sec-homeDky .item-img {
  width: 90%;
}
@media (min-width: 768px) {
  .sec-homeDky .item-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
  }
}
@media (max-width: 767.98px) {
  .sec-homeDky .item-img {
    margin-left: auto;
    margin-right: -1.875rem;
    margin-top: 2.5rem;
  }
}
.sec-homeDky .item-img img {
  width: 100%;
}
.sec-homeDky .bg-sharp-1 {
  position: absolute;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
@media (max-width: 767.98px) {
  .sec-homeDky .bg-sharp-1 {
    right: 0;
    bottom: 44%;
    width: 10%;
  }
}
@media (min-width: 768px) {
  .sec-homeDky .bg-sharp-1 {
    top: 48%;
    left: 3%;
    width: 5.5%;
    width: 5%;
  }
}
.sec-homeDky .bg-sharp-1 span {
  display: block;
}
.sec-homeDky .bg-sharp-1 span img {
  width: 100%;
  -webkit-animation: effect2_1 15s linear infinite;
          animation: effect2_1 15s linear infinite;
}

.sec-aboutTitle {
  padding-top: 8.125rem;
  background-color: #000F99;
}
@media (min-width: 768px) {
  .sec-aboutTitle {
    padding-top: 10rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutTitle {
    padding-top: 15.625rem;
  }
}
.sec-aboutTitle .titlebox {
  text-align: center;
  margin-bottom: 1.625rem;
}
@media (min-width: 1260px) {
  .sec-aboutTitle .titlebox {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.sec-aboutTitle .titlebox__sub {
  color: rgba(255, 255, 255, 0.55);
}
.sec-aboutTitle .titlebox__title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.19;
}
@media (min-width: 768px) {
  .sec-aboutTitle .titlebox__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .sec-aboutTitle .titlebox__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutTitle .titlebox__title {
    font-size: 3.75rem;
    letter-spacing: -0.09375rem;
  }
}
@media (min-width: 1750px) {
  .sec-aboutTitle .titlebox__title {
    font-size: 4.0625rem;
    letter-spacing: -0.12375rem;
  }
}
.sec-aboutTitle .item-wrap {
  position: relative;
}
.sec-aboutTitle .item-wrap .text-1 {
  position: relative;
}
@media (max-width: 991.98px) {
  .sec-aboutTitle .item-wrap .text-1 {
    max-width: 90%;
    margin-bottom: 2.1875rem;
  }
}
.sec-aboutTitle .item-wrap .text-1 .fix {
  position: relative;
  border-radius: 1.625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-aboutTitle .item-wrap .text-1 .fix {
    border-radius: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-aboutTitle .item-wrap .text-1 .fix {
    border-radius: 1.875rem;
  }
}
.sec-aboutTitle .item-wrap .text-1 .fix:after {
  content: "";
  display: block;
  padding-top: 71%;
}
.sec-aboutTitle .item-wrap .text-1 .fix img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-aboutTitle .item-wrap .text-1 .f-sharp-1 {
  position: absolute;
  right: 0;
  top: 23%;
  width: 20%;
  -webkit-transform: translateX(69%);
          transform: translateX(69%);
}
.sec-aboutTitle .item-wrap .text-1 .f-sharp-2 {
  position: absolute;
  left: 0;
  bottom: 36%;
  width: 7%;
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
}
@media (min-width: 992px) {
  .sec-aboutTitle .item-wrap .text-1 {
    position: absolute;
    z-index: 2;
    left: 27%;
    bottom: 37%;
    width: 19%;
  }
}
.sec-aboutTitle .item-wrap .text-1.wow.done .f-sharp-1 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-aboutTitle .item-wrap .text-1.wow.done .f-sharp-2 img {
  animation: rotate360 10s linear infinite reverse;
}
.sec-aboutTitle .item-wrap .text-2 p,
.sec-aboutTitle .item-wrap .text-3 p {
  font-size: 0.8125rem;
  line-height: 1.46;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-aboutTitle .item-wrap .text-2 p,
  .sec-aboutTitle .item-wrap .text-3 p {
    font-size: 0.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutTitle .item-wrap .text-2 p,
  .sec-aboutTitle .item-wrap .text-3 p {
    font-size: 1.0625rem;
  }
}
.sec-aboutTitle .item-wrap .text-2 img,
.sec-aboutTitle .item-wrap .text-3 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 992px) {
  .sec-aboutTitle .item-wrap .text-2 {
    position: absolute;
    z-index: 2;
    width: 13%;
    left: 6%;
    bottom: 45%;
    text-align: center;
  }
  .sec-aboutTitle .item-wrap .text-2 img {
    width: 47%;
  }
  .sec-aboutTitle .item-wrap .text-2 p {
    margin-top: 0.625rem;
  }
}
@media (max-width: 991.98px) {
  .sec-aboutTitle .item-wrap .text-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 2.1875rem;
  }
  .sec-aboutTitle .item-wrap .text-2 img {
    width: 35%;
  }
  .sec-aboutTitle .item-wrap .text-2 p {
    padding-left: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-aboutTitle .item-wrap .text-2 {
    max-width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1749.98px) {
  .sec-aboutTitle .item-wrap .text-2 {
    width: 15%;
    left: 5%;
  }
}
.sec-aboutTitle .item-wrap .text-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-aboutTitle .item-wrap .text-3 p {
  padding-right: 1.25rem;
}
@media (min-width: 992px) {
  .sec-aboutTitle .item-wrap .text-3 {
    position: absolute;
    z-index: 2;
    right: 9%;
    width: 23%;
    bottom: 49%;
  }
  .sec-aboutTitle .item-wrap .text-3 img {
    width: 34%;
  }
  .sec-aboutTitle .item-wrap .text-3 p {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .sec-aboutTitle .item-wrap .text-3 {
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 3.125rem;
  }
  .sec-aboutTitle .item-wrap .text-3 img {
    width: 30%;
  }
  .sec-aboutTitle .item-wrap .text-3 p {
    padding-right: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-aboutTitle .item-wrap .text-3 {
    max-width: 85%;
  }
}
@media (min-width: 1750px) {
  .sec-aboutTitle .item-wrap .text-3 {
    width: 21%;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-aboutTitle .item-wrap .text-3 {
    width: 27%;
    right: 1%;
  }
}
@media (min-width: 1260px) and (max-width: 1749.98px) {
  .sec-aboutTitle .item-wrap .text-3 {
    width: 27%;
    right: 2%;
    bottom: 42%;
  }
}
.sec-aboutTitle .item-wrap .text-4 {
  position: relative;
}
@media (min-width: 992px) {
  .sec-aboutTitle .item-wrap .text-4 {
    position: absolute;
    z-index: 2;
    width: 13%;
    bottom: 26%;
    right: 33%;
  }
}
@media (max-width: 991.98px) {
  .sec-aboutTitle .item-wrap .text-4 {
    max-width: 30%;
    margin: 0 auto;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 767.98px) {
  .sec-aboutTitle .item-wrap .text-4 {
    max-width: 50%;
  }
}
.sec-aboutTitle .item-wrap .text-4 .fix {
  position: relative;
  border-radius: 1.875rem;
  border-top-left-radius: 4.375rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sec-aboutTitle .item-wrap .text-4 .fix {
    border-radius: 2.5rem;
    border-top-left-radius: 8.125rem;
  }
}
.sec-aboutTitle .item-wrap .text-4 .fix:after {
  content: "";
  display: block;
  padding-top: 70.3%;
}
.sec-aboutTitle .item-wrap .text-4 .fix img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-aboutTitle .item-wrap .text-4 span {
  position: absolute;
  right: 11%;
  top: 0;
  width: 31%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-aboutTitle .item-wrap .text-4 span img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
.sec-aboutTitle .item-wave {
  position: relative;
  z-index: 1;
  line-height: 1;
  font-size: 0;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.sec-aboutTitle .item-wave:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  height: 3px;
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-aboutTitle .item-wave {
    margin-top: 4%;
  }
}
.sec-aboutTitle .item-wave img {
  width: 100%;
}
.sec-aboutTitle .item-wave .f-wave-1 {
  position: relative;
  z-index: 1;
}
.sec-aboutTitle .item-wave .f-wave-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.sec-aboutTitle .item-wave.wow {
  visibility: visible;
}
.sec-aboutTitle .item-wave.wow .f-wave-1 img,
.sec-aboutTitle .item-wave.wow .f-wave-2 img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.sec-aboutTitle .item-wave.wow.effect .f-wave-1 img,
.sec-aboutTitle .item-wave.wow.effect .f-wave-2 img {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.sec-aboutTitle .item-wave.wow.effect .f-wave-2 img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sec-aboutTitle .item-wave.wow.effect .f-wave-1 img {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.sec-aboutTitle .bg-sharp-1 {
  position: absolute;
}
.sec-aboutTitle .bg-sharp-1 img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-aboutTitle .bg-sharp-1 {
    top: 32%;
    left: 20%;
    width: 2%;
  }
}
@media (max-width: 767.98px) {
  .sec-aboutTitle .bg-sharp-1 {
    bottom: 51%;
    right: 4%;
    width: 4%;
  }
}
.sec-aboutTitle .bg-sharp-1 span {
  display: block;
}
.sec-aboutTitle .bg-sharp-1 span img {
  width: 100%;
}
.sec-aboutTitle .bg-sharp-2 {
  position: absolute;
}
@media (min-width: 768px) {
  .sec-aboutTitle .bg-sharp-2 {
    right: 16%;
    top: 38%;
    width: 7%;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-aboutTitle .bg-sharp-2 {
    right: 8%;
    top: 32%;
  }
}
@media (max-width: 767.98px) {
  .sec-aboutTitle .bg-sharp-2 {
    left: 0;
    bottom: 40%;
    width: 12%;
  }
}
.sec-aboutTitle .bg-sharp-2 span {
  display: block;
}
.sec-aboutTitle .bg-sharp-2 span img {
  width: 100%;
}
.sec-aboutTitle .bg-sharp-2 .wow.done img {
  -webkit-animation: effect2 10s linear infinite;
          animation: effect2 10s linear infinite;
}

.sec-aboutTNhin {
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .sec-aboutTNhin {
    padding-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .sec-aboutTNhin {
    padding-top: 5.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutTNhin {
    padding-top: 7.5rem;
  }
}
.sec-aboutTNhin .titlebox__title {
  font-size: 1.25rem;
  letter-spacing: -0.0375rem;
  margin-bottom: 1.0625rem;
}
@media (min-width: 768px) {
  .sec-aboutTNhin .titlebox__title {
    font-size: 1.5625rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sec-aboutTNhin .titlebox__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutTNhin .titlebox__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1750px) {
  .sec-aboutTNhin .titlebox__title {
    font-size: 2.25rem;
    letter-spacing: -0.0675rem;
  }
}
.sec-aboutTNhin .titlebox__foot {
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .sec-aboutTNhin .titlebox__foot {
    margin-top: 2.8125rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutTNhin .titlebox__foot {
    margin-top: 3.75rem;
  }
}
.sec-aboutTNhin .titlebox__foot .f-counter {
  margin-bottom: 1.875rem;
}
.sec-aboutTNhin .titlebox__foot .f-counter h4 {
  font-family: var(--bs-heading-font-family);
  font-size: 2.8125rem;
  line-height: 1;
  letter-spacing: -0.059375rem;
  color: #00BDFF;
}
.sec-aboutTNhin .titlebox__foot .f-counter p {
  font-size: 0.75rem;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-aboutTNhin .titlebox__foot .f-counter h4 {
    font-size: 3.125rem;
  }
  .sec-aboutTNhin .titlebox__foot .f-counter p {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .sec-aboutTNhin .titlebox__foot .f-counter h4 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutTNhin .titlebox__foot .f-counter {
    margin-bottom: 2.5rem;
  }
  .sec-aboutTNhin .titlebox__foot .f-counter h4 {
    font-size: 4.625rem;
    letter-spacing: -0.13875rem;
  }
  .sec-aboutTNhin .titlebox__foot .f-counter p {
    font-size: 1.0625rem;
  }
}
.sec-aboutTNhin .item-img .item-img__group {
  position: relative;
}
@media (max-width: 767.98px) {
  .sec-aboutTNhin .item-img {
    max-width: 97%;
    -webkit-transform: rotate(3deg) translateX(0);
            transform: rotate(3deg) translateX(0);
    margin-top: 1.875rem;
  }
}
.sec-aboutTNhin .item-img .fix {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 1.875rem;
}
@media (min-width: 1260px) {
  .sec-aboutTNhin .item-img .fix {
    border-radius: 3.125rem;
  }
}
.sec-aboutTNhin .item-img .fix:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-aboutTNhin .item-img .fix img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-aboutTNhin .item-img .f-sharp-1 img,
.sec-aboutTNhin .item-img .f-sharp-2 img,
.sec-aboutTNhin .item-img .f-sharp-3 img,
.sec-aboutTNhin .item-img .f-sharp-4 img {
  width: 100%;
}
.sec-aboutTNhin .item-img .f-sharp-1 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 16%;
  width: 25%;
  -webkit-transform: rotate(-10deg) translateX(-88%);
          transform: rotate(-10deg) translateX(-88%);
}
@media (max-width: 767.98px) {
  .sec-aboutTNhin .item-img .f-sharp-1 {
    z-index: 2;
    width: 17%;
    width: 14%;
    bottom: 22%;
    -webkit-transform: rotate(-10deg) translateX(-40%);
            transform: rotate(-10deg) translateX(-40%);
  }
}
.sec-aboutTNhin .item-img .f-sharp-2 {
  position: absolute;
  z-index: 2;
  top: 29%;
  left: 5%;
  width: 12%;
  -webkit-transform: rotate(40deg) translateX(-97%);
          transform: rotate(40deg) translateX(-97%);
}
@media (min-width: 768px) {
  .sec-aboutTNhin .item-img .f-sharp-2 {
    width: 18%;
    left: 0;
  }
}
.sec-aboutTNhin .item-img .f-sharp-3 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 29%;
  -webkit-transform: translate(46%, -38%);
          transform: translate(46%, -38%);
}
@media (max-width: 767.98px) {
  .sec-aboutTNhin .item-img .f-sharp-3 {
    top: 29%;
    right: 0;
    width: 30%;
  }
}
.sec-aboutTNhin .item-img .f-sharp-4 {
  position: absolute;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (min-width: 768px) {
  .sec-aboutTNhin .item-img .f-sharp-4 {
    right: -6%;
    top: 40%;
    width: 8%;
  }
}
@media (max-width: 767.98px) {
  .sec-aboutTNhin .item-img .f-sharp-4 {
    right: 4%;
    bottom: 22%;
    width: 6%;
    z-index: 2;
  }
}
.sec-aboutTNhin .item-img.wow .f-sharp-1,
.sec-aboutTNhin .item-img.wow .f-sharp-2,
.sec-aboutTNhin .item-img.wow .f-sharp-3,
.sec-aboutTNhin .item-img.wow .f-sharp-4 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec-aboutTNhin .item-img.wow.done .f-sharp-1,
.sec-aboutTNhin .item-img.wow.done .f-sharp-2,
.sec-aboutTNhin .item-img.wow.done .f-sharp-3,
.sec-aboutTNhin .item-img.wow.done .f-sharp-4 {
  opacity: 1;
  visibility: visible;
}
.sec-aboutTNhin .item-img.wow.done .item-img__group {
  -webkit-transform: rotate(5deg) translateX(10%);
          transform: rotate(5deg) translateX(10%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.sec-aboutTNhin .item-img.wow.done .f-sharp-1 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-aboutTNhin .item-img.wow.done .f-sharp-2 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-aboutTNhin .item-img.wow.done .f-sharp-3 img {
  animation: effect1 10s linear infinite reverse;
}
.sec-aboutTNhin .item-img.wow.done .f-sharp-4 img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}

.sec-aboutSMenh {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .sec-aboutSMenh {
    padding-top: 8.125rem;
  }
}
@media (min-width: 992px) {
  .sec-aboutSMenh {
    padding-top: 10.625rem;
  }
}
@media (min-width: 1750px) {
  .sec-aboutSMenh {
    padding-top: 13.125rem;
  }
}
.sec-aboutSMenh .titlebox__sub {
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .sec-aboutSMenh .titlebox__sub {
    text-align: center;
    margin-bottom: 1.8125rem;
  }
}
.sec-aboutSMenh .item {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.sec-aboutSMenh .item__title {
  font-size: 1.25rem;
  line-height: 1.29;
  letter-spacing: -0.0375rem;
  max-width: 90%;
  margin-bottom: 1.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .sec-aboutSMenh .item__title {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sec-aboutSMenh .item__title {
    font-size: 1.5625rem;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutSMenh .item__title {
    font-size: 1.9375rem;
    letter-spacing: -0.0625rem;
  }
}
@media (min-width: 1750px) {
  .sec-aboutSMenh .item__title {
    font-size: 2.5625rem;
    letter-spacing: -0.076875rem;
  }
}
.sec-aboutSMenh .item-img {
  position: relative;
}
.sec-aboutSMenh .item-img .fix {
  position: relative;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (min-width: 1260px) {
  .sec-aboutSMenh .item-img .fix {
    border-radius: 3.125rem;
  }
}
.sec-aboutSMenh .item-img .fix:after {
  content: "";
  display: block;
  padding-top: 60.3%;
}
.sec-aboutSMenh .item-img .fix .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-aboutSMenh .item-img .fix .lazyloading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-aboutSMenh .item-img .f-sharp-1,
.sec-aboutSMenh .item-img .f-sharp-2 {
  position: absolute;
}
.sec-aboutSMenh .item-img .f-sharp-1 {
  z-index: -1;
  bottom: 20%;
  left: 0;
  width: 31%;
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
}
.sec-aboutSMenh .item-img .f-sharp-1 span {
  display: block;
}
.sec-aboutSMenh .item-img .f-sharp-1 span img {
  width: 100%;
  animation: effect1 15s linear infinite reverse;
}
.sec-aboutSMenh .item-img .f-sharp-2 {
  bottom: 31%;
  right: 0;
  width: 17%;
  -webkit-transform: translateX(41%);
          transform: translateX(41%);
}
.sec-aboutSMenh .item-img .f-sharp-2 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 1260px) {
  .sec-aboutSMenh .swiper-one {
    overflow: hidden;
  }
}
.sec-aboutSMenh .swiper-one .swiper {
  width: 40%;
  overflow: visible;
}
@media (min-width: 1260px) {
  .sec-aboutSMenh .swiper-one .swiper {
    width: 33.333333%;
  }
}
.sec-aboutSMenh .swiper-1 {
  margin-bottom: 1.875rem;
}
@media (min-width: 1260px) {
  .sec-aboutSMenh .swiper-1 {
    margin-bottom: 4.375rem;
  }
}
.sec-aboutSMenh .swiper-1 .swiper-slide {
  height: auto;
}
.sec-aboutSMenh .swiper-1 .swiper-slide:not(.swiper-slide-active) .item__title {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  opacity: 0.3;
}
.sec-aboutSMenh .swiper-two .swiper-slide {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .sec-aboutSMenh .swiper-two {
    margin-left: -1.4375rem;
    margin-right: -1.4375rem;
  }
  .sec-aboutSMenh .swiper-two .swiper-slide {
    padding: 0 1.4375rem;
    overflow: hidden;
  }
}
.sec-aboutSMenh .slide-buttonCustom .slide-buttonCustom-prev,
.sec-aboutSMenh .slide-buttonCustom .slide-buttonCustom-next {
  font-size: 1.125rem;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.3125rem 0.625rem;
}
@media (min-width: 1260px) {
  .sec-aboutSMenh .slide-buttonCustom .slide-buttonCustom-prev,
  .sec-aboutSMenh .slide-buttonCustom .slide-buttonCustom-next {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.625rem 0.9375rem;
  }
}
.sec-aboutSMenh .swiper-paginationCustom {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1.4375rem;
}

.sec-aboutHTruong {
  overflow: hidden;
}
.sec-aboutHTruong .item-head {
  position: relative;
}
.sec-aboutHTruong .item-head:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 150vh;
  background-color: #FFC619;
  -webkit-transform: translateY(99%);
          transform: translateY(99%);
}
.sec-aboutHTruong .item-head .fix img {
  width: 100%;
}
.sec-aboutHTruong .item-head .sharp-1,
.sec-aboutHTruong .item-head .sharp-2 {
  position: absolute;
}
.sec-aboutHTruong .item-head .sharp-1 span,
.sec-aboutHTruong .item-head .sharp-2 span {
  display: block;
}
.sec-aboutHTruong .item-head .sharp-1 {
  z-index: -1;
  width: 7%;
  left: 20%;
  bottom: 44%;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
@media (max-width: 767.98px) {
  .sec-aboutHTruong .item-head .sharp-1 {
    width: 10%;
  }
}
.sec-aboutHTruong .item-head .sharp-2 {
  z-index: 2;
  right: 4%;
  top: 0;
  width: 11%;
}
@media (max-width: 767.98px) {
  .sec-aboutHTruong .item-head .sharp-2 {
    width: 18%;
  }
}
.sec-aboutHTruong .item-head.wow {
  visibility: visible;
}
.sec-aboutHTruong .item-head.wow .sharp-1 span,
.sec-aboutHTruong .item-head.wow .sharp-2 span {
  opacity: 0;
}
.sec-aboutHTruong .item-head.wow.effect .sharp-1 span,
.sec-aboutHTruong .item-head.wow.effect .sharp-2 span {
  -webkit-animation: fadeInUp 0.7s ease forwards;
          animation: fadeInUp 0.7s ease forwards;
}
.sec-aboutHTruong .item-head.wow.effect .sharp-1 span {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sec-aboutHTruong .item-head.wow.effect .sharp-2 span {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sec-aboutHTruong .item-head.wow.done .sharp-1 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-aboutHTruong .item-head.wow.done .sharp-2 img {
  -webkit-animation: effect1_1 10s linear infinite;
          animation: effect1_1 10s linear infinite;
}
.sec-aboutHTruong .item-content {
  position: relative;
  z-index: 2;
  padding-bottom: 3.75rem;
}
@media (min-width: 1260px) {
  .sec-aboutHTruong .item-content {
    padding-bottom: 7.0625rem;
  }
}
.sec-aboutHTruong .item-content .sharp-3 {
  position: absolute;
  z-index: -1;
}
.sec-aboutHTruong .item-content .sharp-3 span {
  display: block;
}
.sec-aboutHTruong .item-content .sharp-3 span img {
  width: 100%;
  -webkit-animation: effect1_1 15s linear infinite;
          animation: effect1_1 15s linear infinite;
}
@media (min-width: 1260px) {
  .sec-aboutHTruong .item-content .sharp-3 {
    bottom: 7%;
    right: 0;
    width: 11%;
  }
}
@media (max-width: 1259.98px) {
  .sec-aboutHTruong .item-content .sharp-3 {
    top: 1%;
    right: 0;
    width: 9%;
  }
  .sec-aboutHTruong .item-content .sharp-3 span {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .sec-aboutHTruong .item-content .sharp-3 {
    top: -7%;
    width: 19%;
  }
  .sec-aboutHTruong .item-content .sharp-3 span {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@media (min-width: 768px) {
  .sec-aboutHTruong .item-inner {
    margin-top: -7%;
  }
}
@media (min-width: 1260px) {
  .sec-aboutHTruong .item-inner {
    margin-top: -15%;
  }
}
.sec-aboutHTruong .item-inner .item-img .fix {
  position: relative;
  border-radius: 1.5625rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media (min-width: 1260px) {
  .sec-aboutHTruong .item-inner .item-img .fix {
    border-radius: 3.125rem;
    margin-bottom: 2.375rem;
  }
}
.sec-aboutHTruong .item-inner .item-img .fix:after {
  content: "";
  display: block;
  padding-top: 71%;
}
.sec-aboutHTruong .item-inner .item-img .fix .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-aboutHTruong .item-inner .item-img .fix .lazyloading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-aboutHTruong .item-inner .item-img .f-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
}
@media (min-width: 768px) {
  .sec-aboutHTruong .item-inner .item-img .f-img {
    width: 65%;
  }
}
.sec-aboutHTruong .item-inner .item-img .f-img span {
  width: 18%;
}
.sec-aboutHTruong .item-inner .item-img .f-img span img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1260px) {
  .sec-aboutHTruong .item-inner .item-img .f-img span:hover img {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
.sec-aboutHTruong .item-testimonial {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-aboutHTruong .item-testimonial {
    padding: 0 1.875rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sec-aboutHTruong .item-testimonial {
    max-width: 91%;
    padding: 0 2.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .sec-aboutHTruong .item-testimonial {
    padding: 0 4.375rem;
  }
}
.sec-aboutHTruong .item-testimonial .swiper {
  position: static;
}
.sec-aboutHTruong .item-testimonial .slide-buttonCustom .slide-buttonCustom-prev,
.sec-aboutHTruong .item-testimonial .slide-buttonCustom .slide-buttonCustom-next {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  top: 50%;
}
.sec-aboutHTruong .item-testimonial .swiper-paginationCustom {
  margin-top: 2.5rem;
}
@media (min-width: 1260px) {
  .sec-aboutHTruong .item-testimonial .swiper-paginationCustom {
    margin-top: 4.375rem;
  }
}
.sec-aboutHTruong .item-testimonial .swiper-paginationCustom .swiper-pagination-bullet {
  background-color: #fff;
}
.sec-aboutHTruong .item-testimonial .titlebox {
  margin-bottom: 0;
}
.sec-aboutHTruong .item-testimonial .titlebox__head {
  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;
  position: relative;
}
@media (max-width: 767.98px) {
  .sec-aboutHTruong .item-testimonial .titlebox__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-aboutHTruong .item-testimonial .titlebox__head svg {
  width: 23%;
}
.sec-aboutHTruong .item-testimonial .titlebox__sub {
  margin: 0;
  position: absolute;
  z-index: 2;
  color: #fff;
  opacity: 0.9;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-aboutHTruong .item-testimonial .titlebox__sub {
    font-size: 0.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutHTruong .item-testimonial .titlebox__sub {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1750px) {
  .sec-aboutHTruong .item-testimonial .titlebox__sub {
    font-size: 1.25rem;
  }
}
.sec-aboutHTruong .item-testimonial .titlebox__title {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.0375rem;
  color: #FFF;
}
@media (min-width: 768px) {
  .sec-aboutHTruong .item-testimonial .titlebox__title {
    margin-top: -5%;
  }
}
@media (min-width: 992px) {
  .sec-aboutHTruong .item-testimonial .titlebox__title {
    font-size: 1.5625rem;
    letter-spacing: -0.05625rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutHTruong .item-testimonial .titlebox__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-aboutHTruong .item-testimonial .titlebox__title {
    font-size: 2.4375rem;
    letter-spacing: -0.073125rem;
  }
}

.sec-history {
  margin-top: -1px;
}
.sec-history .item-head {
  background-color: #FFC619;
  overflow: hidden;
}
.sec-history .item-head .fix {
  width: 200%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.sec-history .item-head .fix img {
  width: 100%;
}
.sec-history .titlebox__sub {
  color: #fff;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-history .titlebox__sub {
    text-align: center;
    margin-bottom: 3.125rem;
  }
}
.sec-history .item-wrap {
  position: relative;
  background-color: #E772D7;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .sec-history .item-wrap {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-wrap {
    padding-bottom: 6.25rem;
  }
}
.sec-history .item-thumb {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .sec-history .item-thumb {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-thumb {
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-history .item-thumb {
    margin-left: -1.4375rem;
    margin-right: -1.4375rem;
  }
}
.sec-history .item-thumb:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0.3125rem;
  right: 0;
  height: 1px;
  border-top: 1px dotted #fff;
}
.sec-history .item-thumb .swiper {
  max-width: 92%;
  overflow: visible;
}
.sec-history .item-thumb .swiper-slide {
  width: 40vw;
}
@media (min-width: 768px) {
  .sec-history .item-thumb .swiper-slide {
    width: 23vw;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-thumb .swiper-slide {
    width: 17vw;
  }
}
.sec-history .item-thumb .swiper-slide:last-child {
  width: 85vw;
}
@media (min-width: 768px) {
  .sec-history .item-thumb .swiper-slide:last-child {
    width: 80vw;
  }
}
.sec-history .item-thumb .swiper-slide.active .item-year {
  opacity: 1;
}
.sec-history .item-thumb .item-year {
  display: inline-block;
  text-align: center;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sec-history .item-thumb .item-year .f-title {
  font-size: 1.25rem;
  color: #FFF;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0.75rem;
}
@media (min-width: 1260px) {
  .sec-history .item-thumb .item-year .f-title {
    font-size: 1.375rem;
  }
}
.sec-history .item-thumb .item-year .f-dot {
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}
.sec-history .item-box .f-img {
  position: relative;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-history .item-box .f-img {
    margin-bottom: 0;
  }
}
.sec-history .item-box .f-img .f-img__inner {
  position: relative;
  overflow: hidden;
}
.sec-history .item-box .f-img .f-img__inner:after {
  content: "";
  display: block;
  padding-top: 72.6%;
}
.sec-history .item-box .f-img .f-img__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-history .item-box .f-img .f-img-sharp-1 {
  position: absolute;
}
.sec-history .item-box .f-img .f-img-sharp-1 img {
  width: 100%;
}
.sec-history .item-box .f-img.style-1 .f-img__inner {
  position: relative;
  z-index: 2;
  border-radius: 6.25rem 0.9375rem 7.5rem 0.9375rem;
}
@media (min-width: 768px) {
  .sec-history .item-box .f-img.style-1 .f-img__inner {
    border-radius: 8.75rem 1.25rem 9.375rem 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-box .f-img.style-1 .f-img__inner {
    border-radius: 11.875rem 1.375rem 12.5rem 1.375rem;
  }
}
@media (min-width: 1750px) {
  .sec-history .item-box .f-img.style-1 .f-img__inner {
    border-radius: 14.3125rem 1.6875rem 17.75rem 1.6875rem;
  }
}
.sec-history .item-box .f-img.style-1 .f-img-sharp-1 {
  z-index: 1;
  bottom: 11%;
  right: 0%;
  width: 12%;
}
.sec-history .item-box .f-img.style-1 .f-img-sharp-1 img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
.sec-history .item-box .f-img.style-2 {
  padding-left: 5%;
}
.sec-history .item-box .f-img.style-2 .f-img__inner {
  position: relative;
  z-index: 2;
  border-radius: 1.25rem 8.125rem 1.25rem 1.25rem;
}
@media (min-width: 768px) {
  .sec-history .item-box .f-img.style-2 .f-img__inner {
    border-radius: 1.5625rem 10rem 1.5625rem 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-box .f-img.style-2 .f-img__inner {
    border-radius: 1.875rem 12.5rem 1.875rem 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-history .item-box .f-img.style-2 .f-img__inner {
    border-radius: 2.5rem 18.375rem 2.5rem 2.5rem;
  }
}
.sec-history .item-box .f-img.style-2 .f-img-sharp-1 {
  z-index: 3;
  top: 28%;
  left: 1%;
  width: 9%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.sec-history .item-box .f-img.style-2 .f-img-sharp-1 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-history .item-box .f-img.style-3 .f-img__inner {
  position: relative;
  z-index: 2;
  border-radius: 1.25rem 1.25rem 8.125rem 1.25rem;
}
@media (min-width: 768px) {
  .sec-history .item-box .f-img.style-3 .f-img__inner {
    border-radius: 1.5625rem 1.5625rem 10rem 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-box .f-img.style-3 .f-img__inner {
    border-radius: 1.875rem 1.875rem 12.5rem 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-history .item-box .f-img.style-3 .f-img__inner {
    border-radius: 2.5rem 2.5rem 18.375rem 2.5rem;
  }
}
.sec-history .item-box .f-img.style-3 .f-img-sharp-1 {
  z-index: 3;
  bottom: 19%;
  right: 0%;
  width: 10%;
  -webkit-transform: rotate(348deg);
          transform: rotate(348deg);
}
.sec-history .item-box .f-img.style-3 .f-img-sharp-1 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-history .item-box .f-img.style-4 {
  padding-left: 5%;
}
.sec-history .item-box .f-img.style-4 .f-img__inner {
  position: relative;
  z-index: 2;
  border-radius: 8.125rem 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 768px) {
  .sec-history .item-box .f-img.style-4 .f-img__inner {
    border-radius: 10rem 1.5625rem 1.5625rem 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-box .f-img.style-4 .f-img__inner {
    border-radius: 12.5rem 1.875rem 1.875rem 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-history .item-box .f-img.style-4 .f-img__inner {
    border-radius: 18.375rem 2.5rem 2.5rem 2.5rem;
  }
}
.sec-history .item-box .f-img.style-4 .f-img-sharp-1 {
  z-index: 3;
  bottom: 20%;
  left: 0;
  width: 13%;
  -webkit-transform: rotate(340deg);
          transform: rotate(340deg);
}
.sec-history .item-box .f-img.style-4 .f-img-sharp-1 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-history .item-box .f-img.style-5 {
  padding-right: 6%;
}
.sec-history .item-box .f-img.style-5 .f-img__inner {
  position: relative;
  z-index: 2;
  border-radius: 1.25rem 8.125rem 1.25rem 1.25rem;
}
@media (min-width: 768px) {
  .sec-history .item-box .f-img.style-5 .f-img__inner {
    border-radius: 8.75rem 1.25rem 9.375rem 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-box .f-img.style-5 .f-img__inner {
    border-radius: 11.875rem 1.375rem 12.5rem 1.375rem;
  }
}
@media (min-width: 1750px) {
  .sec-history .item-box .f-img.style-5 .f-img__inner {
    border-radius: 14.3125rem 1.6875rem 17.75rem 1.6875rem;
  }
}
.sec-history .item-box .f-img.style-5 .f-img-sharp-1 {
  z-index: 3;
  bottom: 20%;
  right: 0;
  width: 12%;
}
.sec-history .item-box .f-img.style-5 .f-img-sharp-1 img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
.sec-history .item-box .f-year {
  color: #FFF;
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .sec-history .item-box .f-year {
    font-size: 2.9375rem;
    letter-spacing: -0.088125rem;
    margin-bottom: 0.625rem;
  }
}
.sec-history .item-box .f-title {
  font-size: 1.125rem;
  color: #FFF;
  letter-spacing: -0.03375rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .sec-history .item-box .f-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1750px) {
  .sec-history .item-box .f-title {
    font-size: 1.75rem;
    letter-spacing: -0.0525rem;
  }
}
.sec-history .item-box .f-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1260px) {
  .sec-history .item-box .f-text {
    max-width: 90%;
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-history .item-box .f-body {
    padding-left: 1.25rem;
  }
  .sec-history .item-box .f-year {
    font-size: 2.1875rem;
    margin-bottom: 0.625rem;
  }
  .sec-history .item-box .f-title {
    font-size: 0.9375rem;
  }
  .sec-history .item-box .f-text {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-history .item-box .f-body {
    padding-left: 1.25rem;
  }
  .sec-history .item-box .f-year {
    font-size: 2.1875rem;
    margin-bottom: 0.625rem;
  }
  .sec-history .item-box .f-title {
    font-size: 0.9375rem;
  }
  .sec-history .item-box .f-text {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .sec-history .item-box .f-title,
  .sec-history .item-box .f-text {
    max-width: 85%;
  }
}
.sec-history .bg-sharp {
  position: absolute;
  right: 0;
  top: 43%;
  width: 11%;
  -webkit-transform: translateX(13%);
          transform: translateX(13%);
}
.sec-history .bg-sharp span {
  display: block;
}
.sec-history .bg-sharp span img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-history .bg-sharp {
    width: 6%;
    top: 40%;
  }
}
.sec-history .item-foot {
  background-color: #E772D7;
  position: relative;
  z-index: 2;
}
.sec-history .item-foot .f-sharp-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sec-history .item-foot .f-sharp-right {
    width: 8%;
    -webkit-transform: translateY(-28%);
            transform: translateY(-28%);
  }
}
.sec-history .item-foot .f-sharp-right span {
  display: block;
}
.sec-history .item-foot .f-sharp-right span img {
  width: 100%;
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-history .item-foot__content {
  background-color: #EC5BD8;
  padding-top: 1.875rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 1260px) {
  .sec-history .item-foot__content {
    padding-bottom: 8.75rem;
  }
}
.sec-history .item-foot__content .f-title {
  font-size: 1.4375rem;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-history .item-foot__content .f-title {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-history .item-foot__content .f-title {
    font-size: 2.1875rem;
    letter-spacing: -0.059375rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-foot__content .f-title {
    font-size: 2.8125rem;
    letter-spacing: -0.084375rem;
  }
}
.sec-history .item-foot__slide {
  position: relative;
  padding-top: 0.9375rem;
}
@media (min-width: 768px) {
  .sec-history .item-foot__slide {
    padding-top: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-foot__slide {
    padding-top: 2.5rem;
  }
}
.sec-history .item-foot__slide .fix-wrap {
  margin-right: -1.4375rem;
  padding-right: 1.4375rem;
}
@media (min-width: 768px) {
  .sec-history .item-foot__slide .fix-wrap {
    margin-right: -4vw;
    padding-right: 4vw;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-foot__slide .fix-wrap {
    margin-right: -8vw;
    padding-right: 8vw;
  }
}
.sec-history .item-foot__slide .f-img {
  position: relative;
  overflow: hidden;
}
.sec-history .item-foot__slide .f-img:after {
  content: "";
  display: block;
  padding-top: 76%;
}
.sec-history .item-foot__slide .f-img .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-history .item-foot__slide .f-img .lazyloading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-history .item-foot__slide .swiper {
  overflow: visible;
  position: static;
}
.sec-history .item-foot__slide .swiper-slide {
  width: 70vw;
}
@media (min-width: 768px) {
  .sec-history .item-foot__slide .swiper-slide {
    width: 40vw;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-foot__slide .swiper-slide {
    width: 34vw;
  }
}
.sec-history .item-foot__slide .swiper-slide:nth-child(3n+1) .f-img {
  border-radius: 0.9375rem;
}
@media (min-width: 768px) {
  .sec-history .item-foot__slide .swiper-slide:nth-child(3n+1) .f-img {
    border-radius: 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-foot__slide .swiper-slide:nth-child(3n+1) .f-img {
    border-radius: 2rem;
  }
}
.sec-history .item-foot__slide .swiper-slide:nth-child(3n+2) .f-img {
  border-radius: 0.9375rem;
  border-top-left-radius: 4.375rem;
}
@media (min-width: 768px) {
  .sec-history .item-foot__slide .swiper-slide:nth-child(3n+2) .f-img {
    border-radius: 1.5625rem;
    border-top-left-radius: 6.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-foot__slide .swiper-slide:nth-child(3n+2) .f-img {
    border-radius: 2rem;
    border-top-left-radius: 8.75rem;
  }
}
.sec-history .item-foot__slide .swiper-slide:nth-child(3n+3) .f-img {
  border-radius: 5rem;
}
@media (min-width: 768px) {
  .sec-history .item-foot__slide .swiper-slide:nth-child(3n+3) .f-img {
    border-radius: 6.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-foot__slide .swiper-slide:nth-child(3n+3) .f-img {
    border-radius: 8.75rem;
  }
}
.sec-history .item-foot__slide .slide-buttonCustom {
  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;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sec-history .item-foot__slide .slide-buttonCustom .slide-buttonCustom-prev,
.sec-history .item-foot__slide .slide-buttonCustom .slide-buttonCustom-next {
  padding: 0;
  margin: 0;
  position: static;
  background-color: transparent;
}
@media (min-width: 768px) {
  .sec-history .item-foot__slide .slide-buttonCustom .slide-buttonCustom-prev,
  .sec-history .item-foot__slide .slide-buttonCustom .slide-buttonCustom-next {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .sec-history .item-foot__slide .slide-buttonCustom .slide-buttonCustom-prev,
  .sec-history .item-foot__slide .slide-buttonCustom .slide-buttonCustom-next {
    font-size: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-foot__slide .slide-buttonCustom .slide-buttonCustom-prev,
  .sec-history .item-foot__slide .slide-buttonCustom .slide-buttonCustom-next {
    font-size: 2.5rem;
  }
}
.sec-history .item-foot__slide .slide-buttonCustom .slide-buttonCustom-next {
  margin-left: 0.625rem;
}
@media (min-width: 768px) {
  .sec-history .item-foot__slide .slide-buttonCustom .slide-buttonCustom-next {
    margin-left: 0.9375rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-foot__slide .slide-buttonCustom .slide-buttonCustom-next {
    margin-left: 1.375rem;
  }
}
.sec-history .item-box .slide-buttonCustom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
}
.sec-history .item-box .slide-buttonCustom .slide-buttonCustom-prev,
.sec-history .item-box .slide-buttonCustom .slide-buttonCustom-next {
  position: static;
  font-size: 1.125rem;
  padding: 0.625rem 0.75rem;
}
.sec-history .item-box .slide-buttonCustom .slide-buttonCustom-next {
  margin-left: 0.3125rem;
}
@media (max-width: 767.98px) {
  .sec-history .item-box .slide-buttonCustom {
    display: none;
  }
}
@media (min-width: 992px) {
  .sec-history .item-box .slide-buttonCustom {
    top: -1.25rem;
  }
  .sec-history .item-box .slide-buttonCustom .slide-buttonCustom-prev,
  .sec-history .item-box .slide-buttonCustom .slide-buttonCustom-next {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-history .item-box .slide-buttonCustom {
    top: -3.125rem;
  }
  .sec-history .item-box .slide-buttonCustom .slide-buttonCustom-next {
    margin-left: 0.625rem;
  }
}
.sec-history .item-box .swiper-slide:first-child .slide-buttonCustom-prev {
  opacity: 0.5;
  pointer-events: none;
}
.sec-history .item-box .swiper-slide:last-child .slide-buttonCustom-next {
  opacity: 0.5;
  pointer-events: none;
}

.sec-teamBox {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .sec-teamBox {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .sec-teamBox {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1260px) {
  .sec-teamBox {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
}
.sec-teamBox .titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-teamBox .titlebox {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-teamBox .titlebox {
    margin-bottom: 2.5rem;
  }
}
.sec-teamBox .titlebox__title {
  font-size: 1.4375rem;
}
@media (min-width: 768px) {
  .sec-teamBox .titlebox__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-teamBox .titlebox__title {
    font-size: 2.1875rem;
    letter-spacing: -0.059375rem;
  }
}
@media (min-width: 1260px) {
  .sec-teamBox .titlebox__title {
    font-size: 2.625rem;
    letter-spacing: -0.07875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-teamBox .teambox__info {
    font-size: 0.75rem;
  }
  .sec-teamBox .teambox__info strong {
    font-size: 0.8125rem;
  }
}
.sec-teamBox .tabbox {
  position: relative;
}
.sec-teamBox .titlebox__btn {
  margin-top: 1.875rem;
}
@media (min-width: 1260px) {
  .sec-teamBox .titlebox__btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    line-height: 1;
    padding: 0.75rem 0;
  }
}
@media (min-width: 1750px) {
  .sec-teamBox .titlebox__btn {
    padding: 0.5rem 0;
  }
}
.sec-teamBox .swiper-slide:nth-child(5n+1) .teambox__img {
  background-color: #02E0C3;
}
.sec-teamBox .swiper-slide:nth-child(5n+3) .teambox__img {
  background-color: #FF5C33;
}
.sec-teamBox .swiper-slide:nth-child(5n+4) .teambox__img {
  background-color: #A84DF7;
}
.sec-teamBox .swiper-slide:nth-child(5n+4) .teambox__img {
  background-color: #00BDFF;
}
.sec-teamBox .swiper-paginationCustom {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .sec-teamBox .swiper {
    overflow: visible;
  }
  .sec-teamBox .swiper-slide {
    width: 90%;
  }
}

.sec-dTacQT {
  padding-top: 3.5rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 1260px) {
  .sec-dTacQT {
    padding-bottom: 7.8125rem;
  }
}
.sec-dTacQT .line-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.sec-dTacQT .line-bg span {
  display: block;
  height: 1px;
  background-color: rgba(0, 15, 153, 0.1);
}
.sec-dTacQT .titlebox__title {
  font-size: 1.4375rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .sec-dTacQT .titlebox__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .sec-dTacQT .titlebox__title {
    font-size: 2.1875rem;
    letter-spacing: -0.059375rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-dTacQT .titlebox__title {
    font-size: 2.625rem;
    letter-spacing: -0.07875rem;
    margin-bottom: 2.5rem;
  }
}
.sec-dTacQT .item-content {
  background: #010C6F;
  border-radius: 1.25rem;
  padding: 1.25rem 1.25rem;
}
@media (min-width: 768px) {
  .sec-dTacQT .item-content {
    padding: 1.25rem 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-dTacQT .item-content {
    padding: 1.875rem 2.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-dTacQT .item-content {
    padding: 3.625rem 5.9375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-dTacQT .item-content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1.4375rem;
  }
}
.sec-dTacQT .item-content .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.sec-dTacQT .item-content .swiper-slide {
  height: auto;
  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;
}
.sec-dTacQT .item-content .swiper-slide img {
  width: 100%;
}
.sec-dTacQT .item-content .swiper-slide.f-1 {
  width: 36%;
}
.sec-dTacQT .item-content .swiper-slide.f-2 {
  width: 46%;
}
.sec-dTacQT .item-content .swiper-slide.f-3 {
  width: 35%;
}
.sec-dTacQT .item-content .swiper-slide.f-4 {
  width: 45%;
}
@media (min-width: 768px) {
  .sec-dTacQT .item-content .swiper-slide.f-1 {
    width: 25%;
  }
  .sec-dTacQT .item-content .swiper-slide.f-2 {
    width: 35%;
  }
  .sec-dTacQT .item-content .swiper-slide.f-3 {
    width: 24%;
  }
  .sec-dTacQT .item-content .swiper-slide.f-4 {
    width: 34%;
  }
}
@media (min-width: 992px) {
  .sec-dTacQT .item-content .swiper-slide.f-1 {
    width: 15%;
  }
  .sec-dTacQT .item-content .swiper-slide.f-2 {
    width: 25%;
  }
  .sec-dTacQT .item-content .swiper-slide.f-3 {
    width: 16%;
  }
  .sec-dTacQT .item-content .swiper-slide.f-4 {
    width: 20%;
  }
}

.sec-breadcrumb {
  padding-top: 6.5625rem;
}
@media (min-width: 1260px) {
  .sec-breadcrumb {
    padding-top: 8.125rem;
  }
}
@media (min-width: 1750px) {
  .sec-breadcrumb {
    padding-top: 10rem;
  }
}

.sec-404Page {
  padding-top: 7.1875rem;
}
.sec-404Page .item-content {
  text-align: center;
}
.sec-404Page .item-content .f-title {
  font-size: 1.5rem;
  line-height: 1.13;
  letter-spacing: -0.05625rem;
  margin-bottom: 1rem;
}
@media (min-width: 1260px) {
  .sec-404Page .item-content .f-title {
    font-size: 1.875rem;
    margin-bottom: 1.5625rem;
  }
}
.sec-404Page .item-content .f-text {
  max-width: 80%;
  font-size: 0.875rem;
  line-height: 1.29;
  margin: 0 auto;
  margin-bottom: 1.5625rem;
}
@media (min-width: 1260px) {
  .sec-404Page .item-content .f-text {
    font-size: 1.0625rem;
    max-width: 60%;
  }
}
.sec-404Page .item-foot img {
  width: 100%;
}
.sec-404Page .sharp-1 {
  position: absolute;
  bottom: 15%;
  right: 16%;
  width: 16%;
}
@media (min-width: 992px) {
  .sec-404Page .sharp-1 {
    width: 19%;
  }
}
@media (min-width: 1260px) {
  .sec-404Page .sharp-1 {
    bottom: 25%;
    right: 14%;
    width: 23%;
  }
}
.sec-404Page .sharp-1 span {
  display: block;
}
.sec-404Page .sharp-1 span img {
  width: 100%;
}
.sec-404Page .sharp-2 {
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 10%;
}
@media (min-width: 768px) {
  .sec-404Page .sharp-2 {
    bottom: 55%;
    right: 6%;
    width: 4%;
  }
}
.sec-404Page .sharp-2 span {
  display: block;
}
.sec-404Page .sharp-2 span img {
  width: 100%;
}
.sec-404Page .sharp-3 {
  position: absolute;
  bottom: 55%;
  left: 6%;
  width: 5%;
}
.sec-404Page .sharp-3 span {
  display: block;
}
.sec-404Page .sharp-3 span img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-404Page .sharp-3 {
    bottom: 42%;
    left: 6%;
    width: 2%;
  }
}

.sec-tSinhTitle {
  z-index: 3;
}
.sec-tSinhTitle .item-head {
  background-color: #000F99;
  padding-top: 10rem;
}
.sec-tSinhTitle .titlebox__wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sec-tSinhTitle .titlebox__title {
  display: inline-block;
  position: relative;
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 1.5625rem;
}
.sec-tSinhTitle .titlebox__title small {
  display: block;
  font-size: 1.5rem;
  margin-top: 0.625rem;
}
.sec-tSinhTitle .titlebox__title span {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.25rem;
  -webkit-transform: translate(-10%, -70%);
          transform: translate(-10%, -70%);
}
.sec-tSinhTitle .titlebox__text {
  font-size: 1.0625rem;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 1.5625rem;
}
.sec-tSinhTitle .item-video {
  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;
  aspect-ratio: 534/340;
  position: relative;
  z-index: 3;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 2.5rem;
}
.sec-tSinhTitle .item-video .lazyloading {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-tSinhTitle .item-video .btn-play {
  position: absolute;
  z-index: 2;
  line-height: 1;
  font-size: 2.5rem;
}
@media (min-width: 1260px) {
  .sec-tSinhTitle .item-video {
    margin-top: 3.75rem;
  }
  .sec-tSinhTitle .item-video .btn-play {
    font-size: 3.125rem;
  }
}
@media (min-width: 1750px) {
  .sec-tSinhTitle .item-video {
    margin-top: 5.3125rem;
  }
}
.sec-tSinhTitle .item-sharp {
  position: relative;
  z-index: 1;
  margin-top: -13%;
}
.sec-tSinhTitle .item-sharp .f-sharp-group {
  position: relative;
}
.sec-tSinhTitle .item-sharp span {
  display: block;
}
.sec-tSinhTitle .item-sharp span img {
  width: 100%;
}
.sec-tSinhTitle .item-sharp .f-sharp-1 {
  position: relative;
}
.sec-tSinhTitle .item-sharp .f-sharp-1:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 55%;
  background-color: #fff;
}
.sec-tSinhTitle .item-sharp .f-sharp-2 {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-tSinhTitle .item-sharp .f-icon {
  position: absolute;
  z-index: 3;
}
.sec-tSinhTitle .item-sharp .f-icon span {
  display: block;
}
.sec-tSinhTitle .item-sharp .f-icon-1 {
  bottom: 15%;
  left: 17%;
  width: 57%;
}
.sec-tSinhTitle .item-sharp .f-icon-2 {
  bottom: 45%;
  left: 15%;
  width: 12%;
}
.sec-tSinhTitle .item-sharp .f-icon-2 span {
  -webkit-animation: effect3 10s linear infinite;
          animation: effect3 10s linear infinite;
}
.sec-tSinhTitle .item-sharp .f-icon-3 {
  bottom: 57%;
  right: 21%;
  width: 13%;
}
.sec-tSinhTitle .item-sharp .f-icon-3 span {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-tSinhTitle .item-sharp .f-icon-4 {
  top: 15%;
  right: 3%;
  width: 11%;
}
.sec-tSinhTitle .item-sharp .f-icon-4 span {
  -webkit-animation: rotate360 15s linear infinite;
          animation: rotate360 15s linear infinite;
}
.sec-tSinhTitle .item-content {
  position: relative;
  z-index: 3;
  margin-top: -23%;
}
.sec-tSinhTitle .item-content .f-text {
  position: relative;
  border-radius: 3.125rem;
  background: #000F99;
  padding: 2.1875rem 2.5rem 2.1875rem 1.875rem;
  color: #FFF;
}
.sec-tSinhTitle .item-content .f-text h3 {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0.625rem;
}
.sec-tSinhTitle .item-content .f-text p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.47;
  margin-bottom: 1.5625rem;
}
.sec-tSinhTitle .item-content .f-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-tSinhTitle .item-content .f-text ul li {
  color: #FFF;
  font-family: var(--bs-heading-font-family);
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.09;
  letter-spacing: 0.01em;
}
.sec-tSinhTitle .item-content .f-text ul li + li {
  margin-top: 1.25rem;
}
.sec-tSinhTitle .item-content .f-text ul li small {
  display: block;
  font-family: var(--bs-secondary-font-family);
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.375rem;
}
.sec-tSinhTitle .item-content .f-text .i-icon {
  position: absolute;
}
.sec-tSinhTitle .item-content .f-text .i-icon img {
  white-space: 100%;
}
.sec-tSinhTitle .item-content .f-text-1 .i-icon img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-tSinhTitle .item-content .f-text-2 {
  background-color: #00BDFF;
  margin-top: 0.625rem;
}
.sec-tSinhTitle .item-content .f-text-2 .i-icon {
  right: 0;
  bottom: 0;
  width: 30%;
  -webkit-transform: translate(35%, 35%);
          transform: translate(35%, 35%);
}
.sec-tSinhTitle .item-content .f-text-2 .i-icon img {
  -webkit-animation: effect3 10s linear infinite;
          animation: effect3 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-tSinhTitle .item-head {
    padding-top: 12.5rem;
  }
  .sec-tSinhTitle .titlebox__title {
    font-size: 3.75rem;
    margin-bottom: 1.875rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .sec-tSinhTitle .titlebox__title small {
    font-size: 1.875rem;
  }
  .sec-tSinhTitle .titlebox__title span {
    top: 0;
    left: 0;
    width: 2.8125rem;
    -webkit-transform: translate(-90%, -70%);
            transform: translate(-90%, -70%);
  }
  .sec-tSinhTitle .titlebox__text {
    max-width: 90%;
    margin: 0 auto 3.125rem;
  }
  .sec-tSinhTitle .item-sharp .f-icon-1 {
    bottom: 31%;
    left: 16%;
    width: 34%;
  }
  .sec-tSinhTitle .item-sharp .f-icon-2 {
    bottom: 60%;
    left: 12%;
    width: 5%;
  }
  .sec-tSinhTitle .item-sharp .f-icon-3 {
    bottom: 52%;
    right: 35%;
    width: 7%;
  }
  .sec-tSinhTitle .item-sharp .f-icon-4 {
    top: 10%;
    right: 10%;
    width: 8%;
  }
  .sec-tSinhTitle .item-content .f-text {
    min-height: 100%;
  }
  .sec-tSinhTitle .item-content .f-text-1 .i-icon {
    top: 38%;
    left: 0;
    width: 15%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec-tSinhTitle .item-content .f-text-2 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .sec-tSinhTitle .item-sharp .f-sharp-group {
    margin-left: -15%;
    margin-right: -15%;
  }
}
@media (min-width: 1260px) {
  .sec-tSinhTitle {
    padding-bottom: 6.25rem;
  }
  .sec-tSinhTitle .item-head {
    padding-top: 17.5rem;
  }
  .sec-tSinhTitle .titlebox__title {
    font-size: 6.25rem;
    margin-bottom: 1.875rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .sec-tSinhTitle .titlebox__title small {
    font-size: 3.75rem;
  }
  .sec-tSinhTitle .titlebox__title span {
    width: 4.6875rem;
  }
  .sec-tSinhTitle .titlebox__text {
    font-size: 1.1875rem;
    margin-bottom: 4.6875rem;
  }
  .sec-tSinhTitle .item-sharp .f-icon-1 {
    bottom: 40%;
    left: 31%;
    width: 20%;
  }
  .sec-tSinhTitle .item-content .f-text {
    border-radius: 3.125rem;
    padding: 2.5rem 3.4375rem;
  }
  .sec-tSinhTitle .item-content .f-text h3 {
    font-size: 2.75rem;
    margin-bottom: 0.8125rem;
  }
  .sec-tSinhTitle .item-content .f-text p {
    font-size: 1.0625rem;
  }
  .sec-tSinhTitle .item-content .f-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sec-tSinhTitle .item-content .f-text ul li {
    font-size: 1.375rem;
  }
  .sec-tSinhTitle .item-content .f-text ul li + li {
    margin-top: 2.8125rem;
  }
}
@media (min-width: 1750px) {
  .sec-tSinhTitle .titlebox__title {
    font-size: 6.5625rem;
  }
  .sec-tSinhTitle .titlebox__title small {
    font-size: 3.75rem;
    margin-top: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .sec-tSinhTitle .titlebox__title br {
    display: none;
  }
  .sec-tSinhTitle .item-content .f-text-1 .i-icon {
    top: 0;
    right: 0;
    width: 15%;
    -webkit-transform: translate(-50%, -115%);
            transform: translate(-50%, -115%);
  }
}

.sec-TTCtrinh {
  padding-top: 5.9375rem;
  background-color: #fff;
}
.sec-TTCtrinh .titlebox__title {
  font-size: 2rem;
  line-height: 1.07;
  color: #000F99;
}
.sec-TTCtrinh .titlebox__title strong {
  color: var(--color-primary);
}
.sec-TTCtrinh .item-a .titlebox__title {
  position: relative;
  z-index: 3;
  margin-bottom: 1.875rem;
}
.sec-TTCtrinh .item-a .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-TTCtrinh .item-a .f-img-1,
.sec-TTCtrinh .item-a .f-img-2 {
  display: block;
  position: relative;
  border-radius: 1.5625rem;
  overflow: hidden;
}
.sec-TTCtrinh .item-a .f-img-1 .ns-play,
.sec-TTCtrinh .item-a .f-img-2 .ns-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  font-size: 2.1875rem;
  line-height: 1;
  color: var(--color-primary);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-TTCtrinh .item-a .f-img-1:hover .ns-play,
.sec-TTCtrinh .item-a .f-img-2:hover .ns-play {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.sec-TTCtrinh .item-a .f-img-1 {
  aspect-ratio: 558/399;
  position: relative;
  z-index: 2;
}
.sec-TTCtrinh .item-a .f-img-2 {
  aspect-ratio: 396/283;
  margin-top: 2.6875rem;
}
.sec-TTCtrinh .item-a .f-img-nguoi {
  position: relative;
  margin-top: 2.3125rem;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5rem;
  font-family: var(--bs-heading-font-family);
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--color-primary);
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-text > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-text strong {
  font-size: 2.6em;
  margin-right: 0.1em;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-text p {
  margin: 0;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-nguoi {
  position: relative;
  aspect-ratio: 494/740;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-icon-1,
.sec-TTCtrinh .item-a .f-img-nguoi .n-icon-2 {
  position: absolute;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-icon-1 {
  width: 4.6875rem;
  left: 5%;
  top: 60%;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-icon-1 svg {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-icon-2 {
  width: 3.75rem;
  right: -30%;
  top: 45%;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-icon-2 svg {
  animation: effect1 10s linear infinite reverse;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-line {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 1.5px;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-run {
  position: absolute;
  top: 3%;
  right: 18%;
  width: 16%;
}
.sec-TTCtrinh .item-a .f-img-nguoi .n-run svg path {
  stroke-dasharray: 235;
  stroke-dashoffset: 235;
  -webkit-animation: ve1 4s ease infinite;
          animation: ve1 4s ease infinite;
}
@media (min-width: 768px) {
  .sec-TTCtrinh .item-a .titlebox__title {
    margin-bottom: 3.75rem;
  }
  .sec-TTCtrinh .item-a .f-img-nguoi {
    margin-top: 0%;
  }
  .sec-TTCtrinh .item-a .f-img-nguoi .n-icon-1 {
    left: -46%;
    top: 23%;
  }
  .sec-TTCtrinh .item-a .f-img-nguoi .n-line {
    bottom: 0;
    left: 7%;
    width: 0.075rem;
  }
  .sec-TTCtrinh .item-a .f-img-2 {
    margin-top: -3.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-TTCtrinh .item-a .titlebox__title {
    margin-bottom: 6.25rem;
  }
  .sec-TTCtrinh .item-a .f-img-1,
  .sec-TTCtrinh .item-a .f-img-2 {
    border-radius: 3.4375rem;
  }
  .sec-TTCtrinh .item-a .f-img-1 .ns-play,
  .sec-TTCtrinh .item-a .f-img-2 .ns-play {
    font-size: 3.125rem;
  }
  .sec-TTCtrinh .item-a .f-img-2 {
    margin-top: -60%;
  }
  .sec-TTCtrinh .item-a .f-img-nguoi .n-text {
    font-size: 1.9375rem;
    margin-bottom: 3.125rem;
  }
  .sec-TTCtrinh .item-a .f-img-nguoi .n-icon-1 {
    width: 20%;
    left: -46%;
    top: 23%;
  }
  .sec-TTCtrinh .item-a .f-img-nguoi .n-icon-2 {
    width: 18%;
  }
  .sec-TTCtrinh .item-a .f-img-nguoi .n-line {
    width: 0.0875rem;
    bottom: 60%;
    left: 18%;
  }
}
@media (min-width: 1750px) {
  .sec-TTCtrinh .item-a .titlebox__title {
    padding-right: 3.125rem;
  }
  .sec-TTCtrinh .item-a .f-img-nguoi .n-line {
    width: 0.1rem;
    bottom: 77%;
  }
}
.sec-TTCtrinh .item-b {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-top: 8.75rem;
  margin-top: -45%;
}
.sec-TTCtrinh .item-b .titlebox__title {
  color: #010C6F;
}
.sec-TTCtrinh .item-b .titlebox__title strong {
  color: #fff;
}
.sec-TTCtrinh .item-b .f-bg-sharp {
  position: absolute;
  z-index: -1;
  top: 3.75rem;
  left: -2px;
  bottom: 0;
  right: 0;
}
.sec-TTCtrinh .item-b .f-bg-sharp .n-bg {
  position: relative;
  aspect-ratio: 1920/692;
}
.sec-TTCtrinh .item-b .f-bg-sharp .n-bg img {
  width: 100%;
}
.sec-TTCtrinh .item-b .f-bg-sharp .n-bg:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FF80CA;
  height: 200vh;
  -webkit-transform: translateY(99%);
          transform: translateY(99%);
}
.sec-TTCtrinh .item-b .f-img-1,
.sec-TTCtrinh .item-b .f-img-2,
.sec-TTCtrinh .item-b .f-img-3 {
  position: relative;
}
.sec-TTCtrinh .item-b .f-img-1 .lazyloading,
.sec-TTCtrinh .item-b .f-img-2 .lazyloading,
.sec-TTCtrinh .item-b .f-img-3 .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-TTCtrinh .item-b .f-img-1 .lazyloading img,
.sec-TTCtrinh .item-b .f-img-2 .lazyloading img,
.sec-TTCtrinh .item-b .f-img-3 .lazyloading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-TTCtrinh .item-b .f-img-1 {
  position: relative;
  aspect-ratio: 1213/814;
  margin-left: -15%;
  margin-right: -10%;
}
.sec-TTCtrinh .item-b .f-img-1 .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-TTCtrinh .item-b .f-img-1 .n-star {
  position: absolute;
  top: 36%;
  right: 59%;
  width: 4%;
  -webkit-animation: effect3 3s linear infinite;
          animation: effect3 3s linear infinite;
}
.sec-TTCtrinh .item-b .f-img-1 .n-star img {
  width: 100%;
}
@media (min-width: 1260px) and (max-width: 1749.98px) {
  .sec-TTCtrinh .item-b .f-img-1 .n-star {
    width: 3%;
    right: 53%;
  }
}
.sec-TTCtrinh .item-b .f-img-2,
.sec-TTCtrinh .item-b .f-img-3 .f-fix {
  overflow: hidden;
  border-radius: 2.1875rem;
}
.sec-TTCtrinh .item-b .f-img-2 {
  aspect-ratio: 558/399;
}
.sec-TTCtrinh .item-b .f-img-3 .f-fix {
  position: relative;
  aspect-ratio: 261/187;
}
.sec-TTCtrinh .item-b .f-icon-1 {
  position: absolute;
  top: 0;
  left: 62%;
  width: 39%;
}
@media (min-width: 768px) {
  .sec-TTCtrinh .item-b {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
    margin-top: -10%;
  }
  .sec-TTCtrinh .item-b .f-bg-sharp {
    top: 0;
  }
  .sec-TTCtrinh .item-b .titlebox__title {
    margin-bottom: 0;
    margin-top: 4.375rem;
  }
  .sec-TTCtrinh .item-b .f-img-1 {
    margin-right: -18%;
  }
  .sec-TTCtrinh .item-b .f-img-3 {
    max-width: 70%;
    margin-top: 3.125rem;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  .sec-TTCtrinh .item-b .f-icon-1 {
    top: 4%;
    left: 10%;
    width: 12%;
  }
}
@media (min-width: 1260px) {
  .sec-TTCtrinh .item-b {
    padding-top: 9rem;
    padding-bottom: 12.5rem;
  }
  .sec-TTCtrinh .item-b .titlebox__title {
    font-size: 3.1875rem;
    margin-top: 9.375rem;
    margin-right: 0;
  }
  .sec-TTCtrinh .item-b .f-img-1 {
    margin-left: 0;
    margin-top: -40%;
  }
  .sec-TTCtrinh .item-b .f-img-2,
  .sec-TTCtrinh .item-b .f-img-3, .sec-TTCtrinh .item-b .f-fix {
    border-radius: 3.4375rem;
  }
  .sec-TTCtrinh .item-b .f-img-3 {
    margin-top: 15.625rem;
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}
@media (min-width: 1750px) {
  .sec-TTCtrinh .item-b .titlebox__title {
    font-size: 3.1875rem;
    letter-spacing: 0;
    margin-top: 12.5rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .sec-TTCtrinh .titlebox__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-TTCtrinh {
    padding-top: 7.5rem;
  }
  .sec-TTCtrinh .titlebox__title {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    margin-right: -1.25rem;
  }
}
@media (min-width: 1750px) {
  .sec-TTCtrinh .titlebox__title {
    font-size: 2.8125rem;
  }
}

@-webkit-keyframes ve1 {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -235;
  }
}

@keyframes ve1 {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -235;
  }
}
.sec-GThieuCTrinh {
  overflow: hidden;
  margin-top: -30%;
}
.sec-GThieuCTrinh .item-wave {
  position: relative;
  z-index: 1;
}
.sec-GThieuCTrinh .item-wave .f-img {
  margin-bottom: -1px;
}
.sec-GThieuCTrinh .item-wave .f-img img {
  width: 100%;
}
.sec-GThieuCTrinh .item-wave:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 200vh;
  background-color: #FFDF1C;
  -webkit-transform: translateY(99.9%);
          transform: translateY(99.9%);
}
.sec-GThieuCTrinh .item-content {
  position: relative;
  z-index: 2;
}
.sec-GThieuCTrinh .titlebox__title {
  font-size: 1.3125rem;
  letter-spacing: -0.02em;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .sec-GThieuCTrinh .titlebox__title {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 768px) {
  .sec-GThieuCTrinh {
    margin-top: -26%;
  }
}
@media (min-width: 1260px) {
  .sec-GThieuCTrinh .item-content {
    margin-top: -5%;
  }
}
@media (min-width: 1750px) {
  .sec-GThieuCTrinh {
    margin-top: -24%;
  }
}
.sec-GThieuCTrinh .item-slideWrap .slide-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2.5rem;
}
.sec-GThieuCTrinh .item-slideWrap .slide-nav li {
  font-family: var(--bs-heading-font-family);
  font-size: 3.3125rem;
  color: rgba(0, 15, 153, 0.1);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-GThieuCTrinh .item-slideWrap .slide-nav li.current {
  color: #000F99;
}
@media (min-width: 768px) {
  .sec-GThieuCTrinh .item-slideWrap .slide-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec-GThieuCTrinh .item-slideWrap .slide-nav li + li {
    position: relative;
    padding-left: 0.75rem;
    margin-left: 0.75rem;
  }
  .sec-GThieuCTrinh .item-slideWrap .slide-nav li + li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(0, 15, 153, 0.1);
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .sec-GThieuCTrinh .item-slideWrap .slide-nav li {
    font-size: 2.5rem;
  }
}
.sec-GThieuCTrinh .item-slideWrap .slide-content {
  position: relative;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .swiper {
  overflow: visible;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .swiper:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .swiper:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .swiper.active {
  opacity: 1;
  visibility: visible;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .swiper-slide {
  height: auto;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .swiper-slide .f-card {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content.wow.effect .swiper.active .swiper-slide .f-card {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content.wow.effect .swiper.active .swiper-slide:nth-child(1) .f-card {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content.wow.effect .swiper.active .swiper-slide:nth-child(2) .f-card {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content.wow.effect .swiper.active .swiper-slide:nth-child(3) .f-card {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content.wow.effect .swiper.active .swiper-slide:nth-child(4) .f-card {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content.wow.effect .swiper.active .swiper-slide:nth-child(5) .f-card {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content.wow.effect .swiper.active .swiper-slide:nth-child(6) .f-card {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content.wow.effect .swiper.active .swiper-slide:nth-child(7) .f-card {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content.wow.effect .swiper.active .swiper-slide:nth-child(8) .f-card {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content.wow.effect .swiper.active .swiper-slide:nth-child(9) .f-card {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .f-card {
  background-color: #F9FAEC;
  border-radius: 1.875rem;
  overflow: hidden;
  height: 100%;
  padding: 0.8125rem 0.8125rem 1.25rem;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .f-card__img {
  position: relative;
  aspect-ratio: 488/376;
  border-radius: 1.625rem;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .f-card__img .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .f-card__img .lazyloading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .f-card__foot {
  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;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .f-card__foot h3 {
  font-size: 1.1875rem;
  line-height: 1.44;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .f-card__foot .f-card__icon {
  display: block;
  width: 2.1875rem;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .f-card__foot .f-card__icon img {
  width: 100%;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .slide-buttonCustom2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -2.5rem;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .slide-buttonCustom2 .slide-buttonCustom-prev,
.sec-GThieuCTrinh .item-slideWrap .slide-content .slide-buttonCustom2 .slide-buttonCustom-next {
  width: 2rem;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .slide-buttonCustom2 .slide-buttonCustom-next {
  margin-left: 1.25rem;
}
.sec-GThieuCTrinh .item-slideWrap .slide-content .swiper-paginationCustom .swiper-pagination-bullet {
  background-color: #fff;
}
@media (min-width: 1260px) {
  .sec-GThieuCTrinh .item-slideWrap .slide-content .f-card {
    border-radius: 2.5rem;
    padding: 1.375rem;
  }
  .sec-GThieuCTrinh .item-slideWrap .slide-content .f-card__img {
    margin-bottom: 1.25rem;
  }
  .sec-GThieuCTrinh .item-slideWrap .slide-content .f-card__foot h3 {
    font-size: 1.5625rem;
  }
  .sec-GThieuCTrinh .item-slideWrap .slide-content .f-card__foot .f-card__icon {
    width: 2.8125rem;
  }
}
.sec-GThieuCTrinh .item-foot {
  margin-top: 2.5rem;
}
.sec-GThieuCTrinh .item-foot .panel:not(.active) {
  display: none;
}
.sec-GThieuCTrinh .item-foot .panel.active {
  -webkit-animation: fadeIn 0.5s ease forwards;
          animation: fadeIn 0.5s ease forwards;
}
.sec-GThieuCTrinh .item-foot .f-title {
  font-size: 1.3125rem;
  color: #000F99;
  margin-bottom: 1.875rem;
}
.sec-GThieuCTrinh .item-foot .f-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-GThieuCTrinh .item-foot .f-body ul li {
  font-family: var(--bs-secondary-font-family);
  font-weight: 700;
  color: rgba(1, 12, 111, 0.5);
  margin-bottom: 1.5625rem;
}
.sec-GThieuCTrinh .item-foot .f-body ul li span {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}
.sec-GThieuCTrinh .item-foot .f-body ul li p {
  font-family: var(--bs-heading-font-family);
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: var(--bs-heading-color);
  margin: 0;
}
.sec-GThieuCTrinh .item-foot .f-img {
  margin-top: 1.25rem;
}
.sec-GThieuCTrinh .item-foot .f-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-GThieuCTrinh .item-foot {
    margin-top: 4.375rem;
  }
  .sec-GThieuCTrinh .item-foot .f-body {
    margin-bottom: 2.5rem;
  }
  .sec-GThieuCTrinh .item-foot .f-img {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .sec-GThieuCTrinh .item-foot .f-body ul li span {
    font-size: 0.75rem;
  }
  .sec-GThieuCTrinh .item-foot .f-body ul li p {
    font-size: 1rem;
  }
}
@media (min-width: 1260px) {
  .sec-GThieuCTrinh .item-foot {
    margin-top: 8.125rem;
  }
  .sec-GThieuCTrinh .item-foot .f-body {
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) and (max-width: 1749.98px) {
  .sec-GThieuCTrinh .item-foot .f-title {
    font-size: 1rem;
  }
  .sec-GThieuCTrinh .item-foot .f-body ul li p {
    font-size: 1.25rem;
  }
  .sec-GThieuCTrinh .item-foot .f-img {
    margin-top: -1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-GThieuCTrinh .item-foot .f-img {
    max-width: 90%;
    margin-left: auto;
  }
}

.sec-DacQuyenXT {
  background-color: #fff;
  margin-top: -1px;
}
.sec-DacQuyenXT .item-sharp {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  z-index: -1;
}
.sec-DacQuyenXT .item-sharp img {
  width: 100%;
}
.sec-DacQuyenXT .item-content {
  position: relative;
  z-index: 1;
  border-radius: 2.5rem;
  overflow: hidden;
  text-align: center;
  padding: 2.5rem 1.25rem 11.25rem;
  background-color: #000F99;
  background-position: center center;
  background-repeat: repeat;
  background-size: 62.5rem;
}
.sec-DacQuyenXT .item-content .titlebox__sub {
  font-family: var(--bs-heading-font-family);
  font-weight: 900;
  font-size: 0.875rem;
  color: #fff;
  text-transform: initial;
  margin-bottom: 1.25rem;
}
.sec-DacQuyenXT .item-content .f-box {
  padding: 0 0.625rem;
  margin: 0;
}
.sec-DacQuyenXT .item-content .f-box span {
  display: block;
  font-family: var(--bs-heading-font-family);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #FFF;
  margin-bottom: 0.5625rem;
}
.sec-DacQuyenXT .item-content .f-box h3 {
  font-size: 1.5625rem;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
}
.sec-DacQuyenXT .item-content .f-sharp-1,
.sec-DacQuyenXT .item-content .f-sharp-2 {
  position: absolute;
}
.sec-DacQuyenXT .item-content .f-sharp-1 {
  width: 11%;
  right: 5%;
  bottom: 21%;
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
.sec-DacQuyenXT .item-content .f-sharp-2 {
  width: 13%;
  left: 15%;
  bottom: 18%;
  -webkit-animation: effect3 10s linear infinite;
          animation: effect3 10s linear infinite;
}
.sec-DacQuyenXT .item-content .swiper-paginationCustom .swiper-pagination-bullet {
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec-DacQuyenXT .item-content {
    padding: 3.125rem 1.25rem 10.625rem;
  }
  .sec-DacQuyenXT .item-content .titlebox__sub {
    font-size: 1.25rem;
    margin-bottom: 3.125rem;
  }
  .sec-DacQuyenXT .item-content .f-box {
    padding: 0 1.25rem;
  }
  .sec-DacQuyenXT .item-content .f-box h3 {
    font-size: 1.375rem;
  }
  .sec-DacQuyenXT .item-content .f-sharp-1 {
    width: 4%;
    right: 13%;
    bottom: 10%;
  }
  .sec-DacQuyenXT .item-content .f-sharp-2 {
    width: 4%;
    left: 13%;
    bottom: 10%;
  }
}
@media (min-width: 1260px) {
  .sec-DacQuyenXT .item-content {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4.6875rem 2.5rem 16.875rem;
  }
  .sec-DacQuyenXT .item-content .titlebox__sub {
    font-size: 1.875rem;
    margin-bottom: 5.9375rem;
  }
  .sec-DacQuyenXT .item-content .f-box {
    padding: 0 2.5rem;
    margin: 0;
  }
  .sec-DacQuyenXT .item-content .f-box span {
    font-size: 1.25rem;
    margin-bottom: 0.8125rem;
  }
  .sec-DacQuyenXT .item-content .f-box h3 {
    font-size: 1.875rem;
  }
  .sec-DacQuyenXT .item-content .f-sharp-2 {
    right: 17%;
  }
}
.sec-DacQuyenXT .item-img {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  margin-top: -40%;
}
.sec-DacQuyenXT .item-img .f-layer img,
.sec-DacQuyenXT .item-img .f-star img {
  width: 100%;
}
.sec-DacQuyenXT .item-img .f-layer-2,
.sec-DacQuyenXT .item-img .f-layer-3 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-DacQuyenXT .item-img .f-layer-2 img {
  -webkit-animation: rungRinh 3s ease infinite;
          animation: rungRinh 3s ease infinite;
}
.sec-DacQuyenXT .item-img .f-layer-3 img {
  animation: rungRinh 3s ease infinite reverse;
}
.sec-DacQuyenXT .item-img .f-star {
  position: absolute;
}
.sec-DacQuyenXT .item-img .f-star-1 {
  top: 16%;
  left: 12%;
  width: 4%;
  -webkit-animation: effect3 1s linear infinite;
          animation: effect3 1s linear infinite;
}
.sec-DacQuyenXT .item-img .f-star-2 {
  top: 4%;
  right: 25%;
  width: 3%;
  -webkit-animation: effect3 3s linear infinite;
          animation: effect3 3s linear infinite;
}
.sec-DacQuyenXT .item-img .f-star-3 {
  top: 42%;
  right: 2%;
  width: 8%;
  -webkit-animation: effect3 2s linear infinite;
          animation: effect3 2s linear infinite;
}
.sec-DacQuyenXT .item-img .f-star-4 {
  bottom: 5%;
  left: 9%;
  width: 8%;
  -webkit-animation: effect3 1s linear infinite;
          animation: effect3 1s linear infinite;
}
@media (min-width: 768px) {
  .sec-DacQuyenXT .item-img {
    width: 40%;
    margin-top: -18%;
  }
}
@media (min-width: 1260px) {
  .sec-DacQuyenXT .item-img {
    width: 30%;
    margin-top: -12%;
  }
}

.sec-tsCacbuoc {
  overflow: initial;
  padding-top: 3.125rem;
}
@media (min-width: 1260px) {
  .sec-tsCacbuoc .item-wrap {
    position: relative;
    height: 300lvh;
  }
  .sec-tsCacbuoc .item-sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 100lvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-tsCacbuoc .item-pc .f-dot-text,
.sec-tsCacbuoc .item-pc .f-line-2-text,
.sec-tsCacbuoc .item-pc .f-line-3-text,
.sec-tsCacbuoc .item-pc .f-line-4-text,
.sec-tsCacbuoc .item-pc .f-line-5-text,
.sec-tsCacbuoc .item-pc .f-title-1,
.sec-tsCacbuoc .item-pc .f-icon-end {
  opacity: 0;
  visibility: hidden;
}
.sec-tsCacbuoc .item-pc .f-line-1 {
  stroke-dasharray: 4605;
  stroke-dashoffset: 4605;
}
.sec-tsCacbuoc .item-pc .f-line-2 {
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}
.sec-tsCacbuoc .item-pc .f-line-3 {
  stroke-dasharray: 1135;
  stroke-dashoffset: 1135;
}
.sec-tsCacbuoc .item-pc .f-line-4 {
  clip-path: inset(0 0 0 100%);
}
.sec-tsCacbuoc .item-pc .f-line-5 {
  stroke-dasharray: 590;
  stroke-dashoffset: 590;
}
.sec-tsCacbuoc .item-pc .f-dot-text-1 text {
  display: none !important;
}
.sec-tsCacbuoc .item-mb .f-dot-text-1-1,
.sec-tsCacbuoc .item-mb .f-dot-text-1-2,
.sec-tsCacbuoc .item-mb .f-dot-text-2-1,
.sec-tsCacbuoc .item-mb .f-dot-text-2-2,
.sec-tsCacbuoc .item-mb .f-dot-text-10-1,
.sec-tsCacbuoc .item-mb .f-dot-text-10-2,
.sec-tsCacbuoc .item-mb .f-dot-text-11-1,
.sec-tsCacbuoc .item-mb .f-dot-text-11-2,
.sec-tsCacbuoc .item-mb .f-dot-text,
.sec-tsCacbuoc .item-mb .f-line-text,
.sec-tsCacbuoc .item-mb .f-icon-end {
  opacity: 0;
  visibility: hidden;
}
.sec-tsCacbuoc .item-mb .f-line-1 {
  stroke-dasharray: 2106;
  stroke-dashoffset: 2106;
}
.sec-tsCacbuoc .item-mb .f-line-2 {
  stroke-dasharray: 430;
  stroke-dashoffset: 430;
}
.sec-tsCacbuoc .item-mb .f-line-3 {
  stroke-dasharray: 218;
  stroke-dashoffset: 218;
}
.sec-tsCacbuoc .item-mb .f-line-4 {
  stroke-dasharray: 242;
  stroke-dashoffset: 242;
}
.sec-tsCacbuoc .item-mb .f-line-5 {
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
}
.sec-tsCacbuoc .item-mb .f-dot-text-1-2 {
  display: none !important;
}

.sec-tsinhCauhoi {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.sec-tsinhCauhoi .titlebox__title {
  margin-bottom: 1.25rem;
}
.sec-tsinhCauhoi .item-accordion {
  position: relative;
  border-radius: 1.375rem;
  background: #F9FAEC;
  padding: 1.25rem 1.875rem;
}
.sec-tsinhCauhoi .item-accordion .accordion__text p a {
  text-decoration: underline;
  color: var(--color-primary);
}
.sec-tsinhCauhoi .item-accordion .accordion__text ul {
  margin-left: -0.625rem;
}
.sec-tsinhCauhoi .item-accordion .accordion__text ul li {
  line-height: 1.3;
}
.sec-tsinhCauhoi .item-accordion .accordion__text ul li + li {
  margin-top: 0.8em;
}
@media (min-width: 1260px) {
  .sec-tsinhCauhoi .item-accordion .accordion__text {
    max-width: 80%;
  }
}
.sec-tsinhCauhoi .f-sharp-1 {
  width: 35%;
  margin: 0 auto;
  margin-bottom: 1.375rem;
}
.sec-tsinhCauhoi .item-foot .f-box {
  position: relative;
  background-color: #010C6F;
  border-radius: 1.375rem;
  text-align: center;
  padding: 2.5rem 1.25rem 0;
  margin-top: 1.25rem;
}
.sec-tsinhCauhoi .item-foot .f-body {
  margin-bottom: 3.125rem;
}
.sec-tsinhCauhoi .item-foot .f-body h3 {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #FFF;
  margin-bottom: 1.25rem;
}
.sec-tsinhCauhoi .item-foot .f-body p {
  font-family: var(--bs-heading-color);
  font-size: 1.1875rem;
  color: #FFF;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
.sec-tsinhCauhoi .item-foot .f-img img {
  width: 100%;
}
.sec-tsinhCauhoi .item-foot .f-icon {
  position: absolute;
}
.sec-tsinhCauhoi .item-foot .f-box-1 .f-icon {
  top: 60%;
  left: 4%;
  width: 13%;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
.sec-tsinhCauhoi .item-foot .f-box-1 .f-icon img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-tsinhCauhoi .item-foot .f-box-2 {
  background-color: #00BDFF;
  margin-top: 0.6875rem;
}
.sec-tsinhCauhoi .item-foot .f-box-2 .f-icon {
  top: 60%;
  right: 0;
  width: 17%;
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
}
.sec-tsinhCauhoi .item-foot .f-box-2 .f-icon img {
  animation: effect1 10s linear infinite reverse;
}
.sec-tsinhCauhoi .item-foot-sharp {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffc619;
  height: 45%;
}
.sec-tsinhCauhoi .item-foot-sharp span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}
.sec-tsinhCauhoi .item-foot-sharp span img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-tsinhCauhoi {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .sec-tsinhCauhoi .item-accordion {
    padding: 2.5rem 3.125rem;
  }
  .sec-tsinhCauhoi .item-accordion .f-sharp-1 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0%;
    width: 17%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  .sec-tsinhCauhoi .item-foot {
    margin-top: 1.25rem;
  }
  .sec-tsinhCauhoi .item-foot .f-box {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    margin: 0;
  }
  .sec-tsinhCauhoi .item-foot .f-body {
    margin-bottom: 1.25rem;
  }
  .sec-tsinhCauhoi .item-foot .f-body h3 {
    font-size: 1.0625rem;
    margin-bottom: 0.625rem;
  }
  .sec-tsinhCauhoi .item-foot .f-body p {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
  .sec-tsinhCauhoi .item-foot .f-img {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1260px) {
  .sec-tsinhCauhoi {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
  }
  .sec-tsinhCauhoi .titlebox__title {
    margin-bottom: 2.75rem;
  }
  .sec-tsinhCauhoi .item-accordion {
    padding: 3.75rem 5rem;
  }
  .sec-tsinhCauhoi .item-foot .f-box {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 3.125rem;
    height: 100%;
    padding: 2.5rem 3.125rem 0;
  }
  .sec-tsinhCauhoi .item-foot .f-body {
    margin-bottom: 2.5rem;
  }
  .sec-tsinhCauhoi .item-foot .f-body h3 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .sec-tsinhCauhoi .item-foot .f-body p {
    font-size: 1.1875rem;
    margin-bottom: 2.5rem;
  }
  .sec-tsinhCauhoi .item-foot .f-img {
    max-width: 80%;
    margin: 0 auto;
  }
  .sec-tsinhCauhoi .item-foot-sharp {
    height: 30%;
  }
}

.sec-tttSinh {
  padding-top: 4.0625rem;
}
@media (min-width: 768px) {
  .sec-tttSinh {
    padding-top: 6.875rem;
  }
}
@media (min-width: 992px) {
  .sec-tttSinh {
    padding-top: 9.375rem;
  }
}
@media (min-width: 1260px) {
  .sec-tttSinh {
    padding-top: 14.375rem;
  }
}
.sec-tttSinh .titlebox__title {
  font-size: 1.4375rem;
  margin-bottom: 1.375rem;
}
@media (min-width: 768px) {
  .sec-tttSinh .titlebox__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-tttSinh .titlebox__title {
    font-size: 2.1875rem;
    letter-spacing: -0.059375rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-tttSinh .titlebox__title {
    font-size: 2.8125rem;
    letter-spacing: -0.07875rem;
  }
}
.sec-tttSinh .item__img {
  position: relative;
  overflow: hidden;
  border-radius: 1.375rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-tttSinh .item__img {
    max-width: 95%;
    border-radius: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-tttSinh .item__img {
    border-radius: 3.125rem;
  }
}
.sec-tttSinh .item__img:after {
  content: "";
  display: block;
  padding-top: 76.7%;
}
.sec-tttSinh .item__img .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-tttSinh .item__img .lazyloading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-tttSinh .item-body {
  font-size: 0.875rem;
  line-height: 1.47;
  color: #5E6176;
}
.sec-tttSinh .item-body h3 {
  font-family: var(--bs-secondary-font-family);
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}
.sec-tttSinh .item-body ul {
  margin-left: -0.75rem;
}
@media (min-width: 1260px) {
  .sec-tttSinh .item-body {
    font-size: 1.0625rem;
  }
  .sec-tttSinh .item-body h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-tttSinh .item-body {
    font-size: 0.75rem;
  }
  .sec-tttSinh .item-body h3 {
    font-size: 1rem;
  }
}

.sec-QTTsinh {
  padding-top: 6.25rem;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-QTTsinh {
    padding-top: 4.375rem;
  }
}
.sec-QTTsinh .item-head {
  position: relative;
}
.sec-QTTsinh .item-head .fix img {
  width: 100%;
}
.sec-QTTsinh .item-head .sharp-1,
.sec-QTTsinh .item-head .sharp-2,
.sec-QTTsinh .item-head .sharp-3 {
  position: absolute;
  -webkit-animation: effect3_1 2s linear infinite;
          animation: effect3_1 2s linear infinite;
}
.sec-QTTsinh .item-head .sharp-1 {
  top: 23%;
  left: 2%;
  width: 1.5%;
}
.sec-QTTsinh .item-head .sharp-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-head .sharp-2 {
    top: 0;
    left: 37%;
    width: 2%;
  }
}
@media (max-width: 767.98px) {
  .sec-QTTsinh .item-head .sharp-2 {
    top: -60%;
    left: 20%;
    width: 5%;
  }
}
.sec-QTTsinh .item-head .sharp-3 {
  top: 0;
  right: 15%;
  width: 4.5%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-head .sharp-3 {
    top: 10%;
    right: 8%;
    width: 1.5%;
  }
}
@media (max-width: 767.98px) {
  .sec-QTTsinh .item-head {
    margin-left: -15%;
  }
}
.sec-QTTsinh .item-content {
  background-color: #FFDF1C;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-content {
    padding-top: 0;
  }
}
.sec-QTTsinh .titlebox__title {
  font-size: 1.4375rem;
  margin-bottom: 1.375rem;
}
@media (min-width: 768px) {
  .sec-QTTsinh .titlebox__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-QTTsinh .titlebox__title {
    font-size: 2.1875rem;
    letter-spacing: -0.059375rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-QTTsinh .titlebox__title {
    font-size: 2.8125rem;
    letter-spacing: -0.07875rem;
    margin-bottom: 3.125rem;
  }
}
.sec-QTTsinh .item-progressWrap {
  position: relative;
}
.sec-QTTsinh .item-progressWrap .slide-buttonCustom {
  position: absolute;
  top: -0.625rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sec-QTTsinh .item-progressWrap .slide-buttonCustom .slide-buttonCustom-prev,
.sec-QTTsinh .item-progressWrap .slide-buttonCustom .slide-buttonCustom-next {
  position: static;
  font-size: 1.125rem;
  padding: 0.625rem 0.75rem;
}
.sec-QTTsinh .item-progressWrap .slide-buttonCustom .slide-buttonCustom-next {
  margin-left: 0.3125rem;
}
@media (max-width: 767.98px) {
  .sec-QTTsinh .item-progressWrap .slide-buttonCustom {
    display: none;
  }
}
@media (min-width: 992px) {
  .sec-QTTsinh .item-progressWrap .slide-buttonCustom {
    top: -1.25rem;
  }
  .sec-QTTsinh .item-progressWrap .slide-buttonCustom .slide-buttonCustom-prev,
  .sec-QTTsinh .item-progressWrap .slide-buttonCustom .slide-buttonCustom-next {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-QTTsinh .item-progressWrap .slide-buttonCustom {
    top: -3.125rem;
  }
  .sec-QTTsinh .item-progressWrap .slide-buttonCustom .slide-buttonCustom-next {
    margin-left: 0.625rem;
  }
}
.sec-QTTsinh .item-progress {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-left: -1.4375rem;
  margin-right: -1.4375rem;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
  margin-bottom: 2.75rem;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-progress {
    margin-left: -7vw;
    margin-right: -7vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 992px) {
  .sec-QTTsinh .item-progress {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-QTTsinh .item-progress {
    margin-left: -15vw;
    margin-right: -15vw;
    padding-left: 15vw;
    padding-right: 15vw;
    margin-bottom: 4.6875rem;
  }
}
.sec-QTTsinh .item-progress:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1.25rem;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px dashed rgba(1, 12, 111, 0.3);
}
.sec-QTTsinh .item-progress .swiper {
  position: static;
  overflow: visible;
}
.sec-QTTsinh .item-progress .swiper-slide {
  width: 84vw;
  height: auto;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-progress .swiper-slide {
    width: 37vw;
  }
}
@media (min-width: 992px) {
  .sec-QTTsinh .item-progress .swiper-slide {
    width: 26vw;
  }
}
@media (min-width: 1260px) {
  .sec-QTTsinh .item-progress .swiper-slide {
    width: 16vw;
  }
}
.sec-QTTsinh .item-progress .f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.sec-QTTsinh .item-progress .f-box__head {
  position: relative;
  z-index: 2;
  padding-bottom: 1.5625rem;
}
.sec-QTTsinh .item-progress .f-box__head:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(1, 12, 111, 0.3);
}
.sec-QTTsinh .item-progress .f-box__head 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: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: #FFF;
  font-family: var(--bs-secondary-font-family);
  font-size: 1.0625rem;
  background-color: var(--color-primary);
}
.sec-QTTsinh .item-progress .f-box__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 2.5rem;
  background: #FFF;
  padding: 1.875rem 1.875rem 1.5625rem;
}
.sec-QTTsinh .item-progress .f-box__content img {
  margin-bottom: 2.125rem;
  width: 32%;
}
@media (min-width: 1260px) {
  .sec-QTTsinh .item-progress .f-box__content img {
    width: 38%;
  }
}
.sec-QTTsinh .item-progress .f-box__content h4 {
  font-family: var(--bs-secondary-font-family);
  font-size: 1.25rem;
  line-height: 1.35;
  color: rgba(1, 12, 111, 0.9);
  margin-bottom: 0.3125rem;
}
.sec-QTTsinh .item-progress .f-box__content p {
  font-size: 1rem;
  line-height: 1.43;
  color: #5E6176;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1749.98px) {
  .sec-QTTsinh .item-progress .f-box__content h4 {
    font-size: 1rem;
  }
  .sec-QTTsinh .item-progress .f-box__content p {
    font-size: 0.875rem;
  }
}
.sec-QTTsinh .item-tsinh {
  position: relative;
  z-index: 2;
  border-radius: 1.875rem;
  overflow: hidden;
  background-color: var(--bs-heading-color);
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-tsinh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 2.5rem;
  }
}
.sec-QTTsinh .item-tsinh .f-img {
  position: relative;
}
.sec-QTTsinh .item-tsinh .f-img > img {
  width: 100%;
}
.sec-QTTsinh .item-tsinh .f-img span {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 45%;
}
.sec-QTTsinh .item-tsinh .f-img span img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-tsinh .f-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 48%;
  }
  .sec-QTTsinh .item-tsinh .f-img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec-QTTsinh .item-tsinh .f-body {
  padding: 1.875rem 2.1875rem 3.125rem;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-tsinh .f-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 52%;
  }
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-tsinh .f-body {
    padding: 1.875rem;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .sec-QTTsinh .item-tsinh .f-body {
    padding: 3.125rem;
    padding-right: 0;
  }
}
@media (min-width: 1750px) {
  .sec-QTTsinh .item-tsinh .f-body {
    padding: 4.625rem 0 2.375rem 4.875rem;
  }
}
@media (max-width: 767.98px) {
  .sec-QTTsinh .item-tsinh .f-body {
    max-width: 90%;
  }
}
.sec-QTTsinh .item-tsinh .f-title {
  font-size: 1.1875rem;
  line-height: 1.26;
  letter-spacing: -0.57px;
  color: #FFF;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-tsinh .f-title {
    font-size: 1.4375rem;
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .sec-QTTsinh .item-tsinh .f-title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-QTTsinh .item-tsinh .f-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1750px) {
  .sec-QTTsinh .item-tsinh .f-title {
    font-size: 2.8125rem;
    letter-spacing: -0.084375rem;
    max-width: 85%;
    margin-bottom: 1.875rem;
  }
}
.sec-QTTsinh .item-tsinh .f-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}
.sec-QTTsinh .item-tsinh .f-list li {
  padding-right: 1.5625rem;
}
.sec-QTTsinh .item-tsinh .f-list li p {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.15px;
  margin: 0;
  padding-left: 1.875rem;
}
.sec-QTTsinh .item-tsinh .f-list li p svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
}
@media (min-width: 1260px) and (max-width: 1749.98px) {
  .sec-QTTsinh .item-tsinh .f-list li p {
    font-size: 0.8125rem;
    padding-left: 1.25rem;
  }
  .sec-QTTsinh .item-tsinh .f-list li p svg {
    width: 0.9375rem;
  }
}
@media (min-width: 1260px) {
  .sec-QTTsinh .item-tsinh .f-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 1.0625rem;
    margin-top: 6.25rem;
  }
  .sec-QTTsinh .item-tsinh .f-list li {
    width: 30%;
  }
}
@media (max-width: 1259.98px) {
  .sec-QTTsinh .item-tsinh .f-list {
    margin-top: 3.125rem;
    padding-top: 1.25rem;
  }
  .sec-QTTsinh .item-tsinh .f-list li {
    margin-bottom: 0.6875rem;
  }
}
@media (max-width: 767.98px) {
  .sec-QTTsinh .item-tsinh .f-list li {
    margin-bottom: 0.6875rem;
    max-width: 80%;
  }
  .sec-QTTsinh .item-tsinh .f-list li p {
    color: #fff;
  }
}
.sec-QTTsinh .item-tsinh .f-btn {
  padding-top: 0.625rem;
}
.sec-QTTsinh .item-foot {
  position: relative;
  z-index: 1;
  margin-top: 4.375rem;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-foot {
    margin-top: 2.5rem;
  }
}
.sec-QTTsinh .item-foot .f-wave-1 {
  position: relative;
  z-index: 3;
}
.sec-QTTsinh .item-foot .f-wave-1 img {
  width: 100%;
}
.sec-QTTsinh .item-foot .f-wave-2 {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1300%;
  background-color: #FFC619;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-foot .f-wave-2 {
    height: 195%;
  }
}
.sec-QTTsinh .item-foot .f-wave-2 span {
  display: block;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sec-QTTsinh .item-foot .f-wave-2 span img {
  width: 100%;
}
.sec-QTTsinh .item-foot .f-sharp-1 {
  position: absolute;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .sec-QTTsinh .item-foot .f-sharp-1 {
    bottom: 15%;
    right: -13%;
    width: 54%;
  }
}
.sec-QTTsinh .item-foot .f-sharp-1 img {
  width: 100%;
  -webkit-animation: effect3 5s linear infinite;
          animation: effect3 5s linear infinite;
}
@media (min-width: 768px) {
  .sec-QTTsinh .item-foot .f-sharp-1 {
    bottom: 13%;
    right: 1%;
    width: 28%;
  }
}
.sec-QTTsinh .bg-sharp-1 {
  position: absolute;
  z-index: 3;
  bottom: 57%;
  left: 0%;
  width: 12%;
}
@media (min-width: 768px) {
  .sec-QTTsinh .bg-sharp-1 {
    bottom: 48%;
    left: 0%;
    width: 8%;
  }
}
@media (min-width: 1260px) {
  .sec-QTTsinh .bg-sharp-1 {
    bottom: 48%;
    left: 5%;
    width: 6%;
  }
}
.sec-QTTsinh .bg-sharp-1 img {
  width: 100%;
  -webkit-animation: effect2_1 10s linear infinite;
          animation: effect2_1 10s linear infinite;
}

.sec-QTTsinh.style-2 {
  padding-top: 3.25rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .sec-QTTsinh.style-2 {
    padding-top: 4.375rem;
  }
}
@media (min-width: 1260px) {
  .sec-QTTsinh.style-2 {
    padding-top: 7.5rem;
    padding-bottom: 8.125rem;
  }
}
.sec-QTTsinh.style-2 .item-content {
  background: none;
  padding: 0;
}
.sec-QTTsinh.style-2 .item-tsinh {
  margin: 0;
}

.sec-HBTLieu {
  padding-top: 3.4375rem;
}
@media (min-width: 768px) {
  .sec-HBTLieu {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .sec-HBTLieu {
    padding-top: 90xp;
  }
}
@media (min-width: 1260px) {
  .sec-HBTLieu {
    padding-top: 7.1875rem;
  }
}

.sec-videoHDan .item-huongdan {
  padding-top: 3.125rem;
}
@media (min-width: 768px) {
  .sec-videoHDan .item-huongdan {
    padding-top: 4.375rem;
  }
}
@media (min-width: 992px) {
  .sec-videoHDan .item-huongdan {
    padding-top: 5.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-videoHDan .item-huongdan {
    padding-top: 6.25rem;
  }
}
.sec-videoHDan .item-huongdan .titlebox__title {
  font-size: 1.4375rem;
  margin-bottom: 0.8125rem;
}
@media (min-width: 768px) {
  .sec-videoHDan .item-huongdan .titlebox__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .sec-videoHDan .item-huongdan .titlebox__title {
    font-size: 2.1875rem;
    letter-spacing: -0.059375rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-videoHDan .item-huongdan .titlebox__title {
    font-size: 2.625rem;
    letter-spacing: -0.07875rem;
  }
}

.sec-formDKTSinh {
  padding-top: 3.125rem;
  padding-bottom: 8.125rem;
}
@media (min-width: 768px) {
  .sec-formDKTSinh {
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 992px) {
  .sec-formDKTSinh {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 1750px) {
  .sec-formDKTSinh {
    padding-bottom: 12.5rem;
  }
}
.sec-formDKTSinh .item-foot-sharp {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sec-formDKTSinh .item-foot-sharp img {
  width: 100%;
}

.sec-lienhePage {
  background-color: #FFF5D5;
  padding-top: 6.25rem;
  padding-bottom: 5.3125rem;
}
@media (min-width: 1260px) {
  .sec-lienhePage {
    padding-top: 9.375rem;
    padding-bottom: 7.5rem;
  }
}
.sec-lienhePage .breadcrumb {
  margin-bottom: 6.875rem;
}
@media (min-width: 768px) {
  .sec-lienhePage .breadcrumb {
    margin-bottom: 5rem;
  }
}
.sec-lienhePage .titlebox__title {
  font-size: 2.75rem;
  letter-spacing: -0.0825rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1260px) {
  .sec-lienhePage .titlebox__title {
    font-size: 3.125rem;
    letter-spacing: -0.09375rem;
    margin-bottom: 2.5rem;
  }
}
.sec-lienhePage .item-contact {
  position: relative;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .sec-lienhePage .item-contact {
    margin-bottom: 4.1875rem;
  }
}
.sec-lienhePage .item-contact .sharp-2,
.sec-lienhePage .item-contact .sharp-3,
.sec-lienhePage .item-contact .sharp-4 {
  position: absolute;
  z-index: 2;
}
.sec-lienhePage .item-contact .sharp-2 img,
.sec-lienhePage .item-contact .sharp-3 img,
.sec-lienhePage .item-contact .sharp-4 img {
  width: 100%;
}
.sec-lienhePage .item-contact .sharp-2 img {
  -webkit-animation: effect1_1 10s linear infinite;
          animation: effect1_1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-lienhePage .item-contact .sharp-2 {
    bottom: 52%;
    width: 6%;
    -webkit-transform: rotate(173deg) translateX(61%);
            transform: rotate(173deg) translateX(61%);
  }
}
@media (max-width: 767.98px) {
  .sec-lienhePage .item-contact .sharp-2 {
    bottom: 57%;
    width: 11%;
    right: 0;
    -webkit-transform: rotate(9deg) translateX(53%);
            transform: rotate(9deg) translateX(53%);
  }
}
@media (min-width: 768px) {
  .sec-lienhePage .item-contact .sharp-3 {
    top: 22%;
    left: 4%;
    width: 2.5%;
  }
}
@media (max-width: 767.98px) {
  .sec-lienhePage .item-contact .sharp-3 {
    top: 14%;
    left: 0;
    width: 6.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec-lienhePage .item-contact .sharp-3 img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
.sec-lienhePage .item-contact .sharp-4 {
  bottom: 49%;
  right: 2%;
  width: 4.5%;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
.sec-lienhePage .item-contact .sharp-4 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 1260px) {
  .sec-lienhePage .item-contact .sharp-4 {
    right: 3%;
  }
}
.sec-lienhePage .item-contact__wrap {
  position: relative;
  z-index: 2;
  background-color: var(--bs-heading-color);
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 2.1875rem 1.875rem 0;
}
@media (min-width: 768px) {
  .sec-lienhePage .item-contact__wrap {
    padding: 3.25rem 3.125rem 0;
  }
}
@media (min-width: 992px) {
  .sec-lienhePage .item-contact__wrap {
    padding: 4.0625rem 5rem 0;
  }
}
@media (min-width: 1750px) {
  .sec-lienhePage .item-contact__wrap {
    padding: 5.3125rem 7.5rem 0;
  }
}
.sec-lienhePage .item-contact__wrap .f-title {
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.046875rem;
  color: #FFF;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-lienhePage .item-contact__wrap .f-title {
    font-size: 1.875rem;
    max-width: 80%;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-lienhePage .item-contact__wrap .f-title {
    font-size: 2.3125rem;
    max-width: 74%;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1750px) {
  .sec-lienhePage .item-contact__wrap .f-title {
    font-size: 2.6875rem;
    line-height: 1.11;
    letter-spacing: -0.080625rem;
    max-width: 65%;
  }
}
@media (min-width: 768px) {
  .sec-lienhePage .item-contact__wrap .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.4375rem;
  }
  .sec-lienhePage .item-contact__wrap .form-wrap .item-input,
  .sec-lienhePage .item-contact__wrap .form-wrap .item-btn {
    width: 100%;
    padding: 0 0.4375rem;
  }
  .sec-lienhePage .item-contact__wrap .form-wrap .item-input.c-50,
  .sec-lienhePage .item-contact__wrap .form-wrap .item-btn.c-50 {
    width: 50%;
  }
}
.sec-lienhePage .item-contact__wrap .form-wrap .item-btn {
  padding-top: 1.25rem;
}
.sec-lienhePage .item-contact__wrap .sharp-1 {
  width: 90%;
  margin-left: auto;
  margin-right: -1.875rem;
  -webkit-transform: translate(13%, 20%);
          transform: translate(13%, 20%);
}
.sec-lienhePage .item-contact__wrap .sharp-1 img {
  width: 100%;
  -webkit-animation: effect3 10s linear infinite;
          animation: effect3 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-lienhePage .item-contact__wrap .sharp-1 {
    width: 50%;
    margin-right: -3.125rem;
    margin-top: -20%;
  }
}
@media (min-width: 768px) {
  .sec-lienhePage .item-contact__wrap .sharp-1 {
    width: 45%;
    margin-right: -5rem;
    margin-top: -15%;
  }
}
@media (min-width: 1260px) {
  .sec-lienhePage .item-contact__wrap .sharp-1 {
    width: 41%;
    margin-right: -7.5rem;
    margin-top: -10%;
  }
}
.sec-lienhePage .titlebox__info .f-item {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .sec-lienhePage .titlebox__info .f-item {
    margin-top: 0;
  }
}
.sec-lienhePage .titlebox__info .f-item__title {
  font-family: var(--bs-body-font-family);
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: -0.015625rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1260px) {
  .sec-lienhePage .titlebox__info .f-item__title {
    font-size: 1.5625rem;
  }
}
.sec-lienhePage .titlebox__info .f-item__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-lienhePage .titlebox__info .f-item__list li {
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.2;
  color: #494A52;
  padding-left: 1.4375rem;
}
@media (min-width: 768px) {
  .sec-lienhePage .titlebox__info .f-item__list li {
    max-width: 95%;
  }
}
.sec-lienhePage .titlebox__info .f-item__list li + li {
  margin-top: 0.625rem;
}
.sec-lienhePage .titlebox__info .f-item__list li span {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bs-heading-color);
}
.sec-lienhePage .titlebox__info .f-item__list li a:hover {
  text-decoration: underline;
}
@media (min-width: 1260px) {
  .sec-lienhePage .titlebox__info .f-item__list li {
    font-size: 1.125rem;
    padding-left: 1.75rem;
  }
  .sec-lienhePage .titlebox__info .f-item__list li span {
    top: -0.125rem;
  }
}
.sec-lienhePage .bg-sharp {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 86%;
  background-color: #FFDF1C;
}
@media (min-width: 768px) {
  .sec-lienhePage .bg-sharp {
    height: 60%;
  }
}
@media (min-width: 1260px) {
  .sec-lienhePage .bg-sharp {
    height: 48%;
  }
}
.sec-lienhePage .bg-sharp span {
  display: block;
}
.sec-lienhePage .bg-sharp span img {
  width: 100%;
}
.sec-lienhePage .bg-sharp .bg-sharp-1 {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}
.sec-lienhePage .bg-sharp .bg-sharp-1 span {
  display: block;
}
.sec-lienhePage .bg-sharp .bg-sharp-2 {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 95%;
  background-color: #FFC619;
}
@media (min-width: 768px) {
  .sec-lienhePage .bg-sharp .bg-sharp-2 {
    height: 5%;
  }
}
.sec-lienhePage .bg-sharp .bg-sharp-2 span {
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}

.sec-tintucPage {
  padding-top: 4.375rem;
  padding-bottom: 4.6875rem;
}
@media (min-width: 768px) {
  .sec-tintucPage {
    padding-bottom: 5.625rem;
  }
}
.sec-tintucPage .titlebox__title {
  font-size: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-tintucPage .titlebox__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .sec-tintucPage .titlebox__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucPage .titlebox__title {
    font-size: 3.125rem;
    letter-spacing: -0.09375rem;
    margin-bottom: 2.375rem;
  }
}
.sec-tintucPage .post-listWrap {
  position: relative;
  border-top: 1px solid rgba(0, 15, 153, 0.08);
  padding-top: 1.875rem;
  margin-top: 1.875rem;
}
.sec-tintucPage .post-listWrap .post {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .sec-tintucPage .post-listWrap .post {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .sec-tintucPage .post-listWrap .post {
    margin-bottom: 3.4375rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucPage .post-listWrap .post {
    margin-bottom: 4.375rem;
  }
}
.sec-tintucPage .post-listWrap .post__img {
  border-radius: 1.5625rem;
  overflow: hidden;
}
.sec-tintucPage .post-listWrap .post__img:after {
  padding-top: 100%;
}
@media (min-width: 768px) {
  .sec-tintucPage .post-listWrap {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
  .sec-tintucPage .post-listWrap .post__img {
    border-radius: 2.1875rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sec-tintucPage .post-listWrap [class*=col-]:nth-child(3n+2) .post {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .sec-tintucPage .post-listWrap [class*=col-]:nth-child(3n+3) .post {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@media (min-width: 992px) {
  .sec-tintucPage .post-listWrap {
    padding-top: 3.125rem;
    margin-top: 3.125rem;
  }
  .sec-tintucPage .post-listWrap .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-tintucPage .post-listWrap .row [class*=col-] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucPage .post-listWrap .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .sec-tintucPage .post-listWrap .row [class*=col-] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .sec-tintucPage .post-listWrap .post__img {
    border-radius: 3.75rem;
  }
}
@media (min-width: 1750px) {
  .sec-tintucPage .post-listWrap {
    padding-top: 4.375rem;
    margin-top: 4.375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-tintucPage .post-listWrap [class*=col-]:nth-child(2n+2) .post {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.sec-tintucPage .post-listWrap .sharp-1,
.sec-tintucPage .post-listWrap .sharp-2,
.sec-tintucPage .post-listWrap .sharp-3,
.sec-tintucPage .post-listWrap .sharp-4 {
  position: absolute;
  z-index: 2;
}
.sec-tintucPage .post-listWrap .sharp-1 span,
.sec-tintucPage .post-listWrap .sharp-2 span,
.sec-tintucPage .post-listWrap .sharp-3 span,
.sec-tintucPage .post-listWrap .sharp-4 span {
  display: block;
}
.sec-tintucPage .post-listWrap .sharp-1 img,
.sec-tintucPage .post-listWrap .sharp-2 img,
.sec-tintucPage .post-listWrap .sharp-3 img,
.sec-tintucPage .post-listWrap .sharp-4 img {
  width: 100%;
}
.sec-tintucPage .post-listWrap .sharp-1 {
  bottom: 21%;
  left: 0;
  width: 7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec-tintucPage .post-listWrap .sharp-1 img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sec-tintucPage .post-listWrap .sharp-2 {
  top: 26%;
  right: 0;
  width: 7%;
  -webkit-transform: rotate(180deg) translateX(-51%);
          transform: rotate(180deg) translateX(-51%);
}
.sec-tintucPage .post-listWrap .sharp-2 img {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
.sec-tintucPage .post-listWrap .sharp-3 {
  right: -2%;
  bottom: 40%;
  width: 3%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.sec-tintucPage .post-listWrap .sharp-3 img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 1260px) {
  .sec-tintucPage .post-listWrap .sharp-3 {
    right: -5%;
  }
}
.sec-tintucPage .post-listWrap .sharp-4 {
  top: 13%;
  left: 31%;
  width: 4%;
}
@media (max-width: 991.98px) {
  .sec-tintucPage .pager {
    margin-top: 2.5rem;
  }
}

.sec-tintucDetail {
  padding-top: 9.375rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .sec-tintucDetail {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1750px) {
  .sec-tintucDetail {
    padding-top: 18.125rem;
    padding-bottom: 9.375rem;
  }
}
.sec-tintucDetail .breadcrumb {
  margin-bottom: 1.25rem;
  padding: 0;
}
@media (min-width: 768px) {
  .sec-tintucDetail .breadcrumb {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucDetail .breadcrumb {
    margin-bottom: 2.8125rem;
  }
}
.sec-tintucDetail .titlebox__title {
  font-size: 2.1875rem;
  line-height: 1.13;
  letter-spacing: -0.1125rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-tintucDetail .titlebox__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .sec-tintucDetail .titlebox__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1750px) {
  .sec-tintucDetail .titlebox__title {
    font-size: 3.75rem;
  }
}
.sec-tintucDetail .item-meta {
  font-size: 0.875rem;
  color: #5E6176;
  letter-spacing: 0.01rem;
  margin-bottom: 1.875rem;
}
.sec-tintucDetail .item-meta span {
  display: inline-block;
  margin-right: 1.25rem;
}
.sec-tintucDetail .item-meta span img {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .sec-tintucDetail .item-meta span {
    display: block;
    margin-bottom: 0.3125rem;
  }
  .sec-tintucDetail .item-meta span img {
    width: 1.125rem;
    margin-right: 0.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucDetail .item-meta {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}
.sec-tintucDetail .item-imgBig {
  margin-bottom: 2.5rem;
}
.sec-tintucDetail .item-imgBig .fix {
  border-radius: 1.25rem;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.sec-tintucDetail .item-imgBig .fix img {
  width: 100%;
}
.sec-tintucDetail .item-imgBig p {
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.3;
  color: #7F8295;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-imgBig .fix {
    border-radius: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-tintucDetail .item-imgBig {
    margin-bottom: 3.75rem;
  }
  .sec-tintucDetail .item-imgBig .fix {
    border-radius: 2.5rem;
  }
  .sec-tintucDetail .item-imgBig p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucDetail .item-imgBig p {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-entry h1, .sec-tintucDetail .item-entry h2, .sec-tintucDetail .item-entry h3, .sec-tintucDetail .item-entry h4, .sec-tintucDetail .item-entry h5, .sec-tintucDetail .item-entry h6 {
    max-width: 65%;
  }
}
.sec-tintucDetail .item-entry h1, .sec-tintucDetail .item-entry h2, .sec-tintucDetail .item-entry h3 {
  margin-bottom: 1.25rem;
}
.sec-tintucDetail .item-entry h4, .sec-tintucDetail .item-entry h5, .sec-tintucDetail .item-entry h6 {
  margin-bottom: 0.9375rem;
}
.sec-tintucDetail .item-entry h2 {
  font-size: 1.5625rem;
  margin-top: 1.875rem;
}
.sec-tintucDetail .item-entry h3 {
  font-size: 1.25rem;
}
.sec-tintucDetail .item-entry h4 {
  font-size: 1.125rem;
}
.sec-tintucDetail .item-entry h5 {
  font-size: 1rem;
}
.sec-tintucDetail .item-entry h6 {
  font-size: 0.875rem;
}
.sec-tintucDetail .item-entry figure {
  margin: 1.875rem 0;
}
.sec-tintucDetail .item-entry figure img {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.sec-tintucDetail .item-entry figcaption {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.3;
  font-weight: 500;
  color: #7F8295;
  padding-top: 0.625rem;
}
.sec-tintucDetail .item-entry blockquote {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.46px;
  color: #010C6F;
  margin: 1.875rem 0;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-entry blockquote {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucDetail .item-entry h1, .sec-tintucDetail .item-entry h2, .sec-tintucDetail .item-entry h3 {
    margin-bottom: 1.5rem;
  }
  .sec-tintucDetail .item-entry h4, .sec-tintucDetail .item-entry h5, .sec-tintucDetail .item-entry h6 {
    margin-bottom: 1.125rem;
  }
  .sec-tintucDetail .item-entry h2 {
    font-size: 2.125rem;
    margin-top: 2.5rem;
  }
  .sec-tintucDetail .item-entry h3 {
    font-size: 1.625rem;
  }
  .sec-tintucDetail .item-entry h4 {
    font-size: 1.375rem;
  }
  .sec-tintucDetail .item-entry h5 {
    font-size: 1.25rem;
  }
  .sec-tintucDetail .item-entry h6 {
    font-size: 1.125rem;
  }
  .sec-tintucDetail .item-entry figure {
    margin: 3.125rem 0;
  }
  .sec-tintucDetail .item-entry figure img {
    width: 100%;
    border-radius: 2.5rem;
    overflow: hidden;
  }
  .sec-tintucDetail .item-entry figcaption {
    font-size: 0.9375rem;
    padding-top: 0.9375rem;
  }
  .sec-tintucDetail .item-entry blockquote {
    font-size: 1.4375rem;
    margin: 3.125rem 0;
  }
}
.sec-tintucDetail .item-entry table {
  width: 100%;
  border: 1px dashed rgba(1, 12, 111, 0.2);
  margin: 1.875rem 0;
}
.sec-tintucDetail .item-entry table tbody tr {
  border-bottom: 1px dashed rgba(1, 12, 111, 0.2);
}
.sec-tintucDetail .item-entry table tbody tr td:not(:last-child) {
  border-right: 1px dashed rgba(1, 12, 111, 0.2);
}
.sec-tintucDetail .item-entry table tbody td {
  padding: 0.3125rem 0.625rem;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-entry table tbody td {
    padding: 0.625rem 1.25rem;
  }
}
.sec-tintucDetail .item-foot {
  border-top: 1px dashed rgba(1, 12, 111, 0.2);
  padding-top: 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-foot {
    margin-top: 3.125rem;
  }
}
.sec-tintucDetail .item-contact {
  position: relative;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-contact {
    margin-top: 3.75rem;
  }
}
.sec-tintucDetail .item-contact .sharp-2,
.sec-tintucDetail .item-contact .sharp-3 {
  position: absolute;
  z-index: 2;
}
.sec-tintucDetail .item-contact .sharp-2 {
  top: 47%;
  left: 0;
  width: 17%;
  -webkit-transform: rotate(50deg) translateX(-84%);
          transform: rotate(50deg) translateX(-84%);
}
.sec-tintucDetail .item-contact .sharp-2 img {
  -webkit-animation: effect1 7s linear infinite;
          animation: effect1 7s linear infinite;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-contact .sharp-2 {
    width: 11%;
  }
}
.sec-tintucDetail .item-contact .sharp-3 {
  top: 12%;
  right: 0;
  width: 14%;
  -webkit-transform: rotate(10deg) translateX(50%);
          transform: rotate(10deg) translateX(50%);
}
.sec-tintucDetail .item-contact .sharp-3 img {
  -webkit-animation: effect1 7s linear infinite;
          animation: effect1 7s linear infinite;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-contact .sharp-3 {
    top: 20%;
    width: 8%;
  }
}
.sec-tintucDetail .item-contact__wrap {
  position: relative;
  z-index: 2;
  background-color: var(--bs-heading-color);
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 2.1875rem 1.875rem 0;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-contact__wrap {
    padding: 3.125rem 3.125rem 4.375rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucDetail .item-contact__wrap {
    padding: 3.125rem 3.75rem 5rem;
  }
}
@media (min-width: 1750px) {
  .sec-tintucDetail .item-contact__wrap {
    padding: 4.0625rem 4.8125rem 6.25rem;
  }
}
.sec-tintucDetail .item-contact__wrap .form-wrap .item-btn {
  padding-top: 1.25rem;
}
.sec-tintucDetail .item-contact__wrap .f-title {
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.046875rem;
  color: #FFF;
  padding: 0 1rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-contact__wrap .f-title {
    font-size: 2.6875rem;
    line-height: 1.11;
    letter-spacing: -0.080625rem;
    padding: 0 1.75rem;
    margin-bottom: 2.125rem;
  }
}
@media (max-width: 767.98px) {
  .sec-tintucDetail .item-contact__wrap .f-title br {
    display: none;
  }
}
.sec-tintucDetail .item-contact__wrap .sharp-1 {
  width: 90%;
}
.sec-tintucDetail .item-contact__wrap .sharp-1 img {
  width: 100%;
  -webkit-animation: effect3 7s linear infinite;
          animation: effect3 7s linear infinite;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-contact__wrap .sharp-1 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 2%;
    width: 29%;
  }
}
@media (max-width: 767.98px) {
  .sec-tintucDetail .item-contact__wrap .sharp-1 {
    margin-left: auto;
    margin-right: -1.875rem;
    margin-top: 2.5rem;
  }
}
.sec-tintucDetail .item-relate {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-relate {
    margin-top: 4.0625rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucDetail .item-relate {
    margin-top: 5.5rem;
  }
}
.sec-tintucDetail .item-relate .f-title {
  font-size: 1.25rem;
  letter-spacing: -0.0425rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-relate .f-title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucDetail .item-relate .f-title {
    font-size: 2.125rem;
    margin-bottom: 1.875rem;
  }
}
.sec-tintucDetail .item-relate .post__img:after {
  padding-top: 100%;
}
@media (min-width: 1750px) {
  .sec-tintucDetail .item-relate .post__title {
    font-size: 1.1875rem;
  }
}
@media (max-width: 767.98px) {
  .sec-tintucDetail .item-relate .swiper {
    overflow: visible;
  }
  .sec-tintucDetail .item-relate .swiper-slide {
    width: 60vw;
  }
}
.sec-tintucDetail .item-relate .swiper-slide:nth-child(3n+1) .post__img {
  border-radius: 2.5rem;
  border-top-left-radius: 8.125rem;
}
.sec-tintucDetail .item-relate .swiper-slide:nth-child(3n+2) .post__img {
  border-radius: 50%;
}
.sec-tintucDetail .item-relate .swiper-slide:nth-child(3n+3) .post__img {
  border-radius: 2.8125rem;
}
.sec-tintucDetail .item-category {
  max-width: 92%;
}
.sec-tintucDetail .item-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 1.25rem;
  background: #F0F1F7;
  padding: 0.625rem 0.9375rem;
}
.sec-tintucDetail .item-category ul li + li {
  border-top: 1px dashed rgba(0, 15, 153, 0.1);
}
.sec-tintucDetail .item-category ul a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  color: #5E6176;
  padding: 0.75rem 0;
}
.sec-tintucDetail .item-category ul li.toc-active a,
.sec-tintucDetail .item-category ul li a:hover {
  color: var(--bs-heading-color);
}
@media (min-width: 1260px) {
  .sec-tintucDetail .item-category {
    max-width: 84%;
  }
  .sec-tintucDetail .item-category ul {
    padding: 0.625rem 1.5625rem;
  }
  .sec-tintucDetail .item-category ul a {
    font-size: 1rem;
  }
}

.sec-ctrinhHoc {
  background-color: #000F99;
  padding-top: 8.125rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-ctrinhHoc {
    padding-top: 9.375rem;
  }
}
@media (min-width: 1260px) {
  .sec-ctrinhHoc {
    padding-top: 14.375rem;
  }
}
.sec-ctrinhHoc .item-content {
  position: relative;
  z-index: 2;
}
.sec-ctrinhHoc .item-content .item-img {
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .sec-ctrinhHoc .item-content .item-img {
    position: absolute;
    width: 15%;
    bottom: -11%;
    left: 9%;
  }
}
@media (max-width: 767.98px) {
  .sec-ctrinhHoc .item-content .item-img {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-ctrinhHoc .item-content .item-img .fix {
  position: relative;
  border-radius: 1.875rem;
  border-top-right-radius: 6.25rem;
  overflow: hidden;
}
.sec-ctrinhHoc .item-content .item-img .fix:after {
  content: "";
  display: block;
  padding-top: 64.8%;
}
.sec-ctrinhHoc .item-content .item-img .fix img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-ctrinhHoc .item-content .item-img .f-sharp-1,
.sec-ctrinhHoc .item-content .item-img .f-sharp-2 {
  position: absolute;
}
.sec-ctrinhHoc .item-content .item-img .f-sharp-1 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-ctrinhHoc .item-content .item-img .f-sharp-1 {
    width: 26%;
    top: 0;
    left: 3%;
    -webkit-transform: rotate(200deg) translateY(93%);
            transform: rotate(200deg) translateY(93%);
  }
}
@media (max-width: 767.98px) {
  .sec-ctrinhHoc .item-content .item-img .f-sharp-1 {
    width: 21%;
    top: 8%;
    right: 3%;
    -webkit-transform: rotate(200deg) translateY(93%);
    transform: rotate(304deg) translateY(88%);
  }
}
.sec-ctrinhHoc .item-content .item-img .f-sharp-2 {
  width: 12%;
  bottom: 25%;
  -webkit-transform: rotate(-15deg) translateX(-57%);
          transform: rotate(-15deg) translateX(-57%);
}
.sec-ctrinhHoc .item-content .item-img .f-sharp-2 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-ctrinhHoc .item-content .item-img .f-sharp-2 {
    width: 23%;
  }
}
.sec-ctrinhHoc .item-content .a-sharp-1,
.sec-ctrinhHoc .item-content .a-sharp-2 {
  position: absolute;
}
.sec-ctrinhHoc .item-content .a-sharp-1 span,
.sec-ctrinhHoc .item-content .a-sharp-2 span {
  display: block;
}
.sec-ctrinhHoc .item-content .a-sharp-1 span img,
.sec-ctrinhHoc .item-content .a-sharp-2 span img {
  width: 100%;
}
.sec-ctrinhHoc .item-content .a-sharp-1 {
  top: 33%;
  left: 10%;
  width: 6%;
}
@media (min-width: 768px) {
  .sec-ctrinhHoc .item-content .a-sharp-1 {
    left: 5%;
  }
}
@media (min-width: 1260px) {
  .sec-ctrinhHoc .item-content .a-sharp-1 {
    left: 16%;
    width: 4%;
  }
}
.sec-ctrinhHoc .item-content .a-sharp-1.wow.done img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
.sec-ctrinhHoc .item-content .a-sharp-2 {
  top: 24%;
  right: 7%;
  width: 5%;
}
.sec-ctrinhHoc .item-content .a-sharp-2 span img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-ctrinhHoc .item-content .a-sharp-2 {
    top: 11%;
    right: 17%;
    width: 2%;
  }
}
.sec-ctrinhHoc .titlebox {
  text-align: center;
}
.sec-ctrinhHoc .titlebox__sub {
  color: rgba(255, 255, 255, 0.55);
}
.sec-ctrinhHoc .titlebox__title {
  color: #FFF;
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .sec-ctrinhHoc .titlebox__title {
    font-size: 1.875rem;
  }
}
.sec-ctrinhHoc .titlebox__text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  max-width: 94%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-ctrinhHoc .titlebox__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .sec-ctrinhHoc .titlebox__text {
    max-width: 65%;
  }
}
@media (min-width: 1260px) {
  .sec-ctrinhHoc .titlebox__text {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1260px) {
  .sec-ctrinhHoc .titlebox__text {
    max-width: 50%;
  }
}
.sec-ctrinhHoc .item-foot {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 1;
  margin-top: 6.5625rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (min-width: 768px) {
  .sec-ctrinhHoc .item-foot {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-ctrinhHoc .item-foot {
    margin-top: -2%;
  }
}
.sec-ctrinhHoc .item-foot .f-layer-1 img,
.sec-ctrinhHoc .item-foot .f-layer-2 img {
  width: 100%;
}
.sec-ctrinhHoc .item-foot .f-layer-1 {
  position: relative;
  z-index: 3;
}
.sec-ctrinhHoc .item-foot .f-layer-2 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #010C6F;
}
.sec-ctrinhHoc .item-foot .f-layer-2 span {
  display: block;
  -webkit-transform: translateY(-97%);
          transform: translateY(-97%);
}
.sec-ctrinhHoc .item-foot .f-img-1,
.sec-ctrinhHoc .item-foot .f-img-2,
.sec-ctrinhHoc .item-foot .f-img-3,
.sec-ctrinhHoc .item-foot .f-img-4 {
  position: absolute;
}
.sec-ctrinhHoc .item-foot .f-img-1 span,
.sec-ctrinhHoc .item-foot .f-img-2 span,
.sec-ctrinhHoc .item-foot .f-img-3 span,
.sec-ctrinhHoc .item-foot .f-img-4 span {
  display: block;
}
.sec-ctrinhHoc .item-foot .f-img-1 span img,
.sec-ctrinhHoc .item-foot .f-img-2 span img,
.sec-ctrinhHoc .item-foot .f-img-3 span img,
.sec-ctrinhHoc .item-foot .f-img-4 span img {
  width: 100%;
}
.sec-ctrinhHoc .item-foot .f-img-1 {
  top: 9%;
  right: 5%;
  width: 47%;
  -webkit-transform: translateY(-79%);
          transform: translateY(-79%);
}
.sec-ctrinhHoc .item-foot .f-img-1 img {
  -webkit-animation: effect3 10s linear infinite;
          animation: effect3 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-ctrinhHoc .item-foot .f-img-1 {
    right: 6%;
    width: 24%;
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
  }
}
.sec-ctrinhHoc .item-foot .f-img-2 {
  z-index: 4;
  bottom: 13%;
  left: 26%;
  width: 11%;
}
.sec-ctrinhHoc .item-foot .f-img-2 img {
  -webkit-animation: effect1_1 10s linear infinite;
          animation: effect1_1 10s linear infinite;
}
.sec-ctrinhHoc .item-foot .f-img-3 {
  z-index: 3;
}
.sec-ctrinhHoc .item-foot .f-img-3 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-ctrinhHoc .item-foot .f-img-3 {
    bottom: 23%;
    left: 35%;
    width: 6%;
  }
}
@media (max-width: 767.98px) {
  .sec-ctrinhHoc .item-foot .f-img-3 {
    top: 9%;
    right: 5%;
    width: 15%;
    -webkit-transform: rotate(351deg);
            transform: rotate(351deg);
  }
}
.sec-ctrinhHoc .item-foot .f-img-4 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sec-ctrinhHoc .item-foot .f-img-4 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-ctrinhHoc .item-foot .f-img-4 {
    top: -37%;
    right: 4%;
    width: 3%;
  }
}
@media (max-width: 767.98px) {
  .sec-ctrinhHoc .item-foot .f-img-4 {
    top: -14%;
    left: 10%;
    width: 13%;
  }
}

.sec-listCTrinh,
.sec-listCTrinh2,
.sec-TVHDuong,
.sec-cuocsongList,
.sec-GLQTe {
  padding-top: 3.5625rem;
}
.sec-listCTrinh .titlebox,
.sec-listCTrinh2 .titlebox,
.sec-TVHDuong .titlebox,
.sec-cuocsongList .titlebox,
.sec-GLQTe .titlebox {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-listCTrinh .titlebox,
  .sec-listCTrinh2 .titlebox,
  .sec-TVHDuong .titlebox,
  .sec-cuocsongList .titlebox,
  .sec-GLQTe .titlebox {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-listCTrinh .titlebox,
  .sec-listCTrinh2 .titlebox,
  .sec-TVHDuong .titlebox,
  .sec-cuocsongList .titlebox,
  .sec-GLQTe .titlebox {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-listCTrinh .titlebox__title,
.sec-listCTrinh2 .titlebox__title,
.sec-TVHDuong .titlebox__title,
.sec-cuocsongList .titlebox__title,
.sec-GLQTe .titlebox__title {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .sec-listCTrinh .item-list .row,
  .sec-listCTrinh2 .item-list .row,
  .sec-TVHDuong .item-list .row,
  .sec-cuocsongList .item-list .row,
  .sec-GLQTe .item-list .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-listCTrinh .item-list .row [class*=col-],
  .sec-listCTrinh2 .item-list .row [class*=col-],
  .sec-TVHDuong .item-list .row [class*=col-],
  .sec-cuocsongList .item-list .row [class*=col-],
  .sec-GLQTe .item-list .row [class*=col-] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-listCTrinh .item-list .row,
  .sec-listCTrinh2 .item-list .row,
  .sec-TVHDuong .item-list .row,
  .sec-cuocsongList .item-list .row,
  .sec-GLQTe .item-list .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .sec-listCTrinh .item-list .row [class*=col-],
  .sec-listCTrinh2 .item-list .row [class*=col-],
  .sec-TVHDuong .item-list .row [class*=col-],
  .sec-cuocsongList .item-list .row [class*=col-],
  .sec-GLQTe .item-list .row [class*=col-] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.sec-listCTrinh2 {
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .sec-listCTrinh2 {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .sec-listCTrinh2 {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-listCTrinh2 {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
  }
}

.sec-faqSec {
  padding-top: 3.125rem;
}
@media (min-width: 768px) {
  .sec-faqSec .line-sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .sec-faqSec .line-sec span {
    display: block;
    height: 1px;
    background-color: rgba(1, 12, 111, 0.08);
  }
}
@media (min-width: 992px) {
  .sec-faqSec {
    padding-top: 4.0625rem;
  }
}
@media (min-width: 1260px) {
  .sec-faqSec {
    padding-top: 5.3125rem;
  }
}
.sec-faqSec .titlebox__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 1260px) {
  .sec-faqSec .titlebox__title {
    margin-bottom: 2.1875rem;
  }
}
.sec-faqSec .item-accordion {
  border-radius: 1.375rem;
  background: #F0F1F7;
  padding: 0.625rem 1.25rem;
}
@media (min-width: 768px) {
  .sec-faqSec .item-accordion {
    padding: 1.25rem 2.5rem;
  }
}
@media (min-width: 992px) {
  .sec-faqSec .item-accordion {
    padding: 1.25rem 3.4375rem;
  }
}
@media (min-width: 1260px) {
  .sec-faqSec .item-accordion {
    padding: 1.875rem 4.5rem;
  }
}

.sec-cuocsongList {
  padding-top: 6.875rem;
}
.sec-cuocsongList .titlebox {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-cuocsongList .titlebox {
    margin-bottom: 3.125rem;
  }
}
.sec-cuocsongList .titlebox__title {
  margin-bottom: 1.25rem;
}
.sec-cuocsongList .item-list .cthocBox {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-cuocsongList .item-list .cthocBox {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1260px) {
  .sec-cuocsongList .item-list .cthocBox {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .sec-cuocsongList .item-list [class*=col-]:nth-child(3n+2) .cthocBox {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .sec-cuocsongList .item-list [class*=col-]:nth-child(3n+3) .cthocBox {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

.sec-TVHDuong,
.sec-GLQTe {
  padding-top: 3.125rem;
}
@media (min-width: 768px) {
  .sec-TVHDuong,
  .sec-GLQTe {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .sec-TVHDuong,
  .sec-GLQTe {
    padding-top: 7.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-TVHDuong,
  .sec-GLQTe {
    padding-top: 11.25rem;
  }
}

@media (min-width: 768px) {
  .sec-GLQTe {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .sec-GLQTe {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-GLQTe {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .sec-GLQTe .item-list [class*=col-]:nth-child(3n+2) .cthocBox {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .sec-GLQTe .item-list [class*=col-]:nth-child(3n+3) .cthocBox {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .sec-TVHDuong {
    padding-top: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-TVHDuong {
    padding-top: 6.25rem;
  }
}

.sec-CSHDTT {
  padding-top: 3.4375rem;
}
@media (min-width: 768px) {
  .sec-CSHDTT {
    padding-top: 5rem;
  }
}
@media (min-width: 1260px) {
  .sec-CSHDTT {
    padding-top: 10.3125rem;
  }
}
.sec-CSHDTT .titlebox {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sec-CSHDTT .titlebox {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1260px) {
  .sec-CSHDTT .titlebox {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-CSHDTT .titlebox__title {
  font-size: 1.25rem;
  letter-spacing: -0.0425rem;
}
@media (min-width: 768px) {
  .sec-CSHDTT .titlebox__title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-CSHDTT .titlebox__title {
    font-size: 2.125rem;
  }
}
.sec-CSHDTT .post__img:after {
  padding-top: 100%;
}
.sec-CSHDTT .post__text {
  font-size: 0.9375rem;
}
.sec-CSHDTT .swiper-slide:nth-child(4n+1) .post__img {
  border-radius: 2.5rem;
  border-top-right-radius: 8.125rem;
}
.sec-CSHDTT .swiper-slide:nth-child(4n+2) .post__img {
  border-radius: 2.8125rem;
}
.sec-CSHDTT .swiper-slide:nth-child(4n+3) .post__img {
  border-radius: 50%;
}
.sec-CSHDTT .swiper-slide:nth-child(4n+4) .post__img {
  border-radius: 2.5rem;
  border-top-left-radius: 8.125rem;
}
@media (max-width: 1259.98px) {
  .sec-CSHDTT .post__text {
    display: none;
  }
  .sec-CSHDTT .post__title {
    margin-bottom: 0;
  }
}

.sec-pageTitle {
  padding-top: 14.375rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .sec-pageTitle {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-pageTitle {
    padding-top: 18.75rem;
    padding-bottom: 3.125rem;
  }
}
.sec-pageTitle .breadcrumb {
  padding: 0;
}
.sec-pageTitle .item-title {
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .sec-pageTitle .item-title {
    font-size: 2.75rem;
    letter-spacing: -0.0825rem;
  }
}
@media (min-width: 1260px) {
  .sec-pageTitle .item-title {
    margin-bottom: 3.125rem;
  }
}
.sec-pageTitle .item-line {
  height: 1px;
  background-color: rgba(0, 15, 153, 0.1);
  margin-top: 1.25rem;
}
.sec-pageTitle .sharp {
  position: absolute;
  top: 0;
  right: 0;
  width: 88%;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .sec-pageTitle .sharp {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .sec-pageTitle .sharp {
    width: 34%;
  }
}
@media (min-width: 1260px) {
  .sec-pageTitle .sharp {
    width: 27%;
  }
}
.sec-pageTitle .sharp span {
  display: block;
}
.sec-pageTitle .sharp span img {
  width: 100%;
}

.sec-layoutSidebar {
  padding-bottom: 5.3125rem;
}
@media (min-width: 768px) {
  .sec-layoutSidebar {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-layoutSidebar {
    padding-bottom: 7.5rem;
  }
}
.sec-layoutSidebar .sidebar-category {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .sec-layoutSidebar .content-area {
    max-width: 96%;
    margin-left: auto;
  }
}
.sec-layoutSidebar .content-area .contentType:last-child {
  margin-bottom: 0;
}

.sec-searchPage {
  padding-top: 8.125rem;
  padding-bottom: 6.875rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-searchPage {
    padding-top: 5.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-searchPage {
    padding-top: 4.375rem;
  }
}
.sec-searchPage .item-head {
  margin-bottom: 3.375rem;
}
.sec-searchPage .item-head .titlebox__title {
  margin-bottom: 1.5625rem;
}
.sec-searchPage .item-head .form-search {
  margin-bottom: 0.4375rem;
}
.sec-searchPage .item-head .f-result {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #808294;
  margin: 0;
}
@media (max-width: 767.98px) {
  .sec-searchPage .item-head .f-result {
    text-align: center;
  }
}
@media (min-width: 1260px) {
  .sec-searchPage .item-head .f-result {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .sec-searchPage .item-head {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-searchPage .item-head .titlebox__title {
    margin-bottom: 1.875rem;
  }
  .sec-searchPage .item-head .form-search {
    margin-bottom: 1.125rem;
  }
}
.sec-searchPage .nav-list {
  margin-bottom: 0;
}
.sec-searchPage .item-list .post__body-1 {
  padding: 1.1875rem 0;
}
.sec-searchPage .item-list .post__body-1 + .post__body-1 {
  border-top: 1px solid rgba(1, 12, 111, 0.08);
}
@media (min-width: 992px) {
  .sec-searchPage .item-list .post__body-1 {
    padding: 1.5625rem 0;
  }
}
.sec-searchPage .item-list .post__body-1 .post__title {
  font-size: 1.0625rem;
  margin-bottom: 0.5625rem;
}
@media (min-width: 992px) {
  .sec-searchPage .item-list .post__body-1 .post__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-searchPage .item-list .post__body-1 .post__title {
    font-size: 1.1875rem;
  }
}
.sec-searchPage .item-list .post__body-1 .post__title .highlight {
  font-weight: inherit;
  color: #00BDFF;
}
.sec-searchPage .item-list .post__body-1 .post__textShort {
  color: #5E6176;
  font-size: 0.9375rem;
}
@media (min-width: 1260px) {
  .sec-searchPage .item-list .post__body-1 .post__textShort {
    font-size: 1.0625rem;
  }
}
.sec-searchPage .item-list .post.style-search {
  padding-top: 1.5625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1260px) {
  .sec-searchPage .item-list .post.style-search {
    margin-bottom: 2.1875rem;
  }
}
.sec-searchPage .item-list .post.style-search .post__img {
  border-radius: 0.9375rem;
}
.sec-searchPage .item-list .post.style-search .post__title {
  font-family: var(--bs-heading-font-family);
  font-size: 1.3125rem;
  letter-spacing: -0.039375rem;
}
@media (min-width: 1260px) {
  .sec-searchPage .item-list .post.style-search .post__title {
    font-size: 1.5rem;
    line-height: 1.29;
    letter-spacing: -0.045rem;
  }
}
.sec-searchPage .item-list .post.style-search .post__title .highlight {
  font-weight: inherit;
  color: #00BDFF;
}
.sec-searchPage .item-list .post.style-search .post__textShort {
  font-size: 0.9375rem;
  color: #5E6176;
}
@media (min-width: 768px) {
  .sec-searchPage .item-list [class*=col-md-]:nth-child(2n+2) .post.style-search.wow {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.sec-searchPage .item-foot {
  text-align: center;
  padding-top: 1.875rem;
}
.sec-searchPage .item-sharp {
  position: absolute;
  z-index: -1;
  top: 1%;
  right: 0;
  width: 42%;
  pointer-events: none;
}
.sec-searchPage .item-sharp span {
  display: block;
}
.sec-searchPage .item-sharp span img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-searchPage .item-sharp {
    top: 8%;
    width: 19%;
  }
}

.sec-siteIndex {
  padding-bottom: 3.4375rem;
}
@media (min-width: 768px) {
  .sec-siteIndex {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1750px) {
  .sec-siteIndex {
    padding-bottom: 9.75rem;
  }
}
@media (min-width: 992px) {
  .sec-siteIndex .item-content .item-alphabetWrap .item-group,
  .sec-siteIndex .item-content .item-listWrap {
    padding-left: 6.25rem;
  }
}
.sec-siteIndex .item-title {
  font-size: 1.125rem;
  line-height: 1.43;
  letter-spacing: -0.02875rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .sec-siteIndex .item-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .sec-siteIndex .item-title {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
    margin-top: 0.625rem;
  }
}
@media (min-width: 1750px) {
  .sec-siteIndex .item-title {
    font-size: 1.4375rem;
    margin-top: 1.5%;
  }
}
.sec-siteIndex .item-alphabetWrap {
  position: relative;
  margin-bottom: 1.375rem;
}
@media (min-width: 1260px) {
  .sec-siteIndex .item-alphabetWrap {
    margin-bottom: 3.125rem;
  }
}
.sec-siteIndex .item-alphabetWrap .item-group {
  position: relative;
  background-color: #fff;
}
.sec-siteIndex .item-alphabet {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.75rem;
  background: #F6F7FA;
  position: relative;
  z-index: 999;
  padding: 0.375rem;
}
.sec-siteIndex .item-alphabet li {
  position: relative;
  width: 100%;
}
.sec-siteIndex .item-alphabet a {
  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;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #5E6176;
  border-radius: 0.625rem;
}
.sec-siteIndex .item-alphabet a:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-siteIndex .item-alphabet a span {
  position: absolute;
}
.sec-siteIndex .item-alphabet a.current, .sec-siteIndex .item-alphabet a:hover {
  background: #F0F1F7;
  color: var(--bs-heading-color);
}
@media (max-width: 767.98px) {
  .sec-siteIndex .item-alphabet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-siteIndex .item-alphabet li {
    width: 12.5%;
  }
}
@media (min-width: 1260px) {
  .sec-siteIndex .item-alphabet {
    border-radius: 1.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-siteIndex .item-alphabet a {
    font-size: 0.9375rem;
    border-radius: 1.25rem;
  }
}
.sec-siteIndex .item-listWrap .f-chars {
  border-radius: 1.25rem;
  border: 1px solid rgba(240, 241, 247, 0.6);
  padding: 1.25rem 1.5rem 0.625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1260px) {
  .sec-siteIndex .item-listWrap .f-chars {
    padding: 2.5rem 2rem;
    margin-bottom: 1rem;
  }
}
.sec-siteIndex .item-listWrap .f-chars__name {
  font-size: 2.375rem;
  line-height: 1;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-siteIndex .item-listWrap .f-chars__name {
    font-size: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-siteIndex .item-listWrap .f-chars__name {
    font-size: 4rem;
    margin-bottom: 1.75rem;
  }
}
.sec-siteIndex .item-listWrap .f-chars__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-siteIndex .item-listWrap .f-chars__list li a {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #5E6176;
  border-top: 1px solid rgba(94, 97, 118, 0.1);
  padding: 0.75rem 0;
}
.sec-siteIndex .item-listWrap .f-chars__list li a span {
  display: inline-block;
  font-size: 0.625rem;
  color: #B2B7E0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-siteIndex .item-listWrap .f-chars__list li a:hover {
  color: var(--bs-heading-color);
}
.sec-siteIndex .item-listWrap .f-chars__list li a:hover span {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (min-width: 768px) {
  .sec-siteIndex .item-listWrap .f-chars__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-siteIndex .item-listWrap .f-chars__list li {
    width: 50%;
    padding: 0 0.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-siteIndex .item-listWrap .f-chars__list {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sec-siteIndex .item-listWrap .f-chars__list li {
    width: 50%;
    padding: 0 1.5rem;
  }
  .sec-siteIndex .item-listWrap .f-chars__list li a {
    font-size: 1rem;
    padding: 1rem 0;
  }
  .sec-siteIndex .item-listWrap .f-chars__list li a span {
    font-size: 0.75rem;
  }
}

.sec-lienhePageDone {
  padding-top: 9.375rem;
}
@media (min-width: 768px) {
  .sec-lienhePageDone {
    padding-top: 12.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-lienhePageDone {
    padding-top: 21.875rem;
  }
}
.sec-lienhePageDone .item-bodyWrap {
  position: relative;
}
.sec-lienhePageDone .item-bodyWrap .f-sharp-1,
.sec-lienhePageDone .item-bodyWrap .f-sharp-2 {
  position: absolute;
}
.sec-lienhePageDone .item-bodyWrap .f-sharp-1 img,
.sec-lienhePageDone .item-bodyWrap .f-sharp-2 img {
  width: 100%;
}
.sec-lienhePageDone .item-bodyWrap .f-sharp-1 {
  top: -31%;
  left: 20%;
  width: 3%;
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-lienhePageDone .item-bodyWrap .f-sharp-1 {
    left: 30%;
    width: 1.5%;
  }
}
.sec-lienhePageDone .item-bodyWrap .f-sharp-2 {
  top: 0;
  right: 15%;
  width: 2%;
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-lienhePageDone .item-bodyWrap .f-sharp-2 {
    right: 28%;
    width: 1.5%;
  }
}
.sec-lienhePageDone .item-body {
  text-align: center;
}
.sec-lienhePageDone .item-body span {
  display: block;
  font-family: var(--bs-heading-font-family);
  font-size: 1.125rem;
  line-height: 1.29;
  letter-spacing: -0.036875rem;
  color: #00BDFF;
}
.sec-lienhePageDone .item-body h3 {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.27;
  color: #000F99;
  letter-spacing: -0.09375rem;
}
.sec-lienhePageDone .item-body h3 span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11%;
  -webkit-transform: translate(53%, 51%);
          transform: translate(53%, 51%);
}
.sec-lienhePageDone .item-body h3 span img {
  width: 100%;
}
.sec-lienhePageDone .item-body p {
  margin: 0;
}
@media (min-width: 768px) {
  .sec-lienhePageDone .item-body span {
    font-size: 1.375rem;
    letter-spacing: -0.06375rem;
  }
  .sec-lienhePageDone .item-body h3 {
    font-size: 3.75rem;
    letter-spacing: -0.1125rem;
  }
}
@media (min-width: 1260px) {
  .sec-lienhePageDone .item-body span {
    font-size: 1.875rem;
  }
  .sec-lienhePageDone .item-body h3 {
    font-size: 4.625rem;
    letter-spacing: -0.1125rem;
  }
}
@media (min-width: 1750px) {
  .sec-lienhePageDone .item-body span {
    font-size: 2.5rem;
    letter-spacing: -0.06375rem;
  }
  .sec-lienhePageDone .item-body h3 {
    font-size: 5.625rem;
    letter-spacing: -0.13875rem;
  }
}
.sec-lienhePageDone .item-foot {
  position: relative;
  margin-top: 20%;
}
@media (min-width: 768px) {
  .sec-lienhePageDone .item-foot {
    margin-top: 10%;
  }
}
@media (min-width: 1260px) {
  .sec-lienhePageDone .item-foot {
    margin-top: 5%;
  }
}
.sec-lienhePageDone .item-foot .f-wave {
  position: relative;
  z-index: 2;
}
.sec-lienhePageDone .item-foot .f-wave img {
  width: 100%;
}
.sec-lienhePageDone .item-foot .f-sharp-1,
.sec-lienhePageDone .item-foot .f-sharp-2 {
  position: absolute;
  z-index: 1;
}
.sec-lienhePageDone .item-foot .f-sharp-1 img,
.sec-lienhePageDone .item-foot .f-sharp-2 img {
  width: 100%;
}
.sec-lienhePageDone .item-foot .f-sharp-1 {
  top: 0;
  left: 11%;
  width: 23%;
  -webkit-transform: translateY(-72%);
          transform: translateY(-72%);
}
.sec-lienhePageDone .item-foot .f-sharp-2 {
  right: 4%;
  top: 0;
  width: 11%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.sec-tuyedungHero {
  background-color: #000F99;
  padding-top: 8.125rem;
}
@media (min-width: 768px) {
  .sec-tuyedungHero {
    padding-top: 10rem;
  }
}
@media (min-width: 1260px) {
  .sec-tuyedungHero {
    padding-top: 12.5rem;
  }
}
@media (min-width: 1750px) {
  .sec-tuyedungHero {
    padding-top: 15rem;
  }
}
.sec-tuyedungHero .item-wrap {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .sec-tuyedungHero .item-wrap {
    text-align: center;
  }
}
.sec-tuyedungHero .titlebox__sub {
  color: rgba(255, 255, 255, 0.55);
}
.sec-tuyedungHero .titlebox__title {
  font-size: 1.9375rem;
  color: #FFF;
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .sec-tuyedungHero .titlebox__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .sec-tuyedungHero .titlebox__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1260px) {
  .sec-tuyedungHero .titlebox__title {
    font-size: 3.4375rem;
  }
}
@media (min-width: 1360px) {
  .sec-tuyedungHero .titlebox__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1750px) {
  .sec-tuyedungHero .titlebox__title {
    font-size: 4.625rem;
  }
}
.sec-tuyedungHero .titlebox__text {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .sec-tuyedungHero .titlebox__text {
    max-width: 90%;
  }
}
@media (min-width: 1750px) {
  .sec-tuyedungHero .titlebox__text {
    max-width: 80%;
  }
}
.sec-tuyedungHero .item-img1 {
  position: relative;
}
.sec-tuyedungHero .item-img1 .fix {
  border-radius: 2.1875rem;
  overflow: hidden;
}
.sec-tuyedungHero .item-img1 .fix img {
  width: 100%;
}
.sec-tuyedungHero .item-img1 .f-sharp {
  position: absolute;
  right: 0;
  bottom: 25%;
  width: 17%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.sec-tuyedungHero .item-img1 .f-sharp img {
  width: 100%;
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-tuyedungHero .item-img1 {
    margin-left: -1.875rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-tuyedungHero .item-img1 {
    margin-top: 20%;
  }
}
@media (max-width: 767.98px) {
  .sec-tuyedungHero .item-img1 {
    max-width: 89%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875rem;
  }
}
.sec-tuyedungHero .item-img2 {
  position: relative;
}
.sec-tuyedungHero .item-img2 .fix {
  border-radius: 1.375rem 4.6875rem 1.375rem 1.375rem;
  overflow: hidden;
}
.sec-tuyedungHero .item-img2 .fix img {
  width: 100%;
}
.sec-tuyedungHero .item-img2 .f-sharp {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 23%;
  -webkit-transform: translateX(-50%) rotate(-10deg);
          transform: translateX(-50%) rotate(-10deg);
}
.sec-tuyedungHero .item-img2 .f-sharp img {
  width: 100%;
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-tuyedungHero .item-img2 {
    position: absolute;
    left: 50%;
    bottom: -20%;
    width: 18%;
  }
  .sec-tuyedungHero .item-img2 .fix {
    border-radius: 0.9375rem 3.125rem 0.9375rem 0.9375rem;
  }
}
@media (min-width: 1260px) {
  .sec-tuyedungHero .item-img2 {
    position: absolute;
    left: 41%;
    bottom: -31%;
    width: 14%;
  }
  .sec-tuyedungHero .item-img2 .fix {
    border-radius: 1.5625rem 5.3125rem 1.5625rem 1.5625rem;
  }
}
@media (max-width: 767.98px) {
  .sec-tuyedungHero .item-img2 {
    width: 50%;
    margin: 0 auto 1.5625rem;
  }
}
.sec-tuyedungHero .item-foot {
  position: relative;
  font-size: 0;
  z-index: 1;
  margin-right: -1px;
}
@media (min-width: 992px) {
  .sec-tuyedungHero .item-foot {
    margin-top: -8%;
  }
}
.sec-tuyedungHero .item-foot .layer-1 img,
.sec-tuyedungHero .item-foot .layer-2 img,
.sec-tuyedungHero .item-foot .sharp-1 img,
.sec-tuyedungHero .item-foot .sharp-2 img {
  width: 100%;
}
.sec-tuyedungHero .item-foot .layer-1 {
  position: relative;
}
.sec-tuyedungHero .item-foot .layer-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.sec-tuyedungHero .item-foot .sharp-1 {
  position: absolute;
  z-index: 3;
  top: 10%;
  right: 4%;
  width: 20%;
}
.sec-tuyedungHero .item-foot .sharp-1 img {
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-tuyedungHero .item-foot .sharp-1 {
    width: 7%;
    top: 27%;
  }
}
.sec-tuyedungHero .item-foot .sharp-2 {
  position: absolute;
  top: -20%;
  left: 0;
  width: 10%;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.sec-tuyedungHero .item-foot .sharp-2 img {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-tuyedungHero .item-foot .sharp-2 {
    width: 4%;
    top: -15%;
  }
}

.sec-tuyendungGT {
  padding-top: 5rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-tuyendungGT {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-tuyendungGT {
    padding-top: 8.4375rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1750px) {
  .sec-tuyendungGT {
    padding-bottom: 9.0625rem;
  }
}
.sec-tuyendungGT .item-about .titlebox__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.33;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
}
.sec-tuyendungGT .item-about .item-about__img {
  position: relative;
  margin-bottom: 1.0625rem;
}
.sec-tuyendungGT .item-about .item-about__img:after {
  content: "";
  display: block;
  padding-top: 73%;
}
.sec-tuyendungGT .item-about .item-about__img .lazyloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 2.5rem;
  overflow: hidden;
}
.sec-tuyendungGT .item-about .item-about__img .lazyloading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-tuyendungGT .item-about .item-about__img .f-sharp {
  position: absolute;
  z-index: 2;
  top: 20%;
  right: 0;
  width: 10%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.sec-tuyendungGT .item-about .item-about__img .f-sharp img {
  width: 100%;
  -webkit-animation: effect1 10s linear infinite;
          animation: effect1 10s linear infinite;
}
@media (min-width: 768px) {
  .sec-tuyendungGT .item-about .titlebox {
    padding-top: 0.625rem;
  }
  .sec-tuyendungGT .item-about .item-about__img {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sec-tuyendungGT .item-about .titlebox {
    padding-top: 1.25rem;
  }
  .sec-tuyendungGT .item-about .titlebox__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-tuyendungGT .item-about .titlebox {
    padding-top: 1.875rem;
  }
}
@media (min-width: 1750px) {
  .sec-tuyendungGT .item-about .titlebox {
    max-width: 90%;
  }
  .sec-tuyendungGT .item-about .titlebox__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .sec-tuyendungGT .item-about {
    text-align: center;
  }
}
.sec-tuyendungGT .item-cohoi {
  border-top: 1px solid rgba(1, 12, 111, 0.08);
  padding-top: 3.75rem;
  margin-top: 4.6875rem;
}
.sec-tuyendungGT .item-cohoi .titlebox {
  text-align: center;
  margin-bottom: 1.875rem;
}
.sec-tuyendungGT .item-cohoi .titlebox__title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .sec-tuyendungGT .item-cohoi .titlebox {
    margin-bottom: 3.125rem;
  }
  .sec-tuyendungGT .item-cohoi [class*=col-]:nth-child(3n+2) .cthocBox {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .sec-tuyendungGT .item-cohoi [class*=col-]:nth-child(3n+3) .cthocBox {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@media (min-width: 992px) {
  .sec-tuyendungGT .item-cohoi {
    padding-top: 5rem;
    margin-top: 6.25rem;
  }
  .sec-tuyendungGT .item-cohoi .titlebox__title {
    font-size: 2.5rem;
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 1360px) {
  .sec-tuyendungGT .item-cohoi .titlebox__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1750px) {
  .sec-tuyendungGT .item-cohoi {
    padding-top: 6.5rem;
    margin-top: 10rem;
  }
  .sec-tuyendungGT .item-cohoi .titlebox__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1260px) and (max-width: 1749.98px) {
  .sec-tuyendungGT .item-cohoi .cthocBox__title {
    font-size: 1.5625rem;
  }
}
@media (max-width: 767.98px) {
  .sec-tuyendungGT .item-cohoi .titlebox__title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec-tuyendungFilter {
  background-color: var(--bs-heading-color);
  padding: 1.875rem 0;
}
@media (min-width: 768px) {
  .sec-tuyendungFilter {
    padding: 3.75rem 0;
  }
}
@media (min-width: 992px) {
  .sec-tuyendungFilter {
    padding: 5rem 0;
  }
}
@media (min-width: 1260px) {
  .sec-tuyendungFilter {
    padding: 6.25rem 0;
  }
}
.sec-tuyendungFilter .item-wrap {
  position: relative;
  background-color: #FFF;
  padding: 2.0625rem 1.25rem 3.4375rem;
  border-radius: 1.75rem;
}
@media (min-width: 768px) {
  .sec-tuyendungFilter .item-wrap {
    border-radius: 1.875rem;
    padding: 2.8125rem 2.5rem 4.375rem;
  }
}
@media (min-width: 992px) {
  .sec-tuyendungFilter .item-wrap {
    border-radius: 2.1875rem;
    padding: 3.75rem 4.375rem 5.625rem;
  }
}
@media (min-width: 1750px) {
  .sec-tuyendungFilter .item-wrap {
    border-radius: 2.8125rem;
    padding: 4.6875rem 8.75rem 5.625rem;
  }
}
.sec-tuyendungFilter .item-head {
  text-align: center;
  padding-bottom: 0.625rem;
}
.sec-tuyendungFilter .item-head .titlebox__title {
  font-size: 2rem;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .sec-tuyendungFilter .item-head {
    margin-bottom: 1.25rem;
    padding-bottom: 0;
  }
  .sec-tuyendungFilter .item-head .titlebox__title {
    margin-bottom: 0;
  }
  .sec-tuyendungFilter .item-head .titlebox__title br {
    display: none;
  }
}
@media (min-width: 1260px) {
  .sec-tuyendungFilter .item-head {
    margin-bottom: 1.875rem;
  }
  .sec-tuyendungFilter .item-head .titlebox__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1750px) {
  .sec-tuyendungFilter .item-head .titlebox__title {
    font-size: 3.125rem;
  }
}
@media (max-width: 767.98px) {
  .sec-tuyendungFilter .item-head .item-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sec-tuyendungFilter .item-head .item-group .btn-show-filter {
    width: 1.25rem;
    margin-left: 0.5625rem;
  }
  .sec-tuyendungFilter .item-head .item-group .btn-show-filter svg path {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sec-tuyendungFilter .item-head .item-group .btn-show-filter .t2 {
    opacity: 0;
    visibility: hidden;
  }
  .sec-tuyendungFilter .item-head .item-group .btn-show-filter.showed .t1 {
    opacity: 0;
    visibility: hidden;
  }
  .sec-tuyendungFilter .item-head .item-group .btn-show-filter.showed .t2 {
    opacity: 1;
    visibility: visible;
  }
}
.sec-tuyendungFilter .item-content {
  border-top: 1px solid rgba(1, 12, 111, 0.08);
}
@media (min-width: 768px) {
  .sec-tuyendungFilter .item-content {
    padding-top: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-tuyendungFilter .item-content {
    padding-top: 3.125rem;
  }
}
@media (max-width: 767.98px) {
  .sec-tuyendungFilter .item-content__filter {
    display: none;
    background-color: #fff;
    z-index: 9;
    width: 100%;
    padding: 1.5rem 0 0;
  }
  .sec-tuyendungFilter .item-content__filter .filterTD__list-panel:last-child {
    border-bottom: 1px solid rgba(1, 12, 111, 0.1);
  }
}
@media (min-width: 768px) {
  .sec-tuyendungFilter .item-content__list .f-cvWrap .f-cv:first-child {
    padding-top: 0 !important;
  }
}
.sec-tuyendungFilter .item-content__list .f-cv {
  padding: 1.25rem 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #5E6176;
}
.sec-tuyendungFilter .item-content__list .f-cv + .f-cv {
  border-top: 1px solid rgba(1, 12, 111, 0.08);
}
@media (min-width: 768px) {
  .sec-tuyendungFilter .item-content__list .f-cv {
    padding: 1.5625rem 0;
  }
}
@media (min-width: 992px) {
  .sec-tuyendungFilter .item-content__list .f-cv {
    padding: 1.875rem 0;
  }
}
.sec-tuyendungFilter .item-content__list .f-cv__title {
  font-family: var(--bs-body-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: #383D70;
}
.sec-tuyendungFilter .item-content__list .f-cv__title a:hover {
  color: var(--color-primary);
}
.sec-tuyendungFilter .item-content__list .f-cv__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-tuyendungFilter .item-content__list .f-cv__list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.1875rem;
}
.sec-tuyendungFilter .item-content__list .f-cv__list li span {
  position: absolute;
  top: 0.125rem;
  left: 0;
  line-height: 1;
}
.sec-tuyendungFilter .item-content__list .f-cv__sl {
  margin-bottom: 1.25rem;
}
.sec-tuyendungFilter .item-content__list .f-cv__btn .btn-link {
  font-size: 1.0625rem;
}
.sec-tuyendungFilter .item-content__list .btn-foot {
  padding-top: 1.25rem;
}
@media (max-width: 767.98px) {
  .sec-tuyendungFilter .item-content__list .btn-foot .btn {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1260px) {
  .sec-tuyendungFilter .item-content__list .btn-foot .btn {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 768px) {
  .sec-tuyendungFilter .item-content__list .f-cv {
    font-size: 1rem;
  }
  .sec-tuyendungFilter .item-content__list .f-cv__title {
    font-size: 1.3125rem;
  }
  .sec-tuyendungFilter .item-content__list .f-cv__list li {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .sec-tuyendungFilter .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-tuyendungFilter .item-content__filter {
    width: 35%;
  }
  .sec-tuyendungFilter .item-content__list {
    width: 65%;
    padding-left: 3.125rem;
  }
}
@media (min-width: 992px) {
  .sec-tuyendungFilter .item-content__filter {
    width: 30%;
  }
  .sec-tuyendungFilter .item-content__list {
    width: 60%;
    padding-left: 6.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-tuyendungFilter .item-content__filter {
    width: 22%;
  }
  .sec-tuyendungFilter .item-content__list {
    width: 78%;
    padding-left: 6.25rem;
  }
}
@media (min-width: 1750px) {
  .sec-tuyendungFilter .item-content__filter {
    width: 18%;
  }
  .sec-tuyendungFilter .item-content__list {
    width: 82%;
    padding-left: 10rem;
    padding-right: 4.375rem;
  }
}
