@charset "UTF-8";
@font-face {
  font-family: 'Averta';
  src: url("../../fonts/Averta/Averta-Regular.woff2") format("woff2"), url("../../fonts/Averta/Averta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("../../fonts/Averta/Averta-RegularItalic.woff2") format("woff2"), url("../../fonts/Averta/Averta-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("../../fonts/Averta/Averta-Averta-Semibold.woff2") format("woff2"), url("../../fonts/Averta/Averta-Averta-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("../../fonts/Averta/Averta-ExtraBoldItalic.woff2") format("woff2"), url("../../fonts/Averta/Averta-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Brice';
  src: url("../../fonts/Brice/Brice-Regular.woff2") format("woff2"), url("../../fonts/Brice/Brice-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Brice';
  src: url("../../fonts/Brice/Brice-Black.woff2") format("woff2"), url("../../fonts/Brice/Brice-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1260px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1500px) {
    .container {
      max-width: 1441px; } }

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

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

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

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

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

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

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

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

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1260px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1500px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

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

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

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1260px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

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

@media (min-width: 576px) {
  .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-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; }
  .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; } }

@media (min-width: 768px) {
  .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-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; }
  .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; } }

@media (min-width: 992px) {
  .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-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; }
  .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; } }

@media (min-width: 1260px) {
  .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-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; }
  .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; } }

@media (min-width: 1500px) {
  .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-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; }
  .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; } }

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

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

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

.d-block {
  display: block !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; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !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; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !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; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !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; } }

@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !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; } }

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !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; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !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; } }

html {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

body {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #494949;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: al .3s ease;
  -o-transition: al .3s ease;
  transition: al .3s ease; }
  body.body-fix-scroll {
    overflow-y: hidden; }

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

.img-fullwidth {
  width: 100%; }

svg {
  vertical-align: middle; }

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

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

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

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

img::selection {
  background: transparent; }

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

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #090985;
  font-weight: bold;
  font-family: "Brice", sans-serif;
  line-height: 1.45; }

.gigantic {
  font-size: 110px;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 45px; }

.large, h2 {
  font-size: 35px; }

.bigger, h3 {
  font-size: 28px; }

.big, h4 {
  font-size: 22px; }

.h5 {
  font-size: 18px; }

.small, small, h6 {
  font-size: 15px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    color: inherit;
    text-decoration: none; }

a {
  color: #494949;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  a:hover, a:focus {
    color: #E30606; }

p {
  margin: 0 0 15px 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #DEDEDE;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

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

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

.pd-0 {
  padding: 0; }

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

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

.pd-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

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

.pb-10 {
  padding-bottom: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.pd-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

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

.pb-20 {
  padding-bottom: 20px !important; }

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

.mt-20 {
  margin-top: 20px !important; }

.pd-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

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

.pb-25 {
  padding-bottom: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

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

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

.pb-30 {
  padding-bottom: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.pd-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

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

.pb-35 {
  padding-bottom: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.pd-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

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

.pb-40 {
  padding-bottom: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.pd-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

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

.pb-50 {
  padding-bottom: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.pd-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

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

.pb-60 {
  padding-bottom: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.pd-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

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

.pb-70 {
  padding-bottom: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

blockquote {
  position: relative;
  border-top: 1px solid #02153C;
  border-bottom: 1px solid #02153C;
  padding: 30px 0;
  margin: 40px 0; }
  blockquote p {
    font-family: "Brice", sans-serif;
    font-size: 20px;
    color: #151579;
    line-height: 1.57; }
  blockquote cite {
    display: block;
    font-style: normal;
    color: #E30606;
    letter-spacing: 1px;
    margin-top: 23px;
    margin-bottom: 0; }
    blockquote cite span {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px; }
  @media (max-width: 767.98px) {
    blockquote cite {
      font-size: 14px; }
      blockquote cite span {
        font-size: 12px; } }
  @media (min-width: 768px) {
    blockquote p {
      font-size: 25px; } }
  @media (min-width: 992px) {
    blockquote {
      padding: 30px 11px;
      margin: 70px -45px; }
      blockquote p {
        font-size: 28px; } }

figure {
  margin: 15px 0;
  margin-bottom: 30px; }
  figure img {
    width: 100%;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    figure {
      margin-bottom: 50px; } }

figcaption {
  position: relative;
  font-size: 14px;
  font-style: italic;
  line-height: 1.64;
  color: #494949;
  padding-left: 65px; }
  figcaption span {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Brice", sans-serif; }

.skin-dark {
  color: #D5D7D9; }

.filterbox {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  position: relative;
  max-width: 311px;
  width: 100%; }
  .filterbox:after {
    content: '';
    display: block;
    padding-top: 172%; }
  .filterbox.hover .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .filterbox.hover .back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }

.filterbox__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: initial;
  pointer-events: none; }
  .filterbox__inner .front,
  .filterbox__inner .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
  .filterbox__inner .front {
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .filterbox__inner .back {
    z-index: 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;
    background-color: #652d90;
    padding: 17% 13%;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .filterbox__inner .back__title {
    font-family: "Averta", sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    pointer-events: visible; }
    .filterbox__inner .back__title a {
      text-decoration: underline; }
  .filterbox__inner .back__qrcode {
    max-width: 79%;
    margin-left: auto;
    margin-right: auto; }
  .filterbox__inner .back__social {
    pointer-events: visible; }
    .filterbox__inner .back__social a {
      display: inline-block;
      width: 34px;
      height: 34px;
      line-height: 32px;
      font-size: 14px;
      color: #fff;
      border-radius: 50%;
      border: 1px solid #fff;
      margin: 0 5px; }
      .filterbox__inner .back__social a:hover {
        background-color: #fff;
        color: #000; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .filterbox__inner .back__title {
      font-size: 12px; }
    .filterbox__inner .back {
      padding: 15px 10px; }
    .filterbox__inner .back__qrcode {
      max-width: 70%; } }
  @media (min-width: 1260px) {
    .filterbox__inner .front,
    .filterbox__inner .back {
      border: 5px solid #fff; }
    .filterbox__inner .back__title {
      font-size: 20px; }
    .filterbox__inner .back__social a {
      width: 40px;
      height: 40px;
      line-height: 38px;
      font-size: 18px; } }

.filter-sumvay .back {
  background-color: #652d90; }

.filter-ankhang .back {
  background-color: #FB1053; }

.filter-phuquy .back {
  background-color: #FAAF3B; }

.filter-hoanhy .back {
  background-color: #39B54A; }

.page-wrapper .header__content {
  background-color: transparent; }

.page-wrapper .header__logo,
.page-wrapper .header__nav {
  display: none; }

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

@media (max-width: 1259.98px) {
  .page-wrapper .header__fixheight {
    display: none; }
  .page-wrapper .header__inner {
    height: 70px; } }

.page-content {
  padding-top: 0; }

section.section {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 0; }

.sec-intro {
  padding: 0;
  overflow: visible;
  background-color: #F8E23D; }
  .sec-intro .layer-wave {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    right: 0; }
    .sec-intro .layer-wave img {
      width: 100%; }
  .sec-intro .intro-maidinh,
  .sec-intro .intro-phaotrai,
  .sec-intro .intro-phaophai,
  .sec-intro .intro-cottrai,
  .sec-intro .intro-cotphai,
  .sec-intro .intro-mayphai,
  .sec-intro .intro-maytrai,
  .sec-intro .intro-chu,
  .sec-intro .sec-intro__nen {
    opacity: 0; }
  .sec-intro .dot {
    position: absolute;
    top: 0;
    z-index: 2; }
    .sec-intro .dot[class*='dot-1'], .sec-intro .dot[class*='dot-4'] {
      max-width: 7%; }
    .sec-intro .dot[class*='dot-2'], .sec-intro .dot[class*='dot-3'] {
      max-width: 4%; }

.sec-intro__frame .svg-pc,
.sec-intro__frame .svg-mb {
  position: relative;
  z-index: 3; }
  .sec-intro__frame .svg-pc:after,
  .sec-intro__frame .svg-mb:after {
    content: '';
    display: block; }
  .sec-intro__frame .svg-pc svg,
  .sec-intro__frame .svg-mb svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sec-intro__frame .svg-pc:after {
  padding-top: 66.3%; }

.sec-intro__frame .svg-mb:after {
  padding-top: 193%; }

@media (max-width: 767.98px) {
  .sec-intro__frame .sec-intro__title {
    display: none; } }

@media (min-width: 1260px) {
  .sec-intro__frame .sec-intro__title {
    display: none; } }

.sec-intro__nen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1; }

.sec-intro__title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 61%;
  -webkit-transform: translate(-50%, 77%);
  -ms-transform: translate(-50%, 77%);
  transform: translate(-50%, 77%); }
  .sec-intro__title h1 {
    font-size: 0;
    line-height: 1; }
  @media (min-width: 768px) {
    .sec-intro__title {
      width: 33%;
      -webkit-transform: translate(-50%, 38%);
      -ms-transform: translate(-50%, 38%);
      transform: translate(-50%, 38%); } }

.sec-intro__content {
  position: relative;
  z-index: 3; }
  .sec-intro__content .f-inner {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 30px; }
  .sec-intro__content .f-inner__title {
    font-size: 0;
    margin-bottom: 40px; }
    .sec-intro__content .f-inner__title img {
      max-width: 80%; }
  .sec-intro__content .f-inner__text {
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.66;
    text-align: center;
    color: #090F60;
    margin-bottom: 30px; }
  .sec-intro__content .f-inner__btn {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #6D339B; }
    .sec-intro__content .f-inner__btn span {
      display: block; }
    .sec-intro__content .f-inner__btn svg {
      max-width: 18px; }
  .sec-intro__content .layer-vali,
  .sec-intro__content .layer-khautrang,
  .sec-intro__content .layer-ruatay,
  .sec-intro__content .layer-caydao {
    position: absolute;
    z-index: -1; }
    .sec-intro__content .layer-vali span,
    .sec-intro__content .layer-khautrang span,
    .sec-intro__content .layer-ruatay span,
    .sec-intro__content .layer-caydao span {
      display: block; }
  .sec-intro__content .layer-caydao {
    z-index: 3;
    top: 0;
    right: 0;
    max-width: 30%;
    -webkit-transform: translate(39%, -26%);
    -ms-transform: translate(39%, -26%);
    transform: translate(39%, -26%); }
  .sec-intro__content .layer-vali {
    top: 3%;
    left: 0;
    max-width: 14%;
    -webkit-transform: translateX(-24%);
    -ms-transform: translateX(-24%);
    transform: translateX(-24%); }
  .sec-intro__content .layer-khautrang {
    top: 0;
    left: 19%;
    max-width: 8%;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%); }
  .sec-intro__content .layer-ruatay {
    bottom: 5%;
    left: 20%;
    max-width: 6%; }
  @media (min-width: 768px) {
    .sec-intro__content {
      padding-top: 40px; }
      .sec-intro__content .f-inner {
        max-width: 65%;
        padding: 0;
        margin-left: auto;
        margin-right: auto; }
      .sec-intro__content .f-inner__text {
        font-size: 18px;
        padding: 0 20px; }
      .sec-intro__content .f-inner__btn {
        font-size: 20px; }
        .sec-intro__content .f-inner__btn svg {
          max-width: 22px; }
      .sec-intro__content .layer-khautrang {
        -webkit-transform: translateY(-62%);
        -ms-transform: translateY(-62%);
        transform: translateY(-62%); }
      .sec-intro__content .layer-caydao {
        -webkit-transform: translate(27%, -13%);
        -ms-transform: translate(27%, -13%);
        transform: translate(27%, -13%); } }
  @media (min-width: 992px) {
    .sec-intro__content .f-inner {
      max-width: 56%; }
    .sec-intro__content .f-inner__text {
      font-size: 20px; }
    .sec-intro__content .f-inner__btn {
      font-size: 22px; }
      .sec-intro__content .f-inner__btn svg {
        max-width: 28px;
        margin-top: 7px; } }
  @media (min-width: 1260px) {
    .sec-intro__content .f-inner {
      max-width: 50%; }
    .sec-intro__content .f-inner__title img {
      max-width: 100%; }
    .sec-intro__content .f-inner__text {
      font-size: 22px; }
    .sec-intro__content .f-inner__btn {
      font-size: 24px; }
      .sec-intro__content .f-inner__btn svg {
        max-width: 28px; } }
  @media (min-width: 1500px) {
    .sec-intro__content .f-inner {
      max-width: 45%; }
    .sec-intro__content .f-inner__btn {
      font-size: 24px; }
    .sec-intro__content .f-inner__text {
      font-size: 24px;
      padding: 0 50px; }
    .sec-intro__content .layer-ruatay {
      bottom: 15%;
      left: 22%; } }

.sec-intro__footer {
  position: relative;
  z-index: 3; }
  .sec-intro__footer .layer-down {
    position: relative;
    max-width: 79%;
    margin-left: auto;
    margin-right: auto; }
    .sec-intro__footer .layer-down:after {
      content: '';
      display: block;
      padding-top: 27%; }
    .sec-intro__footer .layer-down svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .sec-intro__footer .layer-down .layer {
      opacity: 0;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      -webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.33, 1.34);
      -o-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.33, 1.34);
      transition: all 0.5s cubic-bezier(0.17, 0.67, 0.33, 1.34); }
    .sec-intro__footer .layer-down.effect .layer {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      .sec-intro__footer .layer-down.effect .layer:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
      .sec-intro__footer .layer-down.effect .layer:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
      .sec-intro__footer .layer-down.effect .layer:nth-child(4) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s; }
      .sec-intro__footer .layer-down.effect .layer:nth-child(5) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; }
      .sec-intro__footer .layer-down.effect .layer:nth-child(6) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s; }

section.sec-2 {
  pointer-events: none;
  padding: 0 23px 120px; }
  section.sec-2 .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6D339B;
    background-image: url(../../img/intro/nen-2020.png);
    background-size: 6%; }
    section.sec-2 .bg img {
      width: 100%; }
  section.sec-2 .talk-wrap-1 {
    position: relative;
    z-index: 2;
    height: 230px; }
  section.sec-2 .talk-wrap-2 {
    position: relative;
    z-index: 2;
    height: 200px; }
  section.sec-2 .talk {
    -webkit-perspective: 500px;
    perspective: 500px;
    position: absolute; }
    section.sec-2 .talk span {
      display: block; }
  section.sec-2 .wave {
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    width: 100%;
    z-index: 4;
    pointer-events: none; }
    section.sec-2 .wave:after {
      content: '';
      display: block;
      padding-top: 23%; }
    section.sec-2 .wave svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media (max-width: 767.98px) {
    section.sec-2 .bg {
      background-size: 17%; }
    section.sec-2 .talk-wrap-2 {
      height: 220px; }
    section.sec-2 .talk-1 {
      top: 17%;
      left: -14%;
      max-width: 41%;
      -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
      transform: rotate(14deg); }
    section.sec-2 .talk-2 {
      left: -12%;
      bottom: 20%;
      max-width: 47%;
      -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      transform: rotate(15deg); }
    section.sec-2 .talk-3 {
      display: none; }
    section.sec-2 .talk-4 {
      bottom: 0%;
      right: -7%;
      max-width: 44%;
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg); }
    section.sec-2 .talk-5 {
      right: -10%;
      bottom: 11%;
      max-width: 51%;
      -webkit-transform: rotate(-19deg);
      -ms-transform: rotate(-19deg);
      transform: rotate(-19deg); } }
  @media (min-width: 768px) {
    section.sec-2 {
      padding-left: 0;
      padding-right: 0; }
      section.sec-2 .talk-1 {
        left: 2%;
        max-width: 17%;
        bottom: 0;
        -webkit-transform: translateY(10%) rotate(20deg);
        -ms-transform: translateY(10%) rotate(20deg);
        transform: translateY(10%) rotate(20deg); }
      section.sec-2 .talk-2 {
        top: 12px;
        left: 0;
        max-width: 20%;
        -webkit-transform: translate(-26%, -100%) rotate(-10deg);
        -ms-transform: translate(-26%, -100%) rotate(-10deg);
        transform: translate(-26%, -100%) rotate(-10deg); }
      section.sec-2 .talk-3 {
        bottom: 26%;
        left: 31%;
        max-width: 14%; }
      section.sec-2 .talk-4 {
        top: 10%;
        right: 9%;
        max-width: 18%; }
      section.sec-2 .talk-5 {
        bottom: 0;
        right: 0;
        max-width: 20%;
        -webkit-transform: translate(35%, 173%) rotate(15deg);
        -ms-transform: translate(35%, 173%) rotate(15deg);
        transform: translate(35%, 173%) rotate(15deg); } }
  @media (min-width: 992px) {
    section.sec-2 .talk-wrap-2 {
      height: 250px; } }
  @media (min-width: 1260px) {
    section.sec-2 {
      padding-bottom: 200px; }
      section.sec-2 .talk-1 {
        left: 14%;
        bottom: -2%;
        max-width: 12%;
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg); }
      section.sec-2 .talk-2 {
        max-width: 16%;
        -webkit-transform: translate(-17%, -100%) rotate(-10deg);
        -ms-transform: translate(-17%, -100%) rotate(-10deg);
        transform: translate(-17%, -100%) rotate(-10deg); }
      section.sec-2 .talk-3 {
        max-width: 8%; }
      section.sec-2 .talk-4 {
        top: 2%;
        right: 17%;
        max-width: 11%; }
      section.sec-2 .talk-5 {
        right: 2%;
        max-width: 16%;
        -webkit-transform: translate(28%, 173%) rotate(15deg);
        -ms-transform: translate(28%, 173%) rotate(15deg);
        transform: translate(28%, 173%) rotate(15deg); } }
  @media (min-width: 1500px) {
    section.sec-2 {
      padding-bottom: 255px; }
      section.sec-2 .talk-wrap-2 {
        height: 300px; }
      section.sec-2 .talk-1 {
        left: 14%;
        bottom: -2%;
        max-width: 12%;
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg); }
      section.sec-2 .talk-2 {
        top: -67%;
        left: 3%;
        max-width: 16%;
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg); }
      section.sec-2 .talk-3 {
        bottom: 13%;
        left: 31%;
        max-width: 8%; }
      section.sec-2 .talk-4 {
        top: 15%;
        right: 17%;
        max-width: 11%; }
      section.sec-2 .talk-5 {
        bottom: -63%;
        right: 3%;
        max-width: 16%;
        -webkit-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        transform: rotate(9deg); } }

.sec-2__content {
  position: relative;
  z-index: 2; }
  .sec-2__content .box-inner {
    pointer-events: visible;
    text-align: center; }
  .sec-2__content .f-title {
    color: #fff;
    font-size: 0;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .sec-2__content .f-entry {
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 1.6;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    margin-left: auto;
    margin-right: auto; }
  .sec-2__content .filterbox-inner .item-wrap {
    font-size: 0;
    white-space: nowrap; }
  .sec-2__content .filterbox-inner .item {
    position: relative;
    display: inline-block;
    max-width: 65%;
    width: 100%; }
  .sec-2__content .filterbox-inner .item-1 {
    z-index: 4;
    margin-top: 28px;
    margin-right: 41px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  .sec-2__content .filterbox-inner .item-2 {
    z-index: 3;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    margin-right: 27px; }
  .sec-2__content .filterbox-inner .item-3 {
    z-index: 2;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    margin-top: 45px;
    margin-right: 25px; }
  .sec-2__content .filterbox-inner .item-4 {
    z-index: 1;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    margin-top: 21px; }
  .sec-2__content .filterbox-dot {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-top: 26px; }
    .sec-2__content .filterbox-dot li {
      display: inline-block;
      border-radius: 50%;
      overflow: hidden;
      max-width: 14%;
      margin: 0 15px;
      cursor: pointer;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .sec-2__content .filterbox-dot li a {
        display: block; }
      .sec-2__content .filterbox-dot li.active {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
        -webkit-box-shadow: 0 0 0 6px #6d339b, 0 0 0 8px #fff;
        box-shadow: 0 0 0 6px #6d339b, 0 0 0 8px #fff; }
  @media (max-width: 767.98px) {
    .sec-2__content .f-title br {
      display: none; }
    .sec-2__content .filterbox-inner {
      margin-left: -23px;
      margin-right: -23px; }
      .sec-2__content .filterbox-inner .scroll {
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 40px; }
      .sec-2__content .filterbox-inner .item-wrap {
        padding-left: 40px; }
      .sec-2__content .filterbox-inner .item-4 {
        margin-right: 40px; } }
  @media (min-width: 768px) {
    .sec-2__content .f-title {
      line-height: 1;
      margin-bottom: 40px; }
      .sec-2__content .f-title img {
        max-width: 65%; }
    .sec-2__content .f-entry {
      font-size: 16px;
      line-height: 1.55;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; }
    .sec-2__content .filterbox-inner .item-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .sec-2__content .filterbox-inner .item {
      max-width: 20%; }
    .sec-2__content .filterbox-dot {
      margin-top: 60px; } }
  @media (min-width: 992px) {
    .sec-2__content .f-entry {
      font-size: 20px; } }
  @media (min-width: 1260px) {
    .sec-2__content .f-title img {
      max-width: 60%; }
    .sec-2__content .f-entry {
      font-size: 22px;
      margin-left: auto;
      margin-right: auto; }
    .sec-2__content .filterbox-dot {
      margin-top: 90px; }
      .sec-2__content .filterbox-dot li {
        margin: 0 30px; }
        .sec-2__content .filterbox-dot li.active {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); } }
  @media (min-width: 1500px) {
    .sec-2__content .f-entry {
      max-width: 900px;
      font-size: 22px;
      margin-left: auto;
      margin-right: auto; }
    .sec-2__content .filterbox-inner .item {
      max-width: 311px; } }

section.sec-3 {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 0 23px;
  margin-top: -20%; }

.sec-3__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 100px; }
  .sec-3__list .down img {
    max-width: 75%; }

.sec-3__content {
  margin-bottom: 60px; }
  .sec-3__content .f-line {
    display: block;
    margin-bottom: 50px; }
    .sec-3__content .f-line img {
      max-width: 50%; }
  .sec-3__content .f-title {
    font-size: 0;
    margin-bottom: 35px; }
    .sec-3__content .f-title img {
      max-width: 70%; }
  .sec-3__content .f-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.9); }

@media (max-width: 767.98px) {
  .sec-3__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sec-3__list li {
      width: 50%;
      margin: 0; }
      .sec-3__list li:nth-child(n+3) {
        margin-top: 20px; } }

@media (min-width: 768px) {
  section.sec-3 {
    padding: 0;
    margin-top: 0; }
  .sec-3__list {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20%; }
  .sec-3__content {
    margin-bottom: 100px; }
    .sec-3__content .f-wrap {
      max-width: 65%;
      margin-left: auto;
      margin-right: auto; }
    .sec-3__content .f-text {
      line-height: 1.6; }
    .sec-3__content .f-line {
      margin-bottom: 70px; } }

@media (min-width: 992px) {
  .sec-3__content .f-wrap {
    max-width: 60%; }
  .sec-3__content .f-text {
    font-size: 20px;
    line-height: 1.8; } }

@media (min-width: 1260px) {
  section.sec-3 {
    margin-top: -5%; }
  .sec-3__list {
    margin-bottom: 200px; }
  .sec-3__content {
    margin-bottom: 140px; }
    .sec-3__content .f-wrap {
      max-width: 50%; }
    .sec-3__content .f-line {
      margin-bottom: 100px; }
    .sec-3__content .f-text {
      font-size: 22px; } }

@media (min-width: 1500px) {
  .sec-3__content {
    margin-bottom: 190px; }
    .sec-3__content .f-wrap {
      max-width: 40%; }
    .sec-3__content .f-line img {
      max-width: 70%; }
    .sec-3__content .f-text {
      font-size: 24px; } }

section.sec-4 {
  padding-top: 100px; }

.sec-4__slide {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .sec-4__slide .item {
    position: relative;
    background-color: #662C90;
    border-radius: 15px;
    padding: 25px 20px;
    overflow: hidden;
    min-height: 800px; }
  .sec-4__slide .item__wrap {
    position: relative; }
    .sec-4__slide .item__wrap:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      pointer-events: none; }
  .sec-4__slide .item__wrap:after,
  .sec-4__slide .item__inner {
    border: 4px solid #FBB03B; }
  .sec-4__slide .item__inner {
    position: relative;
    border-radius: 58px;
    overflow: hidden;
    padding-top: 175px;
    padding-bottom: 120px; }
  .sec-4__slide .item__content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0 25px; }
  .sec-4__slide .item__title {
    margin-bottom: 0; }
  .sec-4__slide .item__text {
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: -0.02em;
    height: 390px;
    max-height: 390px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 10px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .sec-4__slide .item__text::-webkit-scrollbar {
      width: 5px; }
    .sec-4__slide .item__text::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.4); }
    .sec-4__slide .item__text::-webkit-scrollbar-thumb {
      background: #fff; }
    .sec-4__slide .item__text::-webkit-scrollbar-thumb:hover {
      background: #555; }
    .sec-4__slide .item__text .f-featured {
      font-size: 18px;
      font-weight: bold; }
    .sec-4__slide .item__text p {
      margin-bottom: 0; }
      .sec-4__slide .item__text p + p {
        margin-top: 15px; }
  .sec-4__slide [class*='layer-'] {
    position: absolute;
    z-index: 1; }
    .sec-4__slide [class*='layer-'] span {
      display: block; }
  .sec-4__slide .layer-center {
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .sec-4__slide .layer-left,
  .sec-4__slide .layer-right {
    bottom: 0; }
  .sec-4__slide .layer-left {
    left: 0; }
  .sec-4__slide .layer-right {
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .sec-4__slide .layer-caudoi {
    z-index: 1;
    left: 0;
    right: 0;
    top: 20px; }
    .sec-4__slide .layer-caudoi span {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; }
  .sec-4__slide .item-sumvay .layer-center {
    max-width: 39%;
    -webkit-transform: translate(-50%, 23%);
    -ms-transform: translate(-50%, 23%);
    transform: translate(-50%, 23%);
    z-index: 1; }
  .sec-4__slide .item-sumvay .layer-left,
  .sec-4__slide .item-sumvay .layer-right {
    max-width: 52%; }
  .sec-4__slide .item-sumvay .layer-left {
    -webkit-transform: translate(-32%, 11%);
    -ms-transform: translate(-32%, 11%);
    transform: translate(-32%, 11%); }
  .sec-4__slide .item-sumvay .layer-right {
    -webkit-transform: translate(32%, 11%) rotateY(180deg);
    transform: translate(32%, 11%) rotateY(180deg); }
  .sec-4__slide .item-sumvay .layer-banhtrung {
    left: 0;
    bottom: 28%;
    max-width: 37%;
    -webkit-transform: translateX(-54%);
    -ms-transform: translateX(-54%);
    transform: translateX(-54%); }
  .sec-4__slide .item-sumvay .layer-facetime {
    bottom: 42%;
    left: 0;
    max-width: 12%; }
  .sec-4__slide .item-sumvay .layer-valii {
    right: 0;
    bottom: 20%;
    max-width: 37%;
    -webkit-transform: translateX(53%);
    -ms-transform: translateX(53%);
    transform: translateX(53%); }
  @media (max-width: 767.98px) {
    .sec-4__slide .item-sumvay .layer-caudoi {
      left: -20px;
      right: -20px; }
      .sec-4__slide .item-sumvay .layer-caudoi span {
        max-width: 100%; }
        .sec-4__slide .item-sumvay .layer-caudoi span img {
          width: 100%; } }
  @media (min-width: 768px) {
    .sec-4__slide .item-sumvay .layer-center {
      max-width: 24%;
      -webkit-transform: translate(-50%, 25%);
      -ms-transform: translate(-50%, 25%);
      transform: translate(-50%, 25%); }
    .sec-4__slide .item-sumvay .layer-left,
    .sec-4__slide .item-sumvay .layer-right {
      max-width: 24%; }
    .sec-4__slide .item-sumvay .layer-left {
      -webkit-transform: translate(0, 15%);
      -ms-transform: translate(0, 15%);
      transform: translate(0, 15%); }
    .sec-4__slide .item-sumvay .layer-right {
      -webkit-transform: translate(0, 15%) rotateY(180deg);
      transform: translate(0, 15%) rotateY(180deg); }
    .sec-4__slide .item-sumvay .layer-banhtrung {
      left: 0;
      bottom: 34%;
      max-width: 13%;
      -webkit-transform: translateX(-29%);
      -ms-transform: translateX(-29%);
      transform: translateX(-29%); }
    .sec-4__slide .item-sumvay .layer-facetime {
      bottom: 42%;
      left: 11%;
      max-width: 12%; }
    .sec-4__slide .item-sumvay .layer-valii {
      right: 0;
      bottom: 37%;
      max-width: 16%;
      -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
      transform: translateX(10%); } }
  .sec-4__slide .item-ankhang {
    background-color: #F9205F; }
    .sec-4__slide .item-ankhang .layer-center {
      max-width: 37%;
      -webkit-transform: translate(-50%, 26%);
      -ms-transform: translate(-50%, 26%);
      transform: translate(-50%, 26%); }
    .sec-4__slide .item-ankhang .layer-left,
    .sec-4__slide .item-ankhang .layer-right {
      max-width: 34%; }
    .sec-4__slide .item-ankhang .layer-left {
      -webkit-transform: translate(-14%, 33%);
      -ms-transform: translate(-14%, 33%);
      transform: translate(-14%, 33%); }
    .sec-4__slide .item-ankhang .layer-right {
      -webkit-transform: translate(14%, 33%);
      -ms-transform: translate(14%, 33%);
      transform: translate(14%, 33%); }
    .sec-4__slide .item-ankhang .layer-thuoc {
      top: 41%;
      left: 0;
      max-width: 16%;
      -webkit-transform: translateX(-7%);
      -ms-transform: translateX(-7%);
      transform: translateX(-7%); }
    .sec-4__slide .item-ankhang .layer-uong {
      right: -1%;
      top: 29%;
      max-width: 15%; }
    @media (max-width: 767.98px) {
      .sec-4__slide .item-ankhang .layer-caudoi span {
        max-width: 89%; }
      .sec-4__slide .item-ankhang .layer-dao-1 {
        right: 5%;
        bottom: 24%;
        max-width: 9%; }
      .sec-4__slide .item-ankhang .layer-dao-2 {
        right: 35%;
        bottom: 14%;
        max-width: 9%; } }
    @media (min-width: 768px) {
      .sec-4__slide .item-ankhang .layer-center {
        max-width: 20%;
        -webkit-transform: translate(-50%, 26%);
        -ms-transform: translate(-50%, 26%);
        transform: translate(-50%, 26%); }
      .sec-4__slide .item-ankhang .layer-left,
      .sec-4__slide .item-ankhang .layer-right {
        max-width: 20%; }
      .sec-4__slide .item-ankhang .layer-left {
        -webkit-transform: translate(-10%, 23%);
        -ms-transform: translate(-10%, 23%);
        transform: translate(-10%, 23%); }
      .sec-4__slide .item-ankhang .layer-right {
        -webkit-transform: translate(10%, 23%);
        -ms-transform: translate(10%, 23%);
        transform: translate(10%, 23%); }
      .sec-4__slide .item-ankhang .layer-thuoc {
        top: 28%;
        left: 10%;
        max-width: 15%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      .sec-4__slide .item-ankhang .layer-dao-1 {
        left: 20%;
        bottom: 17%;
        max-width: 5%; }
      .sec-4__slide .item-ankhang .layer-dao-2 {
        left: 25%;
        bottom: 10%;
        max-width: 6%; } }
  .sec-4__slide .item-hoanhy {
    background-color: #3AB549; }
    .sec-4__slide .item-hoanhy .layer-left {
      max-width: 27%;
      -webkit-transform: translate(7%, 3%);
      -ms-transform: translate(7%, 3%);
      transform: translate(7%, 3%); }
    .sec-4__slide .item-hoanhy .layer-center {
      -webkit-transform: translate(-50%, 10%);
      -ms-transform: translate(-50%, 10%);
      transform: translate(-50%, 10%);
      max-width: 36%; }
    .sec-4__slide .item-hoanhy .layer-right {
      max-width: 39%;
      -webkit-transform: translate(11%, 5%) rotate(0);
      -ms-transform: translate(11%, 5%) rotate(0);
      transform: translate(11%, 5%) rotate(0); }
    @media (max-width: 767.98px) {
      .sec-4__slide .item-hoanhy .layer-caudoi {
        left: -20px;
        right: -20px;
        z-index: 2; }
        .sec-4__slide .item-hoanhy .layer-caudoi span {
          max-width: 100%; }
      .sec-4__slide .item-hoanhy .layer-phaohoa-trai,
      .sec-4__slide .item-hoanhy .layer-phaohoa-phai {
        max-width: 27%;
        top: 15%;
        z-index: 1; }
      .sec-4__slide .item-hoanhy .layer-phaohoa-trai {
        left: 0;
        -webkit-transform: translateX(-34%) rotate(-16deg);
        -ms-transform: translateX(-34%) rotate(-16deg);
        transform: translateX(-34%) rotate(-16deg); }
      .sec-4__slide .item-hoanhy .layer-phaohoa-phai {
        right: 0;
        -webkit-transform: translateX(34%) rotate(16deg);
        -ms-transform: translateX(34%) rotate(16deg);
        transform: translateX(34%) rotate(16deg); }
      .sec-4__slide .item-hoanhy .layer-matnguoi {
        max-width: 24%;
        top: 55%;
        left: 0;
        -webkit-transform: translateX(-49%);
        -ms-transform: translateX(-49%);
        transform: translateX(-49%); }
      .sec-4__slide .item-hoanhy .layer-bai {
        max-width: 19%;
        bottom: 18%;
        right: 0;
        -webkit-transform: translateX(46%);
        -ms-transform: translateX(46%);
        transform: translateX(46%); } }
    @media (min-width: 768px) {
      .sec-4__slide .item-hoanhy .layer-caudoi span {
        max-width: 50%; }
      .sec-4__slide .item-hoanhy .layer-left {
        max-width: 16%;
        -webkit-transform: translate(7%, 3%);
        -ms-transform: translate(7%, 3%);
        transform: translate(7%, 3%); }
      .sec-4__slide .item-hoanhy .layer-center {
        -webkit-transform: translate(-50%, 15%);
        -ms-transform: translate(-50%, 15%);
        transform: translate(-50%, 15%);
        max-width: 27%; }
      .sec-4__slide .item-hoanhy .layer-right {
        max-width: 21%;
        -webkit-transform: translate(6%, 5%) rotate(0);
        -ms-transform: translate(6%, 5%) rotate(0);
        transform: translate(6%, 5%) rotate(0); }
      .sec-4__slide .item-hoanhy .layer-phaohoa-trai,
      .sec-4__slide .item-hoanhy .layer-phaohoa-phai {
        max-width: 18%;
        top: 0;
        -webkit-transform: translateY(-3%);
        -ms-transform: translateY(-3%);
        transform: translateY(-3%); }
      .sec-4__slide .item-hoanhy .layer-phaohoa-trai {
        left: 4%; }
      .sec-4__slide .item-hoanhy .layer-phaohoa-phai {
        right: 4%;
        -webkit-transform: translateY(-3%);
        -ms-transform: translateY(-3%);
        transform: translateY(-3%); }
      .sec-4__slide .item-hoanhy .layer-matnguoi {
        max-width: 17%;
        top: 34%;
        left: 10%; }
      .sec-4__slide .item-hoanhy .layer-bai {
        max-width: 14%;
        top: 33%;
        right: 6%; } }
  .sec-4__slide .item-phuquy {
    background-color: #F9AE3B; }
    .sec-4__slide .item-phuquy .item__wrap:after,
    .sec-4__slide .item-phuquy .item__inner {
      border-color: #090F60; }
    .sec-4__slide .item-phuquy .layer-left,
    .sec-4__slide .item-phuquy .layer-right {
      max-width: 31%; }
    .sec-4__slide .item-phuquy .layer-left {
      -webkit-transform: translate(-22%, 15%);
      -ms-transform: translate(-22%, 15%);
      transform: translate(-22%, 15%); }
    .sec-4__slide .item-phuquy .layer-right {
      -webkit-transform: translate(22%, 15%) rotateY(180deg);
      transform: translate(22%, 15%) rotateY(180deg); }
    .sec-4__slide .item-phuquy .layer-deme {
      bottom: 12%;
      left: 24%;
      max-width: 17%; }
    .sec-4__slide .item-phuquy .layer-hoa-1 {
      left: 4%;
      bottom: 24%;
      max-width: 9%; }
    .sec-4__slide .item-phuquy .layer-hoa-2 {
      right: 31%;
      bottom: 10%;
      max-width: 11%; }
    .sec-4__slide .item-phuquy .layer-hoa-3 {
      right: 16%;
      bottom: 14%;
      max-width: 8%; }
    @media (max-width: 767.98px) {
      .sec-4__slide .item-phuquy .layer-caudoi {
        left: -20px;
        right: -20px;
        z-index: 2; }
        .sec-4__slide .item-phuquy .layer-caudoi span {
          max-width: 100%; }
      .sec-4__slide .item-phuquy .layer-cart {
        bottom: 32%;
        left: 0;
        max-width: 20%;
        -webkit-transform: translateX(-46%);
        -ms-transform: translateX(-46%);
        transform: translateX(-46%); }
      .sec-4__slide .item-phuquy .layer-phone {
        right: 5%;
        top: 42%;
        max-width: 16%;
        -webkit-transform: translateX(44%);
        -ms-transform: translateX(44%);
        transform: translateX(44%); } }
    @media (min-width: 768px) {
      .sec-4__slide .item-phuquy .layer-caudoi span {
        max-width: 50%; }
      .sec-4__slide .item-phuquy .layer-left,
      .sec-4__slide .item-phuquy .layer-right {
        max-width: 19%; }
      .sec-4__slide .item-phuquy .layer-left {
        -webkit-transform: translate(-14%, 20%);
        -ms-transform: translate(-14%, 20%);
        transform: translate(-14%, 20%); }
      .sec-4__slide .item-phuquy .layer-right {
        -webkit-transform: translate(14%, 20%) rotateY(180deg);
        transform: translate(14%, 20%) rotateY(180deg); }
      .sec-4__slide .item-phuquy .layer-cart {
        top: 34%;
        left: 6%;
        max-width: 12%; }
      .sec-4__slide .item-phuquy .layer-phone {
        right: 2%;
        top: 26%;
        max-width: 16%; }
      .sec-4__slide .item-phuquy .layer-deme {
        bottom: 14%;
        left: 14%;
        max-width: 13%; }
      .sec-4__slide .item-phuquy .layer-hoa-1 {
        left: 22%;
        bottom: 34%;
        max-width: 5%; }
      .sec-4__slide .item-phuquy .layer-hoa-2 {
        right: 21%;
        bottom: 20%;
        max-width: 5%; }
      .sec-4__slide .item-phuquy .layer-hoa-3 {
        right: 16%;
        bottom: 29%;
        max-width: 4%; } }
  .sec-4__slide.owl-carousel[data-index="3"] .owl-dots {
    background-color: #090F60; }
  .sec-4__slide .owl-item img {
    display: inline-block;
    width: auto; }
  .sec-4__slide .owl-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FBB03B;
    height: 18px;
    line-height: 18px;
    font-size: 0;
    max-width: 140px;
    width: 100%;
    border-radius: 18px;
    text-align: center; }
    .sec-4__slide .owl-dots .owl-dot {
      width: 7px;
      height: 7px;
      background-color: #fff;
      border-radius: 50%;
      margin: 0 5px;
      opacity: .4; }
      .sec-4__slide .owl-dots .owl-dot.active {
        opacity: 1; }
      .sec-4__slide .owl-dots .owl-dot:focus {
        outline: none; }
  .sec-4__slide .owl-nav .owl-prev,
  .sec-4__slide .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .sec-4__slide .owl-nav .owl-prev svg,
    .sec-4__slide .owl-nav .owl-next svg {
      width: 50%; }
    .sec-4__slide .owl-nav .owl-prev:focus,
    .sec-4__slide .owl-nav .owl-next:focus {
      outline: none; }
  .sec-4__slide .owl-nav .owl-prev {
    left: -10px; }
  .sec-4__slide .owl-nav .owl-next {
    right: -10px;
    z-index: 999; }
  @media (min-width: 992px) {
    .sec-4__slide .owl-nav .owl-prev,
    .sec-4__slide .owl-nav .owl-next {
      width: 90px;
      height: 90px;
      line-height: 90px; } }
  @media (min-width: 1500px) {
    .sec-4__slide .owl-nav .owl-prev {
      left: -135px; }
    .sec-4__slide .owl-nav .owl-next {
      right: -135px; } }
  @media (max-width: 767.98px) {
    .sec-4__slide .item__text {
      font-size: 15px;
      line-height: 1.7;
      letter-spacing: -0.02em; }
      .sec-4__slide .item__text .f-featured {
        line-height: 1.3; } }
  @media (min-width: 768px) {
    .sec-4__slide .item {
      min-height: 674px; }
    .sec-4__slide .item__content {
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
      padding: 0; }
    .sec-4__slide .item__title {
      margin-bottom: 20px; }
      .sec-4__slide .item__title img {
        max-width: 70%; }
    .sec-4__slide .item__text {
      max-height: 240px;
      height: 240px;
      max-height: 240px; }
    .sec-4__slide .layer-caudoi {
      top: -12px; }
      .sec-4__slide .layer-caudoi span {
        max-width: 50%; }
    .sec-4__slide .owl-dots {
      bottom: 4px;
      left: 50%;
      height: 28px;
      line-height: 28px;
      font-size: 0;
      max-width: 370px;
      border-radius: 18px; }
      .sec-4__slide .owl-dots .owl-dot {
        width: 9px;
        height: 9px;
        background-color: #fff;
        border-radius: 50%;
        margin: 0 7px;
        opacity: .4; }
        .sec-4__slide .owl-dots .owl-dot.active {
          opacity: 1; }
        .sec-4__slide .owl-dots .owl-dot:focus {
          outline: none; } }
  @media (min-width: 992px) {
    .sec-4__slide .item {
      border-radius: 25px;
      padding: 30px;
      min-height: 780px; }
    .sec-4__slide .item__wrap:after,
    .sec-4__slide .item__inner {
      border-width: 7px; }
    .sec-4__slide .item__content {
      max-width: 50%; }
    .sec-4__slide .item__inner {
      position: relative;
      border-radius: 120px;
      padding-top: 238px;
      padding-bottom: 170px; } }
  @media (min-width: 1260px) {
    .sec-4__slide .item__inner {
      border-radius: 150px;
      padding-top: 238px;
      padding-bottom: 170px; }
    .sec-4__slide .item__content {
      max-width: 45%; }
    .sec-4__slide .item__title img {
      max-width: 100%; }
    .sec-4__slide .layer-caudoi span {
      max-width: 37%; } }
  @media (min-width: 1500px) {
    .sec-4__slide .item__content {
      max-width: 41%; } }

@media (min-width: 768px) {
  .sec-4 {
    padding-top: 150px; } }

@media (min-width: 992px) {
  .sec-4 {
    padding-top: 200px; } }

@media (min-width: 1500px) {
  .sec-4 {
    padding-top: 300px; } }

section.sec-5 {
  overflow: hidden; }

.sec-5__inner {
  position: relative; }

.sec-5__pc {
  position: relative; }
  .sec-5__pc:after {
    content: '';
    display: block;
    padding-top: 65%; }
  .sec-5__pc svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sec-5__content {
  text-align: center;
  color: #000; }

.sec-5__title {
  font-size: 11vw;
  line-height: 1.05;
  color: #FF3A3A;
  margin-bottom: 70px; }

.sec-5__text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px; }

.sec-5__list {
  font-size: 15px;
  font-style: italic;
  line-height: 1.4; }
  .sec-5__list li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .sec-5__list li abbr,
    .sec-5__list li a {
      font-weight: inherit;
      color: #FF3A3A; }
    .sec-5__list li a {
      text-decoration: underline; }
    .sec-5__list li + li {
      margin-top: 15px; }

.sec-5__mb .item-1,
.sec-5__mb .item-2 {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0; }
  .sec-5__mb .item-1:after,
  .sec-5__mb .item-2:after {
    content: '';
    display: block; }
  .sec-5__mb .item-1 svg,
  .sec-5__mb .item-2 svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sec-5__mb .item-1 {
  top: 0; }
  .sec-5__mb .item-1:after {
    padding-top: 125%; }

.sec-5__mb .item-2 {
  bottom: 0; }
  .sec-5__mb .item-2:after {
    padding-top: 79%; }

@media (max-width: 767.98px) {
  .sec-5__pc {
    display: none; }
  .sec-5__inner {
    padding: 37vw 0 47vw; }
  .sec-5__content {
    padding: 0 23px; }
  .sec-5__text,
  .sec-5__list {
    padding: 0 15px; } }

@media (min-width: 768px) {
  .sec-5__pc {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25); }
  .sec-5__mb {
    display: none; }
  .sec-5__inner {
    padding: 100px 0; }
  .sec-5__content {
    position: absolute;
    z-index: 1;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 45%;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
  .sec-5__title {
    font-size: 30px;
    margin-bottom: 25px; }
  .sec-5__text {
    font-size: 16px; }
  .sec-5__list {
    font-size: 13px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 992px) {
  .sec-5__title {
    font-size: 45px; } }

@media (min-width: 1260px) {
  .sec-5__inner {
    padding: 150px 0 100px; }
  .sec-5__pc {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .sec-5__content {
    max-width: 65%; }
  .sec-5__title {
    font-size: 60px; }
  .sec-5__text {
    font-size: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .sec-5__list {
    font-size: 16px;
    max-width: 50%; } }

@media (min-width: 1500px) {
  .sec-5__content {
    max-width: 65%; }
  .sec-5__pc {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .sec-5__title {
    font-size: 85px; }
  .sec-5__text {
    max-width: 76%;
    font-size: 24px;
    margin: 0 auto 30px; }
  .sec-5__list {
    font-size: 20px;
    max-width: 47%;
    margin: 0 auto; } }

section.sec-6 {
  padding-bottom: 50px; }

.sec-6__header {
  text-align: center;
  margin-bottom: 70px; }
  .sec-6__header .f-title {
    font-size: 0;
    line-height: 1.05;
    color: #000; }
    .sec-6__header .f-title img {
      max-width: 80%; }

.sec-6__content .tab__nav {
  text-align: center;
  margin-bottom: 30px; }
  .sec-6__content .tab__nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sec-6__content .tab__nav ul li {
      display: inline-block; }
      .sec-6__content .tab__nav ul li:not(:last-child):after {
        content: '';
        display: inline-block;
        vertical-align: -3px;
        width: 2px;
        height: 20px;
        background-color: #000;
        margin: 0 20px; }
    .sec-6__content .tab__nav ul a {
      font-size: 20px;
      line-height: 1;
      color: #000; }
    .sec-6__content .tab__nav ul li.active a {
      color: #FF3A3A; }

.sec-6__content .item-image__inner {
  position: relative; }
  .sec-6__content .item-image__inner:after {
    content: '';
    display: block;
    padding-top: 165%; }
  .sec-6__content .item-image__inner svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .sec-6__content .item-image__inner .image-slide {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 73%;
    height: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .sec-6__content .item-image__inner .image-slide .owl-stage,
    .sec-6__content .item-image__inner .image-slide .bg,
    .sec-6__content .item-image__inner .image-slide .owl-stage-outer,
    .sec-6__content .item-image__inner .image-slide .owl-item {
      width: 100%;
      height: 100%; }
    .sec-6__content .item-image__inner .image-slide .bg {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }

.sec-6__content .step.active .step__title {
  color: #FF3A3A; }

.sec-6__content .step.active .step__active {
  opacity: 1;
  visibility: visible; }

.sec-6__content .step__title {
  font-family: "Averta", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px; }

.sec-6__content .step__text {
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: rgba(42, 42, 42, 0.9);
  margin: 0; }

.sec-6__content .step-slide {
  margin-bottom: 65px; }
  .sec-6__content .step-slide img {
    display: inline;
    width: auto; }
  .sec-6__content .step-slide .owl-dots {
    text-align: center;
    margin-top: 20px; }
    .sec-6__content .step-slide .owl-dots .owl-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #000;
      opacity: .15;
      margin: 0 6px; }
      .sec-6__content .step-slide .owl-dots .owl-dot:focus {
        outline: none; }
      .sec-6__content .step-slide .owl-dots .owl-dot.active {
        opacity: 1; }

.sec-6__content .note {
  text-align: center;
  margin-top: 30px; }
  .sec-6__content .note ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .sec-6__content .note ul li {
      position: relative;
      font-size: 16px;
      line-height: 1.3;
      font-style: italic;
      color: #000; }
      .sec-6__content .note ul li:before {
        content: '•';
        left: 0;
        line-height: 1;
        margin-right: 10px; }
      .sec-6__content .note ul li + li {
        margin-top: 15px; }
    .sec-6__content .note ul a {
      color: #FF3A3A;
      text-decoration: underline; }

@media (max-width: 767.98px) {
  .sec-6 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .sec-6__content .item-left,
  .sec-6__content .item-right {
    display: none; }
  .sec-6__content .tab-content {
    padding: 0 20px; }
  .sec-6__content .item-image {
    margin-bottom: 40px; }
  .sec-6__content .step {
    padding: 0; }
  .sec-6__content .step__inner {
    padding: 0;
    text-align: center; }
  .sec-6__content .step__active {
    position: static;
    max-width: 45px;
    margin-right: 10px; } }

@media (min-width: 768px) {
  .sec-6__header {
    margin-bottom: 40px; }
    .sec-6__header .f-title img {
      max-width: 65%; }
  .sec-6__content .panel {
    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-6__content .panel .item-left,
    .sec-6__content .panel .item-right {
      width: 35%; }
    .sec-6__content .panel .item-image {
      width: 30%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      text-align: center; }
    .sec-6__content .panel .item-left {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .sec-6__content .panel .item-right {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .sec-6__content .panel .item-mb {
      display: none; }
  .sec-6__content .tab-content {
    padding: 0 20px; }
  .sec-6__content .item-left,
  .sec-6__content .item-right {
    padding-right: 20px; }
  .sec-6__content .step {
    padding: 20px 0; }
  .sec-6__content .step__inner {
    position: relative;
    padding-left: 35px; }
  .sec-6__content .step__active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    max-width: 25px;
    line-height: 1; }
  .sec-6__content .step__title {
    font-size: 15px; }
  .sec-6__content .step__text {
    font-size: 13px; }
  .sec-6__content .note ul {
    max-width: 40%; }
    .sec-6__content .note ul li {
      position: relative;
      padding-left: 15px;
      font-size: 14px;
      text-align: left; }
      .sec-6__content .note ul li:before {
        content: '•';
        position: absolute;
        top: 5px;
        left: 0;
        line-height: 1; } }

@media (min-width: 992px) {
  .sec-6__header .f-title {
    margin-bottom: 40px; }
  .sec-6__content {
    padding: 0 20px; }
    .sec-6__content .tab__nav {
      margin-bottom: 60px; }
      .sec-6__content .tab__nav ul li:not(:last-child):after {
        content: '';
        display: inline-block;
        vertical-align: -8px;
        width: 2px;
        height: 35px;
        background-color: #000;
        margin: 0 25px; }
      .sec-6__content .tab__nav ul a {
        font-size: 30px; }
    .sec-6__content .tab-content {
      padding: 0; }
    .sec-6__content .item-left,
    .sec-6__content .item-right {
      padding: 0 40px; }
    .sec-6__content .step__title {
      font-size: 18px; }
    .sec-6__content .step__text {
      font-size: 15px; }
    .sec-6__content .note {
      margin-top: 50px; }
      .sec-6__content .note ul {
        max-width: 50%; }
        .sec-6__content .note ul li {
          position: relative;
          padding-left: 15px;
          font-size: 18px; } }

@media (min-width: 1260px) {
  .sec-6__header .f-title img {
    max-width: 55%; }
  .sec-6__content .step {
    padding: 30px 0; }
  .sec-6__content .step__inner {
    padding-left: 60px; }
  .sec-6__content .step__active {
    max-width: 50px; }
  .sec-6__content .step__title {
    font-size: 20px; }
  .sec-6__content .step__text {
    font-size: 18px; }
  .sec-6__content .note ul {
    max-width: 30%; }
    .sec-6__content .note ul li {
      font-size: 20px; } }

@media (min-width: 1500px) {
  .sec-6 {
    padding-top: 0; }
  .sec-6__header .f-title img {
    max-width: 47%; }
  .sec-6__content {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; }
    .sec-6__content .panel .item-left,
    .sec-6__content .panel .item-right {
      width: 25%;
      padding: 0; }
    .sec-6__content .panel .item-image {
      width: 50%; }
    .sec-6__content .panel .item-image__inner {
      position: relative;
      max-width: 494px;
      margin-left: auto;
      margin-right: auto; }
    .sec-6__content .step {
      padding: 30px 0; }
    .sec-6__content .note ul {
      max-width: 480px; } }

section.sec-7 {
  padding-top: 150px;
  overflow: hidden; }
  section.sec-7 .bg {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: top center;
    background-repeat: repeat-y;
    background-size: cover; }
  section.sec-7 .sharp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    section.sec-7 .sharp:before {
      content: '';
      display: block;
      padding-top: 42%; }

.sec-7__inner {
  text-align: center;
  padding: 0 25px; }

.sec-7__content .f-title {
  font-size: 0;
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px; }

.sec-7__content .f-text {
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 1.5;
  text-align: center;
  color: rgba(255, 255, 255, 0.9); }

.sec-7__content .f-gacung {
  max-width: 50%;
  margin: 0 auto 35px; }

.sec-7__content .f-social {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sec-7__content .f-social a {
    display: inline-block; }

.sec-7__content .f-subtitle {
  font-size: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 17px; }
  .sec-7__content .f-subtitle img {
    max-width: 80%; }

.sec-7__content .f-team p {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-weight: 600;
  color: #fff; }
  .sec-7__content .f-team p + p {
    margin-top: 4px; }
  .sec-7__content .f-team p em {
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px; }
  .sec-7__content .f-team p span {
    margin-right: 12px; }

.sec-7__content .f-footer {
  max-width: 540px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  margin: 30px auto 0; }
  .sec-7__content .f-footer p {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0; }
    .sec-7__content .f-footer p a {
      color: inherit;
      text-decoration: underline; }
      .sec-7__content .f-footer p a:hover {
        color: #fff; }

@media (max-width: 767.98px) {
  .sec-7__content .f-footer {
    margin: 60px -25px 0;
    padding-bottom: 30px; } }

@media (min-width: 768px) {
  .sec-7 {
    padding-top: 150px;
    padding-bottom: 20%; }
  .sec-7__content .f-title {
    margin-bottom: 45px; }
  .sec-7__content .f-text {
    font-size: 20px;
    max-width: 87%;
    margin: 0 auto 90px; }
  .sec-7__content .f-gacung {
    max-width: 22%; }
  .sec-7__content .f-team p {
    font-size: 20px; }
  .sec-7__content .f-footer p br {
    display: none; }
  .sec-7__inner {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }

@media (min-width: 992px) {
  section.sec-7 {
    padding-top: 200px; }
  .sec-7__content .f-text {
    font-size: 24px; }
  .sec-7__content .f-gacung {
    max-width: 22%; }
  .sec-7__content .f-subtitle {
    margin-top: 140px; }
  .sec-7__content .f-team p {
    font-size: 20px; } }

@media (min-width: 1260px) {
  section.sec-7 {
    padding-top: 300px;
    padding-bottom: 13%; }
  .sec-7__content .f-title img {
    max-width: 80%; } }

@media (min-width: 1500px) {
  section.sec-7 {
    padding-top: 250px;
    padding-bottom: 10%; }
  .sec-7__content .f-title img {
    max-width: 100%; }
  .sec-7__inner {
    max-width: 1150px; } }

.backtotop-tet {
  display: none;
  position: fixed;
  z-index: 6;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  pointer-events: none; }
  .backtotop-tet.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .backtotop-tet a {
    display: block;
    max-width: 14%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    pointer-events: visible;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
    .backtotop-tet a:before {
      content: '';
      display: block;
      padding-top: 49%; }
    .backtotop-tet a svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .backtotop-tet a:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  @media (min-width: 768px) {
    .backtotop-tet {
      display: block; }
      .backtotop-tet a {
        max-width: 30%; } }
  @media (min-width: 1260px) {
    .backtotop-tet a {
      max-width: 20%; } }
  @media (min-width: 1500px) {
    .backtotop-tet a {
      max-width: 14%; } }

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.sec-info-rotate {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: red;
  text-align: center; }
  .sec-info-rotate h2 {
    font-family: "Averta", sans-serif;
    font-size: 20px;
    color: #fff; }

.mobile.landscape .page-wrapper {
  overflow: visible; }

.mobile.landscape .sec-info-rotate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sec-4__slide .owl-item {
  opacity: 0; }
  .sec-4__slide .owl-item.active {
    opacity: 1; }
  .sec-4__slide .owl-item .layer-caudoi span,
  .sec-4__slide .owl-item .layer-left span,
  .sec-4__slide .owl-item .layer-center span,
  .sec-4__slide .owl-item .layer-right span,
  .sec-4__slide .owl-item .item__content,
  .sec-4__slide .owl-item .layer-banhtrung span,
  .sec-4__slide .owl-item .layer-facetime span,
  .sec-4__slide .owl-item .layer-valii span,
  .sec-4__slide .owl-item .layer-thuoc span,
  .sec-4__slide .owl-item .layer-uong span,
  .sec-4__slide .owl-item .layer-dao-1 span,
  .sec-4__slide .owl-item .layer-dao-2 span,
  .sec-4__slide .owl-item .layer-phaohoa-trai span,
  .sec-4__slide .owl-item .layer-phaohoa-phai span,
  .sec-4__slide .owl-item .layer-matnguoi span,
  .sec-4__slide .owl-item .layer-bai span,
  .sec-4__slide .owl-item .layer-cart span,
  .sec-4__slide .owl-item .layer-deme span,
  .sec-4__slide .owl-item .layer-hoa-1 span, .sec-4__slide .owl-item .layer-hoa-2 span, .sec-4__slide .owl-item .layer-hoa-3 span,
  .sec-4__slide .owl-item .layer-phone span {
    opacity: 0; }
  .sec-4__slide .owl-item.active .layer-caudoi span {
    -webkit-animation: fadeInDown .5s forwards;
    animation: fadeInDown .5s forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }
  .sec-4__slide .owl-item.active .item__content {
    -webkit-animation: fadeInUp .5s forwards;
    animation: fadeInUp .5s forwards;
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }
  .sec-4__slide .owl-item.active .item-sumvay .layer-left span {
    -webkit-animation: fadeCustomLeft .5s forwards;
    animation: fadeCustomLeft .5s forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s; }
  .sec-4__slide .owl-item.active .item-sumvay .layer-right span {
    -webkit-animation: fadeCustomLeft .5s forwards;
    animation: fadeCustomLeft .5s forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s; }
  .sec-4__slide .owl-item.active .item-sumvay .layer-center span {
    -webkit-animation: fadeInUp .5s forwards;
    animation: fadeInUp .5s forwards;
    -webkit-animation-delay: .9s;
    animation-delay: .9s; }
  .sec-4__slide .owl-item.active .item-sumvay .layer-banhtrung span,
  .sec-4__slide .owl-item.active .item-sumvay .layer-facetime span,
  .sec-4__slide .owl-item.active .item-sumvay .layer-valii span {
    -webkit-animation: zoomFadeIn .5s forwards;
    animation: zoomFadeIn .5s forwards; }
  .sec-4__slide .owl-item.active .item-sumvay .layer-banhtrung span {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .sec-4__slide .owl-item.active .item-sumvay .layer-facetime span {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  .sec-4__slide .owl-item.active .item-sumvay .layer-valii span {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .sec-4__slide .owl-item.active .item-ankhang .layer-left span {
    -webkit-animation: fadeCustomLeft .5s forwards;
    animation: fadeCustomLeft .5s forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s; }
  .sec-4__slide .owl-item.active .item-ankhang .layer-right span {
    -webkit-animation: fadeCustomRight .5s forwards;
    animation: fadeCustomRight .5s forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s; }
  .sec-4__slide .owl-item.active .item-ankhang .layer-center span {
    -webkit-animation: fadeInUp .5s forwards;
    animation: fadeInUp .5s forwards;
    -webkit-animation-delay: .9s;
    animation-delay: .9s; }
  .sec-4__slide .owl-item.active .item-ankhang .layer-thuoc span,
  .sec-4__slide .owl-item.active .item-ankhang .layer-uong span,
  .sec-4__slide .owl-item.active .item-ankhang .layer-dao-1 span,
  .sec-4__slide .owl-item.active .item-ankhang .layer-dao-2 span {
    -webkit-animation: zoomFadeIn .5s forwards;
    animation: zoomFadeIn .5s forwards; }
  .sec-4__slide .owl-item.active .item-ankhang .layer-thuoc span {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .sec-4__slide .owl-item.active .item-ankhang .layer-uong span {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  .sec-4__slide .owl-item.active .item-ankhang .layer-dao-1 span {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .sec-4__slide .owl-item.active .item-ankhang .layer-dao-2 span {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .sec-4__slide .owl-item.active .item-hoanhy .layer-left span {
    -webkit-animation: fadeCustomLeft .5s forwards;
    animation: fadeCustomLeft .5s forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s; }
  .sec-4__slide .owl-item.active .item-hoanhy .layer-right span {
    -webkit-animation: fadeCustomRight .5s forwards;
    animation: fadeCustomRight .5s forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s; }
  .sec-4__slide .owl-item.active .item-hoanhy .layer-phaohoa-trai span,
  .sec-4__slide .owl-item.active .item-hoanhy .layer-phaohoa-phai span {
    -webkit-animation: fadeInUp .5s forwards;
    animation: fadeInUp .5s forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  .sec-4__slide .owl-item.active .item-hoanhy .layer-phaohoa-phai {
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }
  .sec-4__slide .owl-item.active .item-hoanhy .layer-center span {
    -webkit-animation: fadeInUp .5s forwards;
    animation: fadeInUp .5s forwards;
    -webkit-animation-delay: .9s;
    animation-delay: .9s; }
  .sec-4__slide .owl-item.active .item-hoanhy .layer-matnguoi span,
  .sec-4__slide .owl-item.active .item-hoanhy .layer-bai span {
    -webkit-animation: zoomFadeIn .5s forwards;
    animation: zoomFadeIn .5s forwards; }
  .sec-4__slide .owl-item.active .item-hoanhy .layer-matnguoi span {
    -webkit-animation-delay: .9s;
    animation-delay: .9s; }
  .sec-4__slide .owl-item.active .item-hoanhy .layer-bai span {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .sec-4__slide .owl-item.active .item-phuquy .layer-left span {
    -webkit-animation: fadeCustomLeft .5s forwards;
    animation: fadeCustomLeft .5s forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s; }
  .sec-4__slide .owl-item.active .item-phuquy .layer-right span {
    -webkit-animation: fadeCustomLeft .5s forwards;
    animation: fadeCustomLeft .5s forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s; }
  .sec-4__slide .owl-item.active .item-phuquy .layer-center span {
    -webkit-animation: fadeInUp .5s forwards;
    animation: fadeInUp .5s forwards;
    -webkit-animation-delay: .9s;
    animation-delay: .9s; }
  .sec-4__slide .owl-item.active .item-phuquy .layer-cart span,
  .sec-4__slide .owl-item.active .item-phuquy .layer-deme span,
  .sec-4__slide .owl-item.active .item-phuquy .layer-hoa-1 span, .sec-4__slide .owl-item.active .item-phuquy .layer-hoa-2 span, .sec-4__slide .owl-item.active .item-phuquy .layer-hoa-3 span,
  .sec-4__slide .owl-item.active .item-phuquy .layer-phone span {
    -webkit-animation: zoomFadeIn .5s forwards;
    animation: zoomFadeIn .5s forwards; }
  .sec-4__slide .owl-item.active .item-phuquy .layer-cart span {
    -webkit-animation-delay: .9s;
    animation-delay: .9s; }
  .sec-4__slide .owl-item.active .item-phuquy .layer-hoa-1 span {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .sec-4__slide .owl-item.active .item-phuquy .layer-deme span {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .sec-4__slide .owl-item.active .item-phuquy .layer-hoa-2 span {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  .sec-4__slide .owl-item.active .item-phuquy .layer-phone span {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .sec-4__slide .owl-item.active .item-phuquy .layer-hoa-3 span {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }

@-webkit-keyframes zoomFadeIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes zoomFadeIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.sec-2 .talk-1 span {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.talk-effect-1,
.talk-effect-2 {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: talk-effect-1;
  animation-name: talk-effect-1;
  -webkit-animation-timing-function: cubic-bezier(0.99, -0.45, 0.06, 1.46);
  animation-timing-function: cubic-bezier(0.99, -0.45, 0.06, 1.46); }

.talk-effect-2 {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }

@-webkit-keyframes talk-effect-1 {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

@keyframes talk-effect-1 {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

@-webkit-keyframes fadeCustomRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeCustomRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fadeCustomLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeCustomLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.intro-mayphai.effect .mayphai-1, .intro-mayphai.effect .mayphai-2, .intro-mayphai.effect .mayphai-3,
.intro-mayphai.effect .maytrai-1, .intro-mayphai.effect .maytrai-2,
.intro-mayphai.effect .bacdau,
.intro-mayphai.effect .namtao,
.intro-maytrai.effect .mayphai-1,
.intro-maytrai.effect .mayphai-2,
.intro-maytrai.effect .mayphai-3,
.intro-maytrai.effect .maytrai-1,
.intro-maytrai.effect .maytrai-2,
.intro-maytrai.effect .bacdau,
.intro-maytrai.effect .namtao {
  -webkit-animation: maylen 7s linear infinite;
  animation: maylen 7s linear infinite; }

.intro-mayphai.effect .maytrai-1,
.intro-mayphai.effect .mayphai-2,
.intro-maytrai.effect .maytrai-1,
.intro-maytrai.effect .mayphai-2 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

.intro-mayphai.effect .mayphai-3,
.intro-mayphai.effect .maytrai-2,
.intro-mayphai.effect .namtao,
.intro-maytrai.effect .mayphai-3,
.intro-maytrai.effect .maytrai-2,
.intro-maytrai.effect .namtao {
  -webkit-animation-name: mayxuong;
  animation-name: mayxuong; }

.intro-mayphai.effect .maytrai-1,
.intro-maytrai.effect .maytrai-1 {
  -webkit-animation-duration: 12s;
  animation-duration: 12s; }

@-webkit-keyframes maylen {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  75% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%); } }

@keyframes maylen {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  75% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%); } }

@-webkit-keyframes mayxuong {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  75% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); } }

@keyframes mayxuong {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  75% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); } }

.sec-intro__footer .f-inner__btn:hover svg {
  -webkit-animation: muitenxuong 1s linear infinite;
  animation: muitenxuong 1s linear infinite; }

@-webkit-keyframes muitenxuong {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  75% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); } }

@keyframes muitenxuong {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  75% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); } }

@media (min-width: 768px) {
  .filterbox-wrapper .filterbox {
    opacity: 0; }
  .filterbox-wrapper.effect {
    -webkit-animation: none !important;
    animation: none !important; }
    .filterbox-wrapper.effect .filterbox {
      -webkit-animation: fadeInUp .5s linear forwards;
      animation: fadeInUp .5s linear forwards; }
    .filterbox-wrapper.effect .filter-ankhang {
      -webkit-animation-delay: .2s;
      animation-delay: .2s; }
    .filterbox-wrapper.effect .filter-phuquy {
      -webkit-animation-delay: .4s;
      animation-delay: .4s; }
    .filterbox-wrapper.effect .filter-hoanhy {
      -webkit-animation-delay: .6s;
      animation-delay: .6s; } }
